.about.-type-1 .about__backTitle {
  color: rgba(234, 220, 198, 0.729);
  background: linear-gradient(to right,
      rgba(239, 229, 213, 0.41) 50%,
      rgba(234, 220, 198, 0.729));
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.2;
}

.about.-type-1 .about__content {
  z-index: 99;
  position: relative;
}

.main-btn.btn-double-border {
  position: relative;
  border: 1px solid #eadcc6;
  color: inherit;
  padding: 0;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.main-btn .inner-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 25px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-btn .btn-double-text {
  transition: opacity 0.65s, transform 0.65s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.main-btn .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.main-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  border: 1px solid #eadcc6;
  width: calc(100% - 8px);
  height: calc(100% + 12px);
  top: -6px;
  left: 4px;
  transform: translateX(0) translateY(0);
  z-index: 0;
  transition: 0.3s ease;
}

.main-btn:hover {
  border-color: var(--dark-gray);
  color: var(--dark-gray);
}

.main-btn:hover::after {
  border-color: var(--dark-gray);
  transition: all 0.3s ease;
}

.main-btn:hover .btn-double-text {
  transform: translateY(-200%);
}

.main-btn:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.rooms-wrapper .slider-content img {
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.rooms-wrapper .slider-content:hover .roomCard .roomCard__image img {
  transform: scale(1.1);
}

.restaurant-section .button.-outline-white:hover i {
  color: var(--color-dark-1) !important;
}

.Special_Offer .interactive-banner-style-07 figure {
  position: relative;
  overflow: hidden;
  border-radius: 6px !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}

.Special_Offer .interactive-banner-style-07 figure>img {
  transition: 0.6s cubic-bezier(0.12, 0, 0.39, 0);
  transform: scale(1);
  width: 100%;
}

.Special_Offer .interactive-banner-style-07 figure .overlay-bg {
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  background-color: #232323;
  opacity: 0.5;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.Special_Offer .interactive-banner-style-07 figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Special_Offer .interactive-banner-style-07 figure figcaption .hover-content {
  padding: 100px 50px 50px;
  text-align: center;
}

.Special_Offer .interactive-banner-style-07 figure figcaption .hover-content .divider-style-03 {
  border-top: 1px solid;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-color: rgba(255, 255, 255, 0.3);
}

.Special_Offer .interactive-banner-style-07 figure .hover-show-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /*bottom: 50px;*/
  bottom: 40px;
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transform: scale(1);
}

.Special_Offer .interactive-banner-style-07 figure .hover-show-content .bg-base-color {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #eadcc6;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}

.Special_Offer .interactive-banner-style-07 figure .hover-show-content .bg-base-color i {
  color: #000;
  font-size: 12px !important;
}

.Special_Offer .interactive-banner-style-07 figure .hover-show-content .bg-base-color .absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.Special_Offer .interactive-banner-style-07 figure .hover-hide-content {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  transition: 1s;
}

.Special_Offer .interactive-banner-style-07 figure .hover-hide-content .discount {
  font-weight: 500;
  padding: 7px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.9375rem);
  backdrop-filter: blur(0.9375rem);
}

.Special_Offer .interactive-banner-style-07 figure:hover {
  transform: translate3d(0, -3px, 0);
}

.Special_Offer .interactive-banner-style-07 figure:hover img {
  transform: scale(1.1);
}

.Special_Offer .interactive-banner-style-07 figure:hover .overlay-bg {
  opacity: 0.7;
}

.Special_Offer .interactive-banner-style-07 figure:hover .hover-show-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1.2);
}

.Special_Offer .interactive-banner-style-07 figure:hover .hover-hide-content {
  opacity: 0;
  visibility: hidden;
  transition: 0.1s;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.fs-14 {
  font-size: 14px;
}

.ls-2px {
  letter-spacing: 2px !important;
}

@media (max-width: 991px) {
  .md-mb-30px {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 575px) {
  .xs-mb-15px {
    margin-bottom: 15px !important;
  }
}

.contact-section {
  position: relative;
}

.contact-section .position-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  z-index: -1;
  animation: float 2s linear 0.5s infinite alternate both;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(20px);
  }
}

.contact-section .contactForm,
.contact-section .contactForm-new {
  padding: 7%;
  background-color: var(--color-light-1);
  position: relative;
  overflow: hidden;
  box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.1) 0 8px 24px,
    rgba(17, 17, 26, 0.1) 0 16px 56px;
}

.contact-section .contactForm.sidebar.-rooms-single {
  position: sticky;
  top: 90px;
}

.read-more {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: auto;
}

.read-more span {
  display: inline-flex;
  align-items: center;
}

.read-more span .btn-text {
  margin-right: -15px;
  margin-left: 0;
  position: relative;
  z-index: 3;
  transition: transform 0.6s 125ms cubic-bezier(0.1, 0.75, 0.25, 1);
}

.read-more span .btn-icon {
  opacity: 0;
  margin-left: 0;
  transition-delay: 0s;
  transform: translateX(10px);
  position: relative;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  line-height: 0;
  z-index: 3;
}

.read-more span .btn-icon i {
  margin: 0;
  line-height: 0;
  position: relative;
}

.read-more span .btn-icon+.btn-icon {
  opacity: 1;
  margin-left: 0;
  margin-right: 6px;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
  transform: translateX(0);
  order: -2;
}

.read-more:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(-20px);
}

.read-more:hover .btn-icon {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 225ms;
}

.read-more:hover .btn-icon+.btn-icon {
  opacity: 0;
  transition-delay: 0s;
  transform: translateX(-10px);
  order: -2;
}

.blog-wrapper .roomCard img {
  transition: all 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}

.blog-wrapper .roomCard:hover img {
  transform: scale(1.1);
}

.padding-100 {
  padding: 100px 0 !important;
}

.roomCard.-type-2 .roomCard__image::after {
  content: none;
}

