/*=========================================
            ENLIGHT SECTION
=========================================*/

.enlight-section{

    padding:100px 0;

    background:#f0f0f0;

    position:relative;

    overflow:hidden;

}

/* Optional Background Pattern */

.enlight-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("../img/pattern.png") center center no-repeat;

    background-size:cover;

    opacity:.05;

    pointer-events:none;

}

/*=========================================
            CONTAINER
=========================================*/

.enlight-section .container{

    max-width:1200px;

    margin:auto;

    position:relative;

    z-index:2;

}

/*=========================================
            ROW
=========================================*/

.enlight-section .row{

    align-items:center;

}

/* Left Column */

.enlight-section .col-lg-6:first-child{

    padding-right:50px;

}

/* Right Column */

.enlight-section .col-lg-6:last-child{

    padding-left:50px;

}

/*=========================================
            IMAGE
=========================================*/

.enlight-image{
    position: relative;
    text-align: center;
    
}

.enlight-image img{
    width:100%;
    max-width:620px;
    height:auto;
    display:block;
    margin:auto;
    transition:.4s ease;
    transform:translateX(-40px);
}

.enlight-image:hover img{
    transform:translateX(-40px) scale(1.03);
}

/*=========================================
            CONTENT
=========================================*/

.enlight-content{

  
    max-width:620px;

    margin-left:-80px;      /* Move everything left */

    padding-left:0;


}

.enlight-content h2{

    font-family:"Segoe UI",sans-serif;

    font-size:42px;

    font-weight:700;

    color:#ff6b00;

    line-height:1.2;

    margin-bottom:30px;

}

.enlight-content p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px !important;

    line-height:1.9;

    color:#555;

    text-align:justify;

    margin-bottom:22px;

    font-weight:400;

}

/*=========================================
            READ MORE
=========================================*/

.read-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#0C4DA2;

    font-size:18px;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.read-more i{

    font-size:18px;

    transition:.35s;

}

.read-more:hover{

    color:#ff6b00;

}

.read-more:hover i{

    transform:translateX(8px);

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1199px){

.enlight-section .container{

    max-width:1140px;

}

.enlight-section .col-lg-6:first-child{

    padding-right:35px;

}

.enlight-section .col-lg-6:last-child{

    padding-left:35px;

}

.enlight-content h2{

    font-size:40px;

}

}

@media(max-width:991px){

.enlight-section{

    padding:80px 0;

}

.enlight-section .col-lg-6:first-child,

.enlight-section .col-lg-6:last-child{

    padding-left:15px;

    padding-right:15px;

}

.enlight-image{

    margin-bottom:40px;

}

.enlight-image img{

    max-width:500px;

}

.enlight-content{

    padding-left:0;

    text-align:center;

}

.enlight-content h2{

    font-size:36px;

}

.enlight-content p{

    text-align:left;

}

}

@media(max-width:768px){

.enlight-section{

    padding:50px 0;

}

.enlight-image img{

    max-width:100%;

}

.enlight-content h2{

    font-size:30px;

}

.enlight-content p{

    font-size:16px;

    line-height:1.8;

}

.read-more{

    font-size:16px;

}

}
/*=========================================
        C-DIT PROGRAMS
=========================================*/

.cdit-section{
    padding:10px 0;
    background:#f0f0f0;
}

/*=========================================
        SECTION TITLE
=========================================*/

.section-title{
    text-align:center;
    margin-bottom:30px;
}

.section-title h2{
    font-family:"Segoe UI",sans-serif;
    font-size:45px;
    font-weight:700;
    color:#ff6b00;
    line-height:1.2;
    margin:0 0 15px 0;      /* Space below heading */
    text-transform:none;
}

.section-title p{
    font-family:"Segoe UI",sans-serif;
    font-size:20px;
    font-weight:400;
    color:#666;
    line-height:1.6;
    margin:0;
    letter-spacing:.3px;
    text-transform: none;
}

/* Remove any line added by other CSS */

.section-title::before,
.section-title::after,
.section-title h2::before,
.section-title h2::after{
    content:none !important;
    display:none !important;
}


/*=========================================
        WHY PVS SECTION
=========================================*/

.why-pvs-section{

    padding:90px 0;
background: #f0f0f0;
   

}

.why-row{

    margin-bottom:80px;

}

.why-row:last-child{

    margin-bottom:0;

}

/*=========================================
            IMAGE
=========================================*/

.why-pvs-image{

    text-align:center;

}



