/*=========================================
        TRUST PAGE BANNER
=========================================*/

.trust-banner{

    position:relative;

    height:620px;

    background:url("../img/trust-banner.png") center center no-repeat;

    background-size:cover;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

}

.banner-overlay{

    position:absolute;

    inset:0;

  
}

.trust-banner .container{

    position:relative;

    z-index:2;

}

.trust-badge{

    display:inline-block;

    background:#ff6b00;

    color:#fff;

    padding:5px 24px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    margin-bottom:25px;

}

.trust-banner h1{

    color:#fff;

    font-size:42px;

    font-weight:800;

    margin-bottom:20px;

}

.trust-banner p{

    color:#fff;

    font-size:18px !important;

    max-width:720px;

    margin:auto;

    line-height:1.8;

}

.breadcrumb-nav{

    margin-top:35px;

}

.breadcrumb-nav a{

    color:#fff;

    text-decoration:none;

    font-weight:600;

}

.breadcrumb-nav span{

    color:#fff;

    margin:0 8px;

}


/*=========================================
        ABOUT TRUST
=========================================*/

.trust-about{

    padding:80px 0;

    background:#f7f9fc;

}

.about-image{

    position:relative;

}

.about-image img{

    width:100%;

    height:620px;

    object-fit:cover;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

    transition:.4s;

}

.about-image:hover img{

    transform:scale(1.03);

}

.experience-card{

    position:absolute;

    bottom:30px;

    left:30px;

    background:#0C4DA2;

    color:#fff;

    padding:30px;

    border-radius:18px;

    width:220px;

    text-align:center;

    box-shadow:0 20px 35px rgba(0,0,0,.2);

}

.experience-card h2{

    color:#fff;

    font-size:54px;

    margin-bottom:8px;

}

.experience-card span{

    font-size:16px;

    line-height:1.6;

}

.section-subtitle{

    color:#ff6b00;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    display:block;

    margin-bottom:15px;

}

.about-content h2{

    font-size:46px;

    font-weight:800;

    color:#0C4DA2;

    margin-bottom:30px;

    line-height:1.3;

}

.about-content p{

    font-size:17px !important;

    color:#555;

    line-height:2;

    text-align:justify;

    margin-bottom:22px;

}

.about-buttons{

    margin-top:35px;

}

.about-buttons .btn{

    padding:14px 35px;

    border-radius:50px;

    font-weight:700;

    margin-right:15px;

}

.about-buttons .btn-primary{

    background:#0C4DA2;

    border:none;

}

.about-buttons .btn-primary:hover{

    background:#ff6b00;

}

.about-buttons .btn-outline-primary{

    border:2px solid #0C4DA2;

    color:#0C4DA2;

}

.about-buttons .btn-outline-primary:hover{

    background:#0C4DA2;

    color:#fff;

}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.trust-banner{

height:500px;

}

.trust-banner h1{

font-size:46px;

}

.about-image img{

height:480px;

}

.about-content{

margin-top:20px;

}

}

@media(max-width:768px){

.trust-banner{

height:430px;

}

.trust-banner h1{

font-size:34px;

}

.trust-banner p{

font-size:18px !important;

}

.about-content h2{

font-size:34px;

}

.about-image img{

height:380px;

}

.experience-card{

width:180px;

padding:20px;

}

.experience-card h2{

font-size:42px;

}

.about-buttons .btn{

display:block;

width:100%;

margin-bottom:15px;

}

}
/*=========================================
        COUNTER SECTION
=========================================*/

.trust-counter-section{

    padding:80px 0;

    background:linear-gradient(135deg,#0C4DA2,#1e6bc5);

}

.section-heading span{

    color:#ffb347;

    text-transform:uppercase;

    font-weight:700;

    letter-spacing:2px;

}

.section-heading h2{

    color:#fff;

    font-size:46px;

    font-weight:800;

    margin:18px 0;

}

.section-heading p{

    color:#dfe9ff;

    max-width:750px;

    margin:auto;

    font-size:18px !important;

    line-height:1.8;

}

.counter-box{

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

    border-radius:25px;

    padding:45px 25px;

    text-align:center;

    transition:.4s;

    height:100%;

}

.counter-box:hover{

    transform:translateY(-12px);

    background:#fff;

}

.counter-box i{

    font-size:48px;

    color:#ffb347;

    margin-bottom:25px;

}

.counter-box h3{

    font-size:52px;

    color:#fff;

    font-weight:800;

    margin-bottom:15px;

}

.counter-box:hover h3{

    color:#0C4DA2;

}

.counter-box p{

    color:#fff;

    font-size:18px !important;

    margin:0;

}

.counter-box:hover p{

    color:#555;

}


/*=========================================
        LEGACY SECTION
=========================================*/

.legacy-section{

    padding:110px 0;

    background:#f8f9fb;

}

.legacy-section h2{

    color:#0C4DA2;

    font-size:46px;

    font-weight:800;

    margin-bottom:30px;

    line-height:1.3;

}

.legacy-section p{

    color:#555;

    font-size:17px !important;

    line-height:2;

    text-align:justify;

}

.legacy-image{

    overflow:hidden;

    border-radius:25px;

    box-shadow:0 20px 45px rgba(0,0,0,.18);

}

.legacy-image img{

    width:100%;

    height:620px;

    object-fit:cover;

    transition:.5s;

}

.legacy-image:hover img{

    transform:scale(1.05);

}

.legacy-list{

    list-style:none;

    padding:0;

    margin-top:35px;

}

.legacy-list li{

    font-size:18px;

    margin-bottom:18px;

    font-weight:600;

    display:flex;

    align-items:center;

}

.legacy-list i{

    color:#ff6b00;

    font-size:22px;

    margin-right:15px;

}


/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.section-heading h2{

font-size:38px;

}

.legacy-section h2{

font-size:36px;

}

.legacy-image img{

height:450px;

}

}

@media(max-width:768px){

.trust-counter-section,

.legacy-section{

padding:70px 0;

}

.counter-box{

padding:35px 20px;

}

.counter-box h3{

font-size:42px;

}

.counter-box i{

font-size:40px;

}

.section-heading h2{

font-size:30px;

}

.legacy-section h2{

font-size:30px;

}

.legacy-image img{

height:350px;

}

}
/*=========================================
        MISSION & VISION
=========================================*/

.mission-vision-section{

    padding:110px 0;

    background:#ffffff;

    position:relative;

    overflow:hidden;

}

/* Background Shape */

.mission-vision-section::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    border-radius:50%;

    background:rgba(12,77,162,.05);

    top:-220px;

    right:-220px;

}

.mission-vision-section::after{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    border-radius:50%;

    background:rgba(255,107,0,.06);

    bottom:-180px;

    left:-150px;

}

.section-subtitle{

    color:#0C4DA2;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.section-title{

    color:#0C4DA2;

    font-size:46px;

    font-weight:800;

    margin:20px 0;

    line-height:1.3;

}

.section-description{

    max-width:760px;

    margin:auto;

    font-size:18px !important;

    color:#666;

    line-height:1.9;

}

/*==============================*/

.mv-card{

    position:relative;

    background:#fff;

    padding:50px;

    border-radius:25px;

    height:100%;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #ececec;

}

.mv-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

/* Colored top border */

.mv-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:6px;

}

.mission-card::before{

    background:#0C4DA2;

}

.vision-card::before{

    background:#ff6b00;

}

/*==============================*/

.mv-icon{

    width:90px;

    height:90px;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:30px;

    font-size:38px;

    transition:.4s;

}

.mission-card .mv-icon{

    background:#0C4DA2;

    color:#fff;

}

.vision-card .mv-icon{

    background:#ff6b00;

    color:#fff;

}

.mv-card:hover .mv-icon{

    transform:rotate(-10deg) scale(1.08);

}

.mv-card h3{

    font-size:34px;

    font-weight:800;

    margin-bottom:20px;

    color:#222;

}

.mv-card p{

    font-size:17px !important;

    color:#666;

    line-height:2;

    text-align:justify;

}

.mv-card ul{

    margin-top:30px;

    padding:0;

    list-style:none;

}

.mv-card ul li{

    margin-bottom:18px;

    font-size:18px;

    font-weight:600;

    color:#444;

}

.mv-card ul li i{

    color:#ff6b00;

    margin-right:12px;

    font-size:20px;

}

/*==============================*/

@media(max-width:991px){

.section-title{

font-size:38px;

}

.mv-card{

padding:40px;

}

}

@media(max-width:768px){

.mission-vision-section{

padding:70px 0;

}

.section-title{

font-size:30px;

}

.section-description{

font-size:16px !important;

}

.mv-card{

padding:30px;

}

.mv-card h3{

font-size:28px;

}

.mv-icon{

width:75px;

height:75px;

font-size:30px;

}

.mv-card ul li{

font-size:16px;

}

}
/*=========================================
        WHY CHOOSE PVS
=========================================*/