.gallery-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gallery-wrapper .gallery-content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  background-image: linear-gradient(to top, #36332e 7%, transparent 100%);
  border-radius: 16px;
  left: 0;
  width: 100%;
  height: 25%;
  justify-content: center !important;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li {
  display: inline-block;
  list-style: none;
  margin: 0 8px;
  opacity: 0;
  transform: translateY(25px);
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li:first-child {
  margin-left: 0;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a {
  font-size: 16px;
  color: #fff;
  z-index: 9;
  border-radius: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.whatsapp {
  background-color: #25d366;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.whatsapp:hover {
  background-color: #fff;
  color: #25d366;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.facebook {
  background-color: #1877f2;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.facebook:hover {
  background-color: #fff;
  color: #1877f2;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.instagram {
  background: linear-gradient(45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.instagram:hover {
  background: #fff;
  color: #e4405f;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.twitter {
  background-color: #14171a;
}

.gallery-wrapper .gallery-content .social-icon .medium-icon li a.twitter:hover {
  background-color: #fff;
  color: #14171a;
}

.gallery-wrapper:hover .gallery-content {
  opacity: 1;
  z-index: 1;
}

.gallery-wrapper:hover .gallery-content .social-icon .medium-icon li {
  opacity: 1;
  transform: translateY(0);
}

.gallery-wrapper:hover .gallery-content .social-icon .medium-icon li:first-child {
  margin-left: 0;
  transition: all 0.3s ease;
}

.gallery-wrapper:hover .gallery-content .social-icon .medium-icon li:nth-child(2) {
  transition: all 0.6s ease;
}

.gallery-wrapper:hover .gallery-content .social-icon .medium-icon li:nth-child(3) {
  transition: all 0.9s ease;
}

.gallery-wrapper:hover .gallery-content .social-icon .medium-icon li:nth-child(4) {
  transition: all 1.1s ease;
}

.banquet-wrapper {
  position: relative;
}

.banquet-wrapper .banquet-main-img {
  position: relative;
  overflow: hidden;
}

.banquet-wrapper .banquet-second-img {
  position: absolute;
  bottom: 4%;
  width: 100%;
  left: -50%;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  animation: float 2s linear 0.5s infinite alternate both;
}

.-image-border__item {
  display: none;
}

.amenity-item.hidden {
  display: none;
}

.amenity-item {
  transition: all 0.3s ease;
}

#read-more-btn {
  color: var(--color-accent-1);
  text-decoration: none;
  padding: 10px 20px;
  border: none;
  background: 0 0;
  cursor: pointer;
  font-size: 16px;
}

#read-more-btn:hover {
  text-decoration: underline;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-details * {
  text-align: start;
}

.contact-details h4 {
  font-weight: 700;
}

.contact-details i {
  font-size: 1.2rem;
}

.orchid-flower-pointer {
  width: 30px;
  height: auto;
}

.bold-500 {
  font-weight: 500;
}

body .leaf-image .upDown {
  animation: upDown 2s infinite alternate;
}

body .leaf-image .deco_item {
  position: absolute;
  left: 34%;
  z-index: -1;
  height: 80%;
  width: 100%;
  bottom: 50%;
}

body .leaf-image {
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.table-custome {
  width: 100%;
  border-collapse: collapse;
}

.table-custome th {
  border: 2px solid grey;
  padding: 10px;
}

.table-custome td {
  border: 2px solid grey;
  padding: 10px;
}

@media screen and (min-width: 991px) {
  .desktop-negative-margin {
    margin-top: -100px;
  }
}

.table-container {
  overflow-x: auto;
}

.tripadvisor {
  max-width: 170px;
  height: 35px;
}

.loyalty-program-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.trending-text-new {
  position: relative;
  display: inline-block;
  overflow: hidden;
  right: 0;
  top: 0;
}

.trending-text-new::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, transparent, #eadcc6bd, transparent);
  transform: skewX(-25deg);
  animation: shineEffect 3s infinite linear;
}

.header .desktopNav .desktopNavSubnav.internal-hotels-mega-menu {
  left: -125%;
}

.popup-form .contactForm .form-input label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  right: -7px;
  background: linear-gradient(to bottom, transparent 55%, #fff 45%);
  bottom: 0;
  z-index: -1;
}

.contactForm .form-input.filled label {
  transform: translateY(-29px);
}

.purple-title {
  color: #6a356a;
}

.single-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wsnw {
  white-space: nowrap;
}

.menu-column .ecohotel-text {
  color: var(--color-accent-1);
}



.eco-home-card-text {
  position: absolute;
  top: 85% !important;
  height: fit-content;
  text-align: center;
  z-index: 2;
  font-weight: 400;
  font-size: large
}

.eco-home-cards {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox, Safari 18.2+, Chromium 121+ */
}

.eco-home-cards::-webkit-scrollbar {
  display: none;
  /* Older Safari and Chromium */
}

.eco-home-cards div {
  min-width: 200px;
}

.eco-home-cards a::after {
  content: "";
  position: absolute;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
  z-index: 1
}

@media (max-width: 991px) {
  .eco-home-cards {
    flex-direction: row;
  }
}

.ribbon-element {
  background-image: url(/static/website/images/elements/ribbon.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: top right;
}

.floral-leaf {
  background-image: url(/static/website/images/elements/floral-leave.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: bottom right 5%;
}

.justify-text {
  text-align: justify;
}

.ganpatree-video {
  max-height: 33%;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .banquet-margin {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media screen and (min-width: 1400px) {
  .banquet-margin-shimla {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .banquet-margin {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .ribbon-element {
    background-size: 20%;
  }
}

@media screen and (max-width: 991px) {
  .contact-section .contactForm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hotel-explore-button {
    margin: auto;
  }

  .ribbon-element {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-section .contactForm {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hotel-explore-button {
    margin: auto;
  }

  .ribbon-element {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {

  .contact-section.popup-form .lh-18.mt-20,
  .contact-section.popup-form .row.justify-content-center.mt-30 {
    display: none;
  }
}

.celebrate-event .contact-trigger {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.celebrate-event .swiper-slide-active .contact-trigger {
  opacity: 1;
  visibility: visible;
}

.testimonial-spacing mb-100 .custom-slider .text-30 {
  font-size: 25px !important;
}

.testimonial-spacing mb-100 .custom-slider .d-flex.items-center.pt-50.pb-10 {
  padding-top: 10px !important;
}

h4.destinations-heading:after {
  content: "";
  position: absolute;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: -1;
}

.hero__content .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dark-overlay {
  content: "";
  position: absolute;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 1;
}

@media screen and (min-width: 1400px) {
  .banquet-margin1 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1400px) {
  .banquet-margin1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 440px) {
  .mob-margin {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

.read-more.read-more-2 {
  line-height: 2;
}

.text-dark {
  color: var(--color-accent-1) !important;
}

.left-52 {
  left: 52% !important;
}

body .ecohotel-text.text-dark .deco_item {
  position: absolute;
  left: 55%;
  z-index: -1;
  height: 80%;
  width: 100%;
  bottom: 50%;
}

.mega-menu-badge {
  display: flex !important;
  align-items: center !important;
}

.vr-view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 250px;
  position: fixed;
  bottom: 84px;
  left: 10px;
  z-index: 100;
  background-color: #f9f4ff;
  border-radius: 15px;
  border: 2px solid #9748ff;
  border-bottom: 5px solid #9748ff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 3px 0;
  line-height: 44px;
  transition: bottom 0.4s ease-in-out;
}

.vr-view:hover {
  color: #000;
}

.vr-view img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .vr-view span {
    display: none;
  }

  .vr-view {
    width: 80px;
  }
}

.internal-hotels-mega-menu .mega-menu {
  width: 75vw !important;
}

.image-preview {
  height: calc(100% - 15px) !important;
}

@media (min-width: 1400px) {
  .image-preview {
    height: calc(100% + 15px) !important;
  }
}

.menu-column {
  width: 35%;
}

@media (min-width: 767px) {
  .home-offer-slider {
    display: flex;
    justify-content: center;
  }

  .internal-hotels-mega-menu .mega-menu {
    padding-bottom: 100px !important;
  }
}

.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.bottom-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
  z-index: 1;
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 2;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}

.form-input:has(#formItemName) {
  position: relative;
  width: 100%;
}

#formItemName {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
}

.form-input:has(#formItemName)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
  z-index: 2;
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .image-preview {
    height: calc(100% - 60px) !important;
  }
}

@media (min-width: 1200px) {
  .lll-grrird {
    margin-bottom: -210px;
  }
}

.leafcorrection {
  left: 40% !important;
}

.leaflonavlacorrect {
  left: 45% !important;
}

.leafmumcorrrect {
  left: 60% !important;
}

.home-navbar .js-slideer-hero-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(50%, -50%);
}

.home-navbar .js-slideer-hero-nav.js-sliderHero-prev {
  left: 0;
}

.home-navbar .js-slideer-hero-nav.js-sliderHero-next {
  right: 4%;
}

.hero__title a:hover {
  color: #fff;
}

.hotel_name .hotel-links {
  padding-left: 40px;
}

.hotel_name .hotel-link-item {
  list-style: circle;
}

.hotel-links {
  margin-bottom: 10px;
}

#exclusive-deals .cardImage.-type-1 .cardImage__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
  padding-top: 50px;
}

#exclusive-deals .cardImage.-type-1 .cardImage__button {
  transition: all 0.2s;
  opacity: 1;
  pointer-events: all;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -50%);
  left: 50%;
}

#exclusive-deals .cardImage.-type-1 .cardImage__button button {
  background-color: #eadcc6 !important;
  color: var(--color-dark-1) !important;
}

.main-btn.view-deals_btn {
  background-color: #5a1f5a;
  color: #fff;
}

.main-btn.view-deals_btn::after {
  content: none;
}

@media (min-width: 1200px) {
  .section-heading-and-font.fs-40 {
    font-size: 50px !important;
  }
}

@media (max-width: 767px) {
  #exclusive-deals {
    padding-top: 100px !important;
  }

  #exclusive-deals .cardImage.-type-1 .cardImage__button {
    bottom: 10%;
  }

  #exclusive-deals .cardImage.-type-1 .cardImage__image img {
    object-fit: cover;
  }

  #exclusive-deals .cardImage.-type-1 {
    height: 560px;
  }

  #exclusive-deals .sm-pb-30 {
    padding-bottom: 30px !important;
  }

  .d-none.exclusive-swiper-nav {
    display: flex !important;
  }
}

.exclusive-swiper-nav {
  gap: 20px;
  align-items: center;
}

.exclusive-swiper-nav button {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.3019607843);
  color: rgba(0, 0, 0, 0.3019607843);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.exclusive-swiper-nav button.btn:disabled {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.3019607843);
  color: rgba(0, 0, 0, 0.3019607843);
}

.exclusive-swiper-nav button:hover {
  background-color: rgba(0, 0, 0, 0.3019607843);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.naaaav-1 {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}

.naaaav-1 button.swiper-button-prev-mobile {
  position: absolute;
  left: 20px;
}

.naaaav-1 button.swiper-button-next-mobile {
  position: absolute;
  right: 20px;
}

.overlap-section {
  position: relative;
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.rm-rotate-box {
  position: relative;
  text-align: center;
}

.to-left {
  animation: toLeft 0.3s linear forwards;
}

.rm-rotate-box .thumb-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.rm-rotate-box .to-left .front,
.rm-rotate-box .to-right .front {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
}

.rm-rotate-box .front,
.rm-rotate-box .back {
  background-size: cover;
  min-height: 415px;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.opacity-extra-medium-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.bg-transparent-gradiant-white-black {
  background: -moz-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.18) 18%,
      rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.18) 18%,
      rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.18) 18%,
      rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
}

.rm-rotate-box .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  bottom: 55px;
  left: 0;
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
}

.padding-15px-lr {
  padding-left: 15px;
  padding-right: 15px;
}

.rm-rotate-box .to-left .back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

.rm-rotate-box .back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rm-rotate-box .front,
.rm-rotate-box .back {
  background-size: cover;
  min-height: 415px;
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: inherit;
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  top: 0;
  left: 0;
}

.bg-gradient-tan-geraldine {
  background-image: url("static/website/images/mumbai-vile-parle/exclusive-deals/long1.webp");
}

.rm-rotate-box .back .content-wrap {
  /* top: 67%; */
  top: 50%;
  bottom: inherit;
  left: 0;
  transform: translate3d(0, -50%, 0) scale(1);
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  -moz-transform: translate3d(0, -50%, 0) scale(1);
  -ms-transform: translate3d(0, -50%, 0) scale(1);
}

.rm-rotate-box .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
  bottom: 55px;
  left: 0;
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
}

.padding-60px-all {
  padding: 60px;
}

@keyframes toLeft {
  from {
    left: 100%;
    opacity: 0;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

.to-left {
  animation: 0.3s linear 0s 1 normal forwards running toLeft;
}

.bg1img {
  background-image: url("/static/website/images/mumbai-vile-parle/exclusive-deals/long1.webp");
}

.bg2img {
  background-image: url("/static/website/images/mumbai-vile-parle/exclusive-deals/long2.webp");
}

.bg3img {
  background-image: url("/static/website/images/mumbai-vile-parle/exclusive-deals/anniversary.webp");
}

.bg3 {
  background: linear-gradient(135deg, #ff9472 0%, #440382 100%);
}

.bg4img {
  background-image: url("/static/website/images/mumbai-vile-parle/exclusive-deals/divine.webp");
}

.bg5img {
  background-image: url("/static/website/images/mumbai-vile-parle/exclusive-deals/weekend-pause.webp");
}

.bg11img {
  background-image: url("/static/website/images/rishikesh/exclusive-deals/rishikesh_hotel_offer_tranquillity_of_anand_kutir.webp");
}

.bg22img {
  background-image: url("/static/website/images/rishikesh/exclusive-deals/rishikesh_hotel_offer_path-to-inner-calm.webp");
}

.bg33img {
  background-image: url("/static/website/images/rishikesh/exclusive-deals/rishikesh_hotel_offer_reflection_of_the_soul.webp");
}

.bg1img,
.bg2img,
.bg3img,
.bg4img,
.bg5img,
.bg11img,
.bg22img,
.bg33img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 320px;
}

/* Flip effect */
.flipper {
  perspective: 1000px;
}

.thumb-wrap {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.rm-rotate-box:hover .thumb-wrap {
  transform: rotateY(180deg);
}

.front,
.back {
  position: relative;
  width: 100%;
  height: 320px;
  backface-visibility: hidden;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}

.thumb-wrap.front,
.back {
  border-radius: 4px;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-footer-title {
  text-align: center;
  cursor: pointer;
}

.card-footer-title span {
  pointer-events: none;
}

.card-footer-title span:first-child {
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  color: var(--color-accent-1);
}

.card-footer-title span:last-child {
  font-size: 17px;
  font-weight: 700;
}

.custom-padding-30 {
  padding: 30px;
}

.swiper .rm-rotate-box {
  margin-bottom: 30px;
}

.button-static-white {
  background-color: white;
  color: #000 !important;
  border: 2px solid white;
}

.button-static-white:hover,
.button-static-white:focus,
.button-static-white:active {
  background-color: white;
  color: #000;
  border-color: white;
  box-shadow: none;
  text-decoration: none;
}

.bottom-marquee-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #562e66, #755481);
  color: #fff;
  z-index: 9999;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.4);
  border-top: 3px solid #f39c12;
}

.bottom-marquee-content {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px;
}

.marquee-icon {
  font-size: 20px;
  padding-left: 20px;
  animation: pulse 2s infinite;
  z-index: 1;
}

.bottom-marquee-text {
  display: inline-block;
  padding-left: 100%;
  color: whitesmoke;
  font-size: 25px;
  font-family: var(--font-secondary) "Cormorant Garamond", sans-serif;
  font-weight: 400;
  animation: marquee-bottom 20s linear infinite;
}

@keyframes marquee-bottom {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

/* Mobile responsiveness */
@media (max-width: 576px) {
  .bottom-marquee-text {
    font-size: 30px;
  }

  .marquee-icon {
    font-size: 18px;
  }
}

/* Marquee Animation */
@keyframes marquee-bottom {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}



/* Hide booking engine on mobile initially */
@media (max-width: 1024px) {
  .mobilebooknowbtn {
    height: 60px;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 12px !important;
    color: white;
  }

  .mobilebooknowbtn.-accent-1:hover {
    border-color: var(--color-accent-1);
    background-color: var(--color-accent-1) !important;
    color: #fff !important;
  }

  #mobile-booking-container {
    display: none !important;
  }

  #mobile-booking-container.active {
    display: block !important;
    animation: slideDown 0.3s ease-in-out;
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* Show book now button only on mobile */
  #book-now-wrapper {
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }

  .hero__filter .searchForm {
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  /* Stack items vertically */
  .hero__filter .searchForm__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  /* Each form item full width */
  .hero__filter .searchFormItem {
    width: 100%;
    position: relative;
  }

  /* Dropdown button full-width and better appearance */
  .hero__filter .searchFormItem__button {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
  }

  /* Input fields */
  .hero__filter input.form-control,
  .hero__filter select.form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 10px;
    border: 1px solid #ccc;
  }

  /* Dropdown lists */
  .hero__filter .searchFormItemDropdown__list {
    max-height: 200px;
    overflow-y: auto;
  }

  /* Dropdown items spacing */
  .hero__filter .searchFormItemDropdown__item {
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    border-bottom: 1px solid #eee;
  }

  /* Button full width */
  .hero__filter .searchForm__button {
    text-align: center;
    margin-top: 1rem;
  }

  .hero__filter .searchForm__button .button {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border-radius: 12px;
  }

  .close-booking-mobile {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    z-index: 9999;
  }

  .close-booking-mobile span {
    display: inline-block;
    line-height: 1;
  }
}

/* On desktop, always show booking engine and hide Book Now */
@media (min-width: 1025px) {
  #mobile-booking-container {
    display: block !important;
  }

  .searchFormItemDropdown.dropdown-top {
    top: 100% !important;
    bottom: auto !important;
  }

  #book-now-wrapper {
    display: none !important;
  }
}

