/* ======================================================
   INLINGUA GLOBAL DESIGN SYSTEM
====================================================== */

:root{

    /* Brand */

    --primary:#f0b334;
    --primary-dark:#7494aa;
    --secondary:#37c0aa;
    --accent:#7a93a8;

    /* Text */

    --heading:#1f2937;
    --text:#4b5563;
    --light-text:#6b7280;

    /* Background */

    --bg:#f5f8fc;
    --bg-alt:#f8fafc;
    --white:#ffffff;

    /* Border */

    --border:#e5e7eb;

    /* Effects */

    --radius:12px;
    --shadow:0 10px 30px rgba(13,74,128,.08);
    --shadow-hover:0 15px 35px rgba(13,74,128,.15);

    /* Container */

    --container:1200px;
}

/* Reset */

*,
*::before,
*::after{
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    color:var(--text);
    overflow-x:hidden;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

section{
    overflow:hidden;
}

h1,h2,h3,h4,h5,h6{
    color:var(--heading);
    line-height:1.3;
}

a{
    transition:all .3s ease;
}

button,
a{
    outline-offset:3px;
}
 
/*button:focus,
a:focus{
    outline:3px solid var(--secondary);
}*/




.elementor-button-secondary .elementor-button
{
	    background-color: #f0b334 !important;
}

.course-highlights{
    max-width:1200px;
    margin:50px auto 60px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,.1);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
    position:relative;
    z-index:10;
}

.highlight-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:30px 25px;
    border-right:1px solid var(--border);
}

.highlight-item:last-child{
    border-right:none;
}

.highlight-icon{
    font-size:34px;
    line-height:1;
    color:var(--primary);
    flex-shrink:0;
}

.highlight-content span{
    display:block;
    color:var(--light-text);
    font-size:14px;
    margin-bottom:8px;
}

.highlight-content h4{
    margin:0;
    font-size:20px;
    line-height:1.5;
    color:#222;
    font-weight:600;
}

/* Tablet */

@media (max-width:991px){

    .course-highlights{
        grid-template-columns:repeat(2,1fr);
        margin:30px 20px 50px;
    }

    .highlight-item:nth-child(2){
        border-right:none;
    }

    .highlight-item{
        border-bottom:1px solid var(--border);
    }

    .highlight-item:nth-last-child(-n+2){
        border-bottom:none;
    }
}

/* Mobile */

@media (max-width:767px){

    .course-highlights{
        grid-template-columns:1fr;
        margin:30px 15px;
    }

    .highlight-item{
        border-right:none;
        border-bottom:1px solid var(--border);
        padding:25px 20px;
    }

    .highlight-item:last-child{
        border-bottom:none;
    }

    .highlight-content h4{
        font-size:18px;
    }

    .highlight-icon{
        font-size:28px;
    }
}
/* Hide the entire breadcrumb banner section */

.breadcrumb-wrap{
    display: none !important;
}

/* Remove extra top spacing */

.site-main,
.elementor-location-single{
    margin-top: 0 !important;
    padding-top: 0 !important;
}
@media screen and (max-width:1024px){

    .french-hero-v2{
        flex-direction:column;
        padding:50px 20px;
    }

    .hero-left,
    .hero-right{
        width:100%;
        text-align:center;
    }

    .hero-left{
        order:1;
    }

    .hero-right{
        order:2;
        min-height:auto;
        margin-top:40px;
        padding-bottom:80px;
    }

    .hero-right:before{
        display:none;
    }

    .hero-left h1{
        font-size:42px;
    }

    .hero-left .subtitle{
        font-size:20px;
    }

    .hero-benefits li{
        text-align:left;
    }

    .trainer-image{
        width:320px;
        height:320px;
    }

    .circle-bg{
        width:350px;
        height:350px;
    }

    .stats-card{
        position:relative;
        bottom:auto;
        left:auto;
        right:auto;
        margin:30px auto 0;
        width:fit-content;
    }
}

@media screen and (max-width:767px){

    .french-hero-v2{
        padding:40px 10px 15px;
    }

    .hero-left h1{
        font-size:34px;
        line-height:1.2;
    }

    .hero-left .subtitle{
        font-size:18px;
    }

    .hero-benefits li{
        font-size:16px;
        padding-left:30px;
    }

    .trainer-image{
        width:240px;
        height:240px;
    }

    .circle-bg{
        width:280px;
        height:280px;
        border-width:8px;
    }

    .stats-card{
        width:90%;
        display:flex;
        justify-content:space-around;
        gap:10px;
        padding:15px;
        flex-wrap:wrap;
    }

    .stat-item{
        font-size:16px;
    }

    .hero-buttons{
        display:flex;
        flex-direction:column;
        gap:15px;
    }

    .hero-buttons a{
        width:100%;
        margin:0;
    }

    .partner-logo img{
        max-width:150px;
    }
}
    .french-hero-v2{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:600px;
    overflow:hidden;
    background:#fff;
    position:relative;
    padding:60px 7%;
}

