body {
  font-family: "Montserrat", sans-serif;
  font-display: swap;
  background: #fefbea;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cormorant Garamond", serif;
}
.heading {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.1;
}

/*--------------- header ---------------*/

.header-area {
  padding: 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.stick {
  position: fixed;
  padding: 10px 0px;
  background: rgb(0 0 0 / 70%);
  border: 0;
}
.menu-detail span {
  background: #fff;
  padding: 7px 20px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 20px;
  background-color: RGBA(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  color: #fff;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.menu-detail {
  display: flex;
  align-items: center;
}
.menu-detail span img {
  width: 8px;
  height: 12px;
  position: relative;
  margin-left: 5px;
}
/* Dot image */
.dot-icon {
  width: 20px;
  transition: all 0.3s ease;
  opacity: 1;
  display: block;
  transform: scale(1);
}

/* Cross icon */
.close-icon {
  position: relative;
  font-size: 22px;
  color: #fff;
  opacity: 0;
  display: none;
  margin-left: 5px;
  transform: scale(0.5) rotate(-90deg);
  transition: all 0.3s ease;
}
.fa-solid.fa-download {
  font-size: 18px;
}
/* ACTIVE STATE */
.hamburger-menu.active .dot-icon {
  opacity: 0;
  transform: scale(0.5);
  display: none;
}

.hamburger-menu.active .close-icon {
  opacity: 1;
  transform: scale(1) rotate(0);
  display: block;
}
.menu-detail a {
  color: #fff;
  font-size: 16px;
}
.menu-detail a:hover {
  color: #f0b100;
}
.menu-logo {
  text-align: center;
}
.menu-logo a {
  display: inline-block;
}

.menu-logo a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 80px;
  height: 100%;
}

.menu-links ul {
  margin: 0px;
  text-align: center;
}

.menu-links ul li {
  display: inline-block;
  margin: 0px 8px;
  line-height: 1;
}

.menu-links ul li:first-child {
  margin-left: 0px;
}

.menu-links ul li:last-child {
  margin-right: 0px;
}

.home-link {
  width: 15px;
  transition: all 0.2s ease-In;
}

.home-link:hover {
  filter: invert(56%) sepia(99%) saturate(594%) hue-rotate(8deg)
    brightness(102%) contrast(105%);
}

.menu-links ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s ease-In;
  position: relative;
  padding: 0;
}

.menu-links ul li a:hover {
  color: #f0b100;
}

.menu-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  transition:
    width 0s ease,
    background 0.25s ease;
}

.menu-links ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  background: #f0b100;
  transition: width 0.5s ease;
}

.menu-links ul li a:hover:before {
  width: 100%;
  background: #f0b100;
  transition: width 0.5s ease;
}

.menu-links ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.book-stay-popup-img.newyear-offer {
  position: relative;
}
.book-stay-popup-img.newyear-offer img {
  height: 100%;
}
.book-stay-popup-img {
  width: 100%;
  height: 100%;
}
.newyear-offer button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.book-stay-popup-img.newyear-offer .book-btn {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.newyear-offer .close-icon {
  width: 20px !important;
  height: 20px !important;
}
/*-- menu dropdown --*/
.menu-item-box img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.dropdown-menu.location-menu {
  left: -260%;
  top: 40px;
  min-width: 70rem;
  background: rgb(255 255 255 / 56%);
  backdrop-filter: blur(5px);
}
.dropdown-menu.location-menu .menu-item-box {
  padding: 20px 0;
}
li.dropdown.show .dropdown-menu.location-menu {
  left: -260% !important;
  top: 40px !important;
  transform: unset !important;
  min-width: 70rem;
  background: rgb(255 255 255 / 56%);
  backdrop-filter: blur(5px);
}

.menu-item-box .menu-desc {
  line-height: 22px;
  font-size: 14px;
}
.menu-item-box .menu-text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}
.location-menu a:hover .menu-desc {
  text-decoration: none;
  color: #000;
}
/* .dropdown-menu.location-menu .menu-title {
    padding-bottom: 20px;
} */
.dropdown-menu.location-menu a:hover:before,
.dropdown-menu.location-menu a:hover:after {
  display: none;
}
.dropdown .nav-link i {
  margin-left: 5px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.4s ease-out;
  padding: 10px 12px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(4%);
}

.dropdown-menu a {
  color: #000 !important;
  padding: 0 0 2px !important;
  margin-bottom: 15px;
  display: block;
}

.dropdown-menu a:hover {
  color: #f0b100 !important;
  background-color: transparent;
}