.why-pvs-trust{

    padding:110px 0;

    background:#f5f8fc;

    position:relative;

    overflow:hidden;

}

/* Background Shapes */

.why-pvs-trust::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:rgba(12,77,162,.04);

    border-radius:50%;

    top:-180px;

    right:-180px;

}

.why-pvs-trust::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(255,107,0,.05);

    border-radius:50%;

    bottom:-150px;

    left:-150px;

}

/* Cards */

.why-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    position:relative;

    overflow:hidden;

}

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:0 22px 50px rgba(0,0,0,.16);

}

/* Top Border */

.why-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#0C4DA2;

    transition:.4s;

}

.why-card:hover::before{

    background:#ff6b00;

}

/* Icon */

.why-icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#0C4DA2;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:38px;

    margin-bottom:25px;

    transition:.4s;

}

.why-card:hover .why-icon{

    background:#ff6b00;

    transform:rotate(-10deg) scale(1.08);

}

/* Heading */

.why-card h4{

    font-size:26px;

    font-weight:700;

    color:#0C4DA2;

    margin-bottom:18px;

}

/* Paragraph */

.why-card p{

    font-size:16px !important;

    line-height:1.9;

    color:#666;

    margin-bottom:0;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.why-pvs-trust{

padding:90px 0;

}

.why-card{

padding:35px 25px;

}

}

@media(max-width:768px){

.why-pvs-trust{

padding:70px 0;

}

.why-card{

padding:30px 22px;

}

.why-icon{

width:75px;

height:75px;

font-size:30px;

}

.why-card h4{

font-size:22px;

}

.why-card p{

font-size:15px !important;

}

}
/*=========================================
            CTA SECTION
=========================================*/

.trust-cta{

    position:relative;

    padding:70px 0;

    /* background:url("../img/COLLEGE-3.jpg.jpeg") center center no-repeat; */

    background-size:cover;

    overflow:hidden;

}

.cta-overlay{

    position:absolute;

    inset:0;

    background-color: #dd6611;

}

.trust-cta .container{

    position:relative;

    z-index:2;

}

.cta-subtitle{

    display:inline-block;

    background:#0C4DA2;

    color:#fff;

    padding:12px 28px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:25px;

}

.trust-cta h2{

    color:#fff;

    font-size:40px;

    font-weight:800;

    line-height:1.25;

    margin-bottom:30px;

}

.trust-cta p{

    color:#eef5ff;

    font-size:16px !important;

    line-height:2;

    max-width:850px;

    margin:auto;

    margin-bottom:45px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/*========================*/

.cta-btn-primary{

    background:#0C4DA2;

    color:#fff;

    padding:16px 42px;

    border-radius:50px;

    font-size:18px;

    font-weight:700;

    transition:.35s;

    border:none;

}

.cta-btn-primary:hover{

    background:#fff;

    color:#0C4DA2;

    transform:translateY(-5px);

}

/*========================*/

.cta-btn-outline{

    border:2px solid #fff;

    color:#fff;

    padding:16px 42px;

    border-radius:50px;

    font-size:18px;

    font-weight:700;

    transition:.35s;

}

.cta-btn-outline:hover{

    background:#fff;

    color:#0C4DA2;

    transform:translateY(-5px);

}

/* Floating Circle */

.trust-cta::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    left:-180px;

}

.trust-cta::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,107,0,.08);

    bottom:-150px;

    right:-120px;

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:991px){

.trust-cta{

padding:90px 0;

}

.trust-cta h2{

font-size:42px;

}

}

@media(max-width:768px){

.trust-cta{

padding:70px 0;

}

.trust-cta h2{

font-size:30px;

line-height:1.4;

}

.trust-cta p{

font-size:16px !important;

}

.cta-buttons{

flex-direction:column;

}

.cta-buttons .btn{

width:100%;

}

}
/*=========================================
        WHY LANGUAGE SECTION
=========================================*/

.why-language-section{

    padding:100px 0;
    background-color: #f0f0f0;



}

.language-image img{

    width:100%;

    border-radius:25px;

    height:620px;

    object-fit:cover;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.why-language-section h2{

    font-size:46px;

    font-weight:800;

    color:#ff6b00;

    margin:20px 0 30px;

    line-height:1.3;

}

.why-language-section p{

    font-size:16px !important;

    color:#555;

    line-height:1.9;

    text-align:justify;
    font-weight: 300;
        font-family: "Segoe UI", sans-serif;

}

/*========================*/

.language-card{

    background:#fff;

    border-radius:20px;

    padding:35px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

}

.language-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.language-icon{

    width:80px;

    height:80px;

    background:#ff6b00;

    color:#fff;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:25px;

    transition:.35s;

}

.language-card:hover .language-icon{

    background:#0C4DA2;

    transform:rotate(-10deg);

}

.language-card h4{

    color:#0C4DA2;

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

}

.language-card p{

    font-size:16px !important;

    line-height:1.8;

    margin-bottom:0;

    text-align:center;

}

/*========================*/

@media(max-width:991px){

.language-image{

margin-bottom:40px;

}

.language-image img{

height:450px;

}

}

@media(max-width:768px){

.why-language-section{

padding:70px 0;

}

.why-language-section h2{

font-size:32px;

}

.language-image img{

height:350px;

}

.language-card{

padding:28px;

}

}
.language-card{

    background:#f1f1f1;

    border-radius:20px;

    padding:40px;

    height:100%;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.35s;

}
/* WHY LEARN A NEW LANGUAGE */
.why-language-section .col-lg-7{
    padding-left:130px;   /* Increase or decrease as needed */
}
/*=========================================
        PVS BENEFITS SECTION
=========================================*/

.pvs-benefits-section{
    padding:110px 0;
     background-color: #f0f0f0;
}

.pvs-benefits-subtitle{
    display:inline-block;
    color:#0C4DA2;
    font-size:15px !important;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.pvs-benefits-title{
    font-size:42px;
    font-weight:800;
    color:#0C4DA2;
    margin-bottom:25px;
    line-height:1.3;
}

.pvs-benefits-title span{
    color:#ff6b00;
}

.pvs-benefits-description{
    max-width:850px;
    margin:auto;
    color:#666;
    font-size:16px !important;
    line-height:1.9;
}

.pvs-benefits-accordion{
    margin-top:60px;
}

.pvs-benefits-accordion .accordion-item{
    border:none;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.pvs-benefits-accordion .accordion-button{
    background:#ffffff;
    color:#0C4DA2;
    font-size:20px;
    font-weight:700;
    padding:25px 30px;
    box-shadow:none;
}

.pvs-benefits-accordion .accordion-button:not(.collapsed){
    background:#ff6b00;
    color:#fff;
}

.pvs-benefits-accordion .accordion-button:focus{
    box-shadow:none;
}

.pvs-benefits-accordion .accordion-body{
    background:#ffffff;
    color:#555;
    font-size:17px;
    line-height:1.9;
    padding:28px 30px;
}

.pvs-benefits-accordion .accordion-button::after{
    filter:brightness(0);
}

.pvs-benefits-accordion .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

@media(max-width:991px){

    .pvs-benefits-section{
        padding:20px 0;
    }

    .pvs-benefits-title{
        font-size:38px;
    }

    .pvs-benefits-description{
        font-size:16px;
    }

    .pvs-benefits-accordion .accordion-button{
        font-size:19px;
    }

}

@media(max-width:767px){

    .pvs-benefits-title{
        font-size:30px;
    }

    .pvs-benefits-accordion .accordion-button{
        padding:20px;
        font-size:17px;
    }

    .pvs-benefits-accordion .accordion-body{
        padding:20px;
        font-size:15px;
    }

}
/*=========================================
        STRATEGIC PARTNERSHIP
=========================================*/

.strategic-partnership{

    padding:20px 0;

    background:#f0f0f0;

}

.partnership-tag{

    display:inline-block;

    padding:5px 24px;

    background:#0C4DA2;

    color:#fff;

    border-radius:50px;

    font-weight:500;

    letter-spacing:2px;

    margin-bottom:20px;

}

.strategic-partnership h2{

    font-size:42px;

    color:#ff6b00;

    font-weight:600;

    line-height:1.3;

    margin-bottom:25px;

}

.partnership-intro{

    max-width:900px;

    margin:auto;

    color:#555;

    line-height:1.9;

    font-size:16px !important;

}

.programme-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    height:100%;

    transition:.35s;

}

.programme-card:hover{

    transform:translateY(-8px);

}

.programme-card h4{

    color:#0C4DA2;

    font-size:25px;

    font-weight:700;

    margin-bottom:25px;

}

.programme-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.programme-card li{

    position:relative;

    padding-left:35px;

    margin-bottom:18px;

    line-height:1.8;

    color:#555;
    font-size: 16px !important;

}

.programme-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#0C4DA2;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:12px;

}

.partnership-highlight{

    background-color: #ff6b00;

    padding:60px;

    border-radius:25px;

    color:#fff;

    text-align:center;

}

.partnership-highlight h3{

    font-size:38px;

    margin-bottom:25px;

    font-weight:800;
    color:#eef4ff ;

}

.partnership-highlight p{

    font-size:16px !important;

    line-height:1.9;

    color:#eef4ff;

}

@media(max-width:768px){

.strategic-partnership{

padding:5px 0;

}

.strategic-partnership h2{

font-size:32px;

}

.programme-card{

padding:30px;

}

.partnership-highlight{

padding:35px;

}

.partnership-highlight h3{

font-size:28px;

}

}
/*=========================================
        COURSE INFORMATION
=========================================*/

.course-info-section{

    padding:0px 0;

    background:#f0f0f0;

}

.course-info-section .section-title{

    margin-bottom:60px;

}

.course-info-section .section-title span{

    display:inline-block;

    color:#0C4DA2;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

    margin-bottom:10px;

}

.course-info-section .section-title h2{

    font-size:42px;

    font-weight:800;

    color:#ff6b00;

    margin-bottom:10px;

}

.course-info-section .section-title p{

    max-width:750px;

    margin:auto;

    color:#666;

    font-size:17px;

    line-height:1.9;
    margin-bottom: 1px;

}

/*============================*/

.course-info-table{

    width:100%;

    border-collapse:separate;

    border-spacing:0 18px;

}

/*============================*/

.course-info-table tr{

    background:#fff;

    

    transition:.35s;

}


/*============================*/

.course-info-table th{

    width:30%;

    background:#0C4DA2;

    color:#fff;

    padding:26px 28px;

    font-size:17px;

    font-weight:700;

    vertical-align:top;

    border-radius:18px 0 0 18px;

    border-left:6px solid #ff6b00;

}

/*============================*/

.course-info-table td{

    background:#fff;

    color:#555;

    padding:26px 30px;

    line-height:1.9;

    font-size:16px;

    border-radius:0 18px 18px 0;

}

/*============================*/

.course-info-table ul{

    margin:0;

    padding-left:22px;

}

.course-info-table ul li{

    margin-bottom:12px;

}

.course-info-table ul li::marker{

    color:#ff6b00;

}

/*============================*/

.course-info-table strong{

    color:#0C4DA2;

}

/*============================*/

.course-info-table td:hover{

    background:#fafcff;

}

/*=========================================
        MOBILE
=========================================*/

@media(max-width:991px){

.course-info-table th{

width:35%;

}

}

@media(max-width:768px){

.course-info-section{

padding:70px 0;

}

.course-info-section .section-title h2{

font-size:34px;

}

.course-info-table{

border-spacing:0 15px;

}

.course-info-table tr{

display:block;

}

.course-info-table th,

.course-info-table td{

display:block;

width:100%;

border-radius:0;

}

.course-info-table th{

border-radius:18px 18px 0 0;

padding:18px 22px;

border-left:none;

border-top:5px solid #ff6b00;

}

.course-info-table td{

border-radius:0 0 18px 18px;

padding:20px 22px;

}

}
.course-info-section .section-title{

    margin-bottom:-30px;

}
.course-info-section .section-title p{

    max-width:750px;
    margin:0 auto 10px;
    color:#666;
    font-size:17px;
    line-height:1.8;

}
.course-info-table{

    margin-top:0;

}
/*=========================================
        COURSE HIGHLIGHTS
=========================================*/

.course-highlights{

    padding:10px 0;

    background:#f0f0f0;

    position:relative;

    overflow:hidden;

}



/*=========================================
        SECTION TITLE
=========================================*/

.course-highlights .section-title{

    text-align:center;

    margin-bottom:50px;

    position:relative;

    z-index:2;

}

.course-highlights .section-title span{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:15px;

    color:#0C4DA2;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:12px;

}

.course-highlights .section-title span::before,

.course-highlights .section-title span::after{

    content:"";

    width:45px;

    height:2px;

    background:#ff6b00;

}

.course-highlights .section-title h2{

    color:#ff6b00;

    font-size:42px;

    font-weight:800;

    line-height:1.2;

    margin:0 0 18px;

}

.course-highlights .section-title p{

    max-width:760px;

    margin:auto;

    color:#666;

    font-size:16px !important;

    line-height:1.9;
margin-bottom: -50px;
}

/*=========================================
        HIGHLIGHT CARDS
=========================================*/

.highlight-card{

    position:relative;

    background:#ffffff;

    padding:40px 35px;

    border-radius:22px;

    text-align:center;

    height:100%;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    border:1px solid #eef2f7;
    left: -10px;

}

/* Top Border */

.highlight-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:#0C4DA2;

    transition:.35s;

}

