.top-this-week-about-us {
  padding-top: 30px;
  padding-bottom: 100px;
}
h2 {
    font-size: 35px;
    line-height: 60px;
    font-weight: 800;
    /* margin-right: 60%; */
}
/* .me-2 {
    margin-right: .5rem !important;
    background-color: #FFFFFF;
} */
.form-group .flex-fill{
    min-width: 200px;
}
.top-this-week-slide .swiper-button-next {
    right: 0%;
}
.top-this-week-slide .swiper-button-prev {
    left: 0%;
}
.tour-listing .tour-listing-image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 224px;
}
input[type=date]{
    border: 1px solid #ced4da;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 14px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 17px 8px 17px;
    width: 100%;
    /* background: transparent; */
    background-color: white;
    color: #4F545A;
}
.main-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    padding: 10px 10px;
    letter-spacing: 0px;
    color: #fff;
    font-size: 11px;
    background: linear-gradient(to right, #184292 0%, #4c3188 100%) !important;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-header .main-menu .navigation > li {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-right: -10px;
}
.main-menu ul.navigation li a {
    border-radius: 8px;
    
}
.nav-item.dropdown .nav-link {
    text-align: center;
    color: white; /* adjust as needed */
}

.nav-item.dropdown .dropdown-menu {
   
    margin-top: 20px;
    color: #014bae;
    border: none;
     width: 250px;
}

.nav-item.dropdown .dropdown-item {
   margin-bottom: 10px;
}

.nav-item.dropdown .dropdown-item:hover {
    
    color: #fff;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 37px; /* optional: aligns menu under nav item */
}

/* Optional: smooth transition */
.dropdown-menu {
    transition: all 0.3s ease-in-out;
}
.col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
        padding-top: 30px;
    }
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 24%;
        padding-top: 30px;
    }
}
.img-wrapper {
  overflow: hidden;
}

.animated-img {
  transition: transform 0.4s ease;
}

.animated-img:hover {
  transform: scale(1.1);
}
/* Submenu support */
    .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      display: none;
      position: absolute;
      z-index: 1000;
    }

    .dropdown-submenu:hover > .dropdown-menu {
      display: block;
    }

    /* Show main dropdown on hover */
    .nav-item.dropdown:hover > .dropdown-menu {
      display: block;
    }

    .dropdown-menu {
      margin-top: 0; /* optional */
    }
  .important-note {
  background-color: #fff8e1;
  border-left: 5px solid #ffc107;
  padding: 20px;
  margin: 20px 0;
  border-radius: 6px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.important-note h5 {
  margin-top: 0;
  font-weight: bold;
  color: #d17b00;
}

.important-note ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.important-note ul li {
  margin-bottom: 10px;
}
.price-book {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      max-width: 300px;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 8px;
      font-family: Arial, sans-serif;
    }

    .price {
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }

    .book-btn {
      padding: 8px 16px;
      background-color: #ff6600;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-weight: bold;
    }

    .book-btn:hover {
      background-color: #e65c00;
    }

    @media (max-width: 400px) {
      .price-book {
        flex-direction: column;
        align-items: flex-start;
      }

      .book-btn {
        width: 100%;
        text-align: center;
      }
    }
