/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
	font-family: 'AvenirRegular';
	src: url('/wp-content/uploads/avenir/Avenir-Regular.woff2') format('woff2'),
		url('/wp-content/uploads/avenir/Avenir-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Avenir Heavy */
@font-face {
	font-family: 'AvenirHeavy';
	src: url('/wp-content/uploads/avenir/avenir-heavy-webfont.woff2') format('woff2'),
		url('/wp-content/uploads/avenir/avenir-heavy-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Avenir Bold */
@font-face {
	font-family: 'AvenirBold';
	src: url('/wp-content/uploads/avenir/Avenir-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/avenir/Avenir-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

.elementor-default h1,
.elementor-default h2, 
.elementor-default h3, 
.elementor-default h4, 
.elementor-default h5, 
.elementor-default h6{
	font-family: 'AvenirHeavy', sans-serif !important;
}

.elementor-default span{
	font-family: 'AvenirRegular', sans-serif !important;
}

.elementor-default h2 span{
	font-family: 'AvenirHeavy', sans-serif !important;
}

.av_400 h1,
.av_400 h2,
.av_400 h3,
.av_400 h4,
.av_400 h5,
.av_400 h6,
.av_400 div,
.av_400 span,
.av_400 p{
	font-family: 'AvenirRegular', sans-serif !important;
}

.av_600 h1,
.av_600 h2,
.av_600 h3,
.av_600 h4,
.av_600 h5,
.av_600 h6,
.av_600 div,
.av_600 span,
.av_600 p,
.av_600 a,
.av_600 li{
	font-family: 'AvenirHeavy', sans-serif !important;
}

.av_700 h1,
.av_700 h2,
.av_700 h3,
.av_700 h4,
.av_700 h5,
.av_700 h6,
.av_700 div,
.av_700 span,
.av_700 p,
.av_700 a{
	font-family: 'AvenirBold', sans-serif !important;
}

.the_gradient h1,
.the_gradient h2,
.the_gradient h3,
.the_gradient h4,
.the_gradient h5,
.the_gradient h6,
.the_gradient span,
.the_gradient div,
.the_gradient p{
	background: linear-gradient(105deg, #E89611 7.39%, #E58113 26.08%, #E36C14 91.06%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.av_600 .nav_menu ul li a{
	font-family: 'AvenirHeavy', sans-serif !important;
}

.nav_menu ul li a{
	font-family: 'AvenirRegular', sans-serif !important;
}

.av_700_num .elementor-counter-number,
.av_700_num .elementor-counter-number-suffix{
    font-family: 'AvenirBold', sans-serif !important;
}

.av_700_num .elementor-counter-title {
    font-family: 'AvenirHeavy', sans-serif !important;
}

.mini_border::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3px;
	height: 148px;
	background: #959595;
}

.the_vdo {
    border: 1px solid #E36C14;
}

.the_vdo.elementor-widget-video::before {
    content: url('/wp-content/uploads/2026/04/MacBook-Navbar.png');
    position: relative;
    z-index: 99999999999999;
    left: 10px;
    top: 0;
}

html {
    overflow-x: hidden;
}

.only_mobile {
    display: none;
}

@media only screen and (max-width: 480px){
    .only_mobile {
        display: block;
		width: 50% !important;
    }
	
	.only_mobile a{
		color: #fff !important;
		background-color: transparent;
		background-image: linear-gradient(105deg, #E89611 8% 8%, #E36C14 91%);
		padding: 15px 30px 15px 30px;	
	}
}

/* Pricing Page */

.dollar h2 span {
    color: #E36C14;
    text-align: center;
    font-family: Menlo;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    letter-spacing: -0.48px;
    vertical-align: super;
}

.comp_tbl table thead tr th {
    font-family: 'AvenirRegular', sans-serif !important;
}

.comp_tbl table tbody tr td:nth-child(2),
.comp_tbl table tbody tr td:nth-child(3){
    text-align: center !important;
}

.comp_tbl table tbody tr th, 
.comp_tbl table tbody tr td {
    background: transparent !important;
}

/* .comp_tbl table tbody tr:first-child th, 
.comp_tbl table tbody tr:first-child td {
    background: linear-gradient(331deg, #082F49 15%, #234E70 75%) !important;
} */

.comp_tbl table tbody tr:nth-child(2) th,
.comp_tbl table tbody tr:nth-child(8) th,
.comp_tbl table tbody tr:nth-child(15) th{
	color: #fff;
    background: linear-gradient(331deg, #082F49 15%, #234E70 75%) !important;
}

.comp_tbl table tbody tr:nth-child(22) th{
	font-weight: 400 !important;
}

.msp_tbl table thead tr th{
	font-family: 'AvenirRegular', sans-serif !important;	
}

.msp_tbl table tbody tr th {
    background: #fafafa !important;
}

.msp_tbl table thead tr th:first-child{
	background: #0F172A;
}

.msp_tbl table thead tr th:nth-child(2),
.msp_tbl table thead tr th:nth-child(3){
    background: #082F49 !important;
}

.msp_tbl table tbody tr td:nth-child(2), 
.msp_tbl table tbody tr td:nth-child(3) {
    color: #7f1d1d;
    background: #fef2f2;
}

.msp_tbl table tbody tr td:nth-child(4){
	color: #14532d;
    background: #f0fdf4;
}

/* Resources */

.resource-hero {
    background-image: url('https://monjur.yodalearning.com/wp-content/uploads/Partnership-BG.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 100px 10px;
}

.resources {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.resources span {
    color: #FFA929;
    font-size: 26px;
    line-height: 42px;
}

.resources h1 {
    color: #fff;
    font-size: 52px;
    line-height: 64px;
}

.resources p {
    width: 790px;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-size: 18px;
    line-height: 28px;
}

.rec_cnt {
    background: linear-gradient(180deg, #F4F7FB 54.07%, rgba(244, 247, 251, 0.00) 123.5%);
    padding: 50px 10px;
}

.rec_entry {
    width: 1140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: auto;
}

.rec_entry h2 {
    width: 580px;
    font-size: 36px;
    line-height: 50px;
}

.rec_entry p {
    width: 1090px;
    color: #6A6A6A;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.resource-tabs {
   	width: 825px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px auto;
    border-radius: 8px;
    border: 1px solid #FFDBB8;
    background: #FFF;
    padding: 10px;
}

.resource-tabs .active {
    color: #fff;
    border-radius: 8px;
    background: linear-gradient(105deg, #E89611 7.39%, #E58113 26.08%, #E36C14 91.06%);
}

.resource-tabs button {
    padding: 8px 16px;
    border: 0;
    background: #fff;
    cursor: pointer;
    color: #082F49;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.resource-grid {
    width: 1140px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 35px auto;
}

.resource-card {
    box-shadow: 0 12px 28px 0 rgba(140, 149, 159, 0.30);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.resource-card .thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
    border-radius: 6px;
}

.resource-card .content {
    padding: 10px;
}

.resource-card .meta {
    color: #E36C14;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.resource-card .content h3 {
    color: #1A1A1A;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.resource-card .content p {
    color: rgba(26, 26, 26, 0.60);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

span.learn-more {
    font-family: 'AvenirHeavy', sans-serif !important;
    color: #E36C14;
    display: flex;
    align-items: center;
    gap: 5px;
}

span.arrow {
    line-height: 0;
}

.load-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    vertical-align: middle;
}

.load-wrap button {
    border: 0;
    color: #E36C14;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.footer_cta {
    background: url('https://monjur.yodalearning.com/wp-content/uploads/CTA-BG.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: auto;
	padding: 50px 0;
}

.cta .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cta .content h2 {
	margin: 0;
    color: #FFF;
    font-size: 36px;
    line-height: 50px;
}

.cta .content p {
    color: #F7F6FF;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.cta_btn_grp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.cta_btn_grp a:last-child {
    width: 40% !important;
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
    font-family: 'AvenirRegular';
    font-size: 16px;
    font-style: normal;
    line-height: 160%;
    font-weight: 500;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta .content a {
    width: 35%;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(105deg, #E89611 7.39%, #E58113 26.08%, #E36C14 91.06%), #FFF;
    box-shadow: 10px 12px 27px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    justify-content: center;
    padding: 15px;
    font-family: 'AvenirRegular', sans-serif;
    font-size: 16px;
    gap: 10px;
}

.cta .content a .icon {
    display: flex;
}

/* Blog Archive CSS*/

.posts-grid {
    width: 1140px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 35px auto;
}

.post-item {
    box-shadow: 0 12px 28px 0 rgba(140, 149, 159, 0.30);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.post-item .post_thumb img {
	width: 100%;
	height: 180px;
	object-fit: cover;
    border-radius: 6px;
}

.resource-card .post_content {
    padding: 10px;
}

.post_content .meta {
    color: #E36C14;
    font-family: "Space Grotesk", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.post_content h3 {
    color: #1A1A1A;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post_content p {
    color: rgba(26, 26, 26, 0.60);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.lmb {
    text-align: center;
}

.load-more-btn {
	display: flex;
    align-items: center;
    line-height: 1.5;
    border: 0;
    color: #E36C14;
	background: transparent;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.load-more-btn .icon {
    vertical-align: middle;
}

.load-more-btn:hover {
    background: transparent;
    color: #E36C14;
}

.load-more-btn:focus {
    background: transparent;
    color: #E36C14;
}

/* Single Post */

.single-hero {
    background: linear-gradient(135deg, rgba(8, 47, 73, 0.90), rgba(22, 63, 93, 0.90), rgba(35, 78, 112, 0.90)), #234E70;
    padding: 50px 10px;
}

.single-hero__inner {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin: auto;
}

.single-hero__content {
    width: 50%;
}

.single-hero__image {
    width: 50%;
}

.single-hero__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-hero__label span {
    border-left: 5px solid #FFA929;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
	padding-left: 10px;
}

.single-hero__meta span {
    color: #FFA929;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.single-hero__title {
    color: #FFF;
    font-family: Avenir;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.single-hero__image img {
    width: 540px;
    height: 410px;
    object-fit: cover;
    border-radius: 10px;
}

.single-post-page {
    padding: 50px 0;
}

.single-post-page blockquote {
	margin: 0;
    margin-bottom: 20px;
    border-left: 4.5px solid #E36C14;
    background: rgba(211, 225, 252, 0.25);
    padding: 30px;
}

.single-post-page blockquote p {
    margin: 0 !important;
}

.single-post-page p strong {
    color: #E36C14;
}

.single-content__inner h2{
	font-size: 36px;
    font-weight: 700;
    line-height: 62px;
}

.single-post-page p {
    color: #6A6A6A;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}

.single-post-page ul,
.single-post-page ol{
    margin-bottom: 20px;
}

.single-post-page ul li,
.single-post-page ol li {
    color: #6A6A6A;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.single-cta {
    background: url('https://monjur.yodalearning.com/wp-content/uploads/CTA-BG.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 10px;
}

.single-cta__inner {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: auto;
}

.single-cta__content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-cta_img {
    width: 50%;
    text-align: end;
}

.single-cta_img img {
    width: 100%;
    height: auto;
    max-width: 80%;
}

.single-cta__content h2 {
	margin: 0;
    color: #FFF;
    font-size: 48px;
    font-weight: 600;
    line-height: 124%;
}

.single-cta__content p {
    color: #F7F6FF;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.single-cta .cta_btn_grp a:last-child {
    width: 45% !important;
}

a.single-cta__btn {
    width: 40%;
    border-radius: 6px;
    background: linear-gradient(105deg, #E89611 7.39%, #E58113 26.08%, #E36C14 91.06%), #FFF;
    box-shadow: 10px 12px 27px 0 rgba(0, 0, 0, 0.10);
    color: #fff;
    font-family: 'AvenirRegular';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

/* FAQ CSS */

.faq_shadow .e-n-accordion-item {
    border-radius: 4.911px;
    background: #FFF;
    box-shadow: 0 24.556px 32.742px -14.734px rgba(149, 149, 149, 0.25);
}

@media only screen and (max-width: 780px) {
	
	.resource-hero {
		padding: 50px 10px;
	}
	
	.resources span {
		font-size: 18px;
	}

	.resources h1 {
		font-size: 32px;
		line-height: 50px;
	}
	
	.resources p {
		width: auto;
	}
	
  	.rec_entry {
		width: auto;
	}
	
	.rec_entry h2 {
		width: auto;
		font-size: 27px;
		line-height: 40px;
	}
	
	.rec_entry p {
		width: auto;
	}
	
	.resource-tabs {
		width: auto;
		justify-content: flex-start;
    	gap: 20px;
		flex-direction: row;
		overflow-y: auto;
	}
	
	.resource-tabs .active {
		width: 100%;
	}
	
	.resource-grid {
		width: auto;
        grid-template-columns: repeat(1, 1fr);
	}
	
	.footer_cta {
    	padding: 10px;
	}
	
	.cta {
    	width: auto;
		flex-direction: column;
	}
	
	.cta .content a {
    	width: 100%;
	}
	
	.cta_btn_grp {
		flex-direction: column;
	}

	.cta_btn_grp a:last-child {
		width: 100% !important;
	}
	
	/* 	Single Blog */
	
	.single-hero__inner {
		width: auto;
		flex-direction: column;
		justify-content: flex-start;
		gap: 20px;
	}
	
	.single-hero__content {
		width: 100%;
	}
	
	.single-hero__image {
		width: 100%;
	}
	
	.single-hero__image img {
		width: 100%;
		height: 300px;
	}
	
	.single-hero__title {
		font-size: 32px;
		line-height: 50px;
	}
	
	.single-post-page {
		padding: 30px 10px;
	}
	
	.single-post-page p {
		font-size: 16px;
	}
	
	.single-content__inner h2 {
		font-size: 27px;
		line-height: 1.5em;
	}
	
	.single-content__inner h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	
	.single-cta__inner {
		width: auto;
		flex-direction: column;
	}
	
	.single-cta__content {
		width: 100%;
	}
	
	.single-cta__content h2 {
		font-size: 32px;
		line-height: 50px;
	}
	
	.single-cta .cta_btn_grp a:last-child {
		width: 100% !important;
	}
	
	a.single-cta__btn {
    	width: 100%;
	}
	
	.single-cta_img {
		width: 100%;
		text-align: center;
	}
	
	.posts-grid {
		width: auto;
		grid-template-columns: repeat(1, 1fr);
	}
	
}