.highlight-card:hover::before{

    background:#ff6b00;

}

.highlight-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

/*=========================================
        ICON
=========================================*/

.highlight-card i{

    width:90px;

    height:90px;

    background:#0C4DA2;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

    font-size:36px;

    transition:.35s;

}

.highlight-card:hover i{

    background:#ff6b00;

    transform:rotate(-8deg) scale(1.08);

}

/*=========================================
        CARD TITLE
=========================================*/

.highlight-card h4{

    color:#0C4DA2;

    font-size:20px;

    font-weight:700;

    margin-bottom:18px;

    line-height:1.4;

}

/*=========================================
        CARD PARAGRAPH
=========================================*/

.highlight-card p{

    color:#666;

    font-size:16px !important;

    line-height:1.8;

    margin-bottom:0;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.course-highlights{

padding:80px 0;

}

.course-highlights .section-title{

margin-bottom:40px;

}

.course-highlights .section-title h2{

font-size:38px;

}

.course-highlights .section-title p{

font-size:16px;

}

.highlight-card{

padding:35px 25px;

}

.highlight-card i{

width:80px;

height:80px;

font-size:32px;

}

.highlight-card h4{

font-size:22px;

}

}

@media(max-width:768px){

.course-highlights{

padding:5px 0;

}

.course-highlights .section-title{

margin-bottom:35px;

}

.course-highlights .section-title span{

font-size:13px;

gap:10px;

letter-spacing:1.5px;

margin-bottom:10px;

}

.course-highlights .section-title span::before,

.course-highlights .section-title span::after{

width:25px;

}

.course-highlights .section-title h2{

font-size:30px;

margin-bottom:15px;

}

.course-highlights .section-title p{

font-size:15px;

line-height:1.7;

}

.highlight-card{

padding:30px 22px;

}

.highlight-card i{

width:70px;

height:70px;

font-size:28px;

margin-bottom:20px;

}

.highlight-card h4{

font-size:20px;

}

.highlight-card p{

font-size:15px;

}

}
/*=========================================
        SKILL CTA SECTION
=========================================*/

.skill-cta-section{

    position:relative;

    padding:80px 0;

    background:url("../img/course-cta.jpg") center center no-repeat;

    background-size:cover;

    overflow:hidden;

}

/*=========================================
        OVERLAY
=========================================*/

.skill-cta-overlay{

    position:absolute;

    inset:0;

    background-color: #eb711a;

}

/*=========================================
        CONTENT
=========================================*/

.skill-cta-section .container{

    position:relative;

    z-index:2;

}

.skill-cta-subtitle{

    display:inline-block;

    background: #0C4DA2;

    color:#fff;

    padding:5px 28px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:25px;

}

.skill-cta-title{

    color:#fff;

    font-size:42px;

    font-weight:800;

    line-height:1.25;

    margin-bottom:25px;

}

.skill-cta-text{

    color:#eef5ff;

    font-size:16px !important;

    line-height:1.9;

    max-width:850px;

    margin:0 auto 45px;

}

/*=========================================
        BUTTONS
=========================================*/

.skill-cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/* Primary Button */

.skill-btn-primary{

    background:#0C4DA2;

    color:#fff;

    border:none;

    padding:16px 42px;

    border-radius:50px;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.skill-btn-primary:hover{

    background:#fff;

    color:#0C4DA2;

    transform:translateY(-5px);

}

/* Outline Button */

.skill-btn-outline{

    border:2px solid #fff;

    color:#fff;

    background:transparent;

    padding:16px 42px;

    border-radius:50px;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.skill-btn-outline:hover{

    background:#fff;

    color:#0C4DA2;

    transform:translateY(-5px);

}

/*=========================================
        DECORATIVE SHAPES
=========================================*/

.skill-cta-section::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    top:-180px;

    left:-180px;

}

.skill-cta-section::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(255,107,0,.08);

    bottom:-120px;

    right:-120px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.skill-cta-section{

    padding:90px 0;

}

.skill-cta-title{

    font-size:42px;

}

.skill-cta-text{

    font-size:17px;

}

}

