/* =========================
   RESPONSIVE
========================= */

@media (min-width: 1400px){

  .navbar-nav .nav-link{
    padding: 12px 20px !important;
  }

  .hero-content h1 {
    font-size: 56px;
  }

  .hero-content p {
    font-size: 17px;
  }
  .container {
        max-width: 1200px;
    }

    .card-ins-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .card-inst{
      margin-bottom: 50px;
    }
}

@media (max-width: 1300px){
  .card-ins-wrapper {
      grid-template-columns: repeat(3, 1fr);
  }

  .card-inst{
      margin-bottom: 50px;
  }
}



@media (max-width: 1200px){
  .topbar-info{
    gap: 14px;
  }

  .topbar-info span{
    font-size: 12px;
  }
  .navbar-nav{
    gap: 8px;
  }

  .navbar-nav .nav-link{
    padding: 8px 12px !important;
    font-size: 14px;
  }

  .call-text h6{
    font-size: 15px;
  }

  .card-ins-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

  .card-inst{
      margin-bottom: 50px;
    }
  .programs-content {
        padding-left: 45%;
    }

    .programs-content h2 {
        font-size: 48px;
    }

    .programs-content p {
        font-size: 24px;
    }

    .discount {
        padding: 80px 20px;
    }

    .price {
        font-size: 80px;
    }

    .discount-top {
        font-size: 20px;
    }
    .drive-container {
        gap: 40px;
    }

    .drive-right h2 {
        font-size: 38px;
        margin-bottom: 60px;
    }

    .drive-badge {
        left: 60%;
    }

    .newsletter h2 {
        font-size: 32px;
    }

    .news-content h3 {
        font-size: 18px;
    }

    .mva-container h2 {
        font-size: 34px;
    }

    .mva-cards {
        gap: 50px;
    }

    .mva-card {
        width: 380px;
    }

    .nx-mva-container {
        max-width: 800px;
    }

    .nx-mva-sub {
        font-size: 30px;
    }

    .nx-mva-title {
        font-size: 30px;
    }

    .nx-mva-inner h3,
    .nx-mva-inner h4 {
        font-size: 22px;
    }
    .testimonial-container h2 {
        font-size: 34px;
    }

    .testi-img img {
        width: 200px;
        height: 200px;
    }

    .faq-container {
        max-width: 700px;
    }

    .faq-container h2 {
        font-size: 32px;
    }

    .contact-left h2 {
        font-size: 34px;
    }

    .contact-left p {
        font-size: 16px;
    }
  
    .footer-top h2 {
        font-size: 32px;
    }

    .call h3 {
        font-size: 22px;
    }

    .footer-grid {
        gap: 30px;
    }

}

@media (max-width: 1100px) {
    .card-ins-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .card-inst{
      margin-bottom: 50px !important;
    }
    .card-info h4 {
        font-size: 18px;
    }
    .card-inst {
    margin-bottom: 50px;
  }

}

@media (max-width: 1050px){
  .topbar-info{
    display: none;
  }
}