.why-pvs-image img:hover{

    transform:scale(1.04);

}

/*=========================================
            CONTENT
=========================================*/

.why-pvs-content h2{

    font-family:"Segoe UI",sans-serif;

    font-size:45px;

    font-weight:700;

    color:#ff6b00;

    margin-bottom:28px;

    line-height:1.2;

}

.why-pvs-content p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px !important;

    line-height:1.9;

    color:#555;

    text-align:justify;

    font-weight:300;

    margin-bottom:22px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

    .why-row{

        margin-bottom:60px;

    }

    .reverse-row{

        flex-direction:column-reverse;

    }

    .why-pvs-image{

        margin-bottom:35px;

    }

    .why-pvs-content{

        margin-bottom:35px;

    }

    .why-pvs-content h2{

        font-size:38px;

        text-align:center;

    }

}

@media(max-width:768px){

    .why-pvs-section{

        padding:1px 0;

    }

    .why-pvs-content h2{

        font-size:32px;

    }

    .why-pvs-content p{

        font-size:16px;

        line-height:1.8;

    }

}
/*=========================================
        ROW 1
=========================================*/

.why-row{
    display:flex;
    align-items:center;
    margin-bottom:80px;
}

/* Move image to left */

.why-row .why-pvs-image{
    position:relative;
    left:-60px;
}

/* Increase image size */

.why-row .why-pvs-image img{
    width:100%;
    max-width:600px !important;
   
    display:block;
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

/* Move content to right */

.why-row .why-pvs-content{
    padding-left:120px;
}

.why-row .why-pvs-content h2{
    font-family:"Segoe UI",sans-serif;
    font-size:46px;
    font-weight:700;
    color:#ff6b00;
    line-height:1.2;
    margin-bottom:28px;
}

.why-row .why-pvs-content p{
    font-family:"Segoe UI",sans-serif;
    font-size:16px;
    line-height:1.9;
    color:#555;
    text-align:justify;
    font-weight:300;
}

/*=========================================
        ROW 2
=========================================*/

.reverse-row{
    display:flex;
    align-items:center;
    margin-top:70px;
}

/* Move second content to left */

.reverse-row .why-pvs-content{
    padding-right:80px;
    padding-left:10px;
}

/* Move second image to right */

.reverse-row .why-pvs-image{
    position:relative;
    right:10px;
}

.reverse-row .why-pvs-image img{
    width:100%;
    max-width:560px;
    border-radius:20px;
    display:block;
    
}
/*=========================================
        LEFT IMAGE
=========================================*/

.why-row .why-pvs-image{
    position:relative;
    left:-10px;          /* Move more to left */
}

.why-row .why-pvs-image img{
    width:100%;
    max-width:650px;     /* Increase width */
    height:520px;        /* Increase height */
    object-fit:cover;    /* Fill the container */
    display:block;
    border-radius:20px;
   
}
.cdit-section{
    position:relative;
    overflow:hidden;
}

.language-svg{

    position:absolute;

    right:-120px;

    bottom:-80px;   /* Move further down */

    width:700px;

    opacity:.60;

    z-index:0;

    pointer-events:none;

}

.language-svg img{

    width:100%;

    height:auto;

    display:block;

}

/* Keep cards above SVG */

.cdit-section .container-fluid{

    position:relative;

    z-index:2;

}
/*=========================================
        TESTIMONIAL SECTION
=========================================*/

.testimonial-section{

    padding:100px 0;

    background:#f0f0f0;

    position:relative;

    overflow:hidden;

}

.testimonial-section::before{

    content:"";

    position:absolute;

    width:380px;

    height:380px;

    border-radius:50%;

   

    top:-180px;

    left:-180px;

}

.testimonial-section::after{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

  

    bottom:-160px;

    right:-120px;

}

/*=========================================
        WRAPPER
=========================================*/

.testimonial-wrapper{

    position:relative;

    overflow:hidden;

    margin-top:60px;

}

.testimonial-track{

    display:flex;

    gap:30px;

    transition:.7s ease;

}

/*=========================================
        CARD
=========================================*/

.testimonial-card{

    flex:0 0 calc(33.333% - 20px);

    background:#fff;

    border-radius:20px;

    padding:35px;

   

    transition:.35s;

    position:relative;

}

/*=========================================
        QUOTE ICON
=========================================*/

.quote-icon{

    width:60px;

    height:60px;

    background:#0C4DA2;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-bottom:25px;

}

/*=========================================
        STUDENT
=========================================*/

.student{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:25px;

}

.student img{

    width:75px;

    height:75px;

    object-fit:cover;

    border-radius:50%;

    border:4px solid #fff;

    box-shadow:0 10px 20px rgba(0,0,0,.15);

}

.student h3{

    font-family:"Segoe UI",sans-serif;

    font-size:22px;

    font-weight:700;

    color:#0C4DA2;

    margin-bottom:4px;

}

.student span{

    display:block;

    font-family:"Segoe UI",sans-serif;

    font-size:15px;

    color:#777;

}

/*=========================================
        STAR
=========================================*/

.rating{

    color:#ffc107;

    margin-top:8px;

    font-size:18px;

    letter-spacing:2px;

}

/*=========================================
        CONTENT
=========================================*/

.testimonial-card p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px  !important;

    line-height:1.9;

    color:#555;

    text-align:justify;

    margin:0;

}