@media(max-width:768px){

.skill-cta-section{

    padding:70px 0;

}

.skill-cta-subtitle{

    font-size:13px;

    padding:8px 20px;

}

.skill-cta-title{

    font-size:30px;

    line-height:1.4;

}

.skill-cta-text{

    font-size:15px;

    margin-bottom:35px;

}

.skill-cta-buttons{

    flex-direction:column;

}

.skill-cta-buttons .btn{

    width:100%;

}

}
/*=========================================
        SECTION DIVIDER STYLE 2
=========================================*/
/*=========================================
        SECTION DIVIDER STYLE 2
=========================================*/

.section-divider-style2{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;

    padding:15px 0 35px;   /* Reduced top padding */
    margin-top:-10px;       /* Moves divider upward */

    background:#f0f0f0;
}

.section-divider-style2 .divider-line{
    width:140px;
    height:2px;
    background:linear-gradient(to right,#0C4DA2,#ff6b00);
    border-radius:50px;
}

.section-divider-style2 .divider-icon{
    width:65px;
    height:65px;
    background:#fff;
    border:3px solid #ff6b00;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.section-divider-style2 .divider-icon i{
    font-size:28px;
    color:#0C4DA2;
}

.section-divider-style2:hover .divider-icon{
    background:#0C4DA2;
    border-color:#0C4DA2;
    transform:rotate(360deg);
}

.section-divider-style2:hover .divider-icon i{
    color:#fff;
}

@media(max-width:768px){

.section-divider-style2{
    gap:12px;
    padding:25px 0;
}

.section-divider-style2 .divider-line{
    width:70px;
}

.section-divider-style2 .divider-icon{
    width:50px;
    height:50px;
}

.section-divider-style2 .divider-icon i{
    font-size:22px;
}

}
.course-highlights{

    padding-bottom:100px;

}
/*=========================================
        GERMAN CURRICULUM SECTION
=========================================*/

.secondsection{
    padding:10px 0;
    background:#f0f0f0;
}

.secondsection .head_course{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.secondsection .head_course h3{
    font-size:48px;
    font-weight:800;
    color:#0C4DA2;
    line-height:1.3;
    margin-bottom:20px;
}

.secondsection .head_course h3 span{
    color:#ff6b00;
}

.secondsection .head_course p{
    font-size:17px;
    color:#666;
    line-height:1.9;
}

/*=========================================
        ACCORDION
=========================================*/

#curriculumAccordion{
    max-width:1100px;
    margin:auto;
}

#curriculumAccordion .accordion-item{
    border:none;
    border-radius:18px;
    overflow:hidden;
    margin-bottom:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

#curriculumAccordion .accordion-button{
    background:#0C4DA2;
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:22px 30px;
    box-shadow:none;
}

#curriculumAccordion .accordion-button:not(.collapsed){
    background:#ff6b00;
    color:#fff;
}

#curriculumAccordion .accordion-button:focus{
    box-shadow:none;
}

#curriculumAccordion .accordion-button::after{
    filter:brightness(0) invert(1);
}

#curriculumAccordion .accordion-body{
    background:#fff;
    padding:35px;
}

/*=========================================
        CONTENT
=========================================*/

#curriculumAccordion p{
    color:#0C4DA2;
    font-size:20px;
    font-weight:700;
    margin-top:20px;
    margin-bottom:12px;
}

#curriculumAccordion ul{
    margin:0 0 20px;
    padding-left:25px;
}

#curriculumAccordion ul li{
    color:#555;
    font-size:16px;
    line-height:1.9;
    margin-bottom:10px;
}

#curriculumAccordion ul li::marker{
    color:#ff6b00;
}

/*=========================================
        SUB ACCORDION
=========================================*/

#curriculumTopicsAccordion .accordion-item{
    border:none;
    box-shadow:none;
    margin:0;
}

#curriculumTopicsAccordion .accordion-body{
    padding:0;
    background:transparent;
}

/*=========================================
        HOVER
=========================================*/

#curriculumAccordion .accordion-item:hover{
    transform:translateY(-4px);
    transition:.35s;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.secondsection{
    padding:80px 0;
}

.secondsection .head_course h3{
    font-size:38px;
}

#curriculumAccordion .accordion-button{
    font-size:20px;
}

}

@media(max-width:768px){

.secondsection{
    padding:70px 0;
}

.secondsection .head_course{
    margin-bottom:40px;
}

.secondsection .head_course h3{
    font-size:30px;
}

.secondsection .head_course p{
    font-size:16px;
}

#curriculumAccordion .accordion-button{
    padding:18px 20px;
    font-size:18px;
}

#curriculumAccordion .accordion-body{
    padding:22px;
}

#curriculumAccordion p{
    font-size:18px;
}

#curriculumAccordion ul li{
    font-size:15px;
}

}
/*=========================================
        B1 & B2 CONTENT STYLING
=========================================*/

#curriculumAccordion .accordion-body p{
    margin:18px 0 10px;
    color:#0C4DA2;
    font-size:18px;
    font-weight:700;
    line-height:1.6;
}

#curriculumAccordion .accordion-body p strong{
    color:#0C4DA2;
    font-weight:700;
}

#curriculumAccordion .accordion-body br{
    display:block;
    margin:6px 0;
}

#curriculumAccordion .accordion-body ul{
    margin:0 0 20px;
    padding-left:24px;
}

#curriculumAccordion .accordion-body ul li{
    font-size:16px;
    color:#555;
    line-height:1.9;
    margin-bottom:8px;
}

#curriculumAccordion .accordion-body ul li::marker{
    color:#ff6b00;
}

/* Extra spacing for B1 & B2 */

#module-3-collapse .accordion-body,
#module-4-collapse .accordion-body{
    padding:35px;
}

#module-3-collapse p,
#module-4-collapse p{
    margin-bottom:14px;
}

#module-3-collapse ul,
#module-4-collapse ul{
    margin-bottom:24px;
}
/*=========================================
        COURSE OVERVIEW HEADER
=========================================*/

.course-overview-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.course-overview-header h3{
    font-size:48px;
    font-weight:800;
    color:#0C4DA2;
    line-height:1.25;
    margin-bottom:18px;
    letter-spacing:-0.5px;
    
    font-family:"Segoe UI",sans-serif;
}

.course-overview-header p{
    max-width:760px;
    margin:0 auto;
    font-size:17px;
    line-height:1.9;
    color:#666;
    font-weight:400;
      font-family:"Segoe UI",sans-serif;
}

/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width:991px){

.course-overview-header{
    margin-bottom:50px;
}

.course-overview-header h3{
    font-size:40px;
}

.course-overview-header p{
    font-size:16px;
}

}

@media (max-width:768px){

.course-overview-header{
    margin-bottom:40px;
}

.course-overview-header h3{
    font-size:32px;
    line-height:1.35;
}

.course-overview-header p{
    font-size:15px;
    line-height:1.8;
}

}

@media (max-width:576px){

.course-overview-header h3{
    font-size:28px;
}

.course-overview-header p{
    font-size:14px;
}

}
/*=========================================
        COURSE OVERVIEW HEADER
=========================================*/

.course-overview-header{
    width:100%;
    max-width:1100px;
    margin:0 auto 70px;
    text-align:center;
}

.course-overview-header h3{
    width:100%;
    margin:0 auto 20px;
    font-size:42px;
    font-weight:800;
    color:#ff6b00;
    line-height:1.25;
    text-align:center;
      font-family:"Segoe UI",sans-serif;
}

.course-overview-header p{
    max-width:820px;
    margin:0 auto;
    font-size:18px;
    line-height:1.9;
    color:#666;
    text-align:center;
      font-family:"Segoe UI",sans-serif;
}

/*==============================
        RESPONSIVE
==============================*/

@media (max-width:992px){

.course-overview-header h3{
    font-size:46px;
}

.course-overview-header p{
    font-size:17px;
}

}

@media (max-width:768px){

.course-overview-header{
    margin-bottom:50px;
}

.course-overview-header h3{
    font-size:36px;
}

.course-overview-header p{
    font-size:16px;
}

}

@media (max-width:576px){

.course-overview-header h3{
    font-size:30px;
    line-height:1.35;
}

.course-overview-header p{
    font-size:15px;
}

}
.secondsection{
    padding-top:10px;
    padding-bottom:100px;   /* Increase if you want more space */
    background:#f0f0f0;
}
/*=========================================
        ENGLISH PROFICIENCY TESTS
=========================================*/

.english-test-section{
    padding:10px 0;
    background:#f0f0f0;
    position:relative;
    overflow:hidden;
}

/*=========================================
        SECTION HEADING
=========================================*/

.english-test-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
    position:relative;
    z-index:2;
}

.english-test-header h3{
    font-size:42px;
    font-weight:800;
    color:#ff6b00;
    line-height:1.3;
    margin-bottom:18px;
     font-family:"Segoe UI",sans-serif;
}