@media (max-width: 992px){
  .topbar-wrap{
    flex-direction: column;
    height: auto;
    padding: 10px 0;
    gap: 8px;
  }

  .topbar-left,
  .topbar-right{
    width: 100%;
    justify-content: space-between;
  }

  .topbar-info{
    flex-wrap: wrap;
  }
  .main-navbar{
    position: relative;
    top: 0;
    min-height: auto;
    padding: 12px 0;
  }

  /* toggle button fix */
  .navbar-toggler{
    border: none;
    outline: none;
  }

  .navbar-toggler:focus{
    box-shadow: none;
  }

  /* menu dropdown */
  .navbar-collapse{
    background: #142156;
    padding: 20px;
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden;
    transition: height 0.4s ease;
  }

  /* nav items vertical */
  .navbar-nav{
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
  }

  .navbar-nav .nav-link{
    width: 100%;
    padding: 12px 16px !important;
  }

  /* call section*/
  .nav-call{
    margin-top: 20px;
    justify-content: flex-start;
  }
  .topbar {
    display: none;
  }

  .main-navbar {
    top: 0;
    min-height: 85px;
  }

  .navbar-collapse {
    background: #16235c;
    padding: 20px;
    margin-top: 15px;
    border-radius: 12px;
    overflow: hidden;
    transition: height 0.4s ease;
  }

  .navbar-nav {
    gap: 10px;
    padding: 20px 0;
  }

  .nav-call {
    margin-top: 15px;
  }

  /* =========================
   MOBILE MENU
========================= */


  /* navbar */
  .main-navbar{
    position: relative;
    top: 0;
    padding: 12px 0;
  }

  /* toggle button */
  .navbar-toggler{
    border: none;
    color: #fff;
    font-size: 22px;
  }

  .navbar-toggler:focus{
    box-shadow: none;
  }

  /* collapse menu */
  .navbar-collapse{
    background: #142156;
    padding: 20px;
    margin-top: 12px;
    border-radius: 12px;
  }

  .navbar-collapse.collapsing {
        height: 0;
        transition: height 0.4s ease;
    }

    .navbar-collapse.collapse.show {
        height: auto;
    }

    .navbar-collapse {
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.4s ease;
    }

    .navbar-collapse.show {
        opacity: 1;
        transform: translateY(0);
    }
  /* nav items vertical */
  .navbar-nav{
    flex-direction: column;
    gap: 10px;
  }

  .navbar-nav .nav-link{
    width: 100%;
    padding: 12px 16px !important;
  }

  /* call section */
  .nav-call{
    margin-top: 20px;
  }

  /* mobile lang */
  .mobile-lang{
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .mobile-lang .fi{
    width: 18px;
    height: 14px;
  }
  .nav-item{
    width: 100%;
  }






  .popup-box{
    width: 90%;
    max-width: 420px;
    padding: 20px;
  }

  .popup-box h3{
    font-size: 20px;
  }

  .popup-box p{
    font-size: 14px;
  }

  .hero-section,
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide {
    height: 700px;
  }

  .hero-slide {
    padding-top: 120px;
  }

  .hero-content {
    margin-left: 0;
    max-width: 100%;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .swiper-button-prev {
    left: 20px !important;
  }

  .swiper-button-next {
    right: 20px !important;
  }

  .course-wrapper{
    flex-direction: column;
  }

  .course-image,
  .course-content{
    width: 100%;
  }

  .course-image img {
    width: 100%;
  }
  .img-bg {
    width: 100%;
  }

  .feature-grid{
    grid-template-columns: repeat(2,1fr);
  }
  .programs-wrapper {
        height: 300px;
    }

    .programs-content {
        padding-left: 35%;
    }

    .programs-content h2 {
        font-size: 40px;
    }

    .programs-content p {
        font-size: 22px;
    }

    .prog-btn {
        font-size: 18px;
        padding: 6px 18px;
    }
    .service-btn {
        width: 64%;
        margin-left: auto;
        margin-right: auto; 
        display: block;    
        text-align: center; 
    }

    .discount {
        padding: 70px 20px;
    }

    .price {
        font-size: 70px;
    }

    .discount-top {
        font-size: 18px;
    }

    .discount-note {
        font-size: 13px;
        padding: 18px 25px;
    }

    .drive-container {
        flex-direction: column;
        gap: 50px;
    }

    .drive-left,
    .drive-right {
      width: 90%;
      padding: 30px;
    }

    .drive-right h2 {
        text-align: center;
        font-size: 34px;
        margin-bottom: 50px;
        padding-bottom: 30px;
        margin-top: 50px;
    }

    .drive-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .drive-card {
      flex: 0 0 45%;
      margin-top: 45px;
    }

    .drive-bg-shape {
      border-radius: 25px;
      margin-left: 20px;
    }

    .drive-badge {
        left: 50%;
        transform: translateX(-50%);
        bottom: -25px;
    }

    .newsletter-cards {
        flex-wrap: wrap;
        justify-content: center;
    }

    .news-card {
        flex: 0 0 48%;
    }

    .news-img {
        height: 300px;
    }
    .mva-section {
        padding: 100px 20px;
    }

    .mva-cards {
        flex-wrap: wrap;
        gap: 40px;
        padding: 0px 50px;
    }

    .mva-card {
        width: 100%;
        max-width: 450px;
        margin-top: 30px;
    }

    .mva-container h2 {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .nx-mva-news {
        padding: 100px 20px;
    }

    .nx-mva-middle {
        padding: 50px 30px;
    }

    .nx-mva-sub {
        font-size: 26px;
    }

    .nx-mva-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .nx-mva-inner {
        padding: 35px 30px;
    }

    .nx-mva-inner p {
        font-size: 15px;
    }

    .testimonial-section {
        padding: 80px 20px;
    }

    .testimonial-wrapper {
        padding: 40px;
    }

    .testi-slide.active {
        gap: 25px;
    }

    .testi-img img {
        width: 180px;
        height: 180px;
    }

    .testi-content p {
        font-size: 14px;
    }

    .faq-section {
        padding: 80px 20px;
    }

    .faq-container h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .faq-item {
        padding: 18px;
    }

    .faq-question {
        font-size: 15px;
    }

    .faq-answer {
        font-size: 13px;
    }

    .contact-section {
        padding: 90px 20px;
    }

    .contact-container {
        flex-direction: column;
        gap: 40px;
    }

    .contact-left,
    .contact-form-box {
        width: 100%;
    }

    .contact-left {
        text-align: center;
    }

    .contact-left h2 {
        font-size: 30px;
    }

    .contact-left p {
        font-size: 16px;
    }

    .contact-form-box h3 {
        margin-bottom: 30px;
    }

    .map-section iframe {
        height: 400px;
    }

    .footer {
        padding: 60px 20px 30px;
    }

    /* top section stack */
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .footer-top h2 {
        font-size: 28px;
    }

    .call {
        text-align: left;
    }

    /* grid 2 column */
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .popup-box {
        width: 90%;
        max-width: 420px;
        padding: 24px 22px;
    }

    .popup-title {
        font-size: 22px;
    }
    
}



@media (max-width: 768px){
  .topbar{
    display: none;
  }
  .custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section,
  .heroSwiper,
  .heroSwiper .swiper-wrapper,
  .heroSwiper .swiper-slide {
    height: 620px;
  }

  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-btn {
    padding: 12px 20px;
    font-size: 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 50px !important;
    height: 50px !important;
  }
  .instructor-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .card-ins-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }
    .card-info {
        bottom: -30px;
        padding: 10px 12px;
    }

    .card-info h4 {
        font-size: 16px;
    }

    .card-info p {
        font-size: 13px;
    }

    .share-icon {
        width: 28px;
        height: 28px;
    }


  
    .service-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-img,
    .card-content {
        width: 50%;
    }

    .card-img {
        height: 200px;
    }

    .card-content {
        padding-left: 20;
        padding-top: 10px;
    }

    .service-btn{
      margin-left: 0;
    }
    .programs-wrapper {
        height: auto;
        padding: 60px 20px;
    }

    .programs-content {
        padding-left: 0;
        text-align: center;
        align-items: center;
    }

    .programs-content h2 {
        font-size: 32px;
    }

    .programs-content p {
        font-size: 20px;
    }

    .program-btn {
        flex-direction: column;
        gap: 12px;
    }

     .discount {
        padding: 60px 15px;
        background-position: center;
    }

    .discount-top {
        font-size: 16px;
        line-height: 1.5;
    }

    .price {
        font-size: 55px;
        margin-bottom: 25px;
    }

    .discount-note {
        font-size: 13px;
        padding: 16px 20px;
        transform: skewX(0); 
    }

    .discount-note::before {
        transform: none;
    }
    .drive-learning {
        padding: 80px 15px;
    }
    .drive-img-box img{
      border-radius: 25px;
    }

    .drive-bg-shape {
        display: none;
    }

    .drive-right h2 {
        font-size: 28px;
    }

    .drive-card {
        flex: 0 0 100%;
        padding: 35px 20px;
    }

    .drive-icon {
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .drive-icon::before {
        width: 60px;
        height: 60px;
    }

    .drive-icon::after {
        width: 45px;
        height: 45px;
    }

    .drive-icon img {
        width: 35px;
        height: 35px;
    }

    .drive-card h3 {
        font-size: 16px;
    }

    .drive-badge {
        font-size: 14px;
        padding: 8px 14px;
    }

    .newsletter {
        padding: 80px 15px;
    }

    .newsletter h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .news-card {
        flex: 0 0 100%;
    }

    .news-img {
        height: auto;
    }

    .news-content {
        padding: 20px;
    }

    .news-content h3 {
        font-size: 17px;
        line-height: 26px;
    }

    .news-label {
        font-size: 14px;
    }

    .news-date {
        font-size: 12px;
    }

    .mva-section {
        padding: 80px 15px;
    }

    .mva-container h2 {
        font-size: 26px;
    }

    .mva-card {
        padding: 40px 25px;
        border-radius: 25px;
        margin-top: 55px;
    }

    .mva-card p {
        font-size: 18px;
        margin-left: 0;
        padding-left: 25px;
    }

    /* icon center */
    .mva-icon {
      left: 0%;
      transform: translateX(-50%);
      top: -55px;
    }

    .nx-mva-news {
        padding: 80px 15px;
        background-position: center;
    }

    .nx-mva-middle {
        padding: 40px 20px;
        border-radius: 35px;
    }

    .nx-mva-sub {
        font-size: 22px;
    }

    .nx-mva-title {
        font-size: 22px;
        line-height: 1.4;
    }

    .nx-mva-inner {
        padding: 30px 20px;
        border-radius: 15px;
    }

    .nx-mva-inner h3 {
        font-size: 20px;
    }

    .nx-mva-inner h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .nx-mva-inner p {
        font-size: 14px;
    }

    .nx-mva-btn {
        font-size: 14px;
        padding: 8px 18px;
    }

    /* reduce gradient size */
    .nx-mva-middle::before,
    .nx-mva-middle::after {
        width: 200px;
        height: 200px;
    }
    .testimonial-section {
        padding: 70px 15px;
    }

    .testimonial-container h2 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .testimonial-wrapper {
        padding: 30px 20px;
        border-radius: 20px;
    }

    /*  column layout */
    .testi-slide.active {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

  

    .testi-img img {
        width: 100%;
        height: 600px;
    }

    .testi-img::after {
        top: -15px;
        right: -10px;
        width: 40px;
        height: 40px;
        border-width: 5px;
    }

    .testi-content p {
        font-size: 14px;
    }

    .testi-content span {
        font-size: 14px;
    }

    /* arrows center */
    .testi-arrows {
        position: static;
        justify-content: center;
        margin-top: 20px;
        gap: 30px;
    }
    .faq-section {
        padding: 70px 15px;
    }

    .faq-container h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .faq-item {
        padding: 16px;
        border-radius: 12px;
    }

    .faq-question {
        font-size: 14px;
        gap: 10px;
    }

    .faq-answer {
        font-size: 13px;
        line-height: 1.6;
    }

    .faq-question i {
        font-size: 14px;
    }
    .contact-section {
        padding: 70px 15px;
    }

    .contact-left h2 {
        font-size: 26px;
    }

    .contact-left p {
        font-size: 15px;
    }

    /*  form single column */
    .contact-form {
        grid-template-columns: 1fr;
    }

    .contact-form textarea {
        grid-column: span 1;
        height: 160px;
    }

    .contact-form button {
        grid-column: span 1;
        width: 100%;
    }
    .map-section iframe {
        height: 350px;
    }

    .footer {
        padding: 50px 15px 25px;
    }

    .footer-top h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .call h3 {
        font-size: 20px;
    }

    .footer-col h3 {
        font-size: 22px;
    }

    .footer-col h4 {
        font-size: 18px;
    }

    .footer-col p {
        font-size: 13px;
    }

    /* grid 1 column */
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .divider {
        width: 100%;
    }

    #popupOverlay {
        padding: 20px; 
    }

    .popup-box {
        width: 100%;
        max-width: 380px;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .popup-img {
        margin-bottom: 15px;
    }

    .popup-title {
        font-size: 20px;
    }

    .class-item h5 {
        font-size: 14px;
    }

    .class-item p {
        font-size: 12px;
    }

    .popup-sub {
        font-size: 13px;
    }

    .popup-btn {
        font-size: 13px;
        padding: 8px 18px;
    }
}

@media (max-width: 576px){

  /* logo*/
  .navbar-brand{
    font-size: 20px;
  }

  /* call section compact */
  .call-icon{
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .call-text h6{
    font-size: 14px;
  }

  .call-text small{
    font-size: 12px;
  }
  #popupOverlay{
    padding: 15px; /* edge gap */
  }

  .popup-box{
    width: 100%;
    max-width: 100%;
    border-radius: 14px;
    padding: 18px;
  }

  .popup-box img{
    border-radius: 8px;
  }

  .popup-box h3{
    font-size: 18px;
  }

  .popup-box p{
    font-size: 13px;
    line-height: 1.5;
  }

  .popup-btn{
    width: 100%;
    padding: 12px;
    font-size: 14px;
  }

  #popupClose{
    width: 24px;
    height: 24px;
    font-size: 12px;
    top: 8px;
    right: 8px;
  }
  .card-ins-wrapper {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 24px;
    }

    .card-inst {
        border-radius: 14px;
    }

    .card-info {
        bottom: -25px;
        left: 10px;
        right: 10px;
        padding: 10px;
        border-radius: 0px 0px 25px 0px;
    }

    .card-info h4 {
        font-size: 15px;
    }

    .card-info p {
        font-size: 12px;
    }

    .share-box {
        right: 10px;
        top: -12px;
    }

    .social-icons {
        bottom: 35px;
    }

    .feature-grid{
    grid-template-columns: 1fr;
  }

  .course-content h2{
    font-size: 28px;
  }

  .programs-wrapper {
        height: auto;
        padding: 50px 15px;

        background-position: center left;
    }

    .programs-content {
        padding-left: 0 !important;   
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .program-btn {
        flex-direction: column;
        gap: 10px;
    }
    .service-btn {
      width: 70%;
      font-size: 11px;
      padding: 5px 12px;
    }

    .discount {
        padding: 50px 15px;
    }

    .discount-top {
        font-size: 15px;
    }

    .price {
        font-size: 45px;
    }

    .discount-note {
        font-size: 12px;
        padding: 14px 16px;
        border-radius: 8px;
    }

    .drive-learning {
        padding: 60px 10px;
    }

    .drive-right h2 {
        font-size: 24px;
    }

    .drive-badge {
        font-size: 13px;
        gap: 6px;
        padding: 6px 10px;
    }

    .drive-badge img {
        width: 30px;
        height: 30px;
    }

    .drive-card a {
        font-size: 13px;
        padding: 6px 16px;
    }
    .drive-img-box img{
      border-radius: 25px;
    }

    .newsletter {
        padding: 60px 10px;
    }

    .newsletter h2 {
        font-size: 24px;
    }

    .news-img {
        height: auto;
    }

    .news-content h3 {
        font-size: 16px;
    }

    .news-content a {
        font-size: 13px;
        padding: 6px 14px;
    }

    /* shape smaller */
    .news-img::after {
        width: 60px;
        height: 80px;
        bottom: -40px;
    }
    .mva-section {
        padding: 60px 10px;
    }

    .mva-container h2 {
        font-size: 22px;
    }

    .mva-card {
        padding: 35px 20px;
    }

    .mva-card p {
        font-size: 16px;
    }

    .mva-icon {
        width: 70px;
        height: 70px;
        top: -30px;
    }

    .mva-icon img {
        width: 45px;
    }
    .nx-mva-news {
        padding: 60px 10px;
    }

    .nx-mva-sub {
        font-size: 18px;
    }

    .nx-mva-title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .nx-mva-inner {
        padding: 25px 15px;
    }

    .nx-mva-inner h3 {
        font-size: 18px;
    }

    .nx-mva-inner h4 {
        font-size: 16px;
    }

    .nx-mva-inner p {
        font-size: 13px;
    }

    .nx-mva-btn {
        font-size: 13px;
        padding: 7px 14px;
    }
    .testimonial-section {
        padding: 60px 10px;
    }

    .testimonial-container h2 {
        font-size: 24px;
    }

    .testi-img img {
        width: 100%;
        height: 420px;
    }

    .testi-content p {
        font-size: 13px;
    }

    .arrow {
        width: 40px;
        height: 40px;
    }

    .arrow i {
        font-size: 18px;
    }

    .faq-section {
        padding: 60px 10px;
    }

    .faq-container h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .faq-item {
        padding: 14px;
    }

    .faq-question {
        font-size: 13px;
    }

    .faq-answer {
        font-size: 12px;
    }

    .faq-question i {
        font-size: 12px;
    }

    .contact-section {
        padding: 60px 10px;
    }

    .contact-left h2 {
        font-size: 22px;
    }

    .contact-left p {
        font-size: 14px;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 12px 14px;
        font-size: 13px;
    }

    .contact-form button {
        font-size: 14px;
        padding: 12px;
    }

    .map-section iframe {
        height: 300px;
    }

    .footer {
        padding: 40px 10px 20px;
    }

    .footer-top h2 {
        font-size: 20px;
    }

    .call p {
        font-size: 13px;
    }

    .call h3 {
        font-size: 18px;
    }

    .footer-col ul li {
        font-size: 13px;
    }

    .footer-col input {
        padding: 10px;
        font-size: 13px;
    }

    .footer-col button {
        padding: 10px;
        font-size: 13px;
    }

    .popup-box {
        max-width: 100%;
        padding: 18px 15px;
        border-radius: 14px;
    }

    .popup-img {
        border-radius: 10px;
    }

    .popup-title {
        font-size: 18px;
    }

    .class-item h5 {
        font-size: 13px;
    }

    .class-item p {
        font-size: 11px;
    }

    .popup-sub {
        font-size: 12px;
    }

    .popup-btn {
        width: 100%; /* full width button */
        padding: 10px;
    }

    #popupClose {
        width: 24px;
        height: 24px;
        font-size: 11px;
        top: 10px;
        right: 10px;
    }
}


/* Small Mobile */
@media (max-width: 400px) {

    .section-title {
        font-size: 20px;
    }

    .card-info {
        padding: 8px;
    }

    .card-info h4 {
        font-size: 14px;
    }

    .card-info p {
        font-size: 11px;
    }

    .share-icon {
        width: 26px;
        height: 26px;
    }
    .title {
        font-size: 26px;
    }

    .service-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .service-card{
      flex-direction: column;
    }
    .service-card > * {
        width: 100%; 
        margin-bottom: 20px;
    }
    .card-img {
        height: 180px;
    }

    .card-content h3 {
        font-size: 14px;
    }

    .service-btn {
      width: 100%;
      font-size: 11px;
      padding: 5px 12px;
    }


    .programs-content h2 {
        font-size: 22px;
    }

    .programs-content p {
        font-size: 16px;
    }

    .prog-btn {
        font-size: 14px;
        padding: 5px 14px;
    }

    .discount-top {
        font-size: 14px;
    }

    .price {
        font-size: 38px;
    }

    .discount-note {
        font-size: 11px;
        padding: 12px 14px;
    }

    .drive-right h2 {
        font-size: 20px;
    }

    .drive-card h3 {
        font-size: 14px;
    }

    .drive-card {
        padding: 30px 15px;
    }
    .drive-img-box img{
      border-radius: 25px;
    }

    .newsletter h2 {
        font-size: 20px;
    }

    .news-content h3 {
        font-size: 14px;
    }

    .news-label {
        font-size: 13px;
    }

    .news-date {
        font-size: 11px;
    }

    .mva-container h2 {
        font-size: 20px;
    }

    .mva-card p {
        font-size: 14px;
    }

    .mva-card {
        padding: 30px 15px;
    }

    .nx-mva-sub {
        font-size: 16px;
    }

    .nx-mva-title {
        font-size: 16px;
    }

    .nx-mva-inner h3 {
        font-size: 16px;
    }

    .nx-mva-inner h4 {
        font-size: 14px;
    }

    .nx-mva-inner p {
        font-size: 12px;
    }
    .testi-img img {
      height: 300px;
    }
    .testimonial-container h2 {
        font-size: 20px;
    }

    .testi-content p {
        font-size: 12px;
    }

    .testi-content h4 {
        font-size: 14px;
    }

    .faq-container h2 {
        font-size: 18px;
    }

    .faq-question {
        font-size: 12px;
    }

    .faq-answer {
        font-size: 11px;
    }

    .contact-left h2 {
        font-size: 20px;
    }

    .contact-left p {
        font-size: 13px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 12px;
    }

    .map-section iframe {
        height: 250px;
    }

    .footer-top h2 {
        font-size: 18px;
    }

    .call h3 {
        font-size: 16px;
    }

    .footer-bottom {
        font-size: 12px;
    }

    .popup-title {
        font-size: 16px;
    }

    .class-item h5 {
        font-size: 12px;
    }

    .class-item p {
        font-size: 10px;
    }
}