@media (min-width: 992px) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
  .presentation-navigation {
    display: none;
  }
  .mobile-hero {
    display: none;
  }
  .desktop-hero {
    display: flex;
  }
  .presentationSlider .swiper-wrapper {
    flex-direction: column !important;
  }
  .desktop-banner-title {
    font-size: clamp(26px, 4.5vw, 84px);
  }
  .site-footer .row {
    justify-content: space-between !important;
  }
}
@media (min-width: 1199px) {
  .main-nav li a {
    padding: 0.5rem max(0.7rem, 1.5vw);
  }
}
@media (max-width: 767px) {
  .header--wrapper {
    display: flex;
    justify-content: space-between;
  }
  .header--wrapper .header-logo {
    width: auto;
  }
  .header--wrapper .header-logo img {
    height: 3rem;
  }
  .header--wrapper .header-menu {
    width: auto;
  }
}

/* Use mobile (hamburger) menu and hide desktop nav up to 768px */
@media (max-width: 768px) {
  .main-header .header-desktop {
    display: none !important;
  }

  .main-header .header-menu {
    display: flex !important;
  }

  /* Ensure logo on the left and menu on the right */
  .header--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header--wrapper .header-logo {
    order: 1;
  }

  .header--wrapper .header-menu {
    order: 2;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  #lqd-drawer-header-menu {
    padding-top: 2rem;
  }
  .ld-sd-wrap {
    display: flex;
  }
  .ld-sd-wrap .ld-sd-inner {
    display: flex;
    flex: 1;
  }
  .lqd-fancy-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .lqd-fancy-menu .menu-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lqd-fancy-menu .stick-bottom {
    margin-bottom: 2rem;
  }
  .btn-underlined.border-thick:before, .btn-underlined.border-thick:after {
    background-color: #eb212d;
  }
  .navbar-brand-inner.active img {
    z-index: 99999;
  }
  .mob-section-heading {
    font-size: clamp(2.6rem, 3vw, 2.5rem) !important;
  }
  .mobile-header-logo img {
    height: 2.5rem;
  }
  .desktop-hero {
    display: none;
  }
  .mobile-hero {
    display: block;
  }
  .mobile-hero .hero-title {
    color: #233040 !important;
    font-size: clamp(2.6rem, 3vw, 2.5rem) !important;
  }
  .hero-banner {
    min-height: auto !important;
    background-image: unset !important;
    padding-top: 0;
  }
  .hero-banner img {
    object-fit: cover;
    margin-top: 5rem;
    height: 20rem;
    max-width: 100%;
    width: 100%;
  }
  .hero-banner .animate {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    color: #121212;
  }
}

/* Mobile menu styling at 768px - smaller font size */
@media (max-width: 768px) {
  .lqd-fancy-menu .menu-wrapper ul li a {
    font-size: 17px !important;
  }
}

/* Remove margin-bottom only at exactly 768px, keep it for smaller devices */
@media (min-width: 768px) and (max-width: 768px) {
  .lqd-fancy-menu .menu-wrapper ul li {
    margin-bottom: 0 !important;
  }
}

/* Footer layout on small and medium screens */
@media (max-width: 768px) {
  .site-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Footer layout on very small screens */
@media (max-width: 425px) {
  .site-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 560px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}

/*# sourceMappingURL=responsive.css.map */
