/* ----- Desktop ----- */
@media ( max-width: 1920px ){
   
}
/* ----- Laptop ----- */
@media ( max-width: 1600px ) {
    .h1, h1 {
        font-size: 50px;
        margin-bottom: 18px;
    }
    .h2, h2 {
        font-size: 40px;
        margin-bottom: 17px;
    }
    .h3, h3 {
        font-size: 34px;
        margin-bottom: 16px;
    }
    .h4, h4 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .h5, h5 {
        font-size: 19px;
        margin-bottom: 14px;
    }
    p {
        margin-bottom: 17px;
    }
    /* home-page */
    .logo-wrap {
        max-width: 15.3125rem;
    }
    .nav-link {
      padding: 1.125rem;
    }   
}
@media ( max-width: 1400px ) {
  .nav-link {
    padding: .75rem;
  }
  .py-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/* ----- Tablet  ----- */
@media ( max-width: 1199px ) {
  .main-nav, .nav-menu, .nav-link {
    height: auto;
  }
  .hamburger {
    display: flex;
  }
  .close-search {
    top: 20px;
    right: 20px;
  }
  .nav-menu {
    position: fixed;
    top: 6px;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: var(--theme-blue);
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    transition: left var(--transition-speed) ease-in-out;
    padding: 5rem 0 3rem;
    z-index: -1;
  }
  .nav-menu.open {
    left: 0;
  }
  .nav-link {
    padding: 1rem;
    border-bottom: 1px solid var(--border-light);
  }
  .sub-menu-level-1, 
  .sub-menu-level-2 {
    position: static;
    width: 100%;
    box-shadow: none;
    border: none;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .sub-menu-level-2 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sub-menu-level-1 .nav-link {
    padding-left: 2.5rem;
  }
  .sub-menu-level-2 .nav-link {
    padding-left: 3.5rem;
  }
  .nav-item > .nav-link > .nav-arrow {
    transform: rotateX(0deg) rotate(0deg);
  }
  .nav-item.active > .nav-link > .nav-arrow {
    transform: rotateX(180deg) rotate(0deg);
  }
  .nav-item .nav-item .nav-arrow {
    transform: rotateX(0deg) rotate(90deg);
  }
  .nav-item.active .nav-item.active .nav-arrow {
    transform: rotateX(180deg) rotate(90deg);
  }
}
@media (max-width: 992px) {
  .site-footer .footer-cta-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 24px;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .banner-slider {
    height: 50vh;
    min-height: 300px;
  }
  .cards-slider-section .cards-slider-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
  .usps-features-section .usps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 20px;
  }
  .zigzag-section .zigzag-row,
  .zigzag-section .zigzag-row--reverse {
    flex-direction: column;
    gap: 24px;
  }
  .zigzag-section .zigzag-image-col,
  .zigzag-section .zigzag-content-col {
    width: 100%;
  }
  .zigzag-section .zigzag-heading {
    font-size: 1.65rem;
    margin-bottom: 16px;
  }
  /* detail-page */
  .detail-section .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-section .detail-sidebar {
    position: static;
    order: 1;
  }
}

/* ----- Mobile  ----- */
@media screen and (max-width: 768px) {
  .py-10 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .my-10 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .logo-wrap {
    max-width: 12.5rem;
  }
  .hero-slider {
    height: 50vh;
    min-height: 250px;
  }
  .slider-arrow {
    width: 38px;
    height: 38px;
  }
  .intro-feature-container {
    padding: 2rem 1.25rem;
  }
  .intro-feature-title {
    font-size: 1.6rem;
  }
  .intro-feature-description {
    font-size: 0.95rem;
  }
  .usps-features-section .usps-icon-wrap {
    margin-bottom: 12px;
  }
  .zigzag-section .zigzag-wrapper {
    gap: 2.75rem;
  }
    .faq-section .faq-section-title {
    font-size: 1.65rem;
    margin-bottom: 24px;
  }
  .faq-section .faq-trigger {
    padding: 1.125rem 0;
  }
  .faq-section .faq-question {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .site-footer .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .cards-slider-section .cards-slider-card {
    flex: 0 0 100%;
  }
  .cards-slider-section .cards-slider-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .usps-features-section .usps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 1rem;
  }
  .usps-features-section .usps-icon-wrap {
    width: 68px;
    height: 68px;
  }
  .usps-features-section .usps-icon-wrap svg {
    width: 32px;
    height: 32px;
  }
  .usps-features-section .usps-title {
    font-size: 0.95rem;
  }
  /* detail-page */
  .detail-section .detail-block-body {
    flex-direction: column-reverse;
  }
  .detail-section .detail-media-col {
    width: 100%;
    margin-bottom: 1rem;
  }
}