/* GLOBAL & HOME RESPONSIVE */
@media (max-width: 1400px) {
  .container-xxl {
    padding-inline: 6.5rem;
  }
  .siteSection {
    padding: 5rem 2rem;
  }
  .hero-static-content {
    padding: 0 6.5rem;
  }
  .pi_video {
    height: calc(100% + 2rem);
    width: calc(51vw - 2rem);
  }
  .diningSection_3 .diningWrapper::after {
    left: -4rem;
    top: -5rem;
    bottom: -5rem;
  }
  .pageTitle-card {
    padding: 4.5rem 6.8rem;
  }
  .pageBanner_alt {
    height: calc(100vh - 8rem);
  }
}

@media (max-width: 1200px) {
  .container-xxl {
    padding-inline: 5rem;
  }
  .hero-static-content {
    padding: 0 5rem;
  }
  .diningWrapper,
  .nova-image-wrap {
    gap: 4rem;
  }
  .mekong-slider {
    width: 55vw;
  } 
  .pi_video {
    top: 0;
    height: 100%;
    width: 52vw;
  }
  .diningSection_3 .diningWrapper::after {
    left: 0
  }
}

@media (max-width: 991px) {
  .container-xxl {
    padding-inline: 3rem;
  }
  .hero-static-content {
    padding: 0 3rem;
  }
  .siteHeader nav ul {
    gap: 1.8rem;
  }
  .introWrap .row,
  .home-rooms-wrap {
    gap: 3rem;
    }
    .home-rooms-wrap-right {
        padding: 3rem 2rem;
    }
    .home-rooms-wrap-left {
    width: 12rem;
    gap: 5rem;
    }
    .home-rooms-slider-arrows {
        right: -3rem;
    }
    .home-dining-head,
    .home-events-head {
        gap: 5rem;
        justify-content: center;
    }
    .home-dining-wrap-inner {
        padding-inline: 1.5rem;
    }
    .home-events-wrap {
        padding-top: 4rem;
    }
     .home-events-head {
        padding-inline: 3rem;
     }
     .home-wellness-wrap {
        flex-direction: column-reverse;
        align-items: center;
     }
     .home-wellness-content {
        width: 100%;
        max-width: 30rem;
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
        padding-bottom: 0;
     }
     .home-wellness-content .section-description br {
        display: none;
     }
     .home-connectivity-wrap-inner {
        flex-direction: column;
        gap: 3rem;
     }
     .home-connectivity-content {
        width: 100%;
        padding: 0;
     }
     .swimmingPool,
    .spa {
        gap: 3rem;
    }
    .pi_video {
    width: calc(55vw - 4rem);
  }
}

