
     body {
      margin: 0;
      font-family: 'Inter', sans-serif;
    }
    
    #navbar {
        background: transparent !important;
        width: 100%;
        position: absolute;
        z-index: 1000;
}


    /* Add blur effect when scrolling */
    .scrolled, .dropdown-menu, .navbar-collapse  {
        background-color: rgb(0,0,0, 0.4);
        backdrop-filter: blur(5px);
    }
    
    .logo-img {
    aspect-ratio: 80 / 54;
    width: 60px;
    height: auto;
    max-width: 100%;
    }

    .nav-item {
        margin-right: 15px;
    }
    
    .dropdown-menu {
    background-color: #000 !important;
}

    .nav-item a {
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }
    

    .hero-slider {
        height: 50vh;
    }
    
    .swiper {
      width: 100%;
      position: relative;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center;
      cursor: pointer;
    }

    .swiper-button-next, .swiper-button-prev {
      color: white;
      width: 60px;
      height: 60px;
    }

    .swiper-button-next::after, .swiper-button-prev::after {
      font-size: 24px !important;
      font-weight: bold;
    }
    
    .swiper-pagination-bullet-active {
     background-color: gold !important;
}

    .hero-info {
      padding: 2rem 1rem;
    }

    .hero-title {
      font-size: 22px;
      font-weight: 800;
      color: #333;
      letter-spacing: 1px;
    }



.whatsapp-btn-wrapper .btn-success {
  background-color: #25D366;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.whatsapp-btn-wrapper .btn-success:hover {
  background-color: #1ebc59;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

    
.discount-tag {
  background-color: #e63946;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.offer-label {
  font-size: 0.85rem;
}

.sec-title {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    position: relative;
    display: inline-block;
}

.text h3, .text-dur {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #54595f;
}
.text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #7a7a7a;
}

.rating, .location {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7a7a7a;
    font-size: 0.8rem;
}

.hero-rating {
  font-size: 0.8rem;
}
  
.facility-box {
       min-width: 70px;
   }
    
  .facility-icon {
    border-radius: 10px;
    padding: 6px;
    text-align: center;
    
    background-color: rgba(236, 236, 236, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.01);
    flex: 0 0 auto;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ff8142;
  }
  
  .facility-box .small {
       font-size: 11px;
       letter-spacing: 0.5px;
       color: #404040;
       font-weight: 500;
       text-align: center;
   }

  .facility-scroll {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
  }

  .facility-scroll::-webkit-scrollbar {
    display: none;
  }
  .read-more-btn {
      color: #ff8142;
      text-decoration:underline dotted;
  }
  
  .read-more-text {
      display: none;
  }


    .info-icon {
      font-size: 20px;
      margin-right: 8px;
    }
    
    .info-icon svg {
        fill: #ff8142;
    }
    
    .includes .small {
        letter-spacing: 0.5px;
    }
    
    
    .googleReviewSwiper {
  box-sizing: border-box;
  padding: 0 10px;
}

.googleReviewSwiper .swiper-wrapper {
  padding-right: 10px; /* Optional: helps preserve right spacing */
}

    
    .googleReviewSwiper .swiper-slide {
  transition: margin 0.3s ease;
}

.googleReviewSwiper .swiper-slide-active {
  margin-left: 10px;
  margin-right: 10px;
}

.google-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
  }

  .reviewer-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }

  .review-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
  }
  
.whyChooseSwiper .whycard {
  min-height: 210px; /* Adjust as needed */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fixed-booking-bar {
  position: fixed;
  bottom: 0; /* hidden initially */
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  padding: 12px 16px;
  z-index: 9999;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: transform 0.4s ease-in-out;
}


.price-info {
  font-size: 0.85rem;
  line-height: 1.2;
}

.total-price-label {
  color: #888;
  font-size: 0.75rem;
}

.price {
  font-size: 1.25rem;
}

.per-person {
  color: #888;
  font-size: 0.75rem;
}

.btn-book-now:hover {
  background-color: #1ebc59;
}



.hero-rating svg, .location svg {
  display: block;
  transform: translateY(-1px); /* adjust until it looks centered */
}

.pickup svg {
  transform: translateY(-1px); /* adjust until it looks centered */
}

.star svg {
    width: 1rem;
    height: 1rem;
    vertical-align: baseline !important;
    transform: translateY(-1px); /* adjust until it looks centered */
}

/**** Reviews Styles ****/
 .review-section, .faq-section {
        background-color: #FBF9F7;
      }
      
      .review-title {
    font-size: 22px !important;
    line-height: 29px;
    color: rgb(17, 17, 17);
}

    .google-review-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    height: 100%;
  }

  .google-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
  }

  .reviewer-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }

  .review-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1rem;
  }

  
  
@media (min-width: 992px) {
  .custom-container-lg {
    max-width: 1140px; /* Bootstrap lg container width */
    margin: auto;
  }
  
  #navbar {
    background: #f8f9fa !important;
    position: relative;
}

.navbar-collapse {
    background-color: unset;
}

.dropdown-menu {
    background-color: #F8F9FA !important;
}

  .nav-item a {
      color: #000;
  }

  .hero-slider {
      height: 60vh;
      border-radius: 10px;
  }
  
  .discount-tag {
    font-size: 0.9rem;
    padding: 6px 10px;
  }

  .offer-label {
    font-size: 0.95rem;
  }
}
  
  @media (max-width: 576px) {

  

  
}

  @media (min-width: 768px) {
    .facility-scroll {
      flex-wrap: wrap;
      overflow-x: unset;
    }
  }
  
  
    .timeline {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

/* Dots & icons */
.timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.timeline-dot {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #eae0d5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
.timeline-dot svg {
  width: 26px;
  height: 26px;
  
}
.timeline-content {
  flex: 1;
}
.timeline-content .time {
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  display: block;
  margin-bottom: 4px;
}
.timeline-content h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 6px;
}

/* Desktop: horizontal step timeline */
@media (min-width: 768px) {
  .timeline {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .timeline-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 16%;
  }
  .timeline-dot {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .timeline-content {
    text-align: center;
  }
  .timeline-content .time {
    margin-bottom: 6px;
  }
}