/*=========================================
        CARD HOVER
=========================================*/

.testimonial-card:hover{

    transform:translateY(-10px);

  
}

.testimonial-card:hover .quote-icon{

    background:#ff6b00;

}

.testimonial-card:hover img{

    transform:scale(1.08);

}

.student img{

    transition:.35s;

}

/*=========================================
        ARROWS
=========================================*/

.testimonial-arrow{

    position:absolute;

    top:50%;

    transform:translateY(-50%);

    width:58px;

    height:58px;

    border:none;

    border-radius:50%;

    background:#fff;

    color:#0C4DA2;

    font-size:24px;

    cursor:pointer;

    box-shadow:0 12px 25px rgba(0,0,0,.12);

    transition:.3s;

    z-index:10;

}

.testimonial-arrow.prev{

    left:-28px;

}

.testimonial-arrow.next{

    right:-28px;

}

.testimonial-arrow:hover{

    background:#0C4DA2;

    color:#fff;

    transform:translateY(-50%) scale(1.08);

}
/*=========================================
        CARD ANIMATION
=========================================*/

@keyframes fadeUp{

    from{

        opacity:0;

        transform:translateY(35px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

.testimonial-card{

    animation:fadeUp .5s ease;

}

/*=========================================
        GLASS EFFECT
=========================================*/

.testimonial-card{

    backdrop-filter:blur(10px);

    -webkit-backdrop-filter:blur(10px);

    border:1px solid rgba(255,255,255,.7);

}

/*=========================================
        BORDER ACCENT
=========================================*/

.testimonial-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:6px;

    height:100%;

    background:#0C4DA2;

    border-radius:20px 0 0 20px;

    transition:.35s;

}

.testimonial-card:hover::before{

    background:#ff6b00;

}

/*=========================================
        QUOTE ANIMATION
=========================================*/

.quote-icon{

    transition:.35s;

}

.testimonial-card:hover .quote-icon{

    transform:rotate(-12deg) scale(1.1);

}

/*=========================================
        STUDENT IMAGE
=========================================*/

.student img{

    transition:.35s ease;

}

.testimonial-card:hover .student img{

    transform:scale(1.08);

}

/*=========================================
        TEXT
=========================================*/

.testimonial-card:hover h3{

    color:#ff6b00;

}

/*=========================================
        TRACK
=========================================*/

.testimonial-track{

    will-change:transform;

}

/*=========================================
        TABLET
=========================================*/

@media(max-width:991px){

.testimonial-card{

    flex:0 0 calc(50% - 15px);

}

.testimonial-section{

    padding:80px 0;

}

.testimonial-arrow{

    width:50px;

    height:50px;

}

.testimonial-arrow.prev{

    left:-15px;

}

.testimonial-arrow.next{

    right:-15px;

}

.student h3{

    font-size:20px;

}

}

/*=========================================
        MOBILE
=========================================*/

@media(max-width:767px){

.testimonial-card{

    flex:0 0 100%;

}

.testimonial-track{

    gap:20px;

}

.testimonial-card{

    padding:28px;

}

.student{

    flex-direction:column;

    text-align:center;

}

.student img{

    width:85px;

    height:85px;

}

.student h3{

    font-size:21px;

}

.student span{

    font-size:15px;

}

.rating{

    justify-content:center;

}

.testimonial-card p{

    text-align:left;

    font-size:15px;

    line-height:1.8;

}

.testimonial-arrow{

    display:none;

}

}

/*=========================================
        SMALL MOBILE
=========================================*/

@media(max-width:576px){

.testimonial-section{

    padding:60px 0;

}

.testimonial-card{

    padding:22px;

}

.quote-icon{

    width:55px;

    height:55px;

    font-size:24px;

}

.student img{

    width:75px;

    height:75px;

}

.student h3{

    font-size:19px;

}

.student span{

    font-size:14px;

}

.testimonial-card p{

    font-size:14px;

}

}

/*=========================================
        PREMIUM HOVER
=========================================*/

.testimonial-card{

    overflow:hidden;

}

.testimonial-card::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        135deg,
        rgba(12,77,162,.04),
        rgba(255,107,0,.03)
    );

    opacity:0;

    transition:.35s;

    pointer-events:none;

}