@media(max-width: 767px) {
    .siteHeader {
        padding: 1rem 0.5rem;
    }
    .container-xxl,
    .hero-static-content {
        padding-inline: 1rem;
    }
    .hero-wrapper {
        height: 100vh;
    }
    .hero-static-content {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }
    .navbar-brand img {
        width: 7rem;
    }
    .header-actions .btn-premium {
        padding: 0.4rem 1.2rem;
        font-size: 0.75rem;
        min-width: 5.5rem;
    }
    @media (max-width: 375px) {
        .navbar-brand img {
            width: 6.5rem;
        }
        .header-actions .btn-premium {
            padding: 0.4rem 0.8rem;
            min-width: 5rem;
        }
    }
    .introWrap .row {
        gap: 3rem 0.5rem;
    }
    .introWrap img {
        width: 12rem;
        aspect-ratio: 170/250;
    }
    .siteSection {
        padding: 4rem 1.5rem;
    }
    .pageTitle-card {
        max-width: calc(100vw - 3rem);
        padding: 3rem 2rem;
        gap: 2rem;
        flex-wrap: wrap;
    }
    .pageTitle-card .section-description {
        min-width: 8rem;
    }
    .introWrap p {
        font-size: 1rem;
        padding-top: 3rem;
    }
    .introWrap .col {
        min-width: 10rem;
    }
    .home-rooms-wrap {
        flex-direction: column;
    }
    .home-rooms-wrap-left {
        flex-direction: row;
        width: 100%;
        gap: 2rem;
    }
    .home-rooms-wrap-left p {
        width: 1%;
        flex-grow: 1;
    }
      .home-rooms-wrap-right {
        width: 100%;
        padding-right: 0;
      }
      .home-rooms-card {
        display: flex;
        flex-direction: column;
      }
      .home-rooms-card img {
        margin-bottom: 2rem;
      }
      .home-rooms-card-content a {
        display: none;
      }
      .home-rooms-card-content > div {
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      .home-rooms-card-content h3 {
        padding-right: 4rem; /* Space for arrows */
        margin-bottom: 1rem;
      }
      .home-rooms-card-content p {
        width: calc(100% - 4rem);
        max-width: 15rem;
        margin-bottom: 0;
        min-height: auto;
      }
      .home-rooms-card-content p br {
        display: none;
      }
      .home-rooms-card hr {
        width: 100%;
        margin: 1.5rem 0;
      }
      .home-rooms-card h5 {
        max-width: 100%;
        margin-bottom: 2rem;
      }
      .home-rooms-card .btn-premium {
        width: fit-content;
        padding-inline: 2.5rem;
      }
      .home-rooms-slider-arrows {
        position: absolute;
        right: 0;
        top: 70vw;
        transform: translateY(-50%);
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
    }
    .home-rooms-slider-arrows .splide__arrow {
        transform: none !important;
    }
    .home-dining {
      background: white;
    }
    .home-dining-head {
        gap: 2rem;
    }
    .home-dining-head .section-description {
        width: 1%;
        flex-grow: 1;
    }
    .home-dining-head .section-description br {
        display: none;
    }
    .home-dining-wrap {
        height: auto;
    }
    .home-dining-wrap-inner {
        position: relative;
        background: #ededed;
        padding: 0.5rem 1.5rem !important;
        flex-direction: column;
        display: flex !important;
        gap: 0;
        margin-inline: -1.5rem;
    }
    .home-dining-wrap-inner-content {
        padding: 1rem 0;
        border-bottom: 1px solid white;
    }
    .home-dining-wrap-inner-content:last-child {
        border-bottom: none;
    }
    .home-dining-wrap-inner-content h3 {
        font-size: 1.1rem;
        margin-bottom: 0;
        text-transform: uppercase;
        color: var(--text-color);
        font-weight: 400;
        letter-spacing: 1px;
    }
    .home-dining-wrap-inner-content.active h3 {
        margin-bottom: 0.6rem;
    }
    .home-dining-wrap-inner-content p {
        display: none;
        font-size: 0.95rem;
        line-height: 1.4;
        color: var(--text-color);
        opacity: 0.8;
    }
    .home-dining-wrap-inner-content.active p {
        display: block;
    }
    .home-dining-wrap-inner-content p br {
        display: none;
    }
    .home-dining-wrap {
      height: 30rem;
    }
    .home-dining-wrap img {
      position: absolute;
      top: 12rem;
      left: 50%;
      transform: translateX(-50%);
      margin-inline: 0;
      width: 100vw;
      height: 18rem;
      object-fit: cover;
    }
    .home-events {
        padding: 0;
    }
    .home-events-wrap {
        margin-inline: -1rem;
    }
     .home-events-wrap {
        padding-inline: 1.5rem;
     }
     .home-events-head {
        margin-inline: -1.5rem;
        padding-inline: 1.5rem;
        gap: 2rem;
        margin-bottom: 4rem;
     }
     .home-events-slider-arrows {
        margin-top: 3rem;
        gap: 3rem;
     }
      .home-events-wrap {
        padding-bottom: 3rem;
      }
      .home-wellness-image {
        width: 100%;
        padding: 0;
      }
      .home-wellness-content {
        gap: 2rem;
      }
      .home-wellness-image_01 {
        padding: 0;
      }
      .home-wellness-image_02,
      .home-wellness-image_03 {
        height: 33vw;
      }
      .home-wellness-image_02 {
        width: 25%;
      }
      .home-wellness-image_03 {
        width: 1%;
        flex-grow: 1;
      }
      .home-wellness-image {
        gap: 0.8rem;
      }
      .home-wellness-image  img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }
      .home-connectivity-wrap {
        padding-block: 4rem;
      }
      .home-connectivity-wrap::after {
        height: 100%;
      }
      .home-connectivity-slider {
        max-width: 100%;
      }
      .connectivity-arrows .splide__arrow--next {
        right: 0.8rem;
      }
      .connectivity-arrows .splide__arrow--prev {
        left: 0.8rem;
      }
      .thankBanner  {
        height: auto;
        min-height: 75vw;
        padding-block: 15rem 5rem;
      }
      .pool_left_content_description {
        flex-direction: column;
        gap: 1rem;
      }
      .pool_left, .spa_left {
        width: 55%;
      }
      .swimmingPool, .spa {
        gap: 1.5rem;
      }
      .diningIntro {
          gap: 4rem;
      }
      .diningIntroText {
        gap: 2rem;
    }
    .diningWrapper {
      gap: 2.5rem;
      flex-direction: column;
      padding-block: 4rem;
    }
    .mekong-slider {
      width: calc(100vw - 1.4rem);
      height: 18rem;
      right: 0rem;
      top: 0;
      transform: none;
    }
    .diningWrapperContent {
      margin-left: 1.5rem;
    }
    .diningSection_1 .diningWrapperContent {
        padding-block: 0;
    }
    .diningSection_1 .diningWrapper::after {
        left: 0rem;
        width: 100vw;
    }
    .diningWrapperSpacer {
      width: 100%;
    }
    .diningSection_1 .diningWrapperSpacer {
      height: 18rem;
    }
    .pi_image {
      height: 16rem;
    }
    .pi_video {
        position: relative;
        width: calc(100% + 3rem);
        margin: 0 -1.5rem;
        aspect-ratio: 16/9;
        max-height: 20rem;
    }
    .mekong-slider-arrows {
        gap: 2rem;
        bottom: -2rem;
    }
    .pi-main-image {
        width: calc(100% + 1.5rem);
    }
    .pi-main-slider-arrows {
        margin-top: 0;
        position: absolute;
        bottom: -1.75rem;
        right: 1.5rem !important;
        left: auto;
        justify-content: flex-end;
        width: auto;
        display: flex !important;
        z-index: 50;
        gap: 2rem;
    }
    .pi-main-slider .lightbox-icon,
    .pi-main-slider .play-button {
        right: 1rem !important;
        z-index: 100;
    }
    .diningSection_3 .diningWrapper::after {
        left: -1.5rem;
    }
    .spa-image {
        float: none;
    }
    .pi-slider {
        position: relative;
        width: auto;
        height: 18rem;
        margin-inline: -1.5rem;
        top: 0;
    }
    .pi-slider-arrows {
        right: 1.5rem;
    }
}

