.room-buttons-wrapper {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
  .room-buttons-wrapper .btn.read-more {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .room-book-now-btn {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  
  /* Tablet Responsive (768px - 991px) */
  @media (min-width: 768px) and (max-width: 991px) {
    .room-buttons-wrapper {
      justify-content: space-between !important;
    }
    .room-buttons-wrapper .btn.read-more,
    .room-book-now-btn {
      padding: 6px 6px !important;
      white-space: nowrap !important;
    }
    .room-book-now-btn {
      padding: 2px 0px !important;
      width: auto !important;
      min-width: auto !important;
      max-width: none !important;
      overflow: visible !important;
      margin-left: 40px !important;
      margin-right: 0 !important;
      transform: translateX(-40px) !important;
    }
    .room-book-now-btn span {
      display: inline-flex !important;
      align-items: center !important;
      white-space: nowrap !important;
    }
    .room-book-now-btn .btn-double-gradient-text {
      white-space: nowrap !important;
      display: inline-block !important;
    }
    .room-book-now-btn .icongradient {
      display: none !important;
    }
    .amenities-toggle-btn .icongradient {
      display: none !important;
    }
    .amenities-toggle-btn {
      width: auto !important;
      min-width: 165px !important;
      padding: 5px 10px !important;
    }
    .amenities-toggle-btn .btn-double-gradient-text {
      font-size: 12px !important;
    }
    .room-buttons-wrapper .btn.read-more .btn-text,
    .room-book-now-btn .btn-double-gradient-text {
      white-space: nowrap !important;
    }
  }

  /* Mobile Responsive (<= 767px) - keep both buttons side-by-side + single line text */
  @media (max-width: 767px) {
    .room-buttons-wrapper {
      display: flex !important;
      flex-direction: row !important;
      flex-wrap: nowrap !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 10px !important;
    }

    .amenities-dropdown-container {
      flex: 1 1 0 !important;
      min-width: 0 !important;
    }

    .amenities-toggle-btn,
    .room-book-now-btn {
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: auto !important;
      min-width: 0 !important;
      white-space: nowrap !important;
      padding: 10px 12px !important;
      margin: 0 !important;
      box-sizing: border-box !important;
      
    }

    /* Proportional width buttons on mobile (Amenities wider, Book Now narrower) */
    .amenities-toggle-btn {
      flex: 1.35 1 0 !important;
      max-width: none !important;
      width: 100% !important;
    }

    .room-book-now-btn {
      flex: 0.65 1 0 !important;
      max-width: none !important;
      width: 100% !important;
    }

    /* Ensure Book Now text is centered inside button */
    .room-book-now-btn > span {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 100% !important;
    }

    /* Ensure Amenities text is centered inside button */
    .amenities-toggle-btn > span {
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      width: 100% !important;
    }

    /* Button text sizing (mobile) */
    .amenities-toggle-btn .btn-double-gradient-text,
    .room-book-now-btn .btn-double-gradient-text {
      display: block !important;
      white-space: nowrap !important;
      line-height: 1 !important;
      width: 100% !important;
      text-align: center !important;
      transform: translateX(-5px) !important;
      margin: 0 !important;
      padding: 0 !important;
      max-width: 100% !important;
    }

    /* Amenities: show full text (no ... ) */
    .amenities-toggle-btn .btn-double-gradient-text {
      font-size: clamp(9px, 2.6vw, 12px) !important;
      overflow: visible !important;
      text-overflow: clip !important;
    }

    /* Book Now: show full text (ensure "NOW" is visible) */
    .room-book-now-btn .btn-double-gradient-text {
      font-size: clamp(9px, 2.6vw, 12px) !important;
      overflow: visible !important;
      text-overflow: clip !important;
    }

    /* Hide arrow icons on mobile to prevent wrapping */
    .amenities-toggle-btn .icongradient,
    .room-book-now-btn .icongradient {
      display: none !important;
    }
  }

  /* Very small mobiles - slightly tighter spacing */
  @media (max-width: 360px) {
    .room-buttons-wrapper {
      gap: 8px !important;
    }
    .amenities-toggle-btn,
    .room-book-now-btn {
      padding: 9px 8px !important;
    }
  }

  /* Desktop: Testimonials section background width (match the "red line" inset) */
  /* 1600px and above (your "perfect" resolution) */
  @media (min-width: 1600px) {
    .testimonials-section-left .sectionBg.-type-2 .sectionBg__bg {
      left: 120px !important;
      right: 120px !important;
    }

    .testimonials-section-left .sectionBg.-type-2 img {
      right: 120px !important;
      width: 40vw !important;
    }

    .testimonials-section-left .row.y-gap-30 > .col-xl-6:first-child {
      padding-left: 30px !important;
    }
  }

  /* 1400px – 1499px (1440 fix: move text a bit right) */
  @media (min-width: 1400px) and (max-width: 1499px) {
    .testimonials-section-left .sectionBg.-type-2 .sectionBg__bg {
      left: 90px !important;
      right: 90px !important;
    }

    .testimonials-section-left .sectionBg.-type-2 img {
      right: 90px !important;
      width: 38vw !important;
    }

    .testimonials-section-left .row.y-gap-30 > .col-xl-6:first-child {
      padding-left: 90px !important;
    }
  }

  /* 1500px – 1599px (1500 fix: keep text away from border) */
  @media (min-width: 1500px) and (max-width: 1599px) {
    .testimonials-section-left .sectionBg.-type-2 .sectionBg__bg {
      left: 90px !important;
      right: 90px !important;
    }

    .testimonials-section-left .sectionBg.-type-2 img {
      right: 90px !important;
      width: 38vw !important;
    }

    .testimonials-section-left .row.y-gap-30 > .col-xl-6:first-child {
      padding-left: 46px !important;
    }
  }

  /* 1200px – 1279px (1200 fix: move text a bit right) */
  @media (min-width: 1200px) and (max-width: 1279px) {
    .testimonials-section-left .sectionBg.-type-2 .sectionBg__bg {
      left: 60px !important;
      right: 60px !important;
    }

    .testimonials-section-left .sectionBg.-type-2 img {
      right: 60px !important;
      width: 36vw !important;
    }

    .testimonials-section-left .row.y-gap-30 > .col-xl-6:first-child {
      padding-left: 56px !important;
    }
  }

  /* 1280px – 1399px (1366 stays perfect) */
  @media (min-width: 1280px) and (max-width: 1399px) {
    .testimonials-section-left .sectionBg.-type-2 .sectionBg__bg {
      left: 60px !important;
      right: 60px !important;
    }

    .testimonials-section-left .sectionBg.-type-2 img {
      right: 60px !important;
      width: 36vw !important;
    }

    .testimonials-section-left .row.y-gap-30 > .col-xl-6:first-child {
      padding-left: 18px !important;
    }
  }

  /* 992px – 1199px */
  @media (min-width: 992px) and (max-width: 1199px) {
    .testimonials-section-left .sectionBg.-type-2 .sectionBg__bg {
      left: 30px !important;
      right: 30px !important;
    }

    .testimonials-section-left .sectionBg.-type-2 img {
      right: 30px !important;
      width: 34vw !important;
    }

    .testimonials-section-left .row.y-gap-30 > .col-xl-6:first-child {
      padding-left: 12px !important;
    }
  }

  /* Mobile/Tablet: add spacing above "Near by Locations" when columns stack */
  @media (max-width: 1024px) {
    .faq-enquiry-section .col-xl-6.col-md-12.mt-45 {
      margin-top: 30px !important;
    }
  }



  /* Hero Slider Buttons - Only on Room Listing Page */
  .hero__buttons-wrapper {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    pointer-events: auto;
  }

  .hero.-type-5 .hero__content {
    position: relative;
  }

  @media (max-width: 991px) {
    .hero__buttons-wrapper {
      bottom: 25%;
    }
  }

  /* Mobile + Tablet: hero CTA buttons side-by-side (no stretch) + hide arrow icons */
  @media (max-width: 1024px) {
    .hero__buttons-wrapper {
      bottom: 20%;
      padding: 0 15px;
    }

    .hero__buttons-wrapper .home-room-mobile-child {
      flex-direction: row !important;
      flex-wrap: wrap !important; /* wraps only on very small screens */
      justify-content: center !important;
      gap: 12px !important;
    }

    .hero__buttons-wrapper .home-room-mobile-child .d-inline-block {
      width: auto !important;
      text-align: center;
      flex: 0 1 auto !important;
    }

    .hero__buttons-wrapper .btngradient {
      width: auto !important;
      max-width: none !important;
      min-width: 160px;
      white-space: nowrap;
    }

  }

  /* Mobile only: hide CTA arrow icons */
  @media (max-width: 767px) {
    .hero__buttons-wrapper .icongradient {
      display: none !important;
    }
  }

  /* Very small mobiles: keep both buttons on one line without overflow */
  @media (max-width: 420px) {
    .hero__buttons-wrapper .home-room-mobile-child {
      flex-wrap: nowrap !important;
    }
    .hero__buttons-wrapper .home-room-mobile-child .d-inline-block {
      flex: 1 1 0 !important;
      min-width: 0 !important;
    }
    .hero__buttons-wrapper .btngradient {
      min-width: 0 !important;
      width: 100% !important;
    }
  }


  .custom-pagination {
  display: flex;
  justify-content: center;
  gap: 13px;
  /* Space between bullets */
}

.custom-pagination .swiper-pagination-bullet {
  background-color: #122223;
  /* Inner circle color */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 13px;
  z-index: 0;
  transition: all 0.1s ease-out;
  opacity: 0.2;
  /* Faded effect for inactive bullets */
}

.custom-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 30px;
  /* Outer circle size */
  height: 30px;
  border-radius: 100%;
  border: 1px solid white;
  /* Outer circle color */
  z-index: -1;
  transition: all 0.1s ease-out;
  opacity: 0;
  /* Hidden by default */
}

.custom-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  /* Fully visible for active bullet */
  background-color: #122223;
  /* Active inner circle color */
}

  .custom-pagination .swiper-pagination-bullet-active::before {
    opacity: 1;
    /* Show outer circle */
    border-color: #122223;
    /* Outer circle color for active bullet */
    transform: scale(1);
    /* Optional scaling for active state */
  }

  /* Disable hover zoom effect for slider images, but keep transition */
  .roomCard.-type-1:hover .js-section-slider .swiper-slide img {
    transform: scale(1) !important;
  }

  /* Room card needs position relative for dropdown positioning */
  .roomCard.-type-1 {
    position: relative;
  }

  .roomCard__image {
    position: relative;
  }

  /* Amenities mega menu dropdown styles */
  .amenities-dropdown-container {
    position: static;
    display: inline-block;
    z-index: 1;
  }

  .amenities-toggle-btn {
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .amenities-toggle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  /* Mega menu dropdown overlay - positioned over room card image */
  .amenities-dropdown {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 95% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    z-index: 100 !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: visible !important;
    margin: 0 !important;
    display: block !important;
  }

  /* Position dropdown to overlay on image */
  .roomCard.-type-1 {
    overflow: visible !important;
  }

  .roomCard__image {
    position: relative !important;
  }

  /* Dropdown positioned absolutely relative to roomCard image, overlaying the entire image area */
  .roomCard.-type-1 .roomCard__image {
    position: relative !important;
  }

  .roomCard.-type-1 .amenities-dropdown {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-90%) !important;
    width: 95% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  .amenities-dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) translateY(-90%) !important;
  }

  /* Card overlay mode (applies when JS adds `.amenities-dropdown--card-overlay`)
     Compact popup shown ABOVE the buttons (JS sets top/height). */
  .roomCard.-type-1 .amenities-dropdown.amenities-dropdown--card-overlay {
    position: absolute !important;
    top: var(--amenities-overlay-top, 12px) !important;
    left: 50% !important;
    right: auto !important;
    width: min(95%, 560px) !important;
    height: var(--amenities-overlay-height, 280px) !important;
    max-height: var(--amenities-overlay-height, 280px) !important;
    transform: translateX(-50%) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    z-index: 300 !important;
  }

  .roomCard.-type-1 .amenities-dropdown.amenities-dropdown--card-overlay.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(-50%) !important;
  }

  /* Popup scrolling inside card overlay (mobile/tablet) */
  @media (max-width: 991px) {
    .roomCard.-type-1 .amenities-dropdown.amenities-dropdown--card-overlay .amenities-dropdown-content {
      height: 100% !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      overscroll-behavior: contain !important;
      touch-action: pan-y !important;
    }
  }

  /* Desktop: no internal scrolling, show full amenities list */
  @media (min-width: 992px) {
    .roomCard.-type-1 .amenities-dropdown.amenities-dropdown--card-overlay .amenities-dropdown-content {
      height: auto !important;
      overflow: visible !important;
    }
  }

  .amenities-dropdown-content {
    padding: 25px 20px;
    width: 100%;
    height: auto !important;
    min-height: auto !important;
    display: block;
    overflow: visible !important;
    box-sizing: border-box;
  }

  .amenity-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 12px;
  }

  .amenity-column:first-child {
    padding-left: 0;
  }

  .amenity-column:last-child {
    padding-right: 0;
  }

  .amenity-item {
    padding: 6px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
  }

  .amenity-item:hover {
    background-color: rgba(90, 31, 90, 0.08);
    border-color: rgba(90, 31, 90, 0.2);
    transform: translateX(2px);
  }

  .amenity-item i,
  .amenity-item .icon-hair-dryer {
    color: #5a1f5a;
    flex-shrink: 0;
  }

  .icon-hair-dryer {
    width: 18px;
    height: 18px;
    background-color: #5a1f5a;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    font-weight: bold;
  }

  .icon-hair-dryer:before {
    content: "💇";
    font-size: 10px;
  }

  /* Smaller desktop (1021px - 1366px) - overlay on image */
  @media (min-width: 1021px) and (max-width: 1366px) {
    .roomCard.-type-1 .amenities-dropdown {
      top: 10% !important;
      left: 50% !important;
      transform: translateX(-50%) translateY(-90%) !important;
      width: 95% !important;
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
    }

    .amenities-dropdown.show {
      transform: translateX(-50%) translateY(-90%) !important;
    }
  }

  /* 1020px and below - overlay on image */
  @media (min-width: 769px) and (max-width: 1020px) {
    .roomCard.-type-1 .amenities-dropdown {
      top: 10% !important;
      left: 50% !important;
      transform: translateX(-50%) translateY(-90%) !important;
      width: 95% !important;
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
    }

    .amenities-dropdown.show {
      transform: translateX(-50%) translateY(-90%) !important;
    }

    .amenity-item {
      font-size: 12px;
    }

    .amenities-dropdown-content {
      padding: 20px;
    }
  }

  /* Tablet specific (768px - 991px) - overlay on image */
  @media (min-width: 768px) and (max-width: 991px) {
    .roomCard.-type-1 .amenities-dropdown {
      top: 10% !important;
      left: 50% !important;
      transform: translateX(-50%) translateY(-90%) !important;
      width: 95% !important;
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
    }

    .amenities-dropdown.show {
      transform: translateX(-50%) translateY(-90%) !important;
    }

    .amenity-item {
      font-size: 12px;
    }

    .amenities-dropdown-content {
      padding: 20px;
      overflow: visible !important;
    }
  }

  /* Mobile responsive adjustments */
  @media (max-width: 767px) {
    .roomCard.-type-1 .amenities-dropdown {
      top: 5% !important;
      left: 50% !important;
      transform: translateX(-50%) translateY(-90%) !important;
      width: 95% !important;
      height: auto !important;
      min-height: auto !important;
      max-height: 85vh !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      -webkit-overflow-scrolling: touch !important;
    }

    .amenities-dropdown.show {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateX(-50%) translateY(-90%) !important;
    }

    .amenities-dropdown-content {
      padding: 20px !important;
      overflow: visible !important;
      height: auto !important;
    }

    .amenity-column {
      gap: 8px !important;
      padding: 0 10px !important;
    }

    .amenity-item {
      padding: 5px 6px !important;
      font-size: 13px !important;
    }
  }

  @media (max-width: 576px) {
    .roomCard.-type-1 .amenities-dropdown {
      top: 5% !important;
      left: 50% !important;
      transform: translateX(-50%) translateY(-90%) !important;
      width: 95% !important;
      height: auto !important;
      min-height: auto !important;
      max-height: 80vh !important;
      overflow-y: auto !important;
      overflow-x: hidden !important;
      -webkit-overflow-scrolling: touch !important;
    }

    .amenities-dropdown.show {
      opacity: 1 !important;
      visibility: visible !important;
      transform: translateX(-50%) translateY(-90%) !important;
    }

    .amenities-dropdown-content {
      padding: 15px !important;
      overflow: visible !important;
      height: auto !important;
    }

    .amenity-item {
      padding: 4px 6px !important;
      font-size: 11px !important;
    }

    .amenity-column {
      gap: 6px !important;
      padding: 0 8px !important;
    }
  }


   /* Breadcrumb responsive positioning for all screen resolutions */
   nav[aria-label="breadcrumb"] {
    margin-left: 50px; /* Extra small mobile */
  }

  @media (min-width: 480px) {
    /* Small mobile */
    nav[aria-label="breadcrumb"] {
      margin-left: 20px;
    }
  }

  @media (min-width: 576px) {
    /* Mobile */
    nav[aria-label="breadcrumb"] {
      margin-left: 25px;
    }
  }

  @media (min-width: 768px) {
    /* Tablet */
    nav[aria-label="breadcrumb"] {
      margin-left: 75px;
    }
  }

  @media (min-width: 992px) {
    /* Small desktop */
    nav[aria-label="breadcrumb"] {
      margin-left: 40px;
    }
  }

  @media (min-width: 1020px) and (max-width: 1024px) {
    /* 1020px to 1024px */
    nav[aria-label="breadcrumb"] {
      margin-left: 27px;
    }
  }

  @media (min-width: 1025px) and (max-width: 1199px) {
    /* 1025px to 1199px */
    nav[aria-label="breadcrumb"] {
      margin-left: 50px;
    }
  }

  @media (min-width: 1200px) and (max-width: 1365px) {
    /* 1200px to 1365px */
    nav[aria-label="breadcrumb"] {
      margin-left: -34px;
    }
  }

  @media (min-width: 1366px) and (max-width: 1400px) {
    /* 1366px to 1439px */
    nav[aria-label="breadcrumb"] {
      margin-left: 50px;
    }
  }
  @media (min-width: 1400px) and (max-width: 1439px) {
    /* 1366px to 1439px */
    nav[aria-label="breadcrumb"] {
      margin-left: 50px;
    }
  }

  @media (min-width: 1440px) and (max-width: 1499px) {
    /* 1440px to 1499px */
    nav[aria-label="breadcrumb"] {
      margin-left: 70px;
    }
  }

  @media (min-width: 1500px) and (max-width: 1599px) {
    /* 1500px to 1599px */
    nav[aria-label="breadcrumb"] {
      margin-left: 100px;
    }
  }

  @media (min-width: 1600px) and (max-width: 1919px) {
    /* 1600px to 1919px */
    nav[aria-label="breadcrumb"] {
      margin-left: 150px !important;
    }
  }

  @media (min-width: 1920px) and (max-width: 2559px) {
    /* 1920px to 2559px */
    nav[aria-label="breadcrumb"] {
      margin-left: 305px !important;
    }
  }

  @media (min-width: 2560px) {
    /* 4K */
    nav[aria-label="breadcrumb"] {
      margin-left: 100px;
    }
  }


  .rooms-swiper {
    overflow: hidden;
  }

  /* Prevent horizontal page overflow caused by amenities swiper on mobile */
  .amenities-facilities-swiper {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .amenities-facilities-swiper .swiper-wrapper,
  .amenities-facilities-swiper .swiper-slide {
    box-sizing: border-box !important;
  }

  /* Room-detail: paragraph wide padding (same idea as `.justify-wide-padding`, but separate) */
  .roomdetail-justify-wide-padding {
    padding: 20px 15px 30px 20px !important;
  }

  @media (min-width: 768px) and (max-width: 1023px) {
    .roomdetail-justify-wide-padding {
      padding: 20px 120px 30px 130px !important;
    }
  }

  @media (min-width: 1024px) and (max-width: 1279px) {
    .roomdetail-justify-wide-padding {
      padding-left: 180px !important;
      padding-right: 180px !important;
    }
  }

  @media (min-width: 1280px) and (max-width: 1439px) {
    .roomdetail-justify-wide-padding {
      padding-left: 90px !important;
      padding-right: 90px !important;
    }
  }

  @media (min-width: 1440px) and (max-width: 1599px) {
    .roomdetail-justify-wide-padding {
      padding-left: 150px !important;
      padding-right: 150px !important;
    }
  }

  @media (min-width: 1600px) and (max-width: 1919px) {
    .roomdetail-justify-wide-padding {
      padding-left: 150px !important;
      padding-right: 160px !important;
    }
  }

  @media (min-width: 1920px) {
    .roomdetail-justify-wide-padding {
      padding-left: 150px !important;
      padding-right: 160px !important;
    }
  }

  .rooms-swiper .swiper-slide {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .rooms-swiper .roomCard {
    width: 100%;
    max-width: 570px;
  }
  
  /* Mobile/Tablet: show only 1 full card (no side peeking caused by container padding) */
  @media (max-width: 1024px) {
    .rooms-swiper {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }

  /* Mobile: add some side space around the single card (without showing next card) */
  @media (max-width: 767px) {
    .rooms-swiper .swiper-slide {
      padding-left: 12px !important;
      padding-right: 12px !important;
      box-sizing: border-box !important;
    }
  }
  
  /* Fix for room card images in nested swiper */
  .rooms-swiper .roomCard__image.ratio {
    position: relative !important;
    height: 0 !important;
    padding-bottom: 81.58% !important; /* 62/76 * 100 = aspect ratio */
    overflow: hidden !important;
  }
  
  .rooms-swiper .roomCard__image .js-section-slider {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
  }
  
  .rooms-swiper .roomCard__image .js-section-slider .swiper-wrapper {
    height: 100% !important;
  }
  
  .rooms-swiper .roomCard__image .js-section-slider .swiper-slide {
    height: 100% !important;
    display: flex !important;
    align-items: stretch !important;
  }
  
  .rooms-swiper .roomCard__image .js-section-slider img,
  .rooms-swiper .roomCard__image .img-ratio {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  
  /* Disable any animation effects on room card image containers */
  .rooms-swiper .roomCard__image,
  .rooms-swiper .roomCard__image > div {
    animation: none !important;
    transition: none !important;
  }
  
  .swiper-button-prev.rooms-swiper-prev,
  .swiper-button-next.rooms-swiper-next {
    color: #5a1f5a;
    background: rgba(255,255,255,0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    margin-top: -25px;
  }

   /* Responsive heading for room cards section */
   .rooms-heading-responsive {
    font-size: 2.5rem !important; /* Default */
  }
  @media (max-width: 1920px) {
    .rooms-heading-responsive {
      font-size:4rem !important;
      line-height: 1.2 !important;
    }
  }

  @media (max-width: 1366px) {
    .rooms-heading-responsive {
      font-size:3.9rem !important;
      line-height: 1.2 !important;
    }
  }

  @media (max-width: 1020px) {
    .rooms-heading-responsive {
      font-size: 1.8rem !important;
      line-height: 1.3 !important;
    }
  }

  @media (max-width: 768px) {
    .rooms-heading-responsive {
      font-size: 3.5rem !important;
      line-height: 1.4 !important;
    }
  }
  @media (max-width: 820px) {
    .rooms-heading-responsive {
      font-size: 3rem !important;
      line-height: 1.4 !important;
    }
  }

  @media (max-width: 576px) {
    .rooms-heading-responsive {
      font-size: 3rem !important;
      line-height: 1.4 !important;
    }
  }



  /* Leaf image styling for Room detail page */
  .rooms-heading-responsive .deco_item {
    position: relative !important;
    left: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
  }

  .rooms-heading-responsive .deco_item img {
    width: auto !important;
    height: 1em !important;
    display: block !important;
    max-width: 50px !important;
    padding-bottom: 22px !important;
    margin-left: -20px;
  }

  .rooms-heading-responsive > span {
    display: inline-block !important;
    margin-left: 8px !important;
  }

  .rooms-heading-responsive .leafmumcorrrect {
    left: 0 !important;
  }

  /* Mobile and tablet - larger leaf image */
  @media (max-width: 1024px) {
    .rooms-heading-responsive .deco_item img {
      height: 1.5em !important;
      max-width: 75px !important;
    }
  }

  @media (max-width: 768px) {
    .rooms-heading-responsive .deco_item img {
      height: 1.8em !important;
      max-width: 90px !important;
    }
  }

  @media (max-width: 576px) {
    .rooms-heading-responsive .deco_item img {
      height: 2em !important;
      max-width: 100px !important;
    }
  }

  /* Leaf image styling for Amenities section heading */
  .amenities-heading-responsive .deco_item {
    position: relative !important;
    left: 0 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
  }

  .amenities-heading-responsive .deco_item img {
    width: auto !important;
    height: 1em !important;
    display: block !important;
    max-width: 50px !important;
    padding-bottom: 22px !important;
    margin-left: -20px;
  }

  .amenities-heading-responsive > span {
    display: inline-block !important;
    margin-left: 8px !important;
  }

  .amenities-heading-responsive .leafmumcorrrect {
    left: 0 !important;
  }

  /* Mobile and tablet - larger leaf image for amenities heading */
  @media (max-width: 1024px) {
    .amenities-heading-responsive .deco_item img {
      height: 1.5em !important;
      max-width: 75px !important;
    }
  }

  @media (max-width: 768px) {
    .amenities-heading-responsive .deco_item img {
      height: 1.8em !important;
      max-width: 90px !important;
    }
  }

  @media (max-width: 576px) {
    .amenities-heading-responsive .deco_item img {
      height: 2em !important;
      max-width: 100px !important;
    }
  }

  /* Expandable heading styles for mobile and tablets */
  @media (max-width: 1024px) {
    .amenities-heading-responsive .heading-last-with-ellipsis {
      white-space: nowrap;
      display: inline !important;
    }
    .amenities-heading-responsive .heading-ellipsis {
      display: inline !important;
    }
    .amenities-heading-responsive .heading-hidden-text {
      display: none !important;
    }
    .amenities-heading-responsive.expanded .heading-last-with-ellipsis {
      white-space: normal;
    }
    .amenities-heading-responsive.expanded .heading-ellipsis {
      display: none !important;
    }
    .amenities-heading-responsive.expanded .heading-hidden-text {
      display: inline !important;
    }
  }

  @media (min-width: 1025px) {
    .amenities-heading-responsive .heading-hidden-text {
      display: inline !important;
    }
    .amenities-heading-responsive .heading-ellipsis {
      display: none !important;
    }
    .amenities-heading-responsive {
      cursor: default !important;
    }
  }

  /* Expandable room card title styles for mobile and tablets */
  @media (max-width: 1024px) {
    .roomCard__title.expandable-title {
      cursor: pointer;
      position: relative;
    }
    .roomCard__title .title-visible-text,
    .roomCard__title .title-ellipsis {
      white-space: nowrap;
      display: inline !important;
    }
    .roomCard__title .title-hidden-text {
      display: none !important;
    }
    .roomCard__title.expanded .title-visible-text,
    .roomCard__title.expanded .title-ellipsis {
      white-space: normal;
    }
    .roomCard__title.expanded .title-hidden-text {
      display: inline !important;
    }
    .roomCard__title.expanded .title-ellipsis {
      display: none !important;
    }
  }

  @media (min-width: 1025px) {
    .roomCard__title .title-hidden-text {
      display: inline !important;
    }
    .roomCard__title .title-ellipsis {
      display: none !important;
    }
    .roomCard__title.expandable-title {
      cursor: default !important;
    }
  }

  /* Expandable room paragraph styles for mobile and tablets */
  @media (max-width: 1024px) {
    .roomCard__content p[data-para-index="0"].expandable-para {
      cursor: pointer;
      position: relative;
    }
    .roomCard__content .para-visible-text {
      display: inline !important;
    }
    .roomCard__content .para-ellipsis {
      display: inline !important;
    }
    .roomCard__content .para-hidden-text {
      display: none !important;
    }
    .roomCard__content p.expanded .para-hidden-text {
      display: inline !important;
    }
    .roomCard__content p.expanded .para-ellipsis {
      display: none !important;
    }
  }

  @media (min-width: 1025px) {
    .roomCard__content .para-hidden-text {
      display: inline !important;
    }
    .roomCard__content .para-ellipsis {
      display: none !important;
    }
    .roomCard__content p.expandable-para {
      cursor: default !important;
    }
  }

  /* Overlay navigation buttons directly on swiper container */
  .rooms-swiper {
    position: relative !important;
  }

  .rooms-swiper .navAbsolute.-type-3 {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    right: 0 !important;
    transform: translateY(-50%) !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;
    pointer-events: none !important;
  }

  .rooms-swiper .navAbsolute.-type-3 button {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    pointer-events: auto !important;
  }

  .rooms-swiper .rooms-swiper-prev {
    left: 10px !important;
  }

  .rooms-swiper .rooms-swiper-next {
    right: 10px !important;
  }

  /* Mobile: make room slider nav arrows a bit bigger (better tap target) */
  @media (max-width: 767px) {
    /* Move arrows slightly down on mobile */
    .rooms-swiper .navAbsolute.-type-3 button {
      top: 52% !important;
    }

    .rooms-swiper .navAbsolute.-type-3 .rooms-swiper-prev,
    .rooms-swiper .navAbsolute.-type-3 .rooms-swiper-next {
      width: 50px !important;
      height: 50px !important;
    }

    .rooms-swiper .navAbsolute.-type-3 .rooms-swiper-prev i,
    .rooms-swiper .navAbsolute.-type-3 .rooms-swiper-next i {
      font-size: 24px !important;
    }
  }