
  /* Extra Small Devices (phones ≤ 480px) */
  @media (max-width: 480px) {
    header .main-menu-wrapper .main-nav {
        align-items: unset !important;
        margin-top: 8%;
    }
    header .main-menu-wrapper .main-nav > li {
        border-bottom: none !important;
        padding: 0;
    }
    .header-btn{
        display: none !important;
    }
    header .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
        content: none !important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute !important;
        transform: none !important;
        width: 100% !important;
    }
    .destination-set {
        width: 100%;
        height: 200px;
    }
    .hero-section {
         padding-top: 0px !important;
        display: block !important;
        height: 475px !important;
    }
    .hero-section .hero-content .banner-content {
        max-width: 85% !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .hero-section .banner-sec {
        display: block;
        max-height: 475px;
      }
    .hero-section .banner-sec {
        display: block;
        max-height: 475px;
        overflow: hidden;
    }

  }

  /* Small Devices (phones ≤ 576px) */
  @media (max-width: 576px) {
    header .main-menu-wrapper .main-nav {
        align-items: unset !important;
        margin-top: 8%;
    }
    header .main-menu-wrapper .main-nav > li {
        border-bottom: none !important;
        padding: 0;
    }
    .header-btn{
        display: none !important;
    }
    header .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
        content: none !important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute !important;
        transform: none !important;
        width: 100% !important;
    }
    .destination-set {
        width: 100%;
        height: 200px;
    }
    .hero-section {
         padding-top: 0px !important;
        display: block !important;
        height: 475px !important;
    }
    .hero-section .hero-content .banner-content {
        padding-top: 90px;
        max-width: 85% !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .display-5{
        font-size: 22px !important;
    }
    .section-main-title{
        font-size: 22px !important;
    }
    .place-section{
        padding: 30px 0 !important;
    }

    .hero-section .banner-sec {
        display: block;
        max-height: 475px;
      }

    .hero-section .banner-sec {
        display: block;
        max-height: 475px;
        overflow: hidden;
    }
    .more-companies-logo .client-img{
        padding: 10px !important;
    }
    .hero-section{
        height: 350px !important;
        padding-bottom: 10px !important;
    }
    .hero-section .banner-sec img{
        height: 350px;
    }

    .hero-section .hero-content{
        padding: 0 0 !important;
    }
  }

  /* Medium Mobile (577px – 767px) */
  @media (min-width: 577px) and (max-width: 767px) {
    header .main-menu-wrapper .main-nav {
        align-items: unset !important;
        margin-top: 8%;
    }
    header .main-menu-wrapper .main-nav > li {
        border-bottom: none !important;
        padding: 0;
    }
    .header-btn{
        display: none !important;
    }
    header .header-nav .main-menu-wrapper .main-nav > li.active > a::after {
        content: none !important;
    }
    .navbar-nav .dropdown-menu{
        position: absolute !important;
        transform: none !important;
        width: 100% !important;
    }
     /* .hero-section {
         padding-top: 0px !important;
        display: block !important;
        height: 475px !important;
    } */
    .hero-section .hero-content .banner-content {
        max-width: 85% !important;
        width: 100% !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .hero-section .banner-sec {
        display: block;
        max-height: 475px;
      }

    .hero-section .banner-sec {
        display: block;
        max-height: 475px;
        overflow: hidden;
    }

    .destination-set {
        width: 250px;
        height: 250px;
    }
  }

  /* Tablets (768px – 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    /* Styles for tablets */
    /* #mobile-menu{
        display: block !important;
    } */
    .header-btn {
        align-items: flex-start !important;
        gap: 10px;
    }

    .navbar-logo {
        margin-bottom: 10px;
    }



    .submenu .megamenu-wrapper {
        padding-left: 15px;
    }

    .main-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
    }


    header .main-menu-wrapper .main-nav > li {
        border-bottom: none !important;
        padding: 0;
    }

    .header-btn{
        display: none !important;
    }
    header .main-menu-wrapper .main-nav {
        align-items: unset !important;
        margin-top: 8%;
    }

    .about-img-01{
        padding-left: 50px;
    }
    .about-img-03{
        padding-left: 50px;
    }



  }

  /* Laptops (992px – 1199px) */
  @media (min-width: 992px) and (max-width: 1199px) {
    /* Styles for laptops */
    .destination-set {
        width: 225px;
        height: 225px;
    }
  }

  /* Desktops (1200px – 1599px) */
  @media (min-width: 1200px) and (max-width: 1599px) {
    /* Styles for desktops */
    .destination-set {
        width: 275px;
        height: 275px;
    }
  }

  /* Large Desktops (1600px and above) */
  @media (min-width: 1600px) {
    /* Styles for large screens */
  }