.ui-datepicker {
  z-index: 9999 !important;
  position: absolute !important;
}

.chandigarhbooking .rounded-200 {
  border-radius: 12px !important;
  /* or 8px, depending on your design */
}

.chandigarhbooking .searchForm.-type-1 .searchFormItemDropdown__container {
  border: none;
  border-bottom: 2px solid #ccc;
  /* or your preferred color */
  border-radius: 0;
  /* remove all rounding */
}

.ui-widget-header {
  border: 1px solid #2d3033 !important;
  background: #05073C !important;
  /* New solid background */
  color: 5a1f5a !important;
  font-weight: bold !important;
}

.ui-datepicker td a {
  color: #000 !important;
  /* Makes date numbers black */
}

.ui-datepicker .ui-state-default {
  color: #000 !important;
}

.ui-datepicker .ui-state-active {
  background: #05073C !important;
}

.ui-datepicker .ui-state-active {
  color: #ffffff !important;
  /* optional: change text color for contrast */
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #eeccec url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x !important;
}

@media (min-width: 1025px) {
  #mobile-booking-container .searchFormItem {
    position: relative !important;
    overflow: visible !important;
  }

  #mobile-booking-container .searchFormItemDropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1050 !important;
    background: #fff !important;
    width: 100% !important;
    max-height: 300px !important;
    overflow-y: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
  }

  #mobile-booking-container .searchFormItemDropdown.dropdown-top {
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.15) !important;
  }

  #mobile-booking-container .searchFormItem__button {
    z-index: 1060 !important;
    position: relative !important;
  }
}

@media (max-width: 1025px) {
  #mobile-booking-container.active {
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark background */
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
  }

  #mobile-booking-container .hero__filter {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 596px;
    position: relative;
    left: 0;
    right: 0;
  }

  .close-booking-mobile {
    position: absolute;
    top: 10px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    z-index: 10000;
  }

  .close-booking-mobile span {
    display: inline-block;
    line-height: 1;
  }
}

/* Ensure desktop is unaffected */
@media (min-width: 1025px) {
  #mobile-booking-container {
    position: static !important;
    display: block !important;
    background: none !important;
    padding: 0 !important;
    z-index: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .hero.-type-5 .hero__filter {
    bottom: 0px !important;
    transform: translateX(0%) !important;
  }

  .chandigarhbooking .searchForm.-type-1 .searchForm__form {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  #mobile-booking-container .hero__filter {
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    max-width: 100% !important;
    position: relative;
    left: 0;
    right: 0;
  }

  .foripadview {
    margin-top: 150px !important;
  }

  .searchForm.-type-1 {
    width: 100% !important;
    flex-direction: column;
    height: unset !important;
  }
}

@media (min-width: 768px) {
  .displaymobilebtn {
    display: none !important;
  }
}

/* 2. BUT — override that for 768px to 1024px (make it visible only in this range) */
@media (min-width: 768px) and (max-width: 1024px) {
  .displaymobilebtn {
    display: block !important;
    /* or inline-block/flex if needed */
  }
}

.custom-button {
  width: 180px;
  border-radius: 4px;
  background-color: #5a1f5a;
}

.text-purple {
  color: #5a1f5a;
}

.cirle-purple {
  color: #500e8d;
}

.explore-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  border: 1px solid #eadcc6;
  width: calc(100% - 8px);
  height: calc(100% + 12px);
  top: -6px;
  left: 4px;
  transform: translateX(0) translateY(0);
  z-index: 0;
  transition: 0.3s ease;
}

.explore-btn.btn-double-border {
  position: relative;
  border: 1px solid #eadcc6;
  color: inherit;
  padding: 0;
  font-size: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.explore-btn .inner-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 25px;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.explore-btn .btn-double-text {
  transition: opacity 0.65s, transform 0.65s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.explore-btn .btn-double-text::before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(0.15, 0.85, 0.31, 1);
}

.explore-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  border: 1px solid #eadcc6;
  width: calc(100% - 8px);
  height: calc(100% + 12px);
  top: -6px;
  left: 4px;
  transform: translateX(0) translateY(0);
  z-index: 0;
  transition: 0.3s ease;
}

.explore-btn:hover {
  border-color: var(--dark-gray);
  color: #5a1f5a;
}