.testimonial-card:hover::after{

    opacity:1;

}
/*=========================================
        LANGUAGE INFO
=========================================*/

.language-info{

    position:relative;

    min-height:420px;

    display:flex;

    align-items:center;

    justify-content:center;

    overflow:hidden;

   

    border-radius:20px;

    padding:40px 50px;

}

/*=========================================
        SVG BACKGROUND
=========================================*/

.language-bg{

    position:absolute;

    right:-40px;

    bottom:-40px;

    width:450px;      /* Reduced from 650px or 700px */

    height:auto;      /* Keeps aspect ratio */

    opacity:.18;

    z-index:1;

    pointer-events:none;
    transform: scaleX(-1);

}

/*=========================================
        CONTENT
=========================================*/

.language-content{

    position:relative;

    z-index:2;

    max-width:560px;

    margin-left:auto;

}

.language-content h2{

    font-family:"Segoe UI",sans-serif;

    font-size:42px;

    font-weight:700;

    color:#0C4DA2;

    line-height:1.2;

    margin-bottom:25px;

}

.language-content p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px !important;

    font-weight:300;

    line-height:1.9;

    color:#555;

    text-align:justify;

    margin-bottom:18px;

}

/*=========================================
        READ MORE
=========================================*/

.language-content .read-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#0C4DA2;

    font-family:"Segoe UI",sans-serif;

    font-size:17px;

    font-weight:700;

    transition:.35s;

}

.language-content .read-more i{

    transition:.35s;

}

.language-content .read-more:hover{

    color:#ff6b00;

}

.language-content .read-more:hover i{

    transform:translateX(8px);

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.language-info{

    min-height:auto;

    padding:40px 30px;

}

.language-bg{

    width:480px;

    right:-120px;

    bottom:-70px;

    opacity:.10;

}

.language-content{

    max-width:100%;

    margin:0;

}

.language-content h2{

    font-size:34px;

}

}

@media(max-width:768px){

.language-info{

    text-align:center;

    padding:35px 20px;

}

.language-bg{

    width:320px;

    right:-80px;

    bottom:-50px;

    opacity:.08;

}

.language-content h2{

    font-size:30px;

}

.language-content p{

    text-align:left;

    font-size:15px;

    line-height:1.8;

}

.language-content .read-more{

    justify-content:center;

}

}
/*=========================================
        LANGUAGE INFO
=========================================*/

.language-info{

    position:relative;

    min-height:420px;

    display:flex;

    align-items:center;

    justify-content:flex-start;   /* Changed */

    overflow:hidden;

    padding:40px 20px 40px 0;     /* Less left padding */

}

/*=========================================
        SVG
=========================================*/

.language-bg{

    position:absolute;

    left: 50px;   /* Was -120px */

    bottom:-80px;

    width:700px;

    opacity:.35;

    z-index:1;

    pointer-events:none;

}

/*=========================================
        CONTENT
=========================================*/

.language-content{

    position:relative;

    z-index:2;

    max-width:560px;

    margin-left:150px;        /* Remove auto margin */

    transform:translateX(px);   /* Move left */

}

/* Heading */

.language-content h2{

    font-family:"Segoe UI",sans-serif;

    font-size:42px;

    font-weight:700;

    color:#ff6b00;

    margin-bottom:22px;

    line-height:1.2;

}

/* Paragraph */

.language-content p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px;

    line-height:1.9;

    color:#555;

    text-align:justify;

    font-weight:300;

}
.language-bg{

    height:650px;

    width:auto;

}
/*=========================================
        CHARITABLE TRUST
=========================================*/

.trust-section{

    position:relative;

    width:100%;

    height:900px;

    background:url("../img/COLLEGE-3.jpg.jpeg") center center no-repeat;

    background-size:cover;

    overflow:hidden;

}

/* Optional dark overlay */

.trust-section::before{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.05);

}