.english-test-header h3 span{
    color:#ff6b00;
}

.english-test-header p{
    max-width:760px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.9;
     font-family:"Segoe UI",sans-serif;
}

/*=========================================
        TAB WRAPPER
=========================================*/

.english-test-tabs{
    position:relative;
    z-index:2;
}

/*=========================================
        NAVIGATION
=========================================*/

.english-test-tabs .nav{
    justify-content:center;
    gap:18px;
    margin-bottom:45px !important;
}

.english-test-tabs .nav-item{
    margin:0;
}

.english-test-tabs .nav-link{
    background:#fff;
    color:#0C4DA2;
    border:2px solid #0C4DA2;
    border-radius:50px;
    padding:14px 40px;
    font-size:17px;
    font-weight:600;
    transition:.35s ease;
    min-width:150px;
    text-align:center;
}

.english-test-tabs .nav-link:hover{
    background:#0C4DA2;
    color:#fff;
    transform:translateY(-3px);
}

.english-test-tabs .nav-link.active{
    background:#ff6b00;
    color:#fff;
    border-color:#ff6b00;
}

/*=========================================
        CONTENT CARD
=========================================*/

.english-test-tabs .tab-content{
    max-width:950px;
    margin:auto;
}

.english-test-tabs .tab-pane{
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    border-top:5px solid #ff6b00;
    transition:.3s;
}