@media (max-width: 575px) {
  .swimmingPool, .spa {
        flex-direction: column;
      }
  .pool_left, .spa_left, .pool_right, .spa_right {
        width: 100%;
      }
      .spa::before {
    top: -3rem;
    bottom: -3rem;
    right: auto;
    left: -2rem;
    width: 150vw;
  }
  .gym_content_description {
    gap: 0.25rem;
  }
  .gym_info {
    width: 100%;
  }
  .pool_left_content {
    float: none;
    width: 10rem;
    padding-top: 0;
  }
  .pool_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .pool-image-side-wrapper {
    width: 1%;
    flex-grow: 1;
    min-height: 15rem;
  }
  .pool-image-side-wrapper .splide__slide img {
    min-height: 15rem;
  }
  .pool-side-slider-arrows {
    right: 0;
  }
  .pool-image-main,
  .gym-image {
    min-height: 15rem;
    object-fit: cover;
  }
  .wellnessTitle {
    padding-block: 2rem !important;
  }
  .diningIntro {
          gap: 2rem;
      }
        .mekong-slider,
          .diningSection_1 .diningWrapperSpacer {
          height: 15rem;
        }
        .siteHeader .btn-premium {
          font-size: 0.8rem;
          padding: 0.65rem 1.6rem;
        }
}