.explore-btn:hover::after {
  border-color: var(--dark-gray);
  transition: all 0.3s ease;
}

.explore-btn:hover .btn-double-text {
  transform: translateY(-200%);
}

.explore-btn:hover .btn-double-text::before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.animate-leaf-left {
  position: absolute;
  top: 0%;
  left: -100px;
  transform: translateY(0);
  /* Initial */
  z-index: -1;
  display: none;
}

/* Show on large screens only */
@media (min-width: 992px) {
  .animate-leaf-left {
    display: inline-block;
  }
}

.animate-leaf-right {
  position: absolute;
  top: 0%;
  right: -100px;
  transform: translateY(0);
  /* Initial */
  z-index: -1;
  display: none;
}

/* Show on large screens only */
@media (min-width: 992px) {
  .animate-leaf-right {
    display: inline-block;
  }
}

.widthforthis {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .max-h-650 {
    max-height: 650px;
  }
}

.col-auto.marginicon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rainbow-text {
  display: none;
  font-size: 13px;
  left: 0;
  /* font-weight: bold; */
  position: absolute;
  top: 80%;
  text-transform: uppercase;
  /* background: linear-gradient(270deg,
      #b71c1c,
      #ef6c00,
      #fbc02d,
      #558b2f,
      #00838f,
      #1565c0,
      #6a1b9a,
      #b71c1c
    ); */

  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: rainbowFlow 4s linear infinite;
}

.rainbow-text-header {
  font-size: 0.641vw;
  left: 2px;
  position: absolute;
  top: 100%;
  /* font-weight: bold; */
  position: absolute;
  top: 90%;
  text-transform: uppercase;
  background: #fc011a;
  color: #ffffff;
  padding: 0 3px;
}

@media (min-width: 1400px) {
  .rainbow-text-header {
    max-width: 8vw;

    font-size: 0.521vw;
  }
}

@keyframes rainbowFlow {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: -200% 50%;
  }
}

.searchForm__button {
  margin-left: 10px;
}

.searchFormItem .rainbow-text {
  cursor: pointer;
  display: block;
  color: red !important;
  background-color: red !important;
}

#orchidMarquee {
  background: #350036;
  color: white;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  overflow: hidden;
  display: none;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
  opacity: 0.9;
  white-space: nowrap;
}

#orchidMarquee .orchid-marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: orchid-marquee-scroll 20s linear infinite;
}

@keyframes orchid-marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#orchidMarquee button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  color: white;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  height: 100%;
  width: 30px;
}

/* @media (min-width: 992px) { */
#orchidMarquee {
  display: flex;
}

/* } */

#orchidMarquee a:hover {
  color: white;
  text-decoration: underline;
}

#EV_map .leaflet-popup-content p {
  margin: 5px 0;
}

/* Custom CSS for map styling */
#EV_map .leaflet-container {
  background-color: #f0f0f0;
  /* Light gray background for the map */
  border: 2px solid #ccc;
  /* Border around the map */
  border-radius: 8px;
  /* Rounded corners */
}

#EV_map .leaflet-popup-content {
  font-family: Arial, sans-serif;
  /* Font for popup content */
  font-size: 14px;
  /* Font size */
  color: #333;
  /* Text color */
}

#EV_map .leaflet-tooltip {
  background-color: rgba(255, 255, 255, 0.9);
  /* Semi-transparent white background for tooltips */
  border: 1px solid #999;
  /* Border for tooltips */
  padding: 5px;
  /* Padding inside tooltips */
  border-radius: 4px;
  /* Rounded corners for tooltips */
}

/* Style for the map button */
#EV_map .map-button {
  display: inline-block;
  padding: 8px;
  background-color: white;
  /* White background for the icon */
  color: #ea4335;
  /* Blue color for the icon */
  text-decoration: none;
  border-radius: 4px;
}

#EV_map .map-button:hover {
  background-color: #f0f0f0;
}

#EV_map .map-button i {
  font-size: 25px;
}

/* Styles for hotel popup */
#EV_map .hotel-popup {
  display: flex;
  flex-direction: column;
}

#EV_map .hotel-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
}

#EV_map .hotel-name {
  margin: 0;
  font-size: 1.5rem;
}

#EV_map .separator {
  color: #999;
  font-size: 1.2em;
}

#EV_map .hotel-address {
  margin: 5px 0;
  color: #40a74c;
  font-weight: 600;
}

#EV_map .address-text {
  font-weight: 400;
  color: #333;
}

#EV_map .ev-charging {
  margin: 5px 0;
  font-weight: bold;
  color: green;
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: -10%;
  right: -7%;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px / 24px Tahoma, Verdana, sans-serif;
  color: #ffffff;
  text-decoration: none;
  background: #45443f;
  border-radius: 100%;
}

.bg-greeen-ev {
  background-color: #71aa27;
}

.bg-voilet-ev {
  background-color: #524b2a;
  position: relative;
  z-index: 1;
}

.bg-voilet-ev .absolute-btn {
  position: absolute;
  z-index: -1;
  right: 0;
  height: 240px;
  overflow: hidden;
  animation: float 2s linear 0.5s infinite alternate both;
}

.bg-voilet-ev .absolute-btn img {
  height: 100%;
}

.map-legend {
  background: white;
  padding: 8px 10px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.legend-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.promo-popup {
  display: none;
  position: fixed;
  bottom: -200px;
  /* hidden initially */
  left: 2%;
  background: linear-gradient(140deg, #623167, #ff9221);
  /* background: linear-gradient(140deg, #f79700, #f5ba00); */
  color: #000;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
  width: 300px;
  max-width: 23%;
  font-family: Arial, sans-serif;
  z-index: 9999;
  transition: bottom 0.5s ease-in-out;
}

.promo-popup.show {
  display: block;
  bottom: 2%;
  /* slides up */
}

@media screen and (max-width: 1400px) {
  .promo-popup.show {
    display: block;
    bottom: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .promo-popup.show {
    display: none !important;
    bottom: 80px;
  }
}

.promo-popup p {
  color: #ffffff !important;
  font-size: 14px;
}

.promo-popup .close-btn {
  position: absolute;
  right: -10%;
  color: #fff;
  top: -10%;
  font-size: 20px;
  cursor: pointer;
  background: red;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.promo-popup .highlight {
  background: #fff;
  color: #ff0000;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .promo-popup {
    max-width: 45%;
    bottom: -300px;
  }
}

@media (max-width: 767px) {
  .promo-popup {
    max-width: 64%;
    /* bottom: -400px; */
  }
}

@media (max-width: 992px) {
  .promo-popup {
    max-width: 45%;
    bottom: -300px;
  }
}

@media (max-width: 767px) {
  .promo-popup {
    max-width: 64%;
    /* bottom: -400px; */
  }


  .mobile-padding-top-0 {
    padding-top: 0 !important;
  }

  .home-namaste-image {
    display: none;
  }
}

.brand-stat div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

.bg-color-ev {
  background: #93fd09 !important;
  margin-left: 5px;
  padding: 4px 5px;
  font-size: 12px;
  min-width: 18px;
  min-height: 16px;
  border-radius: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.orchid-reward-home {
  width: 100%;
  overflow: hidden;
}


@media (max-width: 768px) {
  .layout-pt-lg.xs-pt-100 {
    padding-top: 0px !important;
  }
}

.brand-stat div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  width: 100%;
}



.btngradient {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  transition: all 300ms ease-in-out;
}

.btngradient:focus {
  box-shadow: none;
}

.btngradient:hover {
  background-color: inherit;
}

.btn-gradient-text.btn-extra-gradient-large {
  padding: 0;
}

.btn-gradient-text.btn-extra-gradient-large>span {
  padding: 8px 20px;
}

.btn-gradient-text.btn-large {
  padding: 0;
}

.btn-gradient-text.btn-large>span {
  padding: 18px 34px;
}

.btn-gradient-text.btn-medium {
  padding: 0;
}

.btn-gradient-text.btn-medium>span {
  padding: 16px 30px;
}

.btn-gradient-text.btn-small {
  padding: 0;
}

.btn-gradient-text.btn-small>span {
  padding: 13px 24px;
}

.btn-gradient-text.btn-very-small {
  padding: 0;
}

.btn-gradient-text.btn-very-small>span {
  padding: 10px 20px;
}

.btn-gradient-text>span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn-gradient-text .btn-double-gradient-text {
  transition: opacity 0.65s, transform 0.85s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
  font-size: 15px;
}

.btn-gradient-text .btn-double-gradient-text:before {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}

.btn-gradient-text:hover .btn-double-text,
.btn-gradient-text:active .btn-double-text {
  transform: translateY(-200%);
}

.btn-gradient-text:hover .btn-double-text:before,
.btn-gradient-text:active .btn-double-text:before {
  transform: translate(-50%, 150%);
  opacity: 1;
}

.btn-gradient-text.purchase-envato.btn-small {
  padding: 0;
}

.btn-gradient-text.purchase-envato.btn-small>span {
  padding: 11px 30px;
}


.gradient-explore-more {
  padding: 0;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid rgba(20, 5, 5, 0.3);
  color: var(--white);
  text-transform: none;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.gradient-explore-more:hover {
  background-color: var(--white);
  border-color: rgba(10, 1, 1, 0.3);
  color: var(--dark-gray);
}

.gradient-explore-more>span {
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gradient-explore-more .btn-double-explore-more {
  position: relative;
  display: inline-block;
  transition: transform 0.85s cubic-bezier(.15, .85, .31, 1), opacity 0.5s;
}

.gradient-explore-more .btn-double-explore-more::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 150%);
  opacity: 0;
  white-space: nowrap;
  color: inherit;
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}

.gradient-explore-more:hover .btn-double-explore-more {
  transform: translateY(-150%);
  opacity: 0;
}

.gradient-explore-more:hover .btn-double-explore-more::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* ========================= */
/* Gradient Icon */
/* ========================= */
.icongradient {
  position: relative;
  display: inline-block;
}

/* ========================= */
/* Explore Now Gradient */
/* ========================= */
.gradient-explore-now {
  padding: 0;
  border-radius: 50px;
  font-size: 15px;
  background-image: linear-gradient(to right, #623167, #e94037, #ff9221);
  background-size: 150% auto;
  overflow: hidden;
  background-position: right center;
  color: var(--white);
  text-transform: none;
  background-color: transparent;
  border: 1px solid white;
  transition: background-position 0.5s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: inline-block;
}

.gradient-explore-now:hover {
  background-position: left center;
  color: var(--white);
  border-color: var(--bs-btn-hover-border-color);
  text-decoration: none;
}

.gradient-explore-now>span {
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gradient-explore-now .btn-double-explore-now {
  position: relative;
  display: inline-block;
  transition: transform 0.85s cubic-bezier(.15, .85, .31, 1), opacity 0.5s;
}

.gradient-explore-now .btn-double-explore-now::before {
  content: attr(data-text);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 150%);
  opacity: 0;
  white-space: nowrap;
  color: inherit;
  transition: opacity 0.5s, transform 0.8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
}

.gradient-explore-now:hover .btn-double-explore-now {
  transform: translateY(-150%);
  opacity: 0;
}

.gradient-explore-now:hover .btn-double-explore-now::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.gradient-explore-now .icongradient {
  position: relative;
  margin-left: 6px;
  display: inline-block;
}

.text-white {
  color: white !important;
}

.border-white {
  border: 1px solid white !important;
}

.hotel-usp img {
  width: 100%;
  height: auto;
}

.popup-modal {
  z-index: 1056 !important;
}

.modal.onam-modal.fade.show {
  z-index: 1054 !important;
}

#book-now-wrapper {
  /* Existing styles from your classes and inline style will apply */
  /* Adding z-index to ensure the button stays above other content */
  position: relative;
  z-index: 1000;
}

#book-now-wrapper.fixed {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  width: 100%;
  z-index: 1000;
  margin: 0 !important;
  padding: 0 !important;
  animation: slideUp 0.4s ease-out forwards;
}

#book-now-wrapper.fixed+footer {
  margin-bottom: 60px;
}


@keyframes slideUp {
  from {
    transform: translateX(-50%) translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}

#book-now-wrapper.fixed #mobile-book-now {
  border-radius: 0px !important;
  font-size: 22px;

}

@media (max-width: 768px) {
  #book-now-wrapper.fixed footer {
    margin-bottom: 50px;
  }
}

