@media (min-width: 992px) {
  .maple-dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199px) {
  .maple-logo-box {
    width: 210px;
    height: 46px;
  }

  .maple-logo {
    width: 160px;
  }

  .maple-menu {
    gap: 7px;
  }

  .maple-menu .nav-link {
    width: 90px;
    height: 55px;
    font-size: 13px;
  }

  .footer-col p,
  .footer-links a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .site-header {
    background: rgba(12, 12, 20, 0.96);
  }

  .maple-navbar {
    min-height: 74px;
    padding: 10px 0;
  }

  .maple-logo-box {
    width: 205px;
    height: 46px;
  }

  .maple-logo {
    width: 155px;
  }

  .navbar-collapse {
    background: rgba(10, 10, 18, 0.98);
    margin-top: 10px;
    padding: 8px 0 15px;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
  }

  .maple-menu {
    gap: 0;
  }

  .maple-menu .nav-link {
    width: 100%;
    height: auto;
    min-height: 48px;
    justify-content: flex-start;
    padding: 15px 18px;
    font-size: 14px;
  }

  .main-dropdown {
    box-shadow: none;
    background: #ffffff;
    margin-left: 18px;
    margin-right: 18px;
  }

  .dropdown-submenu > .submenu {
    position: static;
    display: block;
    box-shadow: none;
    min-width: 100%;
    margin-left: 0;
    background: #f7f7f7;
  }

  .main-dropdown .dropdown-item {
    white-space: normal;
    font-size: 12px;
    padding: 14px 18px;
  }

  .submenu .dropdown-item {
    padding-left: 34px;
  }

  .page-banner {
    margin-top: 0;
    padding-top: 80px;
    min-height: 380px;
    background-position: center center;
  }

  .home-banner {
    background-image: url("../images/home-banner-mobile.jpg");
  }

  .banner-content h1 {
    font-size: 32px;
  }

  .site-footer {
    padding: 75px 0 65px;
  }

  .footer-col {
    margin-bottom: 35px;
  }

  .footer-col p {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .maple-logo-box {
    width: 185px;
    height: 44px;
    padding: 5px 9px;
  }

  .maple-logo {
    width: 145px;
  }

  .page-banner {
    min-height: 330px;
    padding-top: 80px;
  }

  .banner-content {
    padding-top: 25px;
  }

  .banner-content h1 {
    font-size: 30px;
    letter-spacing: -0.4px;
    padding: 0 10px 16px;
  }

  .banner-content h1::before {
    width: 70px;
    height: 3px;
  }

  .banner-content h1::after {
    width: 140px;
  }

  .banner-subtitle {
    font-size: 14px;
    max-width: 92%;
    margin-top: 14px;
  }

  .blank-section {
    min-height: 220px;
    padding: 45px 0;
  }

  .footer-logo {
    width: 135px;
  }

  .footer-col h5 {
    font-size: 15px;
  }

  .footer-col p,
  .footer-links a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .about-banner {
    background-image: url("../images/about-banner-mobile.jpg");
    background-position: center center;
  }
}
@media (max-width: 575px) {
  .about-banner {
    background-image: url("../images/about-banner-mobile.jpg");
    background-position: center top;
  }
}