@media(max-width: 380px) {
  .diningWrapperContent .btn-premium {
    max-width: calc(100% - 0.5rem) !important;
    width: calc(100% - 0.5rem) !important;
  }
  .diningWrapperContent {
      padding-right: 2rem;
    }
    .siteHeader .btn-premium {
          padding: 0.65rem 1rem;
        }
}
 
/* ROOMS RESPONSIVE */
@media (max-width: 767px) {
    .roomsWrap-inner {
        padding-bottom: 5rem;
        margin-inline: -1rem;
        padding-inline: 1.5rem;
    }

    .room-card {
        flex-direction: column;
        gap: 1.5rem;
        max-width: 100%;
        padding-inline: 0rem;
    }

    .room-spacer {
        height: 5rem;
    }

    .room-card-image {
        width: 100%;
        height: auto;
        min-height: auto;
        aspect-ratio: 1; 
        max-width: 30rem;
    }

    .room-card-content {
        width: 100%;
        display: grid;
        grid-template-columns: 45% 1fr;
        grid-template-areas: 
            "thumbs spacer"
            "thumbs info";
        gap: 0 1.5rem;
        align-items: start;
    }

    .room-thumbs-slider {
        grid-area: thumbs;
        margin-bottom: 0;
        width: 100%;
    }

    .room-thumbs-slider .splide__slide {
        aspect-ratio: 1 / 1; 
    }

    .room-content-spacer {
        grid-area: spacer;
        margin-top: 0rem;
        margin-bottom: 1.5rem;
    }

    .room-content-inner {
        grid-area: info;
        display: flex;
        flex-direction: column;
    }

    .btn-premium-solid {
        align-self: flex-start;
        padding: 0.8rem 0;
        width: 100%;
        max-width: 12rem;
    }

    .custom-splide-arrows {
        margin-top: 1.5rem;
        gap: 2rem;
    }

    .custom-splide-arrows .splide__arrow {
        width: 0.5rem;
        height: 0.5rem;
    }

    /* AMENITIES RESPONSIVE */
    .room-amenities {
        margin-top: 2rem;
        padding: 1.5rem 0;
    }
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem 1rem;
    }
    
    @media (min-width: 576px) {
        .amenities-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .amenity-item {
        font-size: 0.8rem;
    }
    .amenity-icon {
        width: 1.2rem;
        height: 1.2rem;
    }
}

/* FOOTER RESPONSIVE */
@media (max-width: 767px) {
    .siteFooter {
        padding-top: 5rem;
    }
    .footer-contact {
        flex-direction: column;
        gap: 0.5rem;
    }
    .footer-contact .separator,
    .footer-address p br {
        display: none;
    }
}

/* DINING DESKTOP RESPONSIVE */
@media (min-width: 768px) {
    .pi-main-slider {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: calc(100% + var(--pi-bleed, 0px)) !important;
        background: #111;
        z-index: 2;
    }

    /* Higher specificity to override mekong-slider-arrows rules */
    .pi_image .pi-main-slider-arrows {
        margin-top: 0;
        position: absolute;
        bottom: -2rem; 
        right: calc(-1 * var(--pi-bleed, 0px) + 2rem) !important;
        left: auto;
        justify-content: flex-end;
        width: auto;
        display: flex !important;
        z-index: 50;
        gap: 2.5rem;
    }

    .pi-main-slider .lightbox-icon,
    .pi-main-slider .play-button {
        right: 2rem !important;
        z-index: 100;
        opacity: 0.8;
    }

    .pi-main-slider .lightbox-icon img, 
    .pi-main-slider .play-button img {
        filter: brightness(0) invert(1) !important;
    }
}