.hero-left{
    width:50%;
    z-index:5;
}

.hero-left h1{
    font-size:54px;
    line-height:1.2;
    margin-bottom:15px;
    font-weight:700;
    color:#1b1b1b;
}

.hero-left .subtitle{
    font-size:22px;
    color:var(--light-text);
    margin-bottom:20px;
}

.hero-benefits{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.hero-benefits li{
   word-spacing: .1em;
    position: relative;
    padding-left: 35px;
    margin-bottom: 18px;
    line-height: 150%;
    font-size: 18px;
    color: #333;
    font-family: Lato, sans-serif;
    font-weight: 600;
}

.hero-benefits li:before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#0aa84f;
    font-weight:bold;
}

.partner-block{
    margin-bottom:35px;
}

.partner-block span{
    display:block;
    font-size:14px;
    color:var(--light-text);
    margin-bottom:15px;
}

.partner-logo img{
    max-width:180px;
}

.hero-buttons a{
    display:inline-block;
    padding:15px 35px;
    border-radius:6px;
    text-decoration:none;
    margin-right:15px;
    font-weight:600;
}

.btn-primary{
    background:var(--primary);
    color:#fff;
}

.btn-primary:hover{
    background:var(--primary-dark);
}

.btn-secondary{
    border:2px solid var(--primary);
    color:var(--primary);
}

.hero-right{
    width:50%;
    position:relative;
    min-height:550px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.hero-right:before{
    content:'';
    position:absolute;
    top:-100px;
    right:-100px;
    width:650px;
    height:650px;
    background:#f0b334;
    clip-path:polygon(25% 0,100% 0,100% 100%,0 100%);
    z-index:1;
}

.circle-bg{
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    border:12px solid var(--accent);
    z-index:2;
}

.trainer-image{
    width:380px;
    height:380px;
    border-radius:50%;
    overflow:hidden;
    position:relative;
    z-index:3;
    border:10px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.trainer-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.stats-card{
    position:absolute;
    bottom:60px;
    background:#fff;
    display:flex;
    gap:40px;
    padding:20px 35px;
    border-radius:12px;
    z-index:4;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
}

.stat-item{
    font-size:18px;
}

@media(max-width:992px){

.french-hero-v2{
    flex-direction:column;
    text-align:center;
}

.hero-left,
.hero-right{
    width:100%;
}

.hero-right{
    margin-top:50px;
	padding-bottom:0 !important;
}

.hero-left h1{
    font-size:38px;
}

.stats-card{
   /* position:relative; */
    bottom:auto;
    margin-top:300px;
}

.hero-right:before{
    display:none;
}

}

.why-inlingua-section{
    max-width:1200px;
    margin:10px auto;
    padding:0 20px;

    display:grid;
    grid-template-columns: 1.3fr 1fr;
    gap:50px;

    align-items:start;
}

.why-content h2{
    font-size:32px;
    margin-bottom:25px;
	text-transform: none;
    color:#1a1a1a;
    line-height:1.3;
}

.why-content h3{
    font-size:30px;
    margin:10px 0 20px;
    color:#000;
}

.why-content p{
    font-size:16px;
    line-height:1.9;
    color:var(--text);
    margin-bottom:20px;
	    letter-spacing: 0.01em;
}

.why-list{
    padding-left:0;
    list-style:none;
    margin:35px 0;
}

.why-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:20px;
    line-height:1.8;
    font-size:16px;
    color:#4b5563;
	letter-spacing: 0.01em;
}

.why-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    width:24px;
    height:24px;

    background:var(--primary);
    color:#fff;

    border-radius:50%;

    text-align:center;
    line-height:24px;

    font-size:14px;
}

.why-video{
    position:sticky;
    top:120px;
}
.accordion-title {
    cursor: pointer;
    user-select: none;
}