.dropdown-menu a:last-child {
  margin-bottom: 0px;
}

/*--*/

.datepicker.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  padding: 4px;
}

/*--*/

/*---sidebar menu dropdown----*/

.sidebar-menu ul {
  margin: 0;
  padding: 0;
}

.sidebar-link {
}

.sidebar-menu ul li a {
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 0.25rem 0rem;
}

.sidebar-menu ul li a i {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding-top: 8px;
  list-style: none;
}

.sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-dropdown .fa-angle-down {
  font-size: 14px;
}

.sidebar-dropdown.active .fa-angle-down {
  transform: rotate(180deg);
  font-size: 14px;
}

/*--*/

.menu-book {
  text-align: right;
}

.book-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background: linear-gradient(270deg, #f0b100, #ba8900);
  text-transform: capitalize;
  transition: 0.3s ease-out;
  z-index: 1;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border: 0;
  border-radius: 100px;
}

.book-btn:hover {
  color: #fff;
  border: 0px;
}

.book-btn:before {
  content: "";
  position: absolute;
  background: #ae8101;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  z-index: -1;
  border-radius: 100px;
}

.book-btn:hover:before {
  height: 100%;
}

.mobilemenu-toogle {
  display: none;
}

.stick .book-btn {
  padding: 8px 20px;
}
/* .header-area.dark-header {
  background: #3e3e3e73;
} */
.dark-header .menu-links ul li a {
  font-weight: 300;
  text-transform: capitalize;
}
.offer-section {
  display: none;
}
/*----- mobile menu -----*/

.nonoverflow {
  overflow-x: unset !important;
  overflow-y: hidden !important;
}

.menu.open {
  opacity: 1;
  visibility: visible;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: all 0.9s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  background: linear-gradient(270deg, #f0b100, #ba8900);
}

.hamburger-menu {
  cursor: pointer;
  display: block;
}

.hamburger-menu .texts {
  display: inline-block;
  position: relative;
}
.hamburger-menu .texts b {
  color: #fff;
  font-weight: 600;
}
.hamburger-menu .texts b * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger-menu .texts b:first-child {
  display: inline-block;
}
.hamburger-menu .texts b:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
.hamburger-menu .texts b:last-child .char {
  transform: translateY(10px);
  opacity: 0;
}
.hamburger-menu .texts b .char {
  transition-delay: calc(10ms * var(--char-index));
}
.hamburger-menu .svg {
  margin-right: -10px;
}
.hamburger-menu.active .texts b:first-child .char {
  transform: translateY(-10px);
  opacity: 0;
}
.hamburger-menu.active .texts b:last-child .char {
  transform: translateY(0);
  opacity: 1;
}

/* SVG HAMBURGER MENU */
.hamburger-menu svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu svg path {
  transition:
    transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu svg path:nth-child(1) {
  transform-origin: 36% 40%;
}
.hamburger-menu svg path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.hamburger-menu svg path:nth-child(3) {
  transform-origin: 35% 63%;
}
.hamburger-menu svg path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.hamburger-menu svg path:nth-child(5) {
  transform-origin: 61% 52%;
}
.hamburger-menu svg path:nth-child(6) {
  transform-origin: 62% 52%;
}
.hamburger-menu.active svg {
  transform: rotate(90deg);
}
.hamburger-menu.active svg path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.hamburger-menu.active svg path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.hamburger-menu.active svg path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.hamburger-menu.active svg path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.hamburger-menu.active svg path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.hamburger-menu.active svg path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.bigmenu-content {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.bigmenu-links ul {
  text-align: center;
  margin: 0;
}

.bigmenu-links ul li {
  margin-bottom: 19px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
}

.menu.open .bigmenu-links ul li {
  opacity: 1;
  transform: translateY(0px);
}

.bigmenu-links ul li:last-child {
  margin-bottom: 0px;
}

.menu.open .bigmenu-links ul li:nth-child(1) {
  transition-delay: 0.3s;
}
.menu.open .bigmenu-links ul li:nth-child(2) {
  transition-delay: 0.6s;
}
.menu.open .bigmenu-links ul li:nth-child(3) {
  transition-delay: 0.9s;
}
.menu.open .bigmenu-links ul li:nth-child(4) {
  transition-delay: 1.2s;
}
.menu.open .bigmenu-links ul li:nth-child(5) {
  transition-delay: 1.5s;
}
.menu.open .bigmenu-links ul li:nth-child(6) {
  transition-delay: 1.8s;
}

.bigmenu-links ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-In;
  position: relative;
}

.bigmenu-links ul li a:hover {
  color: #f0b100;
  background-color: transparent;
}

.bigmenu-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  transition:
    width 0s ease,
    background 0.25s ease;
}

.bigmenu-links ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  background: #f0b100;
  transition: width 0.5s ease;
}