@media (max-width: 1025px) {
  .room-detail-mobile {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .room-detail-hero-section .bright-bg.fixed {
    position: fixed;
    bottom: 0px;
    padding: 0;
    z-index: 2;
    width: 100%;
  }

}

@media (max-width: 991px) {


  .home-room-mobile-parent {
    width: 100% !important;
  }

  .home-room-mobile-child.justify-end {
    justify-content: center !important;
  }
}

@media (max-width: 990px) and (min-width: 767px) {
  .justifycenter {
    justify-content: center !important;

  }
}

@media (min-width: 1199px) {
  .martop {
    margin-top: 0.5rem !important;
  }

}

@media (max-width: 767px) {
  .icongradient {
    display: none !important;
  }
}


.mobile-sticky-booknow .bookwrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 0px !important;
  z-index: 9999;
}

.mobile-sticky-booknow {
  /* height: 70px; prevent content overlap */
  width: 100%;
}


.bookwrapper {
  display: block !important;
  border: 0px solid transparent !important;
  margin-top: 10px;
}

@media (min-width: 1025px) {
  .bookwrapper {
    display: none !important;
  }

}


.bright-bg a {
  background-color: #5a1f5a !important;
  border-color: #5a1f5a !important;
}

@media (max-width: 1024px) {
  .mobile-sticky-booknow .bookwrapper .mobilebooknowbtn {
    border-radius: 0px !important;
    font-size: 22px;
  }

  .bright-bg a {
    font-size: 22px !important;
  }
}



button#mobile-book-now {
  font-size: 22px !important;

}

div#book-now-wrapper {
  border: none !important;
}

div#book-now-wrapper {
  border: none !important;
}

.bright-bg a.button.-md.bg-accent-2.-dark-1.w-1\/1 {
  border: none !important;
}


@media (max-width: 767px) {
  .Southbtm {
    bottom: 16% !important;
  }
}


/* Fix the hero__filter on desktop screens */
@media (min-width: 768px) {
  .hero__filter {
    position: fixed !important;

    transform: translateX(-50%);
    z-index: 1000;
    /* Ensure it appears above other content */
    width: 100%;
    max-width: 600px;
    /* Match the col-md-6 width */
  }

  /* Hide the hero__filter when the footer is visible */
  .hero__filter.hidden {
    display: none !important;
  }
}

#mobile-booking-container .hero__filter {
  display: flex;
  justify-content: center;
}

.searchForm__button button {
  border-radius: 16px;
}


/* breadcrumb */

/* Breadcrumb Container */
/* Breadcrumb Container */
.custom-breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  /* ensure all children align */
  flex-wrap: wrap;
  /* allow wrapping to new line */
  max-width: 100%;
  padding: 14px 75px;
  font-size: 15px;
}

@media (max-width: 991px) {
  .custom-breadcrumb {
    padding: 14px 2px !important;
  }
}

/* Breadcrumb Items */
.custom-breadcrumb .breadcrumb-item {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  /* make item flex */
  align-items: center;
  /* vertical center alignment */
}

/* Breadcrumb Links */
.custom-breadcrumb .breadcrumb-item a {
  color: #333;
  text-decoration: none;
  padding: 0;
  /* reset odd padding */
  border-radius: 6px;
  transition: all 0.3s ease;
  display: inline-block;
  max-width: 100%;
  line-height: 1.4;
  /* consistent height */
}

/* Space between items */
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}

/* Hover effect */
.custom-breadcrumb .breadcrumb-item a:hover {
  color: #81507dff;
}

/* Active item */
.custom-breadcrumb .breadcrumb-item.active {
  color: #5a1f5a;
  border-radius: 6px;
  line-height: 1.4;
}

/* Divider */
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #000000ff;
  padding: 0 5px;
  content: "›";
  display: inline-flex;
  /* flex so it aligns */
  align-items: center;
  /* vertically aligned */
  /* tweak size to match text */
  line-height: 1;
  /* remove extra height */
}


@media (max-width: 991px) {
  #book-now-wrapper {
    padding-bottom: 0px !important;
  }
}

/* FAQ Styles */
/* ==============================
   FAQ Accordion Section Styling
   Targeted with #faq-accordion
   ============================== */
#faq-accordion .accordion__item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

#faq-accordion .accordion__button {
  width: 100%;
  text-align: left;
  padding: 18px 34px 18px 20px;
  background: #f5eee1;
  border: none;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

#faq-accordion .accordion__title {
  color: #333;
  flex: 1;
  /* Ensure title takes available space */
}

#faq-accordion .accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

#faq-accordion .chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.3s ease;
}

#faq-accordion .accordion__item.active .chevron {
  transform: rotate(-135deg);
  /* Upside-down when active */
}

#faq-accordion .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 20px;
}

#faq-accordion .accordion__item.active .accordion__content {
  max-height: 500px;
  padding: 15px 20px;
}

#faq-accordion .accordion__content p {
  margin: 0;
  color: #555;
  line-height: 1.6;
}

/* Fallback for chevron if border-based arrow fails */
#faq-accordion .chevron::before {
  content: '\25BC';
  /* Unicode for down arrow */
  display: none;
  /* Hidden unless needed */
  font-size: 14px;
  color: #333;
}

#faq-accordion .accordion__item.active .chevron::before {
  content: '\25B2';
  /* Unicode for up arrow */
}

/* Ensure visibility in case of rendering issues */
#faq-accordion .accordion__icon:empty+.chevron::before {
  display: inline-block;
}

/* Wrapper padding and background */
#faq-accordion {
  padding: .5rem;
  /* Mobile default */
  background: #fff;
  /* White background */
  border-radius: 10px;
  /* Smooth edges */
}


/* ============================== Contact Form Styling (targeted) ============================== */
.contact-form-submit-faq {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .faqmtop {
    padding-top: 60px;
  }
}

/* Hide right column on mobile */
@media (max-width: 1025px) {
  .faq-image {
    display: none;
  }
}

.restaurant-section a:hover {
  color: white;
}


#more-content .list-unstyled {
  padding-left: 0;
  list-style: disc;
}

#more-content .list-unstyled li {
  position: relative;
  padding-left: 20px;
}

#more-content .list-unstyled li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #5a1f5a;
  font-size: 2.5em;
  line-height: 0.8;
  /* Adjust line height for better alignment */
}

#more-content .review {
  margin-bottom: 1.5rem;
}

#more-content .review p {
  font-style: italic;
}

#more-content .review p strong {
  font-style: normal;
}

#more-content blockquote {
  border-left: 4px solid #5a1f5a;
  padding-left: 1rem;
  margin: 0;
}