.accordion-title.active::after {
    transform: rotate(180deg);
}
.faq-question {
    cursor: pointer;
    user-select: none;
}
.video-wrapper{
    position:relative;
    width:100%;
   /* padding-bottom:56.25%;*/

    overflow:hidden;
    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.video-wrapper iframe{
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:100%;
}

@media(max-width:991px){

    .why-inlingua-section{
        grid-template-columns:1fr;
        gap:40px;
    }

    .why-video{
        position:relative;
        top:auto;
        order:-1;
    }

    .why-content h2{
        font-size:34px;
    }

    .why-content h3{
        font-size:26px;
    }
}

@media(max-width:767px){

    .why-content h2{
        font-size:30px;
    }

    .why-content h3{
        font-size:24px;
    }

    .why-content p,
    .why-list li{
        font-size:16px;
    }

    .why-inlingua-section{
        margin:10px auto;
        padding:0 15px;
    }
}
.batch-table-section{
    max-width:1200px;
    margin:10px auto;
   /* padding:0 20px; */
}



.batch-table-section h2{
    text-align:center;
    margin-bottom:40px;
    font-size:32px;
}

.batch-table-wrapper{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.batch-table{
    width:100%;
    min-width:700px;
    border-collapse:collapse;
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.batch-table td a {
    font-size: 14px !important;
    color: #fff;
    line-height: 1;
    text-transform: capitalize !important;
    font-family: lato !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 6px 10px !important;
	background-color: #37c0aa;
	border: 1px solid #37c0aa;
}
.batch-table td a:hover {
    color: black;
    background-color: #fff;
    border: 1px solid #000;
}

.batch-table th{
    background:var(--primary);
    color:#fff;
    padding:10px;
    text-align:center;
    font-size:16px;
	 letter-spacing: 0.01em;
}

.batch-table td{
    padding: 10px;
	 letter-spacing: 0.01em;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.batch-table tr:nth-child(even){
    background:#f8f9fb;
}

.batch-table tr:hover{
    background:#f1f6fb;
}

/* Tablet */

@media(max-width:991px){

    .batch-table-section h2{
        font-size:34px;
    }
}

/* Mobile */

@media(max-width:767px){

    .batch-table-section{
        padding:0 15px;
        margin:60px auto;
    }

    .batch-table-section h2{
        font-size:28px;
    }

    .batch-table th,
    .batch-table td{
        padding:14px;
        font-size:15px;
    }
}

.inlingua-features-section{
    background:var(--bg);
    padding:30px 20px;
}

.section-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.section-header h2{
    font-size:32px;
    color:#000;
    line-height:1.3;
	text-transform: none;
    margin:0;
}

.feature-grid{
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.feature-card{
    background:#fff;
    border-radius:12px;
    padding:35px 30px;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    transition:all .3s ease;

    border-top:5px solid #37c0aa;
}

.feature-card:hover{
    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(15,76,129,.15);
}

.feature-icon{
    width:65px;
    height:65px;

    background:#eaf2fb;
    color:var(--primary);

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;

    margin-bottom:25px;
}

.feature-card h4{
    font-size:24px;
    color:#000;
    margin-bottom:18px;
    line-height:1.4;
	text-transform: none;
}

.feature-card p{
    font-size:16px;
    line-height:1.9;
    color:var(--text);
    margin:0;
	 letter-spacing: 0.01em;
}

section.faq-main-section .overview-left {
    max-width: 1200px;
    margin: 0 auto;
}

/* Tablet */

@media(max-width:991px){

    .feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-header h2{
        font-size:36px;
    }
}

/* Mobile */

@media(max-width:767px){

    .inlingua-features-section{
        padding:70px 15px;
    }

    .feature-grid{
        grid-template-columns:1fr;
        gap:25px;
    }

    .section-header{
        margin-bottom:40px;
    }

    .section-header h2{
        font-size:30px;
    }

    .feature-card{
        padding:30px 25px;
    }

    .feature-card h4{
        font-size:22px;
    }

    .feature-card p{
        font-size:15px;
    }

    .feature-icon{
        width:58px;
        height:58px;
        font-size:26px;
    }
}

.french-overview-section{
    max-width:1200px;
    margin:90px auto;
    padding:0 20px;

    display:grid;
    grid-template-columns:60% 40%;
    gap:40px;
}

.overview-left h2{
    font-size:32px;
    color:#000;
    margin-bottom:20px;
    line-height:1.3;
}

.overview-left h3{
    font-size:30px;
    color: #000;
    margin:40px 0 30px;
	text-transform: none;
}

.overview-left p{
    font-size:16px;
    line-height:1.9;
    color:var(--text);
	 letter-spacing: 0.01em;
}

.overview-intro{
    font-weight:500;
}

/* Accordion */

.accordion-item{
    border:1px solid var(--border);
    border-radius:10px;
    margin-bottom:15px;
    overflow:hidden;
}

.accordion-title{
    width:100%;
    background:#fff;
    border:none;
    padding:15px 30px;
    text-align:left;

    cursor:pointer;

    font-size:20px;
    font-weight:600;
    color:#000;

    position:relative;
}

.accordion-title:after{
    content:'+';
    position:absolute;
    right:30px;
    font-size:24px;
}

.accordion-title.active:after{
    content:'−';
}

.accordion-content{
    display:none;
    padding:0 30px 30px;
}

.accordion-content.show{
    display:block;
}

/* CTA */

.overview-right{
    position:relative;
}

.cta-box{
    position:sticky;
    top:120px;

    background:#eee;
    /*border-radius:15px; */

    box-shadow:0 10px 30px rgba(0,0,0,.08);
    overflow:hidden;
}

.cta-header{
    background:var(--primary);
    padding:30px;
    color:#fff;
}

.cta-header h4{
    font-size:30px;
    margin-bottom:10px;
}

/*.dummy-form{
    padding:30px;
} */

.dummy-form p{
    text-align:center;
    font-weight:600;
    margin-bottom:25px;
}

.dummy-input{
    height:50px;
    background:#f5f5f5;
    border-radius:6px;
    margin-bottom:15px;
}

.dummy-button{
    height:55px;
    border-radius:6px;
    background:var(--primary);
    margin-top:20px;
}

/* Tablet */

@media(max-width:991px){

    .french-overview-section{
        grid-template-columns:1fr;
    }

    .overview-right{
        order:-1;
    }

    .cta-box{
        position:relative;
        top:auto;
    }

    .overview-left h2{
        font-size:36px;
    }
}

/* Mobile */

@media(max-width:767px){

    .french-overview-section{
        margin:70px auto;
        padding:0 15px;
    }

    .overview-left h2{
        font-size:30px;
    }

    .overview-left h3{
        font-size:26px;
    }

    .overview-left p{
        font-size:16px;
    }

    .accordion-title{
        font-size:18px;
        padding:20px;
    }

    .accordion-content{
        padding:0 20px 20px;
    }

    .cta-header h4{
        font-size:26px;
    }
}

.faq-main-section{
    background:var(--bg);
    padding:25px 20px;
}

.faq-heading{
    text-align:center;
    margin-bottom:50px;
}

.faq-heading h2{
    color: #000;
    font-size:42px;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-item{
    background:#fff;
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:15px 30px;
    text-align:left;
    cursor:pointer;
	text-transform: none;
    font-size:20px;
    font-weight:600;
    color:#000;
    position:relative;
}

.faq-question:after{
    content:'+';
    position:absolute;
    right:30px;
    font-size:22px;
}

.faq-question.active:after{
    content:'−';
}

.faq-answer{
    display:none;
    padding:0 30px 25px;
}

.faq-answer.show{
    display:block;
}

.faq-answer p{
   color: var(--text);
    line-height: 1.9;
    font-size: 16px;
    letter-spacing: 0.01em;
}

@media(max-width:767px){

    .faq-heading h2{
        font-size:30px;
    }

    .faq-question{
        font-size:18px;
        padding:20px;
    }
}

.trainer-section{
    max-width:1200px;
    margin:90px auto;
    padding:0 20px;
}

.trainer-title{
    text-align:center;
    margin-bottom:60px;
}

.trainer-title h2{
    font-size:32px;
    color:#000;
}

.trainer-wrapper{
    display:grid;
    grid-template-columns:35% 65%;
    gap:60px;
    align-items:center;
}

.trainer-image-box{
    text-align:center;
}

.trainer-image-box img{
    width:100%;
    max-width:320px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.trainer-image-box h3{
    margin-top:25px;
    font-size:28px;
}

.trainer-image-box span{
    color:var(--light-text);
}

.trainer-content h3{
    font-size:28px;
    color:#000;
    margin-bottom:30px;
}

.trainer-content p{
    line-height:2;
    font-size:16px;
    color:var(--text);
    margin-bottom:20px;
	 letter-spacing: 0.01em;
}

@media(max-width:991px){

    .trainer-wrapper{
        grid-template-columns:1fr;
        text-align:center;
    }

    .trainer-content h3{
        text-align:center;
    }
}

@media(max-width:767px){

    .trainer-title h2{
        font-size:30px;
    }

    .trainer-content h3{
        font-size:28px;
    }
}

.student-review-section{
    padding:90px 20px;
    background:var(--bg);
}

.section-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 50px;
}

.section-heading h2{
    font-size:32px;
    color:#000;
    margin-bottom:15px;
}

.section-heading p{
    font-size:18px;
    color:var(--light-text);
	 letter-spacing: 0.01em;
}

.review-video-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.review-video{
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.review-video iframe{
    width:100%;
    aspect-ratio:9/16;
    border:0;
}

@media(max-width:991px){

    .review-video-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .section-heading h2{
        font-size:30px;
    }

    .review-video-grid{
        grid-template-columns:1fr;
    }
}