.bigmenu-links ul li a:hover:before {
  width: 100%;
  background: #f0b100;
  transition: width 0.5s ease;
}

.bigmenu-links ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.mobile-home {
  width: 18px;
  transition: all 0.2s ease-In;
}

.mobile-home:hover {
  filter: invert(56%) sepia(99%) saturate(594%) hue-rotate(8deg)
    brightness(102%) contrast(105%);
}

.section-gap {
  padding: 80px 0;
}
.section-detail {
  text-align: center;
}
.section-detail img {
  width: 458px;
  height: 12px;
}
.title {
  color: #1e1e1e;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
.sub-title {
  color: #5f3300;
  font-size: 26px;
  text-align: center;
  text-transform: capitalize;
}

/* WellNess Page */
.hero-section {
  position: relative;
  height: 100vh;
  color: #fff;
  overflow: hidden;
}

/* Background */
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("https://cdn.tiaraahotels.com/public/website/img/wellness/bg1.webp")
    center / cover no-repeat;
  transition:
    background 0.6s ease,
    opacity 0.4s ease;
  z-index: 1;
}

.hero-bg.fade {
  opacity: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* CONTENT — moved near timeline */
.hero-section .container {
  position: absolute;
  bottom: 120px; /* 👈 space above timeline */
  left: 0;
  right: 0;
  z-index: 2;
}

.hero-content {
  position: relative;
  max-width: 600px;
}

.small-text {
  letter-spacing: 2px;
  font-size: 12px;
}

.hero-content h1 {
  margin: 10px 0;
}

.hero-content p {
  font-size: 15px;
  line-height: 1.6;
}

/* Award */
.award-box {
  border: 1px solid #fff;
  padding: 20px;
  width: 220px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.award-box .inner {
  padding: 20px;
  width: 180px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.watch-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

/* =========================
   TIMELINE (DOTS ONLY)
========================= */

.timeline {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 150px;
  align-items: center;
  z-index: 2;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 5px; /* aligns with center of dots */
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
.timeline-item {
  text-align: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  width: 110px;
}

.timeline-item span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: block;
  margin: 0 auto 8px;
  transition: all 0.3s ease;
}

.timeline-item.active span {
  background: #fff;
  transform: scale(1.4);
}

.timeline-item p {
  font-size: 13px;
}

.timeline-item.active p {
  color: #fff;
}
/* Progress line (smooth left → right) */
.timeline-progress {
  position: absolute;
  top: 5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  z-index: 2;
  transition: transform 0.2s ease;
}

/* About */

.about-wellness {
  position: relative;
  padding: 100px 0;
}
.about-wellness .wellness-content p {
  margin-bottom: 10px;
}
.wellness-content .book-btn {
  margin-top: 20px;
}
.about-wellness .about-bg {
  position: absolute;
  width: 300px;
  height: auto;
  left: 8%;
  top: 8%;
  z-index: -1;
}

/* Services */
.service-section .heading {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 100;
}
.package-card {
  position: relative;
  border-radius: 20px;
  margin-bottom: 220px;
}

.package-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;
}

/* White floating box */
.package-content {
  position: absolute;
  left: 50%;
  bottom: -170px;
  transform: translateX(-50%);
  width: 85%;
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Title */
.package-content h3 {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 8px;
  color: #222;
}

/* Subtitle */
.package-content p {
  font-size: 14px;
  color: #777;
  margin-bottom: 14px;
}

/* Read more */
.read-more {
  font-size: 14px;
  font-weight: 500;
  color: #c58a1d;
  text-decoration: none;
  position: relative;
}

.read-more::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #c58a1d;
  margin: 6px auto 0;
}
.feature-section {
  padding: 100px 0;
  position: relative;
}
.feature-section .yoga-bg {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: -1;
  width: 260px;
  height: auto;
}
.feature-section .feature-slider .slide-content {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.feature-section .feature-slider .feature-img {
  width: 60%;
}
.feature-section .feature-content {
  width: 40%;
  padding-right: 70px;
}
.feature-section .feature-content .feature-title {
  font-size: 30px;
  color: #c58a1d;
  font-family: "Cormorant Garamond", serif;
}
.feature-section .feature-content .book-btn {
  margin-top: 20px;
}
.team-section {
  position: relative;
  padding-bottom: 100px;
}
.team-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}
.team-wrapper img {
  width: 100%;
}
.img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0.35) 70%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 1;
}
.team-details {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.team-wrapper .team-details .team-position {
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.team-wrapper .team-details .team-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.testimonial-area {
  position: relative;
  padding-bottom: 100px;
}
.testimonial-area .testi-quote {
  position: absolute;
  left: 60px;
  top: 0;
  z-index: -1;
}
.mountain-bg {
  position: absolute;
  top: -50px;
  width: 850px;
  height: 400px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
}

.testimonials-section .testimonial-slider .slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-section .testimonial-slider .cus-img {
  width: 20%;
  position: relative;
}
.testimonials-section .testimonial-slider .customer-content {
  width: 60%;
}
.testimonials-section .testimonial-slider .cus-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials-section .testimonial-slider .customer-content .customer-name {
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  color: #8c6c1c;
}
.testimonials-section .testimonial-slider .arrow-left {
  left: 0;
}

.testimonials-section .testimonial-slider .arrow-right {
  right: 0;
}
.feature-slider .arrow-right {
  right: -30px;
}
.feature-slider .arrow-left {
  left: -30px;
}
.arrow-left,
.arrow-right {
  transition: all 0.2s ease-In;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: linear-gradient(270deg, #f0b100, #ba8900);
  border: 1px solid #ba8900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
.arrow-left:hover,
.arrow-right:hover {
  background: linear-gradient(270deg, #f0b100, #ba8900);
}
.testimonials-section .testimonial-slider {
  position: relative;
}
.slick-dots li button:before {
  display: none;
}
.testimonials-section .testimonial-slider .slick-dots li,
.explore-slider .slick-dots li {
  width: 20px;
  height: 10px;
}
.testimonials-section .testimonial-slider .slick-dots button,
.explore-slider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 100%;
  background-color: #ccc;
  margin: 0px !important;
  opacity: 1;
}
.testimonials-section .testimonial-slider .slick-dots .slick-active button,
.explore-slider .slick-dots .slick-active button {
  background-color: #ba8900;
  border: 1px solid #ba8900;
}
.button-wrap {
  text-align: center;
  margin: 50px 0 0;
}
.faq-content p {
  color: #131313;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  opacity: 0.8;
}
.faq-accord {
  margin-top: 60px;
}

.faq-accord .card {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  background-clip: border-box;
  margin-bottom: 15px;
}
.faq-accord .card-header {
  padding: 0px;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.faq-accord .card-header button {
  outline: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  box-shadow: none;
  padding: 20px 15px;
  border: 0px;
  background: transparent;
}
.light-faq-accord .card-header button {
  background: #e1e1e1;
}
.faq-accord .card-header button span {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.wedding-page .faq-accord .card-header button span {
  font-size: 18px;
}
.light-faq-accord .card-header button span {
  color: #000;
}
.faq-accord .card-header .fa-angle-down:before,
.faq-accord .card-header .fa-angle-up:before {
  float: right;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-left: 12px;
  background: linear-gradient(270deg, #f0b100, #ba8900);
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}
.light-faq-accord .card-header .fa-angle-down:before,
.light-faq-accord .card-header .fa-angle-up:before {
  background: #adadad;
}
.faq-accord .collapse.show .card-body {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.faq-accord .card-body p {
  font-weight: 400;
  font-size: 14px;
  color: #131313;
  line-height: 1.7;
  margin: 0px;
}
/* Footer */

.footer-section {
  padding-top: 200px;
  position: relative;
}
.footer-section .footer-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 1100px;
  width: 100%;
}
.footer-section .enq-link {
  padding: 20px 0;
}
.footer-section .row {
  align-items: center;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-social ul li {
  margin: 10px;
  transition: all 0.2s ease-In;
}
.footer-section .footer-social ul li a {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-In;
}
.footer-section .instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer-section .facebook {
  background: #415894;
}
.footer-section .linkedin {
  background: #0a66c2;
}
.footer-section .youtube {
  background: #d40000;
}
.footer-section .enq-link ul li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-In;
}
.footer-section .footer-logo img {
  width: 26%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.footer-section .enq-link ul li span {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-In;
}
.footer-section .enq-link ul li a:hover span {
  background-color: #c58e00;
}
.footer-section .footer-logo .footer-tag {
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 17px;
  margin-top: 30px;
}
.footer-section .enq-link ul {
  display: flex;
}
.footer-section .enq-link ul li {
  width: 50%;
}
.footer-section .bottom-main-menu {
  background: #0c0c0c94;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
}
.footer-section .bottom-menu ul {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  color: #fff;
}
.footer-section .bottom-menu ul li {
  margin: 0 12px;
}
.footer-section .bottom-menu ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-In;
}
.footer-section .bottom-credit {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-In;
}
.footer-section .bottom-credit p a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-In;
}
.footer-section .bottom-credit p {
  margin: 30px 40px 20px;
}
.footer-section a:hover {
  color: #c58e00 !important;
}
.footer-section .footer-social ul li:nth-child(1) a:hover {
  background: #006699;
  border-color: #006699;
  color: #fff !important;
}

.footer-section .footer-social ul li:nth-child(2) a:hover {
  background: #0f1419;
  border-color: #0f1419;
  color: #fff !important;
}

.footer-section .footer-social ul li:nth-child(3) a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff !important;
}

.footer-section .footer-social ul li:nth-child(4) a:hover {
  background: #3b579d;
  border-color: #3b579d;
  color: #fff !important;
}
.our-feature img {
  width: 100%;
}
.whatsapp-butn {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 50px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: #1eac02;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}
/* =========== book stay popup from ========= */

.bookstay-pop {
  z-index: 999999999;
}

.bookstay-pop .modal-content .modal-header {
  align-items: center;
}

.bookstay-pop .modal-content .modal-header h3 {
  color: #212121;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Gilroy-Bold";
}

.bookstay-pop .modal-content .modal-header button img {
  width: 16px;
  position: absolute;
  top: 14px;
  right: 30px;
}

.bookstay-pop .modal-content .bookstay-field {
  margin-bottom: 18px;
}

.bookstay-pop .modal-content .bookstay-field label {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bookstay-pop .modal-content .bookstay-field .form-control {
  background: none;
  outline: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  height: 38px;
  border: 1px solid #000;
}

.bookstay-pop .modal-content .bookstay-field textarea {
  min-height: 80px;
}

.bookstay-pop .modal-content .bookstay-field select {
  cursor: pointer;
}

.bookstay-pop .modal-content .pop-date {
  align-items: center;
}

.bookstay-pop .modal-content .pop-date .form-control {
  border-right: 0px;
  cursor: pointer;
}

.bookstay-pop .modal-content .pop-date .input-group-addon {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-left: 0px;
  border-radius: 0px 0.25rem 0.25rem 0px;
  padding-right: 10px;
  border: 1px 1px 1px 0;
  border-color: #000;
  color: #000;
}
.modal-lg {
  width: 900px;
}
span.input-group-addon.wedding-addon {
  position: absolute;
  right: 8px;
  top: 9px;
  z-index: 1;
}
.bookstay-pop .book-stay-popup-img img {
  width: 100%;
  height: 100%;
}
.bookstay-pop .stay-padding-reduce {
  padding-left: 0;
  padding-right: 25px;
}
.package-item {
  display: none;
}

.package-item.show {
  display: block;
}
/* ===============================
   MODAL BASE
================================ */
.package-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.package-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   OVERLAY
================================ */
.package-modal .modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* ===============================
   CONTENT WRAPPER
   (Used to position buttons outside)
================================ */
.package-modal .modal-content-wrapper {
  position: relative;
  z-index: 2;
}

/* ===============================
   MODAL CARD (YOUR ORIGINAL + SAFE TWEAKS)
================================ */
.package-modal .modal-content {
  position: relative;
  background: #fff;
  max-width: 650px;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 500px;
  overflow-y: auto; /* internal scroll */
}

/* Image */
.package-modal .modal-content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* ===============================
   ACTION BUTTONS (OUTSIDE CARD)
================================ */
.package-modal .modal-actions {
  position: absolute;
  right: -40px; /* touches card */
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ===============================
   CLOSE BUTTON (YOUR STYLE PRESERVED)
================================ */
.package-modal .modal-close,
.package-modal .modal-download {
  width: 30px;
  height: 30px;
  background: linear-gradient(270deg, #f0b100, #ba8900);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.package-modal .modal-close:hover,
.package-modal .modal-download:hover {
  background: #fff;
  border: 1px solid #ba8900;
  color: #ba8900;
}
.pdf-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.room-menu {
  padding: 150px 0 80px;
}
.in-room-banner-section img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.modal-body .form-group {
  font-size: 13px;
}
/* ===============================
   MOBILE FIX
================================ */
@media (max-width: 576px) {
  .package-modal .modal-actions {
    right: 10px;
    top: -50px;
    flex-direction: row;
  }

  .package-modal .modal-content {
    height: 420px;
  }
}