#more-content .close-content-btn {
  position: relative;
  bottom: 40px;
}

#more-content .btn.btn-outline-secondary {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #6c757d;
  color: #6c757d;
  background-color: transparent;
  transition: all 0.3s ease;
}

#more-content .btn.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}


/* Pagination container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  /* Prevent wrapping to multiple lines */
  overflow-x: auto;
  /* Allow horizontal scrolling if needed */
  white-space: nowrap;
  /* Keep buttons in a single line */
  padding: 10px 5px;
  max-width: 100%;
  /* Ensure it fits within parent container */
}

/* Previous/Next buttons */
.pagination-btn {
  padding: 8px 12px;
  /* Smaller padding for compact look */
  border: 1px solid #d1d5db;
  /* Light gray border */
  background-color: #ffffff;
  /* White background */
  color: #374151;
  /* Dark gray text */
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.pagination-btn:disabled {
  background-color: #f3f4f6;
  /* Very light gray for disabled */
  border-color: #d1d5db;
  color: #9ca3af;
  /* Medium gray text for disabled */
  cursor: not-allowed;
}

.pagination-btn:hover:not(:disabled) {
  background-color: #5a1f5a;
  /* Light gray on hover */
  border-color: #9ca3af;
}

/* Page numbers container */
.page-numbers {
  display: flex;
  gap: 8px;
  align-items: center;
}

/* Individual page numbers */
.page-number {
  padding: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  /* Light gray border */
  background-color: #ffffff;
  /* White background */
  color: #374151;
  /* Dark gray text */
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.page-number:hover {
  background-color: #f3f4f6;
  /* Light gray on hover */
  color: #374151;
}

.page-number.active {
  background-color: #5a1f5a;
  /* Light purple for active page */
  color: #ffffff;
  /* Dark gray text for contrast */
  border-color: #c4b5fd;
}

/* Ellipsis styling */
.page-ellipsis {
  padding: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  /* Dark gray text */
  font-size: 14px;
  line-height: 1;
}

.trending-text.mobile-menu {
  transform: translate(0px, 0px);
  position: relative;
}

.trending-text.mobile-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
}



/* Mobile-specific styles */
@media (max-width: 767px) {
  .pagination {
    gap: 6px;
    padding: 10px 5px;
  }

  .pagination-btn {
    padding: 6px 10px;
    font-size: 12px;
  }

  .page-number {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .page-ellipsis {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }


  .trending-text.mobile-menu {
    border-radius: 6px;
    padding: 5px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transform: translate(0px, 0px);
    right: 0;
    top: 0;
  }

  .trending-text.mobile-menu::after {
    content: '';
    background: linear-gradient(120deg, transparent, rgba(234, 220, 198, 0.7411764706), transparent);

  }
}

.badge.badge-sm.rewards-icon {
  padding: 7px 15px;
  font-size: 13px;
  min-width: 18px;
  min-height: 16px;
  background: linear-gradient(135deg, #e30050 30%, #ff7423 70%) !important;
  border-radius: 3px;
  /* text-transform: uppercase; */
  text-align: center;
}


p a:hover {
    color: #5a1f5a; /* hover color */
    text-decoration: underline;
}

.post-info {
            font-size: 15px; /* Sets the base font size for the container */
        }
        .post-info i {
            color: #5a1f5a;
            margin-right: 5px;
            font-size: 14px; /* Ensures the icon matches the text size */
        }
        .post-info a {
            color: #5a1f5a;
        }
        p a:hover {
            color: #5a1f5a; /* hover color */
            text-decoration: underline;
        }

        
        

  .three-device-padding {
    padding: 0 !important;
    padding-top: 20px !important;
  }

 
  @media (min-width: 768px) and (max-width: 1023px) {
    .three-device-padding {
      padding: 20px 100px 30px 10px !important;  
      
    }
  }

@media (min-width: 1024px) and (max-width: 1279px) {
  .three-device-padding {
    padding-right: 500px !important;   
  }
}


@media (min-width: 1280px) and (max-width: 1439px) {
  .three-device-padding {
    padding-right: 620px !important;   
  }
}

/* 1440–1599px → 1440×900, 1536×864, 1600×900 */
@media (min-width: 1440px) and (max-width: 1599px) {
  .three-device-padding {
    padding-right: 830px !important;
  }
}

/* 1600–1919px → mostly 1600×900 aur 1920×1080 */
@media (min-width: 1600px) and (max-width: 1919px) {
  .three-device-padding {
    padding-right: 800px !important;
  }
}

/* 1920px (1920×1080, 2560×1440 etc.) */
@media (min-width: 1920px) {
  .three-device-padding {
    padding-right: 690px !important;
  }
}





/* Default (Mobile) → almost zero padding */
.justify-wide-padding {
  padding: 20px 15px 30px 20px !important; 
}

/* Tablet (768–1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
  .justify-wide-padding {
    padding: 20px 120px 30px 130px !important;  
  }
}

/* 1024–1279px (small laptops, old 5:4 screens) */
@media (min-width: 1024px) and (max-width: 1279px) {
  .justify-wide-padding {
    padding-left:  300px !important;
    padding-right: 300px !important;
  }
}

/* 1280–1439px → sabse common (1366×768, 1280×800, 1440×900) */
@media (min-width: 1280px) and (max-width: 1439px) {
  .justify-wide-padding {
    padding-left:  360px !important;
    padding-right: 360px !important;
    
  }
}

/* 1440–1599px */
@media (min-width: 1440px) and (max-width: 1599px) {
  .justify-wide-padding {
    padding-left:  480px !important;
    padding-right: 480px !important;
  }
}

/* 1600–1919px */
@media (min-width: 1600px) and (max-width: 1919px) {
  .justify-wide-padding {
    padding-left:  460px !important;
    padding-right: 460px !important;
  }
}

/* 1920px aur usse zyada (Full HD, 2K, 4K monitors) */
@media (min-width: 1920px) {
  .justify-wide-padding {
    padding-left:  420px !important;  
    padding-right: 420px !important;
  }
}

/* Contact Form Style 03 - From Rewards */
.bg-very-light-linear, .bg-very-light-linear:focus {
  background: linear-gradient(#FFE0AD, #FFFEF8);
}

.contact-form-style-03 input, 
.contact-form-style-03 textarea,
.contact-form-style-03 input.form-control,
.contact-form-style-03 textarea.form-control {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #232323 !important;
  background: transparent !important;
}

.contact-form-style-03 select,
.contact-form-style-03 select.form-control {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #232323 !important;
  background: transparent !important;
}

.border-color-dark-gray {
  border-color: #232323 !important;
}

.border-radius-0px {
  border-radius: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.contact-form-style-03 input:focus, 
.contact-form-style-03 select:focus, 
.contact-form-style-03 textarea:focus, 
.contact-form-style-03 .form-control:focus {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
}

.contact-form-style-03 textarea {
  resize: none;
}

.contact-form-style-03 .form-group .form-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.contact-form-style-03 .form-group.form-textarea .form-icon {
  top: 20px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

.contact-form-style-03 .form-control, 
.contact-form-style-03 .form-control.is-invalid, 
.contact-form-style-03 .was-validated .form-control:invalid {
  background-position: right 35px center !important;
}

/* Utility Classes from Rewards - Exact Same */
.p-7 {
  padding: 7% !important;
}

.mb-3 {
  margin-bottom: 3% !important;
}

.mb-25px {
  margin-bottom: 25px !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.sm-mb-30px {
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .sm-mb-30px {
    margin-bottom: 30px !important;
  }
}

.icon-extra-large {
  font-size: 50px;
}

.border-radius-6px {
  border-radius: 6px !important;
}

.w-160px {
  width: 160px !important;
}

/* Positioning Classes for Decorative Images - Exact from Rewards */
.top-minus-10px {
  top: -10px;
}

.top-minus-30px {
  top: -30px;
}

.bottom-minus-30px {
  bottom: -30px;
}

.left-15px {
  left: 15px;
}

.left-150px {
  left: 150px;
}

.right-minus-50px {
  right: -50px;
}

/* Font Weights - Exact from Rewards */
.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

/* Text Colors - Exact from Rewards */
.text-dark-gray, 
.btn-link.text-dark-gray, 
a.text-dark-gray-hover:hover {
  color: #232323;
}

/* Margin Bottom Zero */
.mb-0 {
  margin-bottom: 0 !important;
}

/* Form Label Styling - Matching Rewards */
.contact-form-style-03 .form-label {
  font-size: 18px !important;
  line-height: 1.5 !important;
  margin-bottom: 8px !important;
  font-weight: 600 !important;
  color: #232323 !important;
}

.contact-form-style-03 .form-control,
.contact-form-style-03 input.form-control,
.contact-form-style-03 textarea.form-control,
.contact-form-style-03 select.form-control {
  font-size: 16px !important;
  line-height: 1.5 !important;
  padding: 8px 0 !important;
  color: #232323 !important;
}

.contact-form-style-03 .form-control::placeholder {
  color: #999;
  font-size: 15px;
}

/* Form Icon Styling */
.contact-form-style-03 .form-icon {
  color: #232323;
  font-size: 18px;
}

.contact-form-style-03 .form-icon i {
  color: #232323;
}

/* Heading Styling - Match Website Fonts */
.bg-very-light-linear h3,
.contact-form-style-03 ~ .row h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Cormorant Garamond", sans-serif;
}

/* Button Styling - Matching Rewards */
.btn-small {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.mt-20px {
  margin-top: 20px !important;
}

.sm-mt-25px {
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .sm-mt-25px {
    margin-top: 25px !important;
  }
}

/* Bootstrap Icons Support */
[class*="bi-"] {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Families - Match Website Fonts */
.alt-font {
  font-family: "Cormorant Garamond", sans-serif;
}

.primary-font {
  font-family: "Jost", sans-serif !important;
}

/* 
.text-new-offers {
  font-weight: 600;
  font-size: 22px;

  background: linear-gradient(
    100deg,
    #f9f5f0 0%,
    #fff8e8 30%,
    #f0e0c8 50%,
    #e8d4b8 70%,
    #f9f5f0 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 240% auto;
  animation: luxuryShine 5.2s ease-in-out infinite; */

  /* Purple-gold glass glow */
  /* text-shadow:
    0 0 5px  rgba(255, 245, 225, 0.9),
    0 0 12px rgba(90, 31, 90, 0.35),
    0 0 22px rgba(234, 200, 140, 0.5),
    0 0 38px rgba(160, 90, 160, 0.25);
}

@keyframes luxuryShine {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
} */



.text-new-offers {
  font-weight: 600;
  font-size: 22px;

  background: linear-gradient(
    100deg,
    #f9f5f0 0%,
    #e8d4b8 50%,
    #f9f5f0 100%
  );  /* Kam stops = faster paint */

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  background-size: 200% auto;  /* Smaller size = less heavy recalc */

  animation: luxuryShine 10s linear infinite;  /* Slower (10s) + linear = smooth, kam CPU spikes */

  /* Glow: Sirf 1 soft layer instead of 4 */
  text-shadow: 0 0 12px rgba(234, 200, 140, 0.7);  /* Soft gold glow, blur 12px */

  /* GPU hint: Yeh paint ko offload karta hai GPU pe */
  will-change: background-position, text-shadow;
}

@keyframes luxuryShine {
  0%   { background-position: 0% 50%; }
  100% { background-position: -200% 50%; }  /* Seamless infinite loop, no jump at 50% */
}


.room-detail-hero-section {
  margin-top: -30px !important; /* desktop & tablet */
}

  @media (max-width: 767px) {
    .room-detail-hero-section {
      margin-top: -30px !important; /* mobile */
    }
  }
  
  .room-detail-hero-section {
  margin-top: -30px !important; /* desktop & tablet */
}

  @media (max-width: 767px) {
    .room-detail-hero-section {
      margin-top: -30px !important; /* mobile */
    }
  }
  
  
  .roomCard .claim-offer-btn-red {
  all: unset;
  position: absolute;
  top: 12px;
  right: 12px;

  background-color: #f30b0b; /* RED */
  color: #fff;

  padding: 6px 12px;
  border-radius: 18px;

  font-size: 15px;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;
  white-space: nowrap;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
}


.roomCard .claim-offer-btn-orange {
  all: unset;
  position: absolute;
  top: 12px;
  right: 12px;

  background-color: #ff9800;  
  color: #fff;

  padding: 6px 12px;
  border-radius: 18px;

  font-size: 15px;
  font-weight: 600;
  line-height: 1;

  cursor: pointer;
  white-space: nowrap;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  z-index: 10;
  
}

.roomCard .claim-offer-btn-red,
.roomCard .claim-offer-btn-orange {
  position: absolute;   /* already there */
  overflow: hidden;     /* 🔥 THIS IS THE FIX */
}



.btn-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  overflow: hidden;
}

/* Shine layer */
.btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );
  animation: shineMove 2.8s linear infinite;
}

@keyframes shineMove {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* ================================
   ORCHID BOOK CTA – ISOLATED STYLE
   No HTML changes required
   ================================ */

.orchid-book-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 22px;
  border-radius: 50px;

  font-size: 15px;
  font-weight: 500;
  color: #fff;

  border: 1px solid rgba(255, 255, 255, 0.85);
  overflow: hidden;
  cursor: pointer;

  background: linear-gradient(
    110deg,
    #3f1d4f,
    #c94b2c,
    #3f1d4f
  );
  background-size: 180% 180%;

  animation: orchidGradientMove 3s ease-in-out infinite;
}

/* Shine layer */
.orchid-book-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 60%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );

  animation: orchidShineMove 2.8s linear infinite;
  pointer-events: none;
}

/* Gradient motion – smooth & premium */
@keyframes orchidGradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Shine pass – clean sweep */
@keyframes orchidShineMove {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
/* Prevent black/dark hover override */
.orchid-book-cta:hover,
.orchid-book-cta:focus,
.orchid-book-cta:active {
  background: linear-gradient(
    110deg,
    #3f1d4f,
    #c94b2c,
    #3f1d4f
  );
  background-size: 180% 180%;
  color: #fff;
  box-shadow: none;
  filter: none;
}



/* slider button new css */
/* ======================================
   ORCHID CTA SKIN
   Only color + animation + shine
   ====================================== */

.orchid-cta-skin {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    110deg,
    #3f1d4f,
    #c94b2c,
    #3f1d4f
  );
  background-size: 180% 180%;

  animation: orchidSkinGradient 3s ease-in-out infinite;
}


/* Shine applied to the REAL visual button */
.orchid-cta-skin .btn-inner {
  position: relative;
  overflow: hidden;
}

.orchid-cta-skin .btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent 30%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 70%
  );

  transform: translateX(-100%);
  animation: orchidSkinShine 2.8s linear infinite;
  pointer-events: none;
}

/* Lock hover so theme doesn’t kill it */
.orchid-cta-skin:hover,
.orchid-cta-skin:focus,
.orchid-cta-skin:active {
  background: linear-gradient(
    110deg,
    #3f1d4f,
    #c94b2c,
    #3f1d4f
  );
  background-size: 180% 180%;
  filter: none;
}

/* Animations scoped ONLY to this skin */
@keyframes orchidSkinGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes orchidSkinShine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* Wrapper must be positioning context */
.orchid-cta-wrap {
  position: relative;
  display: inline-block;
}

.orchid-cta-patch {
  position: absolute;
  top: -22px;
  left: 2px;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color:red;

  padding: 4px 10px;
  border-radius: 12px;

text-shadow:
  0 1px 2px rgba(0, 0, 0, 0.8),
  0 2px 6px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;

  animation: orchidPatchShine 2.2s ease-in-out infinite,
            hotelpatchRedBlink 1.2s ease-in-out infinite;

}


@media (max-width: 576px) {
  .orchid-cta-patch {
    top: -15px;           /* shifted UP more on mobile */
    left: 2px;          /* pushed even more right */

    font-size: 10px;
    padding: 3px 5px;

    background-size: 200% 100%;

  animation: orchidPatchShine 2.2s ease-in-out infinite,
             hotelpatchRedBlink 1.2s ease-in-out infinite;
  }
}
@keyframes hotelpatchRedBlink {
  0%, 100% {
    color: #e84848; /* strong red */
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.8),
      0 2px 6px rgba(0, 0, 0, 0.6);
  }

  50% {
    color: #ffffff; /* pure white */
    text-shadow:
      0 1px 2px rgba(0, 0, 0, 0.9),
      0 2px 8px rgba(0, 0, 0, 0.8);
  }
}
/* Force BOOK NOW arrow to white only */
.orchid-cta-skin i,
.orchid-cta-skin .icongradient {
  color: #fff !important;
  fill: #fff !important;
}


