        /* first section */
        .hidden-datepicker {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
}
   
   /* section 2 */
    /* Explore More Button Container */
.explore-more-btn {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* Rotating Text Circle */
.circle-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: rotateText 6s linear infinite;
  z-index: 1;
}

.circle-text span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  color: #134e0c;
  text-align: center;
  line-height: 100px;
  transform: rotate(0deg);
  font-weight: 500;
}

/* Brown Core with Arrow */
.circle-core {
  width: 60px;
  height: 60px;
  background-color: #936639;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-core i {
  font-size: 20px;
}

/* Rotate Animation */
@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

    /* below vedio section */
 /* .why-choose-section {
    background-color: #f9f8f5;
} */

/* Ribbon Vertical Text */
.ribbon-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #8b6b2f;
    color: white;
    padding: 0.5rem 0.4rem;
    position: absolute;
    left: 0;
    top: 20%;
    font-size: 0.85rem;
    border-radius: 0.3rem;
    font-weight: 500;
}

/* Main Image */
.main-image {
    border-radius: 15px;
}

/* Small Video Box */
.small-video {
    width: 180px;
    bottom: -50px;
    left: 77%;
    transform: translateX(-50%);
    border-radius: 12px;
}
.small-video img {
    width: 100%;
    border-radius: 12px;
}
.play-button {
    position: absolute;
    top: 24% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 0.8rem;
}

/* Text Side */
.why-choose-subtitle {
    color: #8b6b2f;
    font-weight: 600;
    font-size: 1rem;
}
.why-choose-title {
    color: #125423;
    font-weight: 700;
}

/* Features with Icons beside text */
.feature-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.feature-list span {
    font-weight: 500;
    color: #125423;
}

/* Contact Button */
.contact-btn {
    background-color: #8b6b2f;
    border: none;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 30px;
    font-weight: 600;
   
}
.contact-btn:hover {
    background-color: #725327;
}

    .video-box {
      position: relative;
      display: inline-block;
      border-radius: 1rem;
      overflow: hidden;
    }

    .video-box img {
      width: 100%;
      border-radius: 1rem;
    }

    .play-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      padding: 0.8rem;
    }

    .ribbon-text {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      background-color: #8b6b2f;
      color: white;
      padding: 0.5rem 0.3rem;
      position: absolute;
      left: 0;
      top: 20%;
      font-size: 0.9rem;
      border-radius: 0.3rem;
    }

    /* service section */

    .services-section {
   
      color: white;
      position: relative;
      padding-bottom: 4rem;
    }

   .services-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}    .section-title {
      text-align: center;
      padding-top: 3rem;
    }

    .section-title h5 {
      color: #ccc;
      font-size: 1rem;
    }

    .section-title h2 {
      font-weight: bold;
      font-size: 2rem;
    }

    .carousel-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      overflow-x: auto;
      padding: 3rem 1rem;
      scroll-behavior: smooth;
    }

    .carousel-wrapper::-webkit-scrollbar {
      display: none;
    }


    .service-card {
      z-index:1;
      background: #fff;
      color: #000;
      border-radius: 1rem;
      padding: 1.5rem;
      text-align: center;
      width: 280px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      flex-shrink: 0;
    }

    .service-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-radius: 0.8rem;
      margin-top: 1rem;
    }

    .read-more-btn {
      background-color: #8b6b2f;
      color: white;
      padding: 0.4rem 1rem;
      border-radius: 25px;
      border: none;
      margin-top: 0.5rem;
    }

    .arrow-btn {
      width: 35px;
      height: 35px;
      background-color: #8b6b2f;
      border-radius: 50%;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      border: none;
    }

    .icon-strip {
          background: #F8F7F3;
      padding: 1rem 0.5rem;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
   
      position: relative;
      z-index: 2;
    }
    .icon-strip span {
      font-weight: 500;
      position: relative;
    }

    .icon-strip span::before {
      content: "★";
      color: #8b6b2f;
      margin-right: 0.5rem;
    }

