

@media (max-width:1400px){
    
}

@media(max-width:1200px){
    
}

@media(max-width:992px){
    
}


@media(max-width:768px){

}


@media(max-width:576px){
    
}

@media (max-width:1400px){

    .logo{
        font-size:30px;
    }
/*

    .nav-menu{
        gap:10px;
    }

    .nav-menu a{
        font-size:10px;
    }
    */
    
    .location-dropdown{
    padding:14px 24px;
}
}


@media(max-width:1200px){

  h1{
    font-size:60px;
  }

}

@media(max-width:992px){

  section{
    padding:10px 0;
  }

  h1{
    font-size:40px;
  }

  h2{
    font-size:25px;
  }

}

@media(max-width:768px){

section{
    padding:10px 0;
}

}


@media(max-width:768px){


.hero h2{
    font-size:30px;
  }

 body p{
    font-size:15px;
  }

}

@media(max-width:576px){

  section{
    padding:10px 0;
  }

.hero h1{
    font-size:35px;
  }

.hero h2{
    font-size:25px;
  }

}

@media(max-width:991px){

.section-title{

    max-width:90%;
}

.section-title h2{

    white-space:normal;
}

}

/* MOBILE HEADER FIX */

@media(max-width:768px){

.header{
    top:0;
    padding-top:5px;
}

}

/* =========================
   TOP HEADER
========================= */


@media(max-width:768px){

.top-header{
    display:none;
}

}





/* =========================
   NAVBAR
========================= */

@media(max-width:1200px){

    .nav-left,
    .nav-right-menu{
        gap:4px;
    }

    .nav-left a,
    .nav-right-menu a{
        padding:10px 14px;
        font-size:14px;
    }

}

/* =========================
   MOBILE NAVBAR
========================= */

@media(max-width:992px){

    .nav-left,
    .nav-right-menu{
        display:none;
    }

    .menu-toggle{
        display:flex;
        
    }
    /*
    
    
    .nav-menu{
        display:none;
    }
    
    */

    .navbar{

        padding:5px 20px;

        justify-content:space-between;
    }

    .logo{
        font-size:24px;
        letter-spacing:3px;
    }
    
    .mobile-actions{
        display:flex;
        align-items:center;
        gap:12px;
    }

}



@media (max-width:768px){

    .header-search{
        position: static;
    }

    .search-form{
        position: fixed;
        top: 10px;
        left: 15px;
        right: 15px;

        transform: none;
        z-index: 9999;
    }

    .search-form.active{
        width:calc(100vw - 70px);
        opacity: 1;
        padding: 3px 20px;
    }
    
    .search-open .logo,
    .search-open .menu-toggle{
        opacity:0;
        visibility:hidden;
        pointer-events:none;
    }

}





/* =========================
   LOCATION COURSES
========================= */


@media(max-width:768px){

    .location-courses{

        justify-content:center;

        overflow-x:auto;

        flex-wrap:nowrap;

        padding-bottom:10px;

        scrollbar-width:none;
    }

    .location-courses::-webkit-scrollbar{
        display:none;
    }

}


/* =========================
   MOBILE LOCATION FIX
========================= */

@media(max-width:768px){

.location-wrapper{

    overflow-x:auto;
    overflow-y:visible;

    justify-content:flex-start;

    flex-wrap:nowrap;

    scrollbar-width:none;

    padding-bottom:0px;
    
    position:relative;
    
    margin-bottom:0px;
}

  .location-wrapper.menu-hidden{
        display:none;
    }

.location-wrapper::-webkit-scrollbar{
    display:none;
}

.location-item{
    flex-shrink:0;
    
}

/* MOBILE DROPDOWN FIX */

.location-dropdown{

    position:fixed;

    left:15px;
    right:15px;

    top:115px;

    width:auto;

    max-height:350px;

    overflow-y:auto;

    z-index:99999;

    border-radius:20px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.12);
}

}



/* =========================
   HERO SECTION
========================= */

@media(max-width:1200px){

    .hero-wrapper{
        grid-template-columns:1fr;
        text-align:center;
         gap:80px;
    }

    .hero-content p{
        margin-left:auto;
        margin-right:auto;
         max-width:500px;
         font-size:15px;
    }

    .hero-side{
        flex-direction:row;
    }
    
    .hero-image img{
                    height:550px;
                    object-fit:cover;
                    } 

    .hero-card{
        border:1px solid rgba(0,0,0,0.04);
        display: none;
    }
    
    .hero-card h3{
    margin-bottom:14px;
    display: none;
    }
}