/* hotel blink cta css */
.hotel-blink-cta {
  position: relative;
  font-weight: 600;
  color: #f2f2f2;
  animation: hotelYellowBlink 1.2s ease-in-out infinite;
}

/* Yellow blink + text pulse */
@keyframes hotelYellowBlink {
  0% {
    color: #f2f2f2;
    opacity: 1;
  }

  15% {
    color:#a0e337;   /* soft yellow */
    opacity: 0.35;    /* blink down */
  }

  30% {
    color: #ffe08a;
    opacity: 1;       /* blink up */
  }

  45% {
    color: #f2f2f2;
    opacity: 1;
  }

  100% {
    color: #f2f2f2;
    opacity: 1;       /* long rest */
  }
}

@media (max-width: 576px) {
  .hotel-blink-cta {
    animation-duration: 2.8s;
  }
}

/* Hide on mobile + tablet */
.desktop-only-cta {
  display: none;
}


/* Show only on desktop (992px and above) */
@media (min-width: 992px) {
  .desktop-only-cta {
    display: block;
  }
}

/* Overlay that does NOT affect image layout */
.image-cta-overlay {
  position: absolute;
  inset: 0;                 /* top:0 right:0 bottom:0 left:0 */
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;     /* slider still swipeable */
  z-index: 5;
}

/* Allow clicking the button */
.image-cta-overlay .orchid-book-cta {
  pointer-events: auto;
}
/* MOBILE FIX — center the slider CTA properly */
@media (max-width: 767px) {
  .image-cta-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .orchid-book-cta--slider {
    position: relative;      /* cancel any absolute leftovers */
    left: auto;
    right: auto;
    transform: none;

    margin: 0 auto;          /* HARD center */
    width: max-content;      /* prevent full-width stretch */
  }
}

/* Wide CTA variant */
.orchid-book-cta--wide {
  min-width:300px;        /* increase for longer button */
  padding: 14px 32px;     /* height + horizontal space */
  font-size: 20px;
  letter-spacing: 0.4px;
}

/* Extra wide if needed later */
.orchid-book-cta--wide.xl {
  min-width: 280px;
  padding: 16px 40px;
}