/*=========================================
        BLUE BAND
=========================================*/

.trust-band{

    position:absolute;

    top:0;

    left: 100px;;

    bottom:0;              /* Touch bottom */

    width:430px;

    background:#173a50;

    z-index:2;

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:60px 45px;

    color:#fff;
    opacity:0.95;


}

/*=========================================
        HEADING
=========================================*/

.trust-band h2{

    font-family:"Segoe UI",sans-serif;

    font-size:45px;

    font-weight:700;

    line-height:1.15;

    margin-bottom:35px;

    color:#fff;

}

/*=========================================
        PARAGRAPH
=========================================*/

.trust-band p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px !important;

    line-height:2;

    font-weight:300;

    color:#fff;

    text-align:justify;

    margin-bottom:28px;

}

/*=========================================
        BUTTON
=========================================*/

.trust-btn{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#fff;

    text-decoration:none;

    font-size:16px;

    font-weight:500;

    margin-top:15px;

    transition:.3s;

}

.trust-btn:hover{

    color:#ff6b00;

}

.trust-btn i{

    transition:.3s;

}

.trust-btn:hover i{

    transform:translateX(8px);

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.trust-section{

    height:auto;

}

.trust-band{

    position:relative;

    width:100%;

    height:auto;

    border-radius:0;

    padding:50px 30px;

}

.trust-band h2{

    font-size:40px;

}

.trust-band p{

    font-size:16px;

}

}
/*=========================================
        CHARITABLE TRUST
=========================================*/

.trust-section{

    margin-top:100px;   /* Increase or decrease as needed */

}
/*=========================================
        C-DIT INFO BOX
=========================================*/

.cdit-info-box{

    position:relative;

   

    border-radius:20px;

    overflow:hidden;

    min-height:610px;

    padding:45px;

    display:flex;

    align-items:center;

   

}

/* SVG */

.cdit-svg{

    position:absolute;

    right:-20px;

    bottom:50px;

    width:620px;

    opacity:.75;

    pointer-events:none;

    z-index:0;
    transform: scaleX(-1);

}

/* CONTENT */

.cdit-content{

    position:relative;

    z-index:2;

}

.cdit-content h3{

    font-family:"Segoe UI",sans-serif;

    font-size:45px;

    font-weight:700;

    color:#ff6b00;

    margin-bottom:25px;

    line-height:1.2;

}

.cdit-content p{

    font-family:"Segoe UI",sans-serif;

    font-size:16px !important;

    line-height:2;

    color:#555;

    text-align:justify;

    margin-bottom:22px;

}

.cdit-content .read-more{

    color:#0C4DA2;

    font-size:18px;

    font-weight:700;

    text-decoration:none;

}

.cdit-content .read-more:hover{

    color:#ff6b00;

}
/*==================================================
            PREMIUM C-DIT PROGRAM SECTION
==================================================*/

.cdit-section{

    position:relative;

    padding:5px 0;

    background:#f0f0f0;

    overflow:hidden;

}

/* Background Decoration */

.cdit-section::before{

    content:"";

    position:absolute;

    width:450px;
    height:450px;

    border-radius:50%;

    background:rgba(12,77,162,.05);

    top:-180px;
    left:-180px;

}

.cdit-section::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    border-radius:50%;

    background:rgba(255,107,0,.04);

    right:-220px;
    bottom:-220px;

}
.course-card{

    position:relative;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    height:100%;

    transition:.55s ease;

    box-shadow:
    0 12px 35px rgba(0,0,0,.07);

    border:1px solid rgba(255,255,255,.7);

    backdrop-filter:blur(8px);

}

/* Top Gradient */

.course-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(90deg,#0C4DA2,#ff6b00);

    transform:scaleX(0);

    transition:.5s;

}

/* Shine Effect */

.course-card::after{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:70%;
    height:100%;

    background:linear-gradient(

        120deg,

        transparent,

        rgba(255,255,255,.35),

        transparent

    );

    transform:skewX(-20deg);

    transition:.9s;

}
.course-card:hover{

    transform:translateY(-18px);

    box-shadow:

    0 25px 55px rgba(12,77,162,.18);

}

.course-card:hover::before{

    transform:scaleX(1);

}

.course-card:hover::after{

    left:170%;

}
.course-image{

    height:250px;

    overflow:hidden;

}

.course-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    transition:.7s;

}

.course-card:hover img{

    transform:scale(1.12);

}