.english-test-tabs .tab-pane:hover{
    transform:translateY(-4px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.english-test-tabs .tab-pane h3{
    color:#0C4DA2;
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
}

.english-test-tabs .tab-pane p{
    color:#555;
    font-size:16px !important;
    line-height:1.9;
    margin:0;
     font-family:"Segoe UI",sans-serif;
}

/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width:991px){

.english-test-section{
    padding:80px 0;
}

.english-test-header h3{
    font-size:40px;
}

.english-test-header p{
    font-size:16px;
}

.english-test-tabs .tab-pane{
    padding:35px;
}

}

@media (max-width:768px){

.english-test-section{
    padding:70px 0;
}

.english-test-header{
    margin-bottom:40px;
}

.english-test-header h3{
    font-size:32px;
}

.english-test-header p{
    font-size:15px;
}

.english-test-tabs .nav{
    gap:12px;
}

.english-test-tabs .nav-link{
    width:100%;
    min-width:unset;
    padding:14px;
    font-size:16px;
}

.english-test-tabs .tab-pane{
    padding:28px;
}

.english-test-tabs .tab-pane h3{
    font-size:26px;
}

.english-test-tabs .tab-pane p{
    font-size:15px;
}

}

@media (max-width:576px){

.english-test-header h3{
    font-size:28px;
}

.english-test-header p{
    font-size:14px;
}

.english-test-tabs .nav{
    flex-direction:column;
}

.english-test-tabs .nav-link{
    width:100%;
}

.english-test-tabs .tab-pane{
    padding:22px;
}

.english-test-tabs .tab-pane h3{
    font-size:22px;
}

.english-test-tabs .tab-pane p{
    font-size:14px;
}

}
/*=========================================
        ENGLISH PROFICIENCY TESTS
=========================================*/

.english-test-section{
    padding-top:10px;
    padding-bottom:120px;   /* Space before footer */
    background:#f0f0f0;
    position:relative;
    overflow:hidden;
}
/*=========================================
        WHY CHOOSE ARABIC
=========================================*/

.arabic-benefits-section{
    padding:10px 0;
    background:#f0f0f0;
     padding-bottom:120px;
}

.arabic-benefits-wrapper{
    max-width:1200px;
    margin:auto;
}

/*=========================================*/

.arabic-benefits-header{
    text-align:center;
    margin-bottom:60px;
}

.arabic-benefits-header span{
    display:inline-block;
    color:#0C4DA2;
    font-size:15px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.arabic-benefits-header h2{
    font-size:42px;
    font-weight:800;
    color:#ff6b00;
    margin-bottom:20px;
}

.arabic-benefits-header h2 span{
    color:#ff6b00;
    font-size: 42px;
    font-weight: 800;
}

.arabic-benefits-header p{
    max-width:760px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.9;
}

/*=========================================*/

.arabic-course-duration{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:60px;
}

.duration-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
    border-top:5px solid #ff6b00;
}

.duration-card:hover{
    transform:translateY(-6px);
}

.duration-card h4{
    color:#0C4DA2;
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.duration-card p{
    color:#555;
    margin-bottom:10px;
}

.duration-card span{
    color:#ff6b00;
    font-weight:700;
}

/*=========================================*/

.arabic-features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.feature-box{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.feature-box:hover{
    transform:translateY(-6px);
}

.feature-box i{
    font-size:42px;
    color:#ff6b00;
    margin-bottom:18px;
}

.feature-box h5{
    color:#0C4DA2;
    font-size:20px;
    font-weight:700;
    margin:0;
}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.arabic-benefits-section{
    padding:80px 0;
}

.arabic-benefits-header h2{
    font-size:38px;
}

.arabic-course-duration{
    grid-template-columns:1fr;
}

.arabic-features-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.arabic-benefits-section{
    padding:70px 0;
}

.arabic-benefits-header{
    margin-bottom:40px;
}

.arabic-benefits-header h2{
    font-size:32px;
}

.arabic-benefits-header p{
    font-size:15px;
}

.arabic-features-grid{
    grid-template-columns:1fr;
}

.duration-card{
    padding:30px;
}

.feature-box{
    padding:30px;
}

}

@media(max-width:576px){

.arabic-benefits-header h2{
    font-size:28px;
}

.arabic-benefits-header p{
    font-size:14px;
}

.feature-box i{
    font-size:36px;
}

.feature-box h5{
    font-size:18px;
}

}
/*=========================================
        ONLINE NURSING COURSES
=========================================*/

.medical-programs-section{
    padding:10px 0;
    background:#f0F0F0;
}

.medical-programs-wrapper{
    max-width:1100px;
    margin:auto;
}

/*=========================================*/

.medical-programs-heading{
    text-align:center;
    margin-bottom:60px;
}

.medical-programs-heading h2{
    font-size:42px;
    font-weight:800;
    color:#ff6b00;
    margin:0;
    line-height:1.2;
    font-family:"Segoe UI",sans-serif;
}

/*=========================================*/

.medical-programs-list{
    display:flex;
    flex-direction:column;
    gap:30px;
}

/*=========================================*/

.medical-course-card{
    background:#ffffff;
    padding:35px 40px;
    border-radius:22px;
    border-left:6px solid #ff6b00;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.medical-course-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.14);
}

.medical-course-card h3{
    font-size:24px;
    font-weight:700;
    color:#0C4DA2;
    margin-bottom:18px;
    line-height:1.4;
    font-family:"Segoe UI",sans-serif;
}

.medical-course-card p{
    font-size:16px !important;
    line-height:1.9;
    color:#555;
    margin:0;
    text-align:justify;
    font-family:"Segoe UI",sans-serif;
}

/*=========================================*/

@media(max-width:991px){

.medical-programs-section{
    padding:80px 0;
}

.medical-programs-heading h2{
    font-size:38px;
}

.medical-course-card{
    padding:30px;
}

.medical-course-card h3{
    font-size:24px;
}

}

@media(max-width:768px){

.medical-programs-section{
    padding:70px 0;
}

.medical-programs-heading{
    margin-bottom:40px;
}

.medical-programs-heading h2{
    font-size:30px;
}

.medical-course-card{
    padding:25px;
}

.medical-course-card h3{
    font-size:22px;
}

.medical-course-card p{
    font-size:15px !important;
}

}

@media(max-width:576px){

.medical-programs-heading h2{
    font-size:26px;
}

.medical-course-card{
    padding:22px;
}

.medical-course-card h3{
    font-size:20px;
}

.medical-course-card p{
    font-size:14px !important;
}

}
/*=========================================
      COURSE TITLE + C-DIT LOGO
=========================================*/

.course-heading{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:25px;
    margin-bottom:10px;
}

.course-heading h2{
    flex:1;
    margin:0;
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    color:#0C4DA2;
}

.course-cdit-logo{
    width:120px;
    height:auto;
    object-fit:contain;
    flex-shrink:0;
    margin-top:15px;   /* Move logo down */
    transition:.3s ease;
}

.course-cdit-logo:hover{
    transform:scale(1.05);
}

/*=========================================
        RESPONSIVE
=========================================*/

@media (max-width:991px){

.course-heading{
    flex-direction:column;
    align-items:flex-start;
}

.course-cdit-logo{
    width:120px;
    margin-top:10px;
}

.course-heading h2{
    font-size:34px;
}

}

@media (max-width:768px){

.course-heading h2{
    font-size:28px;
}

.course-cdit-logo{
    width:100px;
}

}

@media (max-width:576px){

.course-heading h2{
    font-size:24px;
}

.course-cdit-logo{
    width:85px;
}

}
/*=========================================
        MOBILE BANNER FIX
=========================================*/

@media (max-width:768px){

    .trust-banner{
        height:620px !important;
        background-position:center center;
        background-size:cover;
        padding:0 20px;
    }

    .trust-banner .container{
        width:100%;
    }

    .trust-badge{
        font-size:15px;
        padding:10px 22px;
        margin-bottom:20px;
    }

    .trust-banner h1{
        font-size:48px;
        line-height:1.15;
        margin-bottom:20px;
    }

    .trust-banner p{
        font-size:20px !important;
        line-height:1.8;
        max-width:100%;
    }

}

/* Small Mobile */

@media (max-width:576px){

    .trust-banner{
        height:680px !important;
        padding:0 18px;
    }

    .trust-banner h1{
        font-size:36px;
        line-height:1.2;
    }

    .trust-banner p{
        font-size:18px !important;
        line-height:1.8;
    }

}
/*=========================================
      MOBILE - 3 BUTTONS IN ONE ROW
=========================================*/

@media (max-width:768px){

    .english-test-tabs .nav{
        display:flex;
        flex-wrap:nowrap;
        justify-content:space-between;
        gap:8px;
    }

    .english-test-tabs .nav-item{
        flex:1;
        margin:0;
    }

    .english-test-tabs .nav-link{
        width:100%;
        min-width:0;
        padding:12px 5px;
        font-size:14px;
        font-weight:600;
        border-radius:10px;
    }

}
@media (max-width:576px){

    .english-test-tabs .nav{
        display:flex;
        flex-direction:row;
        flex-wrap:nowrap;
        gap:6px;
    }

    .english-test-tabs .nav-item{
        flex:1;
    }

    .english-test-tabs .nav-link{
        width:100%;
        padding:10px 4px;
        font-size:13px;
    }

}
/*=========================================
        MOBILE - 2 CARDS PER ROW
=========================================*/

@media (max-width:768px){

    .arabic-features-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .feature-box{
        padding:20px 15px;
        border-radius:15px;
    }

    .feature-box i{
        font-size:30px;
        margin-bottom:12px;
    }

    .feature-box h5{
        font-size:15px;
        line-height:1.4;
    }

}
@media (max-width:480px){

    .arabic-features-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .feature-box{
        padding:18px 12px;
    }

    .feature-box i{
        font-size:26px;
    }

    .feature-box h5{
        font-size:14px;
    }

}
/*=========================================
      COURSE HIGHLIGHTS - MOBILE
=========================================*/

@media (max-width:768px){

.course-highlights .row{
    --bs-gutter-x:16px;
    --bs-gutter-y:16px;
}

.course-highlights .col-lg-4,
.course-highlights .col-md-6{
    width:50%;
    flex:0 0 50%;
    max-width:50%;
}

.highlight-card{
    height:100%;
    padding:20px 15px;
    border-radius:16px;
    text-align:center;
}

.highlight-card i{
    font-size:32px;
    margin-bottom:15px;
}

.highlight-card h4{
    font-size:18px;
    line-height:1.4;
    margin-bottom:10px;
}

.highlight-card p{
    font-size:14px;
    line-height:1.7;
}

}
@media (max-width:576px){

.course-highlights .row{
    --bs-gutter-x:12px;
    --bs-gutter-y:12px;
}

.course-highlights .col-lg-4,
.course-highlights .col-md-6{
    width:50%;
    flex:0 0 50%;
    max-width:50%;
}

.highlight-card{
    padding:18px 12px;
}

.highlight-card i{
    font-size:28px;
}

.highlight-card h4{
    font-size:16px;
}

.highlight-card p{
    font-size:13px;
    line-height:1.6;
}

}
/*=========================================
        CTA BUTTONS - MOBILE
=========================================*/

@media (max-width:768px){

.skill-cta-buttons{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    width:100%;
    margin-top:25px;
}

.skill-cta-buttons .btn{
    width:100%;
    padding:14px 10px;
    font-size:15px;
    text-align:center;
    border-radius:50px;
}

}

/* Small Mobile */

@media (max-width:576px){

.skill-cta-buttons{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.skill-cta-buttons .btn{
    padding:12px 8px;
    font-size:14px;
}

}
/*=========================================
        COURSE INFORMATION RESPONSIVE
=========================================*/

/* Laptop */
@media (max-width:1200px){

.course-info-section{
    padding:80px 0;
}

}

/* Tablet */
@media (max-width:991px){

.course-info-section{
    padding:70px 0;
}

.course-info-section .container-fluid.container-xl{
    padding:0 20px;
}

.section-title h2{
    font-size:38px;
}

.section-title p{
    font-size:16px;
}

}

/*=========================================
        MOBILE
=========================================*/

@media (max-width:768px){

.course-info-section{
    padding:60px 0;
}

.course-info-section .container-fluid.container-xl{
    padding:0 15px;
}

.section-title{
    margin-bottom:35px;
}

.section-title span{
    font-size:13px;
    letter-spacing:1px;
}

.section-title h2{
    font-size:30px;
    line-height:1.3;
}

.section-title p{
    font-size:15px;
    line-height:1.8;
    max-width:100%;
    margin:0 auto;
}

/* Remove Bootstrap Scroll */

.table-responsive{
    overflow:visible !important;
    padding:0;
    margin:0;
    border:none;
}

/* Table */

.course-info-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 18px;
}

.course-info-table tbody{
    display:block;
}

.course-info-table tr{
    display:block;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    margin-bottom:18px;
}

.course-info-table th{
    display:block;
    width:100%;
    background:#0C4DA2;
    color:#fff;
    padding:16px 20px;
    font-size:16px;
    font-weight:700;
    border:none;
    box-sizing:border-box;
}

.course-info-table td{
    display:block;
    width:100%;
    background:#fff;
    padding:18px 20px;
    color:#555;
    font-size:15px;
    line-height:1.8;
    border:none;
    box-sizing:border-box;

    white-space:normal;
    overflow-wrap:anywhere;
    word-break:break-word;
}

.course-info-table ul{
    margin:0;
    padding-left:20px;
}

.course-info-table li{
    margin-bottom:8px;
}

}

/*=========================================
        SMALL MOBILE
=========================================*/

@media (max-width:576px){

.course-info-section{
    padding:5px 0;
}

.course-info-section .container-fluid.container-xl{
    padding:0 12px;
}

.section-title h2{
    font-size:28px;
}

.section-title p{
    font-size:14px;
}

.course-info-table{
    border-spacing:0 15px;
}

.course-info-table tr{
    border-radius:14px;
}

.course-info-table th{
    padding:15px 18px;
    font-size:15px;
}

.course-info-table td{
    padding:16px 18px;
    font-size:14px;
    line-height:1.7;
}

.course-info-table li{
    font-size:14px;
    line-height:1.7;
}

}
@media (max-width:768px){

.table-responsive{
    overflow:visible !important;
    padding:0 !important;
    margin:0 !important;
}

.course-info-table{
    width:100% !important;
    border-collapse:separate;
    border-spacing:0 16px;
}

.course-info-table tr{
    display:block;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.course-info-table th{
    display:block;
    width:100%;
    background:#0C4DA2;
    color:#fff;
    padding:16px 20px;
}

.course-info-table td{
    display:block;
    width:100%;
    padding:18px 20px !important;
    margin:0 !important;
    left:0 !important;
    right:0 !important;
    transform:none !important;
    text-indent:0 !important;
    overflow:visible !important;
    white-space:normal;
    word-break:break-word;
    overflow-wrap:anywhere;
    box-sizing:border-box;
}

}
/*=========================================
        MOBILE COUNTER - 4 PER ROW
=========================================*/

@media (max-width:768px){

.trust-counter-section .row{
    --bs-gutter-x:12px;
    --bs-gutter-y:12px;
}

.trust-counter-section .col-lg-3,
.trust-counter-section .col-md-6{
    flex:0 0 25%;
    max-width:25%;
}

.counter-box{
    padding:18px 8px;
    border-radius:14px;
}

.counter-box i{
    font-size:24px;
    margin-bottom:10px;
}

.counter-box h3{
    font-size:22px;
    margin-bottom:8px;
}

.counter-box p{
    font-size:11px !important;
    line-height:1.4;
}

}
/*=========================================
        MOBILE CTA BUTTONS
=========================================*/

@media (max-width:768px){

.cta-buttons{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    width:100%;
}

.cta-buttons .btn{
    width:100%;
    padding:14px 10px;
    font-size:15px;
    text-align:center;
    border-radius:50px;
}

}

@media (max-width:576px){

.cta-buttons{
    grid-template-columns:repeat(2,1fr);
    gap:10px;
}

.cta-buttons .btn{
    padding:12px 8px;
    font-size:14px;
}

}
@media (max-width:768px){

.course-heading{
    text-align:center;
    margin-bottom:25px;
}

.course-heading h2{
    font-size:30px;
    line-height:1.3;
    color: #ff6b00;
}

.course-cdit-logo{
    display:block;
    margin:15px auto 0;
}

.enlight-image{
    text-align:center;
    margin-bottom:30px;
}

.enlight-content{
    text-align:center;
}

.enlight-content p{
    text-align:center;
}

.read-more{
    display:inline-flex;
    margin:15px auto 0;
}

}
@media (max-width:768px){

.mobile-heading{
    width:100%;
    text-align:center;
    margin-bottom:25px;
    order:-1;
}

.mobile-heading h2{
    font-size:30px;
    line-height:1.3;
    margin-bottom:15px;
}

.mobile-heading .course-cdit-logo{
    display:block;
    margin:0 auto;
}

.enlight-image{
    margin-bottom:30px;
}

.enlight-content{
    text-align:center;
}

.enlight-content p{
    text-align:center;
}

}
/*=========================================
        ENLIGHT MOBILE PARAGRAPH
=========================================*/
@media (max-width:768px){

.enlight-content{
    text-align:center !important;
    margin:0 auto;
}

.enlight-content p{
    text-align:center !important;
    width:100%;
    max-width:100%;
    margin:0 auto 20px;
    line-height:1.9;
}

.read-more{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin:15px auto 0;
}

}
/*=========================================
      ENLIGHT MOBILE ALIGNMENT FIX
=========================================*/
@media (max-width:768px){

.enlight-section .row{
    margin-left:0 !important;
    margin-right:0 !important;
}

.enlight-section .col-lg-6,
.enlight-section .col-md-6{
    width:100%;
    padding-left:20px !important;
    padding-right:20px !important;
}

.enlight-content{
    max-width:100% !important;
    margin-left:0 !important;   /* Overrides -80px only on mobile */
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    text-align:center !important;
}

.enlight-content p{
    display:block;
    width:100%;
    max-width:100%;
    margin:0 auto 20px !important;
    padding:0 !important;
    text-align:center !important;
    line-height:1.9;
}

.read-more{
    display:flex;
    justify-content:center;
    margin-top:20px;
}

}
@media (max-width:768px){

.mobile-heading{
    width:100%;
    text-align:center;
    font-size:34px;
    font-weight:800;
    color:#ff6b00;
    margin:0 0 25px;
    line-height:1.3;
}

.enlight-image{
    margin-bottom:30px;
}

.enlight-content{
    text-align:center;
}

.enlight-content p{
    text-align:center;
}

}
/*=========================================
      FIRST SECTION - MOBILE RESPONSIVE
=========================================*/

@media (max-width:991px){

.why-pvs-section{
    padding:60px 0;
}

.why-pvs-section .container-fluid.container-xl{
    padding-left:20px;
    padding-right:20px;
}

.why-pvs-section .row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

/* Heading */
.why-pvs-content h2{
    width:100%;
    order:1;
    text-align:center;
    font-size:36px;
    line-height:1.2;
    margin-bottom:30px;
}

/* Image */
.why-pvs-image{
    width:100%;
    order:2;
    text-align:center;
    margin-bottom:30px;
}

.why-pvs-image img{
    width:100%;
    max-width:420px;
    margin:auto;
    display:block;
}

/* Content */
.why-pvs-content{
    width:100%;
    order:3;
    text-align:center;
}

.why-pvs-content p{
    text-align:center;
    max-width:100%;
    margin:0 auto 18px;
    line-height:1.9;
}

.why-pvs-content .btn,
.why-pvs-content .read-more-btn{
    margin:25px auto 0;
    display:inline-flex;
}

}


/*=========================================
          SMALL MOBILE
=========================================*/

@media (max-width:768px){

.why-pvs-section{
    padding:50px 0;
}

.why-pvs-section .container-fluid.container-xl{
    padding-left:16px;
    padding-right:16px;
}

.why-pvs-content h2{
    font-size:30px;
    margin-bottom:25px;
}

.why-pvs-image{
    margin-bottom:25px;
}

.why-pvs-image img{
    max-width:360px !important;
}

.why-pvs-content p{
    font-size:16px;
    line-height:1.85;
}

}


/*=========================================
            EXTRA SMALL MOBILE
=========================================*/

@media (max-width:576px){

.why-pvs-section{
    padding:40px 0;
}

.why-pvs-section .container-fluid.container-xl{
    padding-left:14px;
    padding-right:14px;
}

.why-pvs-content h2{
    font-size:28px;
    line-height:1.25;
    margin-bottom:22px;
}

.why-pvs-image{
    margin-bottom:20px;
}

.why-pvs-image img{
    max-width:320px;
}

.why-pvs-content p{
    font-size:15px;
    line-height:1.8;
    text-align:center;
}

}
@media (max-width:768px){

.why-pvs-section h2{
    width:100%;
    text-align:center;
    margin-bottom:25px;
    font-size:32px;
    line-height:1.2;
}

.why-pvs-image{
    text-align:center;
    margin-bottom:25px;
}

.why-pvs-content{
    text-align:center;
}

.why-pvs-content p{
    text-align:center;
    line-height:1.9;
}

}
@media (max-width:768px){

/* Heading moved by JS */
.why-row > h2{
    display:block;
    width:100%;
    text-align:center;
    font-size:28px;
    line-height:1.3;
    color:#ff6b00;
    margin:0 0 20px;
    font-weight:700;
}

/* Smaller image */
.why-pvs-image{
    text-align:center;
    margin-bottom:20px;
    left:0 !important;
    right:0 !important;
}

.why-pvs-image img{
    width:100%;
    max-width:280px;   /* decrease image size */
    height:auto;
    border-radius:16px;
    margin:auto;
}

/* Content */
.why-pvs-content{
    padding:0 !important;
    margin:0 !important;
}

.why-pvs-content p{
    text-align:center;
    font-size:15px;
    line-height:1.8;
}
}
/*=========================================
    FIRST SECTION - MOBILE RESPONSIVE
=========================================*/

@media (max-width:768px){

    .why-pvs-section{
        padding:50px 0;
    }

    .why-row{
        display:flex;
        flex-direction:column;
        align-items:center;
        margin-bottom:50px;
    }

    /* Heading first */
    .why-pvs-content h2{
        order:1;
        width:100%;
        text-align:center;
        font-size:32px;
        line-height:1.3;
        margin:0 0 25px;
        padding:0 15px;
    }

    /* Image second */
    .why-pvs-image{
         width:100%;
    max-width:360px;      /* Increase image size */
    height:auto;
    display:block;
    margin:0 auto;
    border-radius:20px;
    }

    .why-pvs-image img{
        width:100%;
        max-width:340px;
        height:260px;
        object-fit:cover;
        border-radius:18px;
        display:block;
        margin:0 auto;
    }

    /* Content third */
    .why-pvs-content{
        order:3;
        padding:0 !important;
        margin:0 !important;
        text-align:center;
        width:100%;
    }

    .why-pvs-content p{
        text-align:center;
        font-size:16px !important;
        line-height:1.9;
        padding:0 15px;
        margin-bottom:18px;
    }

    /* Second row */
    .reverse-row{
        display:flex;
        flex-direction:column;
    }

    .reverse-row .why-pvs-image{
        margin-bottom:30px;
    }

    .reverse-row .why-pvs-image img{
        max-width:340px;
        height:260px;
    }
}
@media (max-width:768px){

.why-pvs-image{
    text-align:center;
    margin:0 auto 25px;
}

.why-pvs-image img{
    width:50%;          /* Smaller image */
    max-width:280px;    /* Maximum width */
    height:220px;       /* Smaller height */
    object-fit:cover;
    border-radius:18px;
    display:block;
    margin:0 auto;
}

}
/*=========================================
    FIRST SECTION - MOBILE CONTENT
=========================================*/
@media (max-width:768px){

.why-row .why-pvs-content{
    width:100%;
    padding:0 !important;
    margin:0 auto !important;
    text-align:center;
}

.why-row .why-pvs-content h2{
    text-align:center !important;
    margin:0 auto 20px;
    font-size:30px;
    line-height:1.3;
}

.why-row .why-pvs-content p{
    text-align:center !important;
    font-size:15px !important;
    line-height:1.9;
    max-width:100%;
    margin:0 auto;
    padding:0 15px;
}

.why-row .why-pvs-image{
    text-align:center;
    margin:0 auto 25px;
}

.why-row .why-pvs-image img{
    width:100%;
    max-width:280px;
    height:220px;
    object-fit:cover;
    margin:0 auto;
    display:block;
}

}
/*=========================================
      WHY LANGUAGE - MOBILE
=========================================*/
@media (max-width:768px){

.why-language-section{
    padding:1px 0;
}

.why-language-section .container-fluid.container-xl{
    padding:0 18px;
}

/* Stack items */
.why-language-section .row.align-items-center{
    display:flex;
    flex-direction:column;
    align-items:center;
}

/* Heading */
.why-language-section h2{
    width:100%;
    text-align:center;
    font-size:30px;
    line-height:1.3;
    margin:20px 0;
    color:#ff6b00;
}

/* Subtitle */
.why-language-section .section-subtitle{
    width:100%;
    text-align:center;
    display:block;
    margin-bottom:10px;
    font-size:13px;
    letter-spacing:2px;
}

/* Image */
.language-image{
    width:100%;
    text-align:center;
    margin:0 auto 25px;
}

.language-image img{
    width:100%;
    max-width:280px;
    height:auto;
    margin:auto;
    display:block;
    border-radius:18px;
}

/* Content */
.why-language-section .col-lg-7{
    width:100%;
    text-align:center;
}

.why-language-section .col-lg-7 p{
    max-width:100%;
    margin:0 auto;
    padding:0 12px;
    text-align:center;
    font-size:15px;
    line-height:1.9;
}

/* DON'T hide heading */
.why-language-section .col-lg-7 h2,
.why-language-section .col-lg-7 .section-subtitle{
    display:block;
}

}
@media (max-width:768px){

.why-language-section .row.align-items-center{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.why-language-section .section-subtitle{
    display:block;
    width:100%;
    text-align:center;
    margin-bottom:10px;
}

.why-language-section h2{
    width:100%;
    text-align:center;
    margin:0 0 20px;
    font-size:30px;
    color:#ff6b00;
}

.why-language-section .col-lg-5{
    width:100%;
    margin-bottom:25px;
}

.language-image{
    text-align:center;
}

.language-image img{
    width:280px;
    max-width:100%;
    margin:auto;
    display:block;
    border-radius:20px;
}

.why-language-section p{
    text-align:center;
    padding:0 15px;
    line-height:1.9;
}

}
/*=========================================
        CHARITABLE TRUST MOBILE
=========================================*/
@media (max-width:768px){

.trust-section{
    height:auto !important;
    min-height:650px;
    padding:40px 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    background-position:center;
    background-size:cover;
}

.trust-band{
    position:relative !important;
    left:0 !important;
    top:0 !important;
    bottom:auto !important;

    width:100% !important;
    max-width:380px;

    margin:0 auto;

    padding:35px 22px !important;

    border-radius:18px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    text-align:center;
}

.trust-band h2{
    font-size:34px;
    margin-bottom:20px;
    text-align:center;
}

.trust-band p{
    text-align:center !important;
    font-size:15px !important;
    line-height:1.8;
    margin-bottom:18px;
    word-spacing:0;
}

.trust-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:10px;
}
}
@media (max-width:767px){

.testimonial-track{
    gap:12px;
}

/* Show 2 cards per row */
.testimonial-card{
    flex:0 0 calc(50% - 6px);
    max-width:calc(50% - 6px);
    padding:16px;
    border-radius:16px;
}

.student{
    flex-direction:column;
    text-align:center;
    gap:10px;
}

.student img{
    width:60px;
    height:60px;
}

.student h3{
    font-size:15px;
    margin-bottom:3px;
}

.student span{
    font-size:12px;
}

.rating{
    font-size:12px;
    letter-spacing:1px;
}

.quote-icon{
    width:40px;
    height:40px;
    font-size:18px;
    margin:0 auto 15px;
}

.testimonial-card p{
    font-size:13px !important;
    line-height:1.6;
    text-align:center;
}

.testimonial-arrow{
    display:none;
}

}
/*=========================================
        COURSES - MOBILE (2 PER ROW)
=========================================*/
@media (max-width:768px){

.cdit-section{
    padding:60px 0;
}

.cdit-section .container-fluid.container-xl{
    padding-left:12px;
    padding-right:12px;
}

.cdit-section .row{
    --bs-gutter-x:12px;
    --bs-gutter-y:12px;
}

/* Two cards per row */
.cdit-section .col-lg-4,
.cdit-section .col-md-6{
    width:50% !important;
    max-width:50% !important;
    flex:0 0 50% !important;
}

/* Card */
.course-card{
    height:100%;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}

/* Image */
.course-image{
    height:130px;
}

.course-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Content */
.course-content{
    padding:14px;
    text-align:center;
}

/* Titles */
.title-black{
    font-size:11px;
    line-height:1.3;
}

.title-orange{
    font-size:16px;
    line-height:1.35;
    margin-top:6px;
}

/* Paragraph */
.course-content p{
    font-size:13px !important;
    line-height:1.55;
    text-align:center !important;
    margin:12px 0;
}

/* Course info */
.course-info{
    display:none;
}

/* Button */
.course-link{
    margin-top:12px;
}

.course-link a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    padding:10px;
    border-radius:10px;
    background:#0C4DA2;
    color:#fff;
    font-size:13px;
    font-weight:600;
}

.course-link a:hover{
    background:#ff6b00;
    color:#fff;
}

.course-link a i{
    margin-left:6px;
}

}
/*=========================================
        C-DIT HEADING MOBILE
=========================================*/
@media (max-width:768px){

.cdit-content h3{
    font-size:30px;
    line-height:1.3;
    text-align:center;
}

}
@media (max-width:768px){

.cdit-content p{
    display:none;
}

.cdit-content h3{
    text-align:center;
    margin-bottom:20px;
}

.cdit-content{
    text-align:center;
}

.cdit-info-box{
    min-height:auto;
    padding:35px 20px;
}

.cdit-svg{
    display:none;
}

}
/*=========================================
    WHY LEARN FOREIGN LANGUAGES - MOBILE
=========================================*/
@media (max-width:768px){

.language-content{
    width:100%;
    max-width:100%;
    margin:0 auto !important;
    padding:0 20px !important;
    text-align:center !important;
}

.language-content h2{
    font-size:34px;
    line-height:1.25;
    text-align:center;
    margin-bottom:20px;
}

.language-content p{
    width:100%;
    max-width:100%;
    margin:0 auto 20px !important;
    padding:0 !important;
    text-align:center !important;
    line-height:1.9;
    word-break:normal;
    overflow-wrap:break-word;
}

.language-content .read-more{
    display:flex;
    justify-content:center;
    align-items:center;
}
}
.desktop-language-title{
    display:block;
}

.mobile-language-title{
    display:none;
}

@media (max-width:768px){

.mobile-language-title{
    display:block;
    text-align:center;
    font-size:34px;
    line-height:1.25;
    color:#ff6b00;
    font-weight:700;
    margin-bottom:30px;
}

.desktop-language-title{
    display:none;
}

.section-subtitle{
    text-align:center;
    display:block;
    margin-bottom:15px;
}

.language-image{
    margin-bottom:30px;
}

.why-language-section p{
    text-align:center;
    line-height:1.9;
}

}
/* Desktop */

.mobile-language-heading{
    display:none;
}

/* Mobile */

@media (max-width:768px){

.mobile-language-heading{
    display:block;
    text-align:center;
    margin-bottom:25px;
}

.mobile-language-heading .section-subtitle{
    display:block;
    color:#0C4DA2;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:10px;
}

.mobile-language-heading h2{
    font-size:32px;
    line-height:1.25;
    color:#ff6b00;
    font-weight:700;
    margin:0;
}

.language-image{
    text-align:center;
    margin-bottom:30px;
}

.language-image img{
    width:280px;
    max-width:100%;
    margin:auto;
    display:block;
    border-radius:20px;
}

.why-language-section .col-lg-7{
    text-align:center;
}

.why-language-section .col-lg-7 p{
    text-align:center;
    line-height:1.9;
    padding:0 15px;
}

.why-language-section .col-lg-7 .section-subtitle,
.why-language-section .col-lg-7 h2{
    display:none;
}

}
/*=========================================
    WHY LANGUAGE SECTION - MOBILE
=========================================*/

@media (max-width:768px){

/* Container */
.why-language-section .container-fluid.container-xl{
    padding-left:20px !important;
    padding-right:20px !important;
}

/* Row */
.why-language-section .row.align-items-center{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:0;
}

/* Image */
.language-image{
    width:100%;
    text-align:center;
    margin:0 auto 30px;
}

.language-image img{
    width:100%;
    max-width:360px;      /* Increase image size */
    height:auto;
    display:block;
    margin:0 auto;
    border-radius:20px;
}

/* Content Column */
.why-language-section .col-lg-7{
    width:100%;
    max-width:100%;
    padding:0 !important;
    margin:0 auto !important;
}

/* Paragraph */
.why-language-section .col-lg-7 p{
    width:100%;
    max-width:100%;
    margin:0 auto;
    padding:0 12px;
    text-align:center;
    line-height:1.9;
    font-size:16px;
}

}