.service-img {
    z-index: -2;
    margin-top: -296px;
    height: 259px;
}
/* gallary section */
/* Section Background & Title */
.gallery-section {
    background: linear-gradient(to bottom, #fff, #fff5f5);
}
.gallery-title {
    color: #125423;
    font-weight: 700;
}

/* Masonry Grid */
.gallery-grid {

    column-count: 5; /* Adjust based on screen size */
    column-gap: 15px;
}
@media (max-width: 992px) {
    .gallery-grid { column-count: 3; }
}
@media (max-width: 576px) {
    .gallery-grid { column-count: 2; }
}

/* Gallery Items */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.gallery-item {
    overflow: hidden;
    border-radius: 12px;
    height: 150px;
}

.gallery-item.tall {
    grid-row: span 2;
    height: 315px;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 12px;
}

.gallery-img:hover {
    transform: scale(1.05);
}

@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

    /* Contact us*/
 

    .section-heading {
      color: #014421;
      font-weight: 700;
    }

    .testimonials {
      padding: 4rem 1rem;
    }

    .testimonial-card {
      border: 1px solid #eee;
      border-radius: 10px;
      padding: 2rem;
      height: 100%;
      position: relative;
    }

    .testimonial-quote {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 3rem;
      color: #eee;
    }

    .testimonial-rating {
      color: #ffc107;
      font-size: 1.2rem;
    }

    .testimonial-vertical-text {
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      font-weight: 600;
      font-size: 0.9rem;
      padding-right: 10px;
      text-align: center;
    }

    .testimonial-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
      margin-top: 5px;
    }

  .carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

    .contact-section {
      padding: 4rem 1rem;
    }

    .contact-form {
      background-color: #f9f9f9;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }

    .form-icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #999;
    }

    .btn-submit {
      background-color: #8a5a28;
      color: #fff;
      padding: 0.5rem 2rem;
      border: none;
      border-radius: 0.5rem;
    }

    .btn-submit:hover {
      background-color: #6b441e;
    }
  
    /* servise start */
/* Room Card Styling */
.room-card {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.room-card img {
    width: 93% !important;
    object-fit: cover;
}
.room-card:hover {
    transform: translateY(-5px);
}

/* Badge Style */
.badge-offer {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff914d;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 8px;
}

/* Book Button */
.book-btn {
 
    padding: 6px 16px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background 0.3s ease;
}
.book-btn {
    background-color: white !important;
    color: black !important;
    border: 1px solid #936639;
    border-radius: 20px;
    padding: 8px 4px 8px 11px;
    text-decoration: unset;
}
.book-btn:hover {
    background: #7a542f;
}

/* Carousel Arrow Buttons */
.btn-arrow {
    background: #936639;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.btn-arrow:hover {
    background: #7a542f;
}


    /*service over  */


    /* Nest page start */
        .room-title {
        color: #1e9c6d;
        font-weight: 700;
        font-size: 28px;
    }

    .price-text {
        color: #d87500;
        font-weight: 600;
        font-size: 18px;
    }

    .section-box {
        border: 1px solid #eee;
        border-radius: 12px;
        padding: 12px 0;
        text-align: center;
        background-color: #fff;
        font-size: 14px;
    }

    .amenity-title {
        font-weight: 600;
        font-size: 18px;
        margin: 40px 0 20px;
    }

    .booking-box {
        border-radius: 12px;
        border: 1px solid #eee;
        padding: 25px;
        background-color: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .form-label {
        font-size: 13px;
        color: #333;
    }

    .btn-booking {
        background-color: #8b5c30;
        color: white;
        font-weight: 600;
        padding: 10px;
        border-radius: 12px;
    }

    .nav-tabs .nav-link {
        font-weight: 600;
        color: #666;
    }

    .nav-tabs .nav-link.active {
        color: #8b5c30;
        border-color: transparent transparent #8b5c30 transparent;
        border-bottom: 2px solid #8b5c30;
    }

    .custom-amenities .section-box {
        border: 1px solid #e6e6e6;
        border-radius: 12px;
    }

/* Gallery section */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.gallery-img,
.see-all-box {
    width: 120px;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

.see-all-box {
    border: none;
    background-color: #edf1f7;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

.gallery-scroll {
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.gallery-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

    /* Neat page over */




    /* Dynamic time-styling */


  .room-card {
            transition: transform 0.3s;
            min-height: 400px; /* Ensure all cards have a minimum height */
        }
        .room-card:hover {
            transform: translateY(-5px);
        }
        .badge-offer {
            font-size: 0.8rem;
        }
       
        .carousel-item .row {
            display: flex;
            align-items: stretch; /* Ensure all cards in a row are the same height */
        }
        .carousel-item .col-12.col-sm-6.col-lg-3 {
            display: flex; /* Make column a flex container to stretch card */
        }
        .card-img-top {
            object-fit: cover; /* Ensure images cover the area without distortion */
            width: 100% !important; /* Override any conflicting styles */
            height: 200px !important; /* Fixed height for all images */
        }
        .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* Distribute content evenly */
        }
 