/* Mobile tuning */
@media (max-width: 767px) {
  .orchid-book-cta--wide {
    min-width: auto;
    padding: 12px 24px;
    font-size: 14px;
  }
}

@media (max-width: 1024px) {

  .book-now-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
  }

  /* Default: hide patch everywhere */
  .mobile-offer-patch {
    display: none;
  }

  /* Visible ONLY when sticky button is fixed (mobile + tablet) */
  .book-now--sticky.fixed .mobile-offer-patch {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;

    background: linear-gradient(180deg, #ff3b3b 0%, #d90000 100%);
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.65);

    /* 🔒 clip shine inside */
    overflow: hidden;

    animation: mobileOfferBlink 1.1s ease-in-out infinite;

    box-shadow:
      0 0 10px rgba(255,40,40,0.65),
      inset 0 0 8px rgba(255,255,255,0.2);
  }

  /* Shine stays INSIDE patch */
  .book-now--sticky.fixed .mobile-offer-patch::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -40%;
    width: 30%;
    height: 140%;

    background: linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.9),
      transparent
    );

    transform: rotate(18deg);
    animation: mobileOfferShine 1.7s linear infinite;
  }

  @keyframes mobileOfferBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
  }

  @keyframes mobileOfferShine {
    0% { left: -40%; }
    100% { left: 120%; }
  }
}


/* Mobile + Tablet ONLY */
@media (max-width: 1024px) {

  .stay-cta-wrap {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .stay-offer-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;

    font-size: 13px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;

    background: linear-gradient(180deg, #ff3b3b 0%, #d90000 100%);
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.65);

    overflow: hidden;

    animation: stayBadgeBlink 1.1s ease-in-out infinite;

    box-shadow:
      0 0 10px rgba(255,40,40,0.65),
      inset 0 0 8px rgba(255,255,255,0.2);
  }

  .stay-offer-badge::after {
    content: "";
    position: absolute;
    top: -20%;
    left: -40%;
    width: 30%;
    height: 140%;

    background: linear-gradient(
      90deg,
      transparent,
      rgba(255,255,255,0.9),
      transparent
    );

    transform: rotate(18deg);
    animation: stayBadgeShine 1.7s linear infinite;
  }

  @keyframes stayBadgeBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
  }

  @keyframes stayBadgeShine {
    0% { left: -40%; }
    100% { left: 120%; }
  }
}


/* Wrapper */
.book-now-cta-wrap {
  position: relative;
  display: inline-block;
}

/* Compact attached patch */
.book-now-patch {
  position: absolute;
  top: calc(100% + 2px);
  left: -13px;
  width: 200px;
  height: 16px;              /* SMALL height */
  background: white;
  color:Red;
  font-size: 12px;           /* smaller text */
  font-weight: 600;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;          /* NO rounded edges */
  animation: subtleBlink 1s infinite;
}

/* Shine sweep (very subtle) */
.book-now-patch::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  animation: subtleShine 2s infinite;
}

/* Text above shine */
.book-now-patch span {
  position: relative;
  z-index: 1;
}

/* Mumbai navbar: override main.css vw-based BOOK NOW size lock */
body .header .desktopNav .book-now-cta-wrap .book-now-home .view-button {
  font-size: 18px !important;
  line-height: 1.1;
}

/* Gentle blink */
@keyframes subtleBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}

/* Slow shine */
@keyframes subtleShine {
  0% { left: -130%; }
  100% { left: 150%; }
} 

@media (min-width: 768px) and (max-width: 1024px) {
  .book-now-patch {
    left: -13px;
    width: 84px;
  }
}


.orchid-cta-skin .btn-inner {
  position: relative;
  overflow: hidden;
}

.orchid-cta-skin .btn-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 220%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 65%
  );

  transform: translateX(-100%);
  animation: orchidSkinShine 2.8s linear infinite;
  pointer-events: none;
}



/* ======================================
   ORCHID CTA – NO SHINE VERSION (FIXED)
   White arrows guaranteed
   ====================================== */

.orchid-cta-no-shine {
  position: relative;
  overflow: hidden;

  background: linear-gradient(
    110deg,
    #3f1d4f,
    #c94b2c,
    #3f1d4f
  );
  background-size: 180% 180%;
  animation: orchidSkinGradient 2s ease-in-out infinite;
}

/* REAL visual button container */
.orchid-cta-no-shine .btn-inner {
  position: relative;
  overflow: hidden;
}

/* 🔑 STATIC glow overlay — BEHIND content */
.orchid-cta-no-shine .btn-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0; /* IMPORTANT */

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.18),
    rgba(255,255,255,0.12)
  );

  opacity: 0.35;
  pointer-events: none;
}

/* 🔑 Force ALL content above overlay */
.orchid-cta-no-shine .btn-inner > * {
  position: relative;
  z-index: 1;
}

/* 🔑 FORCE TEXT + ICONS TO WHITE */
.orchid-cta-no-shine,
.orchid-cta-no-shine span,
.orchid-cta-no-shine i {
  color: #fff !important;
}

/* SVG / font-icon safety */
.orchid-cta-no-shine svg,
.orchid-cta-no-shine svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

/* Hover / focus lock */
.orchid-cta-no-shine:hover,
.orchid-cta-no-shine:focus,
.orchid-cta-no-shine:active {
  background: linear-gradient(
    110deg,
    #3f1d4f,
    #c94b2c,
    #3f1d4f
  );
  background-size: 180% 180%;
  filter: none;
}

/* Gradient motion */
@keyframes orchidSkinGradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


@media (max-width: 576px) {
  .roomCard__content .mt-30.d-flex {
    gap: 15px !important;
  }

  .roomCard__content .orchid-cta-wrap {
    margin-left: 8px; /* ensures visible separation */
  }
}

@media (min-width: 768px) {
  .roomCard__content .mt-30.d-flex .read-more {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
  }

  .roomCard__content .mt-30.d-flex .orchid-cta-wrap .orchid-cta-no-shine {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
  }

  .roomCard__content .mt-30.d-flex .orchid-cta-wrap {
    transform: translateY(-1px);
  }
}


@media (min-width: 992px) {
  .roomCard__content .orchid-cta-wrap {
    position: relative;
    top: -2px; /* tweak: try -1px or -2px */
  }
}


@media (max-width: 767px) {
  .read-more,
  .read-more * {
    transition: none !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .book-now-patch {
    left: 32%;
    transform: translateX(-50%);
    width: 109px;
    padding: 0 10px;
    font-size: 11px;
    height: 14px;
    white-space: nowrap;
  }
}


.rating {
display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}

.stars i {
  color: #ffb400;
  font-size: 15px;
}

.rating-text {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

.Special_Offer.offer-home.is-centered .swiper-wrapper {
  justify-content: center;
}

@media (max-width: 767px) {
  .Special_Offer.offer-home.is-centered .swiper-wrapper {
    justify-content: flex-start;
  }
}



.roomCard__rating-badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  z-index: 10;
  pointer-events: none;
  backdrop-filter: blur(6px);
}

.roomCard__image {
  position: relative !important;
  overflow: hidden;
}

.roomCard__image .roomCard__rating-badge {
  margin: 0;
}

.roomCard__image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px;
  z-index: 10;
  pointer-events: none;
}

.roomCard__image-overlay .roomCard__rating-badge {
  position: static !important;
}

.roomCard__rating-stars i {
  color: #f7c843;
  font-size: 12px;
  margin-right: 1px;
}

.roomCard__rating-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.roomCard__rating-count {
  font-weight: 500;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .roomCard__rating-badge {
    left: 10px;
    bottom: 10px;
    padding: 5px 8px;
    font-size: 12px;
  }

  .roomCard__image-overlay {
    padding: 10px;
  }

  .roomCard__rating-stars i {
    font-size: 11px;
  }
}


@media screen and (max-width: 768px) {
  .vr-view {
    z-index: 9999 !important;
  }
}

/* ===== MARQUEE (TOP BAR) ===== */
.rewards-marquee {
  position: fixed;
  top: 0; /* always top */
  left: 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #e30050 30%, #ff7423 70%);
  padding: 5px 0;
  z-index: 1000;

  transform: translateY(0);
  transition: transform 0.3s ease;

  display: none;
}
.rewards-marquee.is-hidden-on-scroll {
  transform: translateY(calc(-100% - 6px));
}


.header--with-rewards-marquee.is-hidden-on-scroll {
  transform: translateY(-100%) !important;
}
.header--with-rewards-marquee.is-hidden-on-scroll + .rewards-marquee {
  transform: translateY(calc(-100% - 6px));
}




.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 20s linear infinite;
}

.marquee-group {
  display: flex;
}

.marquee-track span {
  white-space: nowrap;
  color: #fff;
  font-size: 13px;
  padding-right: 60px;
  font-weight: 500;
}

/* seamless loop */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {

  .rewards-marquee {
    display: block !important;
    position: fixed;
    top: 0;
    z-index: 1000;
  }


  .header--with-rewards-marquee {
    position: fixed !important;  
    top: 25px !important;        
    width: 100%;
    z-index: 999;
  }

  .header--with-rewards-marquee.is-hidden-on-scroll {
    transform: translateY(calc(-100% - 25px)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header--with-rewards-marquee {
    top: 30px !important;
  }

  .header--with-rewards-marquee.is-hidden-on-scroll {
    transform: translateY(calc(-100% - 40px)) !important;
  }
}