.image-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(

    to top,

    rgba(12,77,162,.45),

    transparent

    );

    opacity:0;

    transition:.45s;

}

.course-card:hover .image-overlay{

    opacity:1;

}
.course-content{

    padding:32px;

}

.course-content p{

    color:#666;

    line-height:1.9;

    text-align:justify;
    font-size: 15px !important;

}
.course-title{

    text-align:center;

    margin-bottom:22px;

}

.title-black{

    display:block;

    font-size:17px;

    color:#222;

    font-weight:600;

}

.title-orange{

    display:block;

    margin-top:8px;

    color:#ff6b00;

    font-size:24px;

    font-weight:700;

    line-height:1.35;

}
.course-link{

    margin-top:22px;

}

.course-link a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#0C4DA2;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.course-link a i{

    transition:.35s;

}

.course-link a:hover{

    color:#ff6b00;

}

.course-link a:hover i{

    transform:translateX(8px);

}
.cdit-info-box{

    position:relative;

    min-height:100%;

  

    border-radius:24px;

    overflow:hidden;

    padding:45px;

    display:flex;

    align-items:center;



    transition:.45s;

}

.cdit-info-box:hover{

    transform:translateY(-15px);

}
.cdit-svg{

    position:absolute;

    right:-30px;

    bottom:15px;

    width:600px;

    opacity:.35;

    pointer-events:none;

}
.cdit-logo{

    text-align:center;

    margin-bottom:28px;

}

.cdit-logo img{

    width:170px;


    padding:14px 22px;

    border-radius:16px;



    transition:.4s;

}

.cdit-logo img:hover{

    transform:scale(1.05);

}
.cdit-content h3{

    font-size:36px;

    color:#0C4DA2;

    font-weight:700;

    margin-bottom:22px;

    text-align:center;

}

.cdit-content p{

    line-height:2;

    color:#555;

    text-align:justify;
    font-size: 16px !important;

}
/*=========================================
        COURSE INFO
=========================================*/

.course-info{

    display:flex;

    justify-content:space-between;

    gap:15px;

    margin:25px 0;

}

.info-item{

    flex:1;

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 16px;

    background:#f8f9fc;

    border:1px solid #e6edf7;

    border-radius:14px;

    transition:.35s;

}

.info-item:hover{

    background:#0C4DA2;

    border-color:#0C4DA2;

    transform:translateY(-5px);

    box-shadow:0 10px 25px rgba(12,77,162,.18);

}

.info-item i{

    font-size:24px;

    color:#ff6b00;

    transition:.35s;

}

.info-item span{

    display:block;

    font-size:12px;

    color:#777;

    margin-bottom:2px;

    font-weight:600;

    transition:.35s;

}

.info-item strong{

    display:block;

    font-size:15px;

    color:#222;

    font-weight:700;

    transition:.35s;

}

.info-item:hover i,

.info-item:hover span,

.info-item:hover strong{

    color:#fff;

}

/*=========================================
        MOBILE
=========================================*/

@media(max-width:576px){

.course-info{

    flex-direction:column;

}

}
.container-fluid.container-xl{

    max-width:1320px;

    margin:0 auto;

    padding-left:24px;

    padding-right:24px;

}
/*=========================================
        ENLIGHT IMAGE
=========================================*/

.enlight-image img{
    width:100%;
    max-width:620px;
    height:auto;
    display:block;
    margin:auto;
    transition:.4s ease;
    transform:translateX(-40px);
}

.enlight-image:hover img{
    transform:translateX(-40px) scale(1.03);
}

/* Large Desktop */
@media (max-width:1400px){

.enlight-image img{
    transform:translateX(-40px);
}

.enlight-image:hover img{
    transform:translateX(-40px) scale(1.03);
}

}

/* Laptop */
@media (max-width:1200px){

.enlight-image img{
    transform:translateX(-40px);
}

.enlight-image:hover img{
    transform:translateX(-40px) scale(1.03);
}

}

/* Tablet */
@media (max-width:992px){

.enlight-image img{
    transform:translateX(-40px);
}

.enlight-image:hover img{
    transform:translateX(-40px) scale(1.03);
}

}

/* Mobile */
@media (max-width:768px){

.enlight-image img{
    transform:translateX(0);
}

.enlight-image:hover img{
    transform:translateX(0) scale(1.03);
}

}

/* Small Mobile */
@media (max-width:576px){

.enlight-image img{
    transform:translateX(0);
}

.enlight-image:hover img{
    transform:translateX(0) scale(1.02);
}

}
.course-info-table td{
    position:relative;
    left:-50px;   /* Increase to -15px or -20px if needed */
}
/*=========================================
        ENGLISH BANNER
=========================================*/

