.map {
  filter: grayscale(100%);
  height: 300px;
  width: 400px;
}

.ui-datepicker {
  background: #333;
  border: 1px solid #555;
  color: #EEE;
}

.blocked,
.ui-datepicker .blocked span {
  background: gray;
}

.ui-state-highlight {
  background-color: orange;
}

.ui-datepicker .ui-widget-content {
  background: #999 none;
}

.ui-datepicker-current-day {
  background-color: #64a19d;
}

.ui-datepicker .ui-datepicker-title select {
  color: #ffff;
}



.villa-section {
  /* background-image: url("https://www.bwstays.com/assets/img/bw-destination-wayanad.avif");*/
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url("https://www.bwstays.com/assets/img/plantation/bw-destination-wayanad.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #000;
}

.villa-section,
#villaSection {
  padding-top: 1.5rem;
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%), url(https://www.bwstays.com/assets/img/plantation/bw-destination-wayanad.webp);
  min-height: 70vh;
  padding-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #000;
}

#galleryVilla {
  padding-top: 5rem !important;
}

.villa-content {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.villa-image-container {
  transition: transform 0.3s ease;
}

.menuBtn {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 5px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.5s ease;
  background: var(--black);
  cursor: pointer;
}

.menuBtn.changeBg {
  background: #fbf9f6;
  top: 10px;
}

.menuBtn:hover .bar,
.sideBar .closeBtn:hover svg path {
  animation: draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

.menuBtn:hover .bar1,
.sideBar .closeBtn:hover svg path:nth-of-type(2) {
  animation-delay: 0.1s;
}

.sideBar .closeBtn {
  position: absolute;
  top: 34px;
  right: 57px;
  z-index: 1000;
  color: #000;
  backface-visibility: hidden;
  will-change: transform;
  transform: translateZ(0);
  display: inline-flex;
}

.sideBar {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  min-height: 100%;
  padding: 60px 60px 40px;
  background-color: #fbf9f6;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
  z-index: 9999;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  background-repeat: no-repeat;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.sideBar::-webkit-scrollbar {
  width: 6px;
}

.sideBar::-webkit-scrollbar-track {
  background: transparent;
}

.sideBar::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 40px;
}

.sideBar.show {
  right: 0;
  visibility: visible;
}

.sidebarInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sideBar .closeBtn:hover svg path {
  animation: draw 0.9s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}

.bars {
  position: relative;
  display: block;
  width: 28px;
  height: 7px;
}

.bars .bar {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: var(--white);
  transition: top 0.15s ease, transform 0.3s ease;
}

.bars .bar1 {
  top: 0;
}

.bars .bar2 {
  top: 6px;
}

.closeIcon {
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
}

.sidebarInner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sideBar .logo .logoCircle {
  max-width: 40px;
}

.sideBar .logo .logoTxt {
  width: 110px;
}

.sideMenu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  text-align: center;
  padding-left: 0;
  list-style: none;
}

/* Villa Showcase Styles */
.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}


.divider {
  width: 44% !important;
  ;
  height: 1px;
  background-color: #64a19d;
  margin: 0 auto 2rem;
}


/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 15px;
  margin-bottom: 4rem;
}

.g-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.g-item:hover {
  transform: translateY(-5px);
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Removed zoom effect on hover */

.g-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 15px;
  color: white;
}

.g-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
}

.g-sm {
  grid-column: span 1;
  grid-row: span 1;
}

.g-md {
  grid-column: span 2;
  grid-row: span 1;
}

.g-lg {
  grid-column: span 2;
  grid-row: span 2;
}

/* Booking Ribbon */
.booking-ribbon {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 10px;
}


#book-now {
  border-radius: 6px !important;
  color: #fff !important;
}

.badge-off {
  /* background-color: #dc3545; */
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Amenities */
.amenities {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 2rem;
}

.amenity {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.amenity:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.amenity i {
  font-size: 1.5rem;
  color: #64a19d;
}

#book-now {
  font-weight: 700 !important;
  text-decoration: none;
  color: inherit;
}

.amenity span {
  color: white;
  font-weight: 500;
}

/* Video Section */
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 3rem;
}

/* Animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Policy Icon Styles */
.policy-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Policy Icons */
.booking-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.policy-icons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.policy-icon i {
  font-size: 16px;
}

.policy-icon .fa-wine-bottle {
  position: absolute;
  font-size: 12px;
  margin-left: -12px;
  margin-top: 2px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .g-lg,
  .g-md {
    grid-column: span 2;
    grid-row: span 1;
  }

  .g-sm {
    grid-column: span 1;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
  }

  .g-lg,
  .g-md,
  .g-sm {
    grid-column: span 1;
    grid-row: span 1;
  }

  .booking-ribbon {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sideMenu ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.012em;
  text-decoration: none;
  text-transform: none;
  color: var(--textColorLight);
  transition: all 0.5s ease;
}

.sideMenu ul li a:hover {
  color: var(--secondary);
}

.emailBox,
.phoneBox {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.emailBox a,
.phoneBox a {
  color: var(--black);
  transition: color 0.5s ease;
}

.emailBox i,
.phoneBox i {
  color: #a9a9a9;
  transition: color 0.5s ease;
}

.emailBox a:hover,
.phoneBox a:hover {
  color: var(--secondary);
}

.social {
  display: block;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social a {
  /* background: #54565a; */
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #54565a;
  border-radius: 50%;
  position: relative;
  transition: 0.5s;
  font-size: 18px;
}

.social a:hover {
  color: var(--secondary);
}

.twitter-icon img {
  width: 13px;
  display: block;
}

.logo-circle-cont {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@keyframes draw {

  0%,
  100% {
    clip-path: inset(-2px -2px);
  }

  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }

  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}

@media screen and (max-width: 767px) {
  .menuBtn {
    width: 45px;
    height: 45px;
    right: 15px;
  }

  .menuBtn .bars {
    width: 25px;
  }

  .sideBar {
    width: 100%;
  }
}

.badge-off {
  font-weight: 700 !important;
}

/* Mandatory field asterisk styles */
.required-asterisk {
  color: #dc3545;
  font-weight: bold;
  margin-left: 3px;
}


#videoControl {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}