@media(max-width:768px){

    .hero{
        padding-top:100px;
        padding-bottom:20px;
        }

    .hero-wrapper{
        gap:0;
        margin-top:0;
        }
    .hero-content{
        max-width:100%;
        text-align:center;
         margin-top:20px;
    }
    
.hero h1{
    font-size:40px;
    line-height:1.3;
    letter-spacing:-1px;
    max-width:450px;
    margin:0 auto 30px;
}


.hero-content p{
                max-width:450px;
                margin:0 auto;
                line-height:1.8;
                font-size:15px;
                }

    .container{
        width:92%;
    }

 /* Hero Image */
 
.hero-image{
    display:flex;
    align-items:center;
    justify-content:center;
    max-width:100%;
    height:600px;
    display: none;
}

.hero-image::before{
    border-radius:50px;
    display: none;
    }

.hero-image img{
    height:auto;
    max-height:520px;
    border-radius:60px;
    object-fit:contain;
    display: none;
    }

    .hero-side{
        flex-direction:column;
       
    }
    
.animated-border{
    inset:45px;
    display: none;
        }
    
    /* FLOATING BADGE */
.floating-badge{
    top:20px;
    left:50%;
    transform:translateX(-50%);
    width:260px;
    padding:10px 16px;
    gap:10px;
    justify-content:center;
    display: none;
}

.floating-badge img{
    width:42px;
    height:42px;
    min-width:42px;
    object-fit:cover;
    display: none;
}
}

/* =========================
   COURSES SECTION
========================= */

@media(max-width:1200px){

    .course-grid{
        grid-template-columns:
        repeat(2,1fr);
    }

}

@media(max-width:768px){
 .section-heading{
        flex-direction:column;
        align-items:start;
    }
    
.course-tabs{

        justify-content:flex-start;
        
        overflow:auto;
        
        flex-wrap:nowrap;
        
        padding-bottom:10px;
        
        scrollbar-width:none;
}

.course-tabs::-webkit-scrollbar{

display:none;

}

.course-grid{

grid-template-columns:1fr;

}

}


/* =========================
   ABOUT SECTION
========================= */

@media(max-width:1200px){

.about-wrapper{
    grid-template-columns:1fr;
    gap:50px;
}

}


/* Tablet */
@media(max-width:991px){

.about-content h2,
.about-content > p{
    text-align:center;
}

.about-features{
    grid-template-columns:repeat(2,1fr);
}

.about-title{
    margin-bottom:40px;
}

.experience-card{
    bottom:20px;
    right:20px;
}

}