/* Desktop */
.english-banner{
    background-image:url("../img/PVS\ English.jpg.jpeg");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
   
}

/* Mobile */
@media (max-width:768px){

.english-banner{
    background-image:url("../img/PVS\ English.jpg.jpeg");
    height:220px;
}

}

@media (max-width:576px){

.english-banner{
    background-image:url("../img/PVS\ English.jpg.jpeg");
    height:180px;
}

}
/*=========================================
       arabic BANNER
=========================================*/

/* Desktop */
.arabic-banner{
    background-image:url("../img/PVS\ Arabic.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}

/* Mobile */
@media (max-width:768px){

.arabic-banner{
    background-image:url("../img/PVS\ Arabic.png");
    height:220px;
}

}

@media (max-width:576px){

.arabic-banner{
    background-image:url("../img/PVS\ Arabic.png");
    height:180px;
}

}
/*=========================================
       medical pro
       BANNER
=========================================*/

/* Desktop */
.medicalpro-banner{
    background-image:url("../img/nu.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height: 600px;
  
}

/* Mobile */
@media (max-width:768px){

.medicalpro-banner{
    background-image:url("../img/numob.png");
    height:220px;
}

}

@media (max-width:576px){

.medicalpro-banner{
    background-image:url("../img/numob.png");
    height:180px;
}

}
/*=========================================
      AIMARKETING pro
       BANNER
=========================================*/
/* Desktop */
.ai-banner{
    background-image:url("../img/aimarket.png");
       height:600px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
  
}



/* Mobile */
@media(max-width:768px){

.ai-banner{
    background-image:url("../img/aimob.png");
    background-size:cover;
    background-position:center;
    height:240px;
}

}
/*=========================================
       medicalcoding
       BANNER
=========================================*/

/* Desktop */
.coding-banner{
    background-image:url("../img/codingps.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height:600px;
}

/* Mobile */
@media (max-width:768px){

.coding-banner{
    background-image:url("../img/cod\ mob.png");
    height:200px;
    

}

}




/*=========================================
      mediacontent
       BANNER
=========================================*/

/* Desktop */
.content-banner{
    background-image:url("../img/clap.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height: 600px;

}

/* Mobile */
@media (max-width:768px){

.content-banner{
    background-image:url("../img/clapmob.png");
    height:220px;
}

}

@media (max-width:576px){

.content-banner{
    background-image:url("../img/clapmob.png");
    height:180px;
}

}
/*=========================================
      EHR
       BANNER
=========================================*/

/* Desktop */
.ehr-banner{
    background-image:url("../img/eh.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    height: 600px;
  
}

/* Mobile */
@media (max-width:768px){

.ehr-banner{
    background-image:url("../img/ehmob.png");
    height:220px;
}

}

@media (max-width:576px){

.ehr-banner{
    background-image:url("../img/ehmob.png");
    height:180px;
}

}
/*=========================================
      HEALTHCARE
       BANNER
=========================================*/

/* Desktop */
.healthcare-banner{
    background-image:url("../img/heath.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
 
}

/* Mobile */
@media (max-width:768px){

.healthcare-banner{
    background-image:url("../img/healthmob.png");
    height:220px;
}

}

@media (max-width:576px){

.healthcare-banner{
    background-image:url("../img/healthmob.png");
    height:180px;
}

}
/*=========================================
      GERMAN
       BANNER
=========================================*/

/* Desktop */
.german-banner{
    background-image:url("../img/pvsger.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    
}

/* Mobile */
@media (max-width:768px){

.german-banner{
    background-image:url("../img/pvsger.png");
    height:220px;
}

}

@media (max-width:576px){

.german-banner{
    background-image:url("../img/pvsger.png");
    height:180px;
}

}
/* ============================
   MOBILE - COURSE CARDS
============================= */
@media (max-width: 767.98px) {

    #cdit-courses .row,
    #language-courses .row {
        display: flex;
        flex-wrap: wrap;
    }

    #cdit-courses .col-lg-4,
    #cdit-courses .col-md-6,
    #language-courses .col-lg-4,
    #language-courses .col-md-6,
    #language-courses .col-lg-8 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 12px;
        padding-right: 12px;
    }

    .course-card {
        width: 100%;
        margin-bottom: 25px;
    }
}
/* Make Read More links clickable */
.course-card {
    position: relative;
}

.course-content {
    position: relative;
    z-index: 10;
}

.course-link {
    position: relative;
    z-index: 20;
}

.course-link a {
    position: relative;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    pointer-events: auto;
}
/* Read More Button */
.course-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

    width: 100%;
    padding: 14px 20px;

    background: #0d5bb8;
    color: #fff !important;

    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    border-radius: 12px;
    transition: 0.3s ease;
}

.course-link a:hover {
    background: #ff6b00;
    color: #fff !important;
}

.course-link a i {
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
    .col-lg-4.col-md-6[data-aos="fade-left"] {
        display: none !important;
    }
}
/* ===========================
   Mobile Testimonial - 1 Card Per Row
=========================== */
@media (max-width: 767px) {

    .testimonial-wrapper {
        overflow: hidden;
    }

    .testimonial-track {
        display: flex;
        gap: 20px;
    }

    .testimonial-card {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .testimonial-arrow {
        display: none;
    }
}
/*=========================================
    HIGHLIGHT CARDS - MOBILE
=========================================*/
@media (max-width: 768px) {

    .highlight-grid,
    .highlights-grid,
    .course-highlights .row {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .highlight-card,
    .course-highlights .col-lg-4,
    .course-highlights .col-md-6,
    .course-highlights .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

}
/*=========================================
        MOBILE COURSE DROPDOWN
=========================================*/
@media (max-width:991px){

    .mega-dropdown{
        position: relative;
    }

    .mega-menu{
        display: none;
        position: static;
        width: 100%;
        transform: none;
        opacity: 1;
        visibility: visible;
        background: #fff;
        border-radius: 10px;
        box-shadow: none;
        margin-top: 10px;
        padding: 10px 0;
    }

    .mega-dropdown.active .mega-menu{
        display: block;
    }

    .mega-menu .mega-column{
        width: 100%;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .mega-menu .mega-column:last-child{
        border-bottom: none;
        margin-bottom: 0;
    }

    .mega-menu h5{
        font-size: 16px;
        color: #0C4DA2;
        margin-bottom: 10px;
    }

    .mega-menu a{
        display: block;
        padding: 8px 0;
        font-size: 14px;
    }

}
/*=========================================
    WHY PVS MOBILE
=========================================*/
@media (max-width:768px){

    .why-pvs-section{
        overflow:hidden;
    }

    .why-pvs-section .container-fluid,
    .why-pvs-section .container-xl{
        padding-left:20px !important;
        padding-right:20px !important;
    }

    .why-pvs-section .row{
        margin:0 !important;
        display:flex;
        flex-direction:column;
    }

    .why-pvs-section .col-lg-5,
    .why-pvs-section .col-lg-7{
        width:100%;
        max-width:100%;
        flex:0 0 100%;
        padding:0 !important;
    }

    /* Content first */
    .why-row .col-lg-7,
    .reverse-row .col-lg-7{
        order:1;
    }

    /* Image second */
    .why-row .col-lg-5,
    .reverse-row .col-lg-5{
        order:2;
    }

    .why-pvs-content{
        padding:0;
        text-align:center;
    }

    .why-pvs-content h2{
        margin:45px 0 25px;
    }

    .why-pvs-content p{
        text-align:center;
    }

    .why-pvs-image{
        width:100%;
        padding:0;
        margin:30px auto;
        display:block;
       
    }

    .why-pvs-image img{
        display:block;
        width:100%;
        height:380px;
        object-fit:cover;
        border-radius:20px;
        margin:0;
    }

}
/*=========================================
        WHY PVS MOBILE HEADING
=========================================*/
@media (max-width:768px){

    .why-pvs-content h2{
        margin-top:40px !important;   /* Increase or decrease as needed */
    }

}
@media (max-width:768px){

    .why-row .why-pvs-image,
    .reverse-row .why-pvs-image{
        position: static !important;
        left: auto !important;
        right: auto !important;

        width:100%;
        display:flex;
        justify-content:center;
        align-items:center;

        margin:45px auto !important;
        padding:0 !important;
    }

    .why-row .why-pvs-image img,
    .reverse-row .why-pvs-image img{
        display:block;
        width:92%;
        max-width:380px;
        height:380px;
        object-fit:cover;
        margin:0 auto;
        border-radius:20px;
    }

    .why-row .why-pvs-content{
        margin-bottom:20px !important;
    }

    .reverse-row .why-pvs-content{
        margin-top:20px !important;
    }

}