/* ===============================
   RESPONSIVE
================================ */
 @media (min-width: 1920px) {
  .container {
    max-width: 1500px;
    margin: 0 auto;
  padding: 0 15px;
  }
} 
 
/* ==============================
   LARGE LAPTOP (1400px ↓)
================================ */

@media (max-width: 1440px) {
   .menu-links a {
     font-size: 34px;
  }
  .menu-btn {
    width: 50px;
    height: 50px;
  }
  .menu-btn span:nth-child(1){
    top: 14px;
    left: 20px;
    width: 21px;
  }
    .menu-btn span:nth-child(2){
    top: 24px;
        left: 24px;
        width: 29px;
  }
  .menu-btn span:nth-child(3) {
    top: 32px;
    left: 21px;
    width: 19px;
  }
  .heroSwiper.swiper {
 
    height: 100vh;
}
    h2 {
        font-size: 45px;
    }



  h2 { font-size: 40px; line-height: 40px; }
  h3 { font-size: 36px; }

  .testimonial-slider-wrap .testimonialSwiper:before,
  .testimonial-slider-wrap .testimonialSwiper:after {
    display: none;
  }

  .upcoming-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .title-para {
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
  }
  a.cmn-btn-a {
    padding: 4px 9px
  }
  section.about-section {
    padding-top: 10px;
}
.common-para-text {
    font-size: 17px;
}
 .csr-track span {
    font-size: 21px;
  }
  .travel-purpose-section {
    margin-top: 35px;
}
.initiatives-block-tile {
    font-size: 26px;
}
section.recent-initatives {
    background-color: #F3F2F0;
    padding: 45px 0;
}
.recent-initatives-block-tile {
    font-size: 20px;
}
.light-para {
    font-size: 13px;
}
.upcoming-initiatives {
    padding: 40px 0;
}
.recent-initatives-block img {
    width: 100%;
    height: 100%;
}
span.initatives-red-label {
    top: 0;
    left: 0;
    font-size: 13px;
  }
  .make-diff-banner h2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-size: 40px;
    line-height: 44px;
  }
  .make-diff-banner p {
    font-size: 31px;
  }
  .make-diff-banner h4 {
    font-weight: 500;
    opacity: 0.9;
    font-size: 54px;
  }
  .btn-banner a {
    padding: 7px 26px;
  }
  .testimonialSwiper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.testimonial-card p {
    font-family: "Diphylleia", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.testimonial-section {
    padding: 80px 0 20px;
}
.make-diff-banner {
    min-height: 100vh;

    }
  .footer-desc {
  font-size: 17px;
  line-height: 20px;
  }
}

/* ==============================
   LAPTOP (1200px ↓)
================================ */
@media (max-width: 1200px) {

  .hero-slider {
    height: 70vh;
  }

  h2 { font-size: 42px; line-height: 52px; }
  h3 { font-size: 30px; }

  .menu-links a {
    font-size: 40px;
  }

  .travelSwiper .swiper-slide {
    width: 300px;
    height: 480px;
  }

  .upcoming-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .make-diff-banner h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .make-diff-banner p {
    font-size: 28px;
  }
}


/* ==============================
   TABLET (992px ↓)
================================ */
@media (max-width: 992px) {

  .hero-slider {
    height: 60vh;
  }

  h2 { font-size: 34px; line-height: 44px; }
  h3 { font-size: 26px; }

  .site-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-menu {
    width: 100%;
    padding: 100px 40px;
  }

  .menu-links a {
    font-size: 32px;
  }

  .travelSwiper .swiper-slide {
    width: 260px;
    height: 420px;
  }

  .recent-initatives-block img {
    height: 280px;
  }

  .upcoming-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .make-diff-banner {
    min-height: 600px;
    padding: 60px 0;
  }

  .make-diff-banner h2 {
    font-size: 36px;
  }

  .make-diff-banner p {
    font-size: 22px;
  }
}


/* ==============================
   MOBILE (768px ↓)
================================ */
@media (max-width: 768px) {

  .hero-slider {
    height: 55vh;
  }

  h2 { font-size: 28px; line-height: 36px; }
  h3 { font-size: 22px; }

  p { font-size: 14px; }

  .scroll-top-btn {
    width: 42px;
    height: 42px;
    right: 15px;
    bottom: 15px;
  }

  .scroll-top-btn img {
    width: 28px;
  }

  .travelSwiper .swiper-slide {
    width: 220px;
    height: 380px;
  }

  .testimonial-card {
    padding: 25px;
    border-radius: 20px;
  }

  .testimonial-card p {
    font-size: 16px;
    line-height: 28px;
  }

  .make-diff-banner {
    min-height: 500px;
  }

  .btn-banner a {
    padding: 10px 30px;
  }

  .footer-container {
    padding: 0 20px;
  }
}


/* ==============================
   SMALL MOBILE (480px ↓)
================================ */
@media (max-width: 480px) {

  h2 { font-size: 22px; line-height: 30px; }

  .menu-btn {
    width: 55px;
    height: 55px;
    right: 20px;
  }

  .travelSwiper .swiper-slide {
    width: 180px;
    height: 320px;
  }

  .recent-initatives-block img {
    height: 220px;
  }

  .initiative-card img {
    height: 180px;
  }

  .make-diff-banner h2 {
    font-size: 24px;
  }

  .make-diff-banner p {
    font-size: 18px;
  }

}