/* Mobile */
@media(max-width:768px){

.about-image img{
    width:100%;
}

.about-features{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.feature-box{
            padding:16px;
            min-height:auto;
            }

.feature-icon{
    width:45px;
    height:45px;
    font-size:18px;
    margin-bottom:12px;
}

.feature-box h4{
    font-size:16px;
    line-height:1.3;
    margin-bottom:10px;
}

.feature-box p{
    font-size:15px;
    line-height:1.6;
}

.experience-card{
    padding:18px;
    max-width:150px;
}

.experience-card h3{
    font-size:25px;
}

}


/* Small phones */
@media(max-width:480px){

.about-title h2{
    font-size:30px;
}

.about-title p{
    font-size:15px;
}

.about-content h2{
    font-size:26px;
}

.experience-card{
    bottom:15px;
    right:15px;
}

}


@media(max-width:380px){

.about-features{
grid-template-columns:1fr;
}

.why-grid{
grid-template-columns:1fr;
}

}



/* =========================
   REVIEWS RESPONSIVE
========================= */

@media(max-width:991px){

.reviews-wrapper{

    flex-direction:column;
}

.google-card{

    width:100%;

    max-width:400px;

    margin:auto;
}

.reviews-slider{

    width:100%;
}

}


@media(max-width:768px){

.review-card{

    padding:25px;

    min-height:auto;
}

.review-profile img{

    width:55px;
    height:55px;

    min-width:55px;
}

.review-profile h4{

    font-size:16px;
}

.review-card p{

    font-size:15px;
}

.google-card{

    padding:25px;
}

.google-card h3{

    font-size:25px;
}

.google-stars{

    font-size:20px;
}

}

/* =========================
   GALLERY SECTION
========================= */


/* MOBILE */

@media(max-width:768px){

    .gallery-top{

        grid-template-columns:1fr;

        gap:20px;

        text-align:center;

        margin-bottom:35px;
    }

    .gallery-grid{

        grid-template-columns:
        repeat(2,1fr);

        grid-template-rows:auto;

        gap:15px;
    }

    .gallery-item.large,
    .gallery-item.tall,
    .gallery-item{

        grid-row:auto;

        height:220px;
    }

    .gallery-item{

        border-radius:22px;
    }
}


/* =========================
   GLIGHTBOX MOBILE ARROWS
========================= */

@media(max-width:768px){

    .gprev,
    .gnext{

        display:flex !important;

        opacity:1 !important;

        visibility:visible !important;

        width:45px;

        height:45px;

        background:rgba(0,0,0,.5);

        border-radius:50%;
    }

    .gprev{
        left:10px !important;
    }

    .gnext{
        right:10px !important;
    }

    .gprev svg,
    .gnext svg{

        width:20px;
        height:20px;
    }

}

/* =========================
   CTA SECTION
========================= */

@media(max-width:992px){

    .cta-wrapper{
        padding:60px;
    }

}

@media(max-width:768px){

 .cta-wrapper{
    flex-direction:column;
    text-align:center;
    gap:40px;
}

.cta-content{
    max-width:100%;
}

.cta-content p{
    max-width:100%;
    font-size:15px;
}

.cta-buttons{
    flex-direction:column;
    align-items:center;
}

.cta-right{
    width:100%;
    display:none;
}



}


/* =========================
   FOOTER
========================= */


@media(max-width:1200px){

    .footer-wrapper{
        grid-template-columns:
        repeat(2,1fr);
    }

}

@media(max-width:992px){

    .footer-wrapper{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }
}

@media(max-width:768px){
    
   

    .footer-links:nth-child(2),
    .footer-links:nth-child(3){
        display:none;
    }



    .footer{
        padding-top:20px;
    }

    .footer-wrapper{
        grid-template-columns:1fr;
        gap:35px;
        text-align:center;
    }

    .footer-brand p{
        max-width:100%;
        margin:auto;
        font-size:15px;
    }

    .footer-social{
        justify-content:center;
    }

    .footer-links li{
        justify-content:center;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-bottom-links{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }
}




/* MOBILE MENU */

@media(max-width:992px){

   /*
   
   .nav-menu{

        position:fixed;

        top:0;
        right:-100%;

        width:320px;
        height:100vh;

        background:var(--white-color);

        flex-direction:column;

        align-items:flex-start;

        padding:120px 40px;

        transition:0.4s ease;

        z-index:999;

        box-shadow:var(--shadow-md);
    }

    .nav-menu.active{
        right:0;
    }

    .nav-menu a{
        width:100%;
        padding:16px 0;

        border-bottom:
        1px solid var(--border-color);

        border-radius:0;
    }
    
   

    .menu-toggle{
        display:flex;
    }
     */

}


/* WHY SECTION MOBILE */
@media(max-width:768px){

.why-grid{
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.why-card{
    padding:20px 14px;
    min-height:auto;
    border-radius:30px;
}

.why-icon{
    width:50px;
    height:50px;
    margin-bottom:14px;
    font-size:22px;
}

.why-card h3{
    font-size:20px;
    line-height:1.4;
    margin-bottom:10px;
}

.why-card p{
    font-size:15px;
    line-height:1.5;
}

}

/* =========================
   TEACHERS RESPONSIVE
========================= */

@media(max-width:991px){
    
.teacher-image img{
    height:380px;
}

.teacher-content{
    padding:22px;
}

.teacher-content h3{
    font-size:20px;
}
}


@media(max-width:768px){
    
    .teacher-image{
    height:380px;
}

.teacher-content{
    padding:18px;
}

.teacher-tag{
    font-size:12px;
    padding:8px 14px;
}

.teacher-content h3{
    font-size:20px;
}

.teacher-content p{
    font-size:15px;
}

}

/* =========================
   SECTION DIVIDER
========================= */

@media(max-width:768px){

.section-divider{

    margin:25px auto 35px;

    gap:15px;
}

.divider-line{

    width:80px;
}

.divider-icon{

    width:48px;
    height:48px;

    font-size:20px;
}

}



@media (max-width:768px){

   /*
   .locations-grid{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:15px 10px;
    }
    
    */

    .online-item{
        grid-column:1/-1;
        justify-self:center;
    }

}



/* =========================
   PAGE BANNER MOBILE
========================= */

@media (max-width:768px){

    .page-banner{
        padding:40px 0 50px;
        margin-top:100px;
    }

    .page-banner .container{
        padding-left:20px;
        padding-right:20px;
    }

    .page-banner-content{
        flex-direction:column;
        text-align:center;
        gap:30px;
    }

    .page-banner-left
    {
        flex:0 0 100%;
        max-width:100%;
        width:100%;
    }

    .page-subtitle{
        max-width:100%;
        font-size:16px;
        line-height:1.5;
        margin-bottom:15px;
        
        text-align:center;
        margin-left:auto;
        margin-right:auto;
    }

    .page-banner h1{
        font-size:23px;
        line-height:1.1;
        margin-bottom:5px;
    }

    .breadcrumb{
        
        margin-left:auto;
         margin-right:auto;
    }

    .page-banner-right{
        display:none;
    }


}

/* About Us Page CSS*/

@media(max-width:768px){

.pagecontent1-gallery{
    grid-template-columns:1fr;
}

.pagecontent1-gallery-item:last-child{
    display:none;
}


.li-point{
    gap:12px;
}

.li-point i{
    width:35px;
    height:35px;
    font-size:18px;
}

}

/* Our Philosophy   CSS*/

@media (max-width: 768px){

    .pagecontent2-wrapper{
        flex-direction:column;
        gap:30px;
    }

    .pagecontent2-image{
        position:static;
        top:auto;

        width:100%;
        flex:none;
    }

    .pagecontent2-content{
        flex:none;
    }

}


/* =========================
   OUR JOURNEY
========================= */
@media(max-width:768px){
    .journey{
    display:none;
    }
        .journey-intro{
        margin:20px auto 30px;
    }
}




/* =========================
   MOBILE JOURNEY VIEWER
========================= */

.journey-mobile-viewer{
    display:none;
}

@media(max-width:768px){
    
    .journey-mobile-top .journey-intro{
    margin:15px auto 10px;
}

.journey-mobile-top h2{
    margin-bottom:10px;
}

.journey-mobile-top p{
    margin-bottom:10px;
    font-size:15px;
}

.section-divider{
        margin:10px auto;
    }


    .journey-sticky-panel{
    position:sticky;
    top:140px;
    z-index:20;
    background:var(--light-bg);
    }

    .journey-mobile-viewer{
        display:block;
        position:relative;
        padding-bottom:10px;
    }

    /* Header */

    .journey-mobile-top{
        text-align:center;
        margin-bottom:20px;
      
        z-index:20;
        background:var(--light-bg);
    }



    /* Sticky Viewer */

    .journey-viewer{

        top:320px;
        z-index:10;

        background:var(--light-bg);

        padding-bottom:20px;
    }

    .journey-viewer-content{
        text-align:center;
    }

    /* Year */

    .journey-viewer-year{
        display:block;

        font-size:30px;
        font-weight:700;
        line-height:1;

        color:var(--primary-color);

        margin-bottom:10px;
    }

    /* Location */

    .journey-viewer-location{
        font-size:30px;
        margin-bottom:10px;
    }

    /* Image */

    .journey-viewer-image{
        max-width:320px;
        margin:0 auto;

        overflow:hidden;
        border-radius:20px;

        box-shadow:0 10px 25px rgba(0,0,0,.08);
    }

    .journey-viewer-image img{
        width:100%;
        height:450px;

        display:block;
        object-fit:cover;
    }

    /* Invisible Scroll Triggers */

    .journey-trigger{
        height:70vh;
    }
    
    .journey-viewer-year,
    .journey-viewer-location,
    .journey-viewer-image img{
        transition:all .4s ease;
    }
    
    .journey-animate{
        opacity:0;
        transform:translateY(-15px);
    }
}

/* =========================
   GLOBAL COMMUNITY
========================= */

@media(max-width:768px){

    .global-community{
        padding:1px 0;
    }

    .global-community-intro{
        margin:20px auto 40px;
    }

    .global-community-map{
        display:none;
    }

}


/* Mobile */

@media(max-width:768px){

    .impact-stats{
        padding:10px 0;
    }

    .impact-intro{
        margin:20px auto 40px;
    }

    .impact-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .impact-card{
        padding:18px 15px;
    }

    .impact-card h3{
        font-size:30px;
    }

    .impact-icon{
        width:55px;
        height:55px;
        margin-bottom:15px;
    }

    .impact-icon i{
        font-size:24px;
    }
}

/* =========================
   CERTIFICATION LOGOS
========================= */
@media(max-width:768px){

    .certification-logos{
        padding:10px 0 10px;
    }

    .certification-grid{
        gap:15px;
    }

    .certification-grid img{
        height:75px;
    }
}

/* =========================
  Image Circle Design for Teacher Section
========================= */
@media(max-width:768px){
    .instructor-wrapper,
     .instructor-wrapper.revers{
        flex-direction:column;
        gap:40px;
    }

    .instructor-image{
        position:static;
        width:100%;
    }

    .instructor-image-circle{
        width:260px;
    }
}

/* =========================
   LOCATIONS Home Page
========================= */
@media(max-width:991px){

    .locations{
        padding:10px 0;
    }

    .locations .section-title{
        text-align:center;
        margin-bottom:10px;
    }

    .locations .section-title h2{
        font-size:25px;
    }

    .locations-grid{
        grid-template-columns:1fr;
        border-top:1px solid #ddd;
    }

    .locations-card{
        border-right:none;
        border-bottom:1px solid #ddd;
        padding:30px 15px;
    }

    .locations-card h3{
        font-size:20px;
    }
}



/* =========================
  Contact Form
========================= */

/* cta */

@media(max-width:768px){

.contact-cta{
    padding:10px 0;
}

.contact-cta-box{
    padding:40px 15px;
    border-radius:30px;
}

.contact-cta-box p{
    font-size:15px;
}
}

/* Contact Us Locations */

@media(max-width:991px){
    .ourlocations-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .ourlocations-grid{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .ourlocation-image{
        height:160px;
    }

    .ourlocation-content{
        padding:18px;
    }
}



/* ===============================
   CONTACT Form SECTION
================================= */
@media (max-width: 991px) {
    .contactfrm-wrapper {
        flex-direction: column;
        padding: 20px 30px;
        gap: 20px;
    }

    .contactfrm-form-box h2 {
        font-size: 34px;
    }

    .contactfrm-info-box {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .contactfrm-section {
        padding: 20px 0;
    }

    .contactfrm-wrapper {
        padding: 25px;
        border-radius: 20px;
    }

    .contactfrm-form-box h2 {
        font-size: 28px;
    }

    .contactfrm-btn {
        width: 100%;
    }

    .contactfrm-image {
       display: none;
    }
}

/* ==========================================
   COURSE FAQ
========================================== */

/*   TABLET */
@media (max-width:991px){
.coursepage-faq-grid{
    grid-template-columns:1fr;
    gap:18px;
}
}


/*  MOBILE  */

@media (max-width:767px){

.coursepage-faq{
    padding:20px 0;
}

.coursepage-faq-grid{
    margin-top:35px;
}

.coursepage-faq-question{
    padding:18px 18px;
    font-size:16px;
}

.coursepage-faq-question span{
    width:30px;
    height:30px;
    font-size:20px;
}

.coursepage-faq-answer p{
    padding:0 18px 20px;
    font-size:14px;
    line-height:1.8;
}
}



/* ==========================================
   RESERVATION SUCCESS ACTIONS
========================================== */
@media(max-width:768px){
    .contactfrm-success-actions{
        flex-direction:column;
    }

    .contactfrm-success-btn{
        width:100%;
    }
}


/* ==========================================
   Course Location Map
========================================== */

/* Tablet */

@media (max-width:991px){
.coursepage-location-map iframe{
    height:350px;
}
}

/* Mobile */

@media (max-width:767px){
.coursepage-location-map{
    border-radius:15px;
}

.coursepage-location-map iframe{
    height:250px;
}
}



/* ==========================================
 NOTE
========================================== */

@media (max-width: 767px) {

    .coursepage-note {
        flex-direction: column;
        align-items: stretch;
    }

    .coursepage-note-label {
        justify-content: center;
        border-radius: 0;
    }

    .coursepage-note-label::after {
        display: none;
    }

    .coursepage-note-content {
        padding: 18px 20px;
        text-align: center;
        font-size: 14px;
    }
}


/* ==========================================
   VIDEO TESTIMONIALS
========================================== */

/*  TABLET  */

@media(max-width:991px){

.coursepage-video{
    padding:20px 0;
}

.coursepage-video-play{
    width:65px;
    height:65px;
    font-size:24px;
}
}


/*  MOBILE  */

@media(max-width:767px){
.coursepage-video{
    padding:20px 0;
}

.coursepage-video-slider{
    margin-top:35px;
}

.coursepage-video-thumb{
    border-radius:16px;
}

.coursepage-video-play{
    width:60px;
    height:60px;
    font-size:22px;
}

.coursepage-video-btn{
    margin-top:30px;
}

.coursepage-video-btn a{
    width:100%;
    padding:14px 20px;
}

.coursepage-video-close{
    top:-50px;
    right:5px;
}

.coursepage-video-info{
left:18px;
bottom:18px;
}

.coursepage-video-info h4{
font-size:17px;
}

.coursepage-video-info p{
font-size:13px;
}
}



/* ==========================================
   COURSE EXPERIENCE
========================================== */
/* TABLET  */

@media (max-width:991px){

.coursepage-experience-grid{
    gap:20px;
}

.coursepage-experience-content{
    padding:20px;
}

.coursepage-experience-content h3{
    font-size:20px;
}

}


/*  MOBILE  */

@media (max-width:767px){

.coursepage-experience{
    padding:20px 0;
}

.coursepage-experience-grid{
    grid-template-columns:1fr;
    gap:25px;
    margin-top:35px;
}

.coursepage-experience-image{
    aspect-ratio:16/10;
}

.coursepage-experience-content{
    padding:18px;
}

.coursepage-experience-content h3{
    font-size:19px;
}

.coursepage-experience-content p{
    font-size:14px;
    line-height:1.7;
    text-align: justify;
}
}



/* ==========================================
   COURSE FEE DETAILS
========================================== */


@media(max-width:768px){
.coursepage-fee{
    padding:20px 0;
}

.coursepage-fee-tabs{
    gap:10px;
    margin:35px auto;
}

.coursepage-fee-tab{

    font-size:14px;
    padding:13px 8px;

}

.coursepage-fee-content{
    padding:30px 22px;
    min-height:auto;
}

.coursepage-fee-list{
    grid-template-columns:1fr;
    gap:16px;
}

.coursepage-fee-list li{
    font-size:15px;
}
}


/* ===========================
  Trust Bar
=========================== */

@media(max-width:768px){

.trustbar{
    margin-top:-30px;
}

.trustbar-wrapper{
    grid-template-columns:repeat(2,1fr);
}

.trustbar-item{
    padding:20px 16px;
    gap:12px;
}

.trustbar-item:nth-child(2){
    border-right:none;
}

.trustbar-item:nth-child(-n+2){
    border-bottom:1px solid #ececec;
}

.trustbar-icon{
    width:48px;
    height:48px;
    font-size:22px;
}

.trustbar-content h3{
    font-size:26px;
}

.trustbar-content h3 span{
    font-size:20px;
}

.trustbar-content p{

    font-size:11px;
    line-height:1.3;
}
}





/* ==========================================
   COURSE EXPERIENCE
========================================== */
/* TABLET  */

@media (max-width:991px){

.coursepage-experience-grid{
    gap:20px;
}

.coursepage-experience-content{
    padding:20px;
}

.coursepage-experience-content h3{
    font-size:20px;
}

}


/*  MOBILE  */

@media (max-width:767px){

.coursepage-certificate{
    padding:20px 0;
}

.coursepage-certificate-grid{
    grid-template-columns:1fr;
    gap:25px;
    margin-top:35px;
}

.coursepage-certificate-image{
    aspect-ratio:16/10;
}

.coursepage-certificate-content{
    padding:18px;
}

.coursepage-certificate-content h3{
    font-size:19px;
}

.coursepage-certificate-content p{
    font-size:14px;
    line-height:1.7;
    text-align: justify;
}
}

