/* Homepage two-column layout */


/* Common breakpoints for responsiveness */
/* Extra small devices (phones, 480px and down) */
@media (max-width: 480px) {

  /* Styles for extra small devices */
  .two-column-layout {
    min-height: 200vh;
  }

  .enquiry-section {
    & .whatsapp-section {
        .whatsapp-label {
          letter-spacing: 1px;
        }
    }
  }

  .enquiry-section {
    & .whatsapp-section {
        .whatsapp-number {
          letter-spacing: 0.5px;
          font-size: 40px;
        }
      }
    }
 
  /* Liberated Luxury Section - Extra small devices */
  .liberated-luxury-section {
    padding: 30px 16px;

    .team-video {
      max-width: 100%;
    }

    .team-video-player {
      width: 100%;
      height: auto;
    }
  }

  /* W Services Section - Extra small devices */
  .w-services-section {
    padding: 40px 16px;
  }

  .w-services-container {
    flex-direction: column;
    gap: 30px;
  }

  .w-services-image {
    max-width: 280px;
  }

  .w-services-header {
    h2 {
      font-size: 28px;
      margin-bottom: 20px;
    }

    p {
      font-size: 13px;
    }
  }

  .w-services-column {
    p {
      font-size: 13px;
      margin-bottom: 14px;
    }
  }

  .w-services-disclaimer {
    font-size: 11px;
  }

  /* Discover Image Container - Extra small devices */
  .discover-image {
    width: 100%;
    height: 300px;
  }

  .discover-image .image-caption {
    font-size: 11px;
    line-height: 16px;
    padding: 10px 12px;
    max-height: 70px;
  }


  .discover-image .image-disclaimer {
    font-size: 8px;
    line-height: 12px;
    bottom: 12px;
    left: 12px;
  }

  /* W Carousel Section - Extra small devices (上下结构) */
  .w-carousel-container {
    flex-direction: column;
    gap: 0;
  }

  .w-carousel-text {
    width: 100%;
    padding: 30px 16px;
    order: 1;
  }

  .w-carousel-text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .w-carousel-image {
    width: 100%;
    order: 2;
    height: auto;
    min-height: 250px;
  }

  .w-carousel-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 250px;
  }

  /* URA Master Plan Section - Extra small devices (上下结构) */
  .ura-master-plan-section {
    padding: 40px 16px;
  }

  .ura-container {
    flex-direction: column;
    gap: 24px;
  }

  .ura-content {
    max-width: 100%;
    padding: 0;
  }

  .ura-title {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .ura-description {
    gap: 10px;
  }

  .ura-description p {
    font-size: 13px;
  }

  .ura-description p.ura-source {
    font-size: 11px;
  }

  .ura-map-container {
    height: 320px;
  }

  /* Text Content - Extra small devices */
  .text-content {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    padding: 0 16px;
    margin-bottom: 20px;
  }

  /* Explore Units Content - Extra small devices */
  .explore-units-content {
    padding: 0 16px;
  }

  /* Lifestyle Text - Extra small devices */
  .lifestyle-text {
    width: 95%;
    max-width: 100%;

    p {
      font-size: 13px;
    }
  }

  /* Map Container - Extra small devices */
  .map-container {
    height: 280px;
    margin: 30px auto;

    img {
      object-position: 50% 40%;
    }
  }

  /* Artistry Section - Extra small devices (两行两列) */
  .artistry {
    padding: 2rem 1rem 3rem;

    .title {
      font-size: 24px;
      margin-bottom: 1rem;
    }

    p {
      font-size: 13px;
    }

    .container {
      row-gap: 40px;
      margin-top: 2rem;
      column-gap: 0.5rem;
    }

    .card {
      flex: 1 1 calc(50% - 0.25rem);
      max-width: calc(50% - 0.25rem);
      gap: 0.6rem;

      .logo-img {
        height: 60px;
        max-width: 100px;

        img {
          max-width: 100%;
          max-height: 100%;
        }
      }

      .text {
        font-size: 11px;
      }
    }
  }

  /* Amenities Carousel - Extra small devices */
  .amenities-accordion.mobile-only {
    overflow-x: hidden;

    .image-wrapper {
      transform: translateX(-20%);
    }

    .accordion-container {
      padding: 0 1rem;
      box-sizing: border-box;
    }

    .accordion-content {
      .image-carousel-container {
        max-width: 100%;
        overflow: hidden;

        .glide {
          .glide__slide {
            img {
              width: 100%;
              height: auto;
              max-height: 240px;
              object-fit: cover;
              display: block;
            }
          }
        }
      }

      .glide {
        .glide__slide {
          img {
            max-height: 240px;
          }
        }
      }
    }
  }

  /* Enquiry Form - Extra small devices */
  .enquiry-title {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }

  .sales-gallery {
    margin-bottom: 40px;

    h2 {
      font-size: 24px;
      letter-spacing: 2px;
      margin-bottom: 12px;
    }

    .gallery-address {
      font-size: 13px;
      letter-spacing: 0.5px;
    }
  }

  .whatsapp-section {
    margin-bottom: 40px;

    .whatsapp-icon img {
      width: 48px;
      height: 48px;
    }

    .whatsapp-label {
      font-size: 20px;
      letter-spacing: 1.5px;
      margin-bottom: 6px;
    }

    .whatsapp-number {
      font-size: 32px;
      letter-spacing: 2px;
    }
  }

  .divider-line {
    height: 50px;
    margin-bottom: 40px;
  }

  .form-intro {
    margin-bottom: 30px;

    p {
      font-size: 13px;
    }

    .form-subtitle {
      font-size: 12px;
    }
  }

  .contact-form {
    gap: 0.4rem;

    .input-group label {
      font-size: 11px;
    }
  }

  input, textarea, select {
    font-size: 12px;
    padding: 10px;
  }

  .form-checkbox {
    font-size: 10px;
  }

  .submit-btn {
    font-size: 12px;
    padding: 12px 24px;
  }
}

/* @media (min-width: 1200px) {
  .image-bg-img{
    display: none;
  }
}
   */

/* Tablet (1024px to 1200px) - More compact layout */
@media (max-width: 1200px) and (min-width: 1024px) {
  .header {
    min-height: 120px;
    .container {
      padding: 0 24px;
    }

    .main-nav {
      gap: 24px;

      a {
        font-size: 11px;
        letter-spacing: 0.12em;
      }

      .nav-dropdown span.nav-link-with-dropdown {
        font-size: 11px;
        letter-spacing: 0.12em;
        gap: 5px;

        .dropdown-arrow {
          width: 8px;
          height: 5px;
        }
      }
    }

    /* Dropdown adjustments for 1024px */
    .nav-dropdown {
      .nav-link-with-dropdown {
        font-size: 11px;
        letter-spacing: 0.12em;
        gap: 5px;

        .dropdown-arrow {
          width: 8px;
          height: 5px;
        }
      }

      .dropdown-menu {
        min-width: 220px;
        padding: 10px 0;

        a {
          font-size: 11px;
          padding: 10px 18px;
          letter-spacing: 0.15em;

        }
      }
    }

    .right-nav {
      gap: 20px;
    }
  }

  .axo-facade {
    .one-column.right-column {
      .text-wrapper {
        .text .title-subtext {
          padding-left: 16px !important;
        }
      }
    }
  }

  /* Video Section adjustments */
  .video-player {
    width: 100%;
    max-width: 1000px;
    height: auto;
  }

  /* Team Section adjustments */
  .team-section {
    padding: 60px 48px;
  }

  .team-video {
    max-width: 100%;
  }

  /* Content Section adjustments */
  .content-section {
    padding: 120px 32px;
    gap: 50px;
  }

  .location-section {
    gap: 50px;
  }

  .location-text {
    min-height: 555px;
  }

  .location-gallery {
    width: 100%;
    max-width: 500px;
  }

  .location-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 1;
  }

  .location-label {
    width: 100%;
    max-width: 500px;
  }

  /* Cards Grid adjustments */
  .cards-grid {
    gap: 50px;
  }

  .card-item img {
    height: auto;
    aspect-ratio: 1;
  }

  /* Living Smart Section adjustments */
  .living-smart {
    .smart-wrapper {
      gap: 32px;
      padding: 5em 3em;
    }

    .smart-content {
      .title {
        font-size: 32px !important;
        margin-bottom: 0.8rem !important;
      }

      .sub-title {
        font-size: 16px !important;
        line-height: 100%;
      }

      .list {
        font-size: 13px !important;

        li {
          padding-bottom: 0.7rem !important;
        }
      }

      .disclaimer {
        font-size: 11px;
      }
    }
  }

  .project-details {
    padding: 5em 3em;

    .section-title {
      font-size: 32px;
      margin-bottom: 2.5rem;
    }

    .details-table {
      .table-row {
        .table-cell {
          padding: 1rem 1.5rem;
          font-size: 14px;

          &.label {
            flex: 0 0 200px;
          }
        }
      }
    }
  }

  /* Video overlay text */
  .video-overlay-text {
    gap: 24px;
  }

  .video-overlay-text p {
    font-size: 36px;
    letter-spacing: 0.08em;
  }

  .video-overlay-text .middle-line {
    height: 140px;
    width: 1px;
  }

  /* One column layout */
  .one-column-layout {
    .content {
      p {
        font-size: 36px;
        letter-spacing: 0.08em;
      }

      .reduced-size-mobile {
        font-size: 28px;
      }
    }
  }

  /* Two column layout */
  .two-column-layout {
    .text-column {
      .content {
        p {
          font-size: 14px;
        }

        .feature-btn {
          font-size: 11px;
          padding: 10px 20px;
        }
      }
    }
  }

  /* Three column layout */
  .three-column-layout {
    &.video-with-text {
      padding: 1.2rem;

      .one-column {
        padding: 0.8rem;

        .h1-title, h1 {
          font-size: 1.8rem;
          padding-bottom: 1.2rem;
        }
      }
    }
  }

  /* Benefits - services */
  .services-wrapper {
    padding: 1.2rem;

    .services-content {
      img {
        margin: 0 auto 32px;
      }

      p, .divider {
        margin-bottom: 20px;
      }
    }
  }

  /* Onvia */
  .onvia {
    .onvia-wrapper {
      .onvia-content {
        padding: 4rem 1.6rem;

        .content {
          h1 {
            font-size: 32px;
          }

          p {
            font-size: 13px;
          }
        }
      }
    }
  }

  /* Carousel */
  .carousel-item {
    min-width: 60vw;
    max-width: 60vw;
  }

  /* Design - empire city */
  .empire-city-special {
    .empire-city-weird-section-left {
      .text-section {
        h1 {
          font-size: 32px;
        }

        .text-container {
          font-size: 13px;
        }
      }
    }

    .empire-city-weird-section-right {
      padding-top: 2rem;
    }
  }

  /* Developer page */
  .property-section {
    .content {
      gap: 1.6rem;
    }

    .sub-text {
      font-size: 13px;
    }
  }

  /* Contact page */
  .contact-us-section {
    .content {
      gap: 2rem;

      .subtitle {
        font-size: 2.2rem;
      }

      .sub-text {
        font-size: 13px;
      }
    }
  }

  .pre-form {
    .content {
      gap: 20px;
      font-size: 14px;
    }
  }

  /* Residences details */
  .residences-details {
    .container {
      row-gap: 3rem;
      padding: 5rem;
    }

    .card {
      gap: 0.8rem;
    }

    .title {
      font-size: 15px;
    }

    .details {
      font-size: 13px;
    }
  }

  /* Artistry */
  .artistry {
    padding: 3rem 5rem;

    .title {
      font-size: 32px;
      margin-bottom: 1.2rem;
    }

    p {
      font-size: 16px;
    }

    .container {
      row-gap: 100px;
      margin-top: 2.5rem;
    }

    .card {
      flex: 1 1 calc(50% - 0.8rem);
      max-width: calc(50% - 0.8rem);

      .logo-img {
        max-width: 140px;
        height: 90px;
      }

      .text {
        font-size: 13px;
      }
    }
  }

  /* Hero sections */
  .amenities-hero, .residences-hero, .hotel-hero {
    .content {
      p {
        font-size: 36px;
      }
    }

    .sub-text {
      font-size: 15px;
    }
  }
  .amenities-list-text {
    padding: 20px 10px 20px 0;
  }
  /* Main Banner */
  .main-banner .banner-text p {
    font-size: 40px;
    letter-spacing: 0.08em;
  }

  /* Location labels */
  .location-label h3 {
    font-size: 28px;
  }

  .location-description {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  /* Own the W section */
  .own-the-w-section h1 {
    font-size: 32px;
  }

  .w-description {
    font-size: 15px;
  }

  .vertical-divider {
    height: 100px;
  }

  .card-label h3 {
    font-size: 28px;
  }

  .card-item .arrow-button {
    width: 38px;
    height: 38px;
  }

  /* Amenities accordion - show carousel buttons on 1024px */
  .amenities-accordion.mobile-only {
    display: flex;
    overflow-x: hidden;

    .image-wrapper {
      transform: translateX(-10%);
    }

    .accordion-container {
      padding: 0 1.5rem;
      box-sizing: border-box;
    }

    .accordion-content {
      .image-carousel-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        overflow: hidden;

        .glide {
          .glide__slide {
            img {
              width: 100%;
              height: auto;
              max-height: 360px;
              object-fit: cover;
              display: block;
            }
          }
        }
      }

      .image-carousel {
        position: relative;
        min-height: 180px;
        width: 100%;

        .carousel-image {
          width: 100%;

          img {
            width: 100%;
            height: 480px;
            display: block;
            object-fit: cover;
          }
        }

        .carousel-prev,
        .carousel-next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: rgba(255, 255, 255, 0.3);
          border-radius: 50%;
          z-index: 10;
          display: flex !important;
          align-items: center;
          justify-content: center;
          width: 40px;
          height: 40px;
          border: none;
          cursor: pointer;
          padding: 0;

          svg {
            width: 36px;
            height: 36px;
            display: block;
          }

          &:hover {
            background: rgba(255, 255, 255, 1);
          }
        }

        .carousel-prev {
          left: 8px;
        }

        .carousel-next {
          right: 8px;
        }
      }

      /* Glide carousel responsive styles */
      .glide {
        .glide__slide {
          img {
            max-height: 360px;
          }
        }
      }
    }
  }

  /* Hide desktop amenities, show mobile version on 1024px */
  .amenities-accordion.desktop-only {
    display: none;
  }

  .axo-facade {
    display: none;
  }

  /* W Lifestyle Section - 1024px adjustments */
  .w-lifestyle-section {
    padding: 80px 0;

    .w-lifestyle-content {
      padding: 0 30px;
    }

    .w-logo {
      margin-bottom: 50px;

      img {
        width: 220px;
      }
    }

    .divider-line {
      height: 160px;
      margin-bottom: 50px;
    }

    .lifestyle-text {
      width: 70%;
      max-width: 650px;

      p {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0.8px;
      }
    }
  }

  /* Liberated Luxury Section - 1024px adjustments */
  .liberated-luxury-section {
    padding: 90px 80px;

    .team-video {
      max-width: 800px;
    }

    .team-video-player {
      width: 100%;
      height: auto;
    }
  }

  /* W Services Section - 1024px adjustments */
  .w-services-section {
    padding: 80px 60px;
  }

  .w-services-container {
    gap: 60px;
  }

  .w-services-image {
    flex: 0 0 380px;
  }

  .w-services-header {
    h2 {
      font-size: 38px;
      margin-bottom: 30px;
    }

    p {
      font-size: 16px;
    }
  }

  .w-services-list {
    gap: 30px;
  }

  .w-services-column {
    p {
      font-size: 16px;
    }
  }

  /* Discover Image Container - 1024px adjustments */
  .discover-image {
    width: 100%;
    height: 600px;
  }

  .discover-image .image-caption {
    font-size: 14px;
    line-height: 21px;
    padding: 16px 20px;
    max-height: 120px;
  }

  

  /* URA Master Plan Section - 1024px adjustments */
  .ura-master-plan-section {
    padding: 0 0 60px 40px;
    min-height: auto;
  }

  .ura-container {
    height: auto;
    min-height: 600px;
  }

  .ura-content {
    max-width: 380px;
    padding-top: 60px;
    padding-right: 24px;
  }

  .ura-title {
    font-size: 34px;
    letter-spacing: 1.5px;
  }

  .ura-description p {
    font-size: 15px;
  }

  .ura-description p.ura-source {
    font-size: 13px;
  }

  .ura-map-container {
    width: 1200px;
    height: 800px;
  }

  /* Text Content - 1024px adjustments */
  .text-content {
    width: 90%;
    max-width: 600px;
    font-size: 16px;
  }

  /* Explore Units Content - 1024px adjustments */
  .explore-units-content {
    padding: 0 60px;
  }

  /* Map Container - 1024px adjustments */
  .map-container {
    height: 360px;

    img {
      object-position: 45% 38%;
    }
  }

  /* Enquiry Form - 1024px adjustments */
  .enquiry-title {
    font-size: 48px;
    letter-spacing: 4px;
  }

  .sales-gallery {
    h2 {
      font-size: 36px;
      letter-spacing: 4px;
    }

    .gallery-address {
      font-size: 16px;
    }
  }

  .whatsapp-section {
    .whatsapp-label {
      font-size: 32px;
      letter-spacing: 2.5px;
    }

    .whatsapp-number {
      font-size: 50px;
      letter-spacing: 3px;
    }
  }

  .form-intro {
    p {
      font-size: 16px;
    }
  }

  .liberated-luxury-container {
    gap: 50px;
    max-width: 650px;
  }

  .liberated-luxury-title {
    font-size: 52px;
    gap: 14px;
  }

  .liberated-luxury-divider {
    height: 220px;
  }

  .liberated-luxury-description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }

  /* Scroll to top button - 1024px adjustments */
  .scroll-to-top {
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
  }
}

/* Desktop (max-width: 1500px) - Show only "Brochure" text */
@media (max-width: 1500px) {
  .header {
    .right-nav {
      a.enquire-btn {
        font-size: 0;
        
        &::after {
          content: "BROCHURE";
          font-size: 16px;
          letter-spacing: 0.25em;
          text-transform: uppercase;
          font-family: 'W Supreme Web Semibold', sans-serif;
        }
      }
    }
  }
}

/* Tablet landscape (1200px to 1440px) - Compact navbar */
@media (max-width: 1440px) and (min-width: 1201px) {
  .header {
    min-height: 142px;
    .container {
      padding: 0 30px;
    }
   
    .main-nav {
      gap: 40px;

      a {
        font-size: 13px;
        letter-spacing: 0.15em;
      }
      .nav-dropdown span.nav-link-with-dropdown {
        font-size: 13px;
        letter-spacing: 0.15em;
        gap: 6px;

        .dropdown-arrow {
          width: 9px;
          height: 5px;
        }
      }
    }

    /* Dropdown adjustments for 1440px */
    .nav-dropdown {
      .nav-link-with-dropdown {
        font-size: 13px;
        letter-spacing: 0.15em;
        gap: 6px;

        .dropdown-arrow {
          width: 9px;
          height: 5px;
        }
      }

      .dropdown-menu {
        min-width: 240px;

        a {
          font-size: 12px;
          padding: 10px 20px 10px 5px;

        }
      }
    }

    .right-nav {
      gap: 24px;
    }
  }

  .liberated-luxury-section{
    padding: 60px 82px;
  }
  .axo-facade {
    .one-column.right-column {
      .text-wrapper {
        
        .text .title-subtext {
          padding-left: 20px !important;  
         
        }
      }
    }
  }
 

  /* Video Section adjustments */
  .video-player {
    width: 100%;
    max-width: 1200px;
    height: auto;
  }

  /* Team Section adjustments */
  .team-section {
    padding: 80px 60px;
  }

  .team-video {
    max-width: 100%;
  }

  .axo-facade {
      & .right-column {
          & .text-wrapper {
              .text {
              &:not(:first-child) {
                padding-bottom: 35%;
              }
            }
          }
      }
    }
  /* Content Section adjustments */
  .content-section {
    padding: 100px 40px;
    gap: 60px;
  }

  .location-section {
    gap: 60px;
  }

  .location-gallery {
    width: 100%;
    max-width: 600px;
  }

  .location-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    aspect-ratio: 1;
  }

  .location-label {
    width: 100%;
    max-width: 600px;
  }

  /* Cards Grid adjustments */
  .cards-grid {
    gap: 60px;
  }

  .card-item img {
    height: auto;
    aspect-ratio: 1;
  }

  /* Living Smart Section adjustments */
  .living-smart {
    .smart-wrapper {
      gap: 40px;
      padding: 6em 4em;
    }

    .smart-content {
      .title {
        font-size: 36px !important;
        margin-bottom: 1rem !important;
      }

      .sub-title {
        font-size: 18px !important;
        line-height: 100%;
      }

      .list {
        font-size: 14px !important;
        
        li {
          padding-bottom: 0.8rem !important;
        }
      }

      .disclaimer {
        font-size: 12px;
      }
    }
  }
}

@media (max-width: 1200px) {
  /* Styles for small to medium devices */

  .menu-container .language-toggle {
    span:nth-child(3) {
      width: 66px;
    }
  }

  /* Team Section - 1200px adjustments */
  .team-video-wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .video-side-text {
    flex: none;
    width: 100%;

    p {
      font-size: 18px;
      text-align: center;
    }
  }

  .home-page .video-wrapper {
    display: none;
  }

  .hero-scroll-wrapper.home.desktop {
    display: none;
  }

  .hero-scroll-wrapper.home.mobile {
    display: block;
    height: 100vh;

    .scroll-wrapper {
      overflow-x: hidden;

      .hero-bg {
        width: 100vw;
      }
    }
  }

  /* .benefits, .design, #amenities-page {
    .video-wrapper {
      display: block;
    }
  }  */

  .video-overlay-text {
    gap: 30px;
  }
  
  .video-overlay-text p {
    font-size: 42px;
    letter-spacing: 0.1em;
  }

  .video-overlay-text .middle-line {
    height: 160px;
    width: 1px;
  }

  /* Hero Section */
  .mobile-img-bg {
    display: flex;
  }

  .header {
    min-height: 78px;
    padding: auto 0;

    .container {
      justify-content: space-between;
      padding: 0 20px;

      .logo-link {
        width: auto;
        margin: 0;

        .logo {
          width: 50px;
          height: auto;
        }
      }
    }

    .main-nav {
      display: none;
    }

    .right-nav {
      position: relative;
      gap: 15px;
      right: 0;

      .whatsapp-icon {
        width: 32px;
        height: 32px;

        svg {
          width: 16px;
          height: 16px;
        }
      }

      .enquire-btn {
        display: none;
      }

      .hamburger-link img {
        width: 24px;
        height: 24px;
      }
    }
  }

  /* hamburger menu */
  .menu-container {
    .logo-container {
      padding: 20px 24px 17px;

      .logo {
        img {
          width: 50px;
        }
      }
    }

    .close-btn {
      top: 12px;
      right: 25px;
    }

    .menu {
      margin-top: 0px;

      a {
        font-size: 1.5rem;
      }
    }

    .brochure {
      margin-top: 0px;

      a.btn {
        min-width: 320px;
        font-size: 12px;
        padding: 12px 24px;
      }
    }

    .language-toggle {
      margin: 0px;
      font-size: 30px;
    }
  }

  .mobile-enquiry-button {
    display: block;
  }

  .one-column-layout,
  .two-column-layout,
  .three-column-layout {
    flex-direction: column;
    min-height: 100vh;

    .content {

      /* middle lines reduce height to be consistent */
      .middle-line {
        height: 160px;
        width: 1px;
      }
    }

    &.reversed {
      flex-direction: column;
    }
  }

  .one-column-layout {

    .content {
      p {
        font-size: 42px;
        letter-spacing: 0.1em;
      }

      .reduced-size-mobile {
        font-size: 32px;
      }
    }
  }


  .two-column-layout {
    min-height: 200vh;

    .text-column {
      min-height: 100vh;

      .content {
        p {
          font-size: 1rem;
        }

        .feature-btn {
          font-size: 12px;
          padding: 12px 24px;
        }
      }
    }

    .image-column {
      min-height: 100vh;
    }
  }

  .three-column-layout {
    flex-direction: column;
    height: auto;

    .two-column {
      &.with-map {
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
      }
    }

    &.video-with-text {
      padding: 1.5rem;

      .two-column {
        padding: 0;
        display: flex;
        flex: 1;
        align-items: flex-end;
        flex-direction: column;
      }

      .one-column {
        padding: 1rem;

        .h1-title, h1 {
          font-size: 2rem;
          padding-bottom: 1.5rem;
        }
      }

    }
  }

  /* benefits */
  .services-wrapper {
    padding: 1.5rem;

    .services-img {
      display: none;
    }

    .services-content {
      img {
        display: block;
        margin: 0 auto 40px;
      }

      .service-items {
        flex-direction: column
      }

      p,
      .divider {
        margin-bottom: 24px;
      }
    }
  }

  .onvia {
    .onvia-wrapper {
      flex-direction: column;

      .onvia-content {
        justify-content: flex-start;
        padding: 5rem 2rem;

        .content {
          max-width: 100%;
        }
      }
    }
  }

  /* carousel */
  .carousel-item {
    min-width: 70vw;
    max-width: 70vw;
    flex-shrink: 0;
    margin: 0 1rem;
  }

  .nav {
    display: none;
  }

  /* design */
  .empire-city-special {
    .empire-city-weird-section-left {
      .text-section {
        justify-content: space-evenly;
      }

      .img-section {
        margin-top: 0;
      }
    }

    .empire-city-weird-section-right {
      padding: 0;
      padding-top: 2.5rem;

      .offset-section {
        margin: 0 auto;

        
      }
    }
  }

  .empire-city-special.mobile-only {
    .offset-section {
      img {
        width: 100%;
        height: auto;
      }
    }

    .video-section {
      video {
        width: 100%;
        height: auto;
      }
    }
  }

  .full-width.mobile-only {
    img {
      width: 100%;
      height: auto;
    }
  }

  .img-with-text {
    gap: 0;
  }

  /* Developer page */

  .property-section {
    .content {
      flex-direction: column;
      gap: 2rem;
    }
  
    .one-column-layout {
      min-height: auto;
      align-items: flex-start;
    }
  
  }

  .team-section {
    gap: 2rem;
    padding: 6rem;
  
    .container {
      gap: 1rem;
  
      .one-column {
  
        img {
          max-width: 140px;
  
          &.interior-design {
            max-width: 140px;
          }
        }
      }
  
      p {
        padding-bottom: 4rem;
      }
    }
  }

  .contact-us-section {
    min-height: auto;
  }

  .pre-form {
    min-height: auto;
  }

  .full-viewport-image {
    overflow-x: scroll;
  }

  .axo-facade {
    display: none;
  }

  .amenities-accordion.mobile-only {
    display: flex;
    overflow-x: hidden;

    .image-wrapper {
      transform: translateX(-15%);
    }

    .accordion-container {
      padding: 0 1.25rem;
      box-sizing: border-box;
    }

    .accordion-content {
      .image-carousel-container {
        max-width: 100%;
        overflow: hidden;

        .glide {
          .glide__slide {
            img {
              width: 100%;
              height: auto;
              max-height: 300px;
              object-fit: cover;
              display: block;
            }
          }
        }
      }

      .image-carousel {
        min-height: 200px;

        .carousel-prev,
        .carousel-next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: rgba(255, 255, 255, 0.3);
          border-radius: 50%;
          z-index: 10;
          display: flex;
          align-items: center;
          justify-content: center;

          svg {
            width: 40px;
            height: 40px;
            display: block;
          }

          &:hover {
            background: rgba(255, 255, 255, 1);
          }
        }

        .carousel-prev {
          left: 8px;
        }

        .carousel-next {
          right: 8px;
        }
      }

      /* Glide carousel responsive styles */
      .glide {
        .glide__slide {
          img {
            max-height: 300px;
          }
        }
      }
    }
  }

  .residences-details {
    .container {
      row-gap: 4rem; /* Reduce spacing on mobile */
      padding: 6rem;
    }
  }
  
  .living-smart {
    .smart-wrapper {
      flex-direction: column;
      gap: 40px;
      padding: 6em;
    }

  }

  .project-details {
    padding: 4rem 6rem;

    .section-title {
      font-size: 36px;
      margin-bottom: 2.5rem;
    }

    .details-table {
      .table-row {
        .table-cell {
          padding: 1.2rem 1.5rem;
          font-size: 15px;

          &.label {
            flex: 0 0 240px;
          }
        }
      }
    }
  }

  .artistry {
    padding: 4rem 6rem; 

    .container {
      row-gap: 120px;
    }
    
    .card {
      flex: 1 1 calc(50% - 1rem);
      max-width: calc(50% - 1rem);

      .logo-img {
        max-width: 160px;
        margin-top: 1rem;
        height: 100px;
      }
    }
  }

  .residences-stacking {
    display: none;
  }

  .residences-stacking-condensed {
    background-color: var(--dark-gray);
    
    .container {
      display: flex;
      flex-direction: column;
    }

    .stacking-logo, .stacking-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 5rem 2rem;
    }

    .stacking-logo {
      h4 {
        font-size: 21px;
        letter-spacing: 0.05em;
        color: var(--off-white);
      }
      .logo {
        width: 120px;
      }

      .middle-line {
        width: 2px;
        height: 60px;
        margin: 1rem 0;
      }
    }

    .stacking-content {
      .text {
        width: 40vw;
        p {
          font-size: 14px;
          text-align: center;
          padding-bottom: 1.5rem;
          letter-spacing: 0.05em;;
          color: var(--off-white);
        }
      }
    }
  }

  .full-viewport-image.scrollable {
    .scroll-container {
      display: inline-block;
      overflow-x: auto;
      cursor: grab;
      white-space: nowrap;
    }

    img {
      display: block;
      max-width: none;
      width: unset;
    }
  }

  .mobile-only {
    display: flex;
  }
  
  .desktop-only {
    display: none;
  }

  /* W Lifestyle Section - mobile adjustments */
  .w-lifestyle-section {
    padding: 60px 0;

    .w-lifestyle-content {
      padding: 0 20px;
    }

    .w-logo {
      margin-bottom: 40px;

      img {
        width: 180px;
      }
    }

    .divider-line {
      height: 120px;
      margin-bottom: 40px;
    }

    .lifestyle-text {
      width: 90%;
      max-width: 100%;

      p {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0.7px;
      }
    }
  }

  /* Scroll to top button - mobile adjustments */
  .scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }

  
}

@media (min-width: 1201px) {

  .residences-stacking-condensed {
    display: none;
  }

  /* Explore Units - Large screen adjustments */
  .explore-units-content .image-container  {
    padding: 0 120px;
  }
  .explore-units-content .w-residences-link {
    padding: 0 120px;
  }
}



/* Tablet (769px to 1023px) - Medium tablet layout */
@media (max-width: 1023px) and (min-width: 769px) {
  .desktop-hidden {
    display: none;
  }
  /* Content Section adjustments */
  .content-section {
    padding: 40px 24px;
    gap: 60px;
  }
  .w-services-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important;
    align-items: center !important;
  }
  .explore-units-content {
    padding: 40px;
  }
  .artistry {
    text-align: center;
  }

  .divider-line {
    height: 50px !important;
  }
  .sales-gallery {
    margin-bottom: 40px !important;
  }

  .menu-offset {
    padding-top: 140px !important;
  }

  .location-section {
    gap: 24px;
  }

  .location-text {
    min-height: 200px;
    padding: 20px;
  }

  .location-description {
    font-size: 18px;
    line-height: 28px;
  }

  .location-gallery {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }

  .location-image {
    width: 90%;
    max-width: 90%;
    height: auto;
    aspect-ratio: 1;
  }

  .location-label {
    width: 90%;
    max-width: 90%;
  }

  .location-label h3 {
    font-size: 30px;
  }

  /* W Carousel Section - Tablet adjustments (上下结构) */
  .w-carousel-container {
    flex-direction: column;
    gap: 0;
  }

  .w-carousel-text {
    width: 100%;
    padding: 50px 30px;
    order: 1;
  }

  .w-carousel-text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .w-carousel-image {
    width: 100%;
    order: 2;
    height: auto;
    min-height: 400px;
  }

  .w-carousel-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 400px;
  }

  /* Liberated Luxury Section adjustments */
  .liberated-luxury-section {
    padding: 60px 40px;

    .team-video {
      max-width: 100%;
    }

    .team-video-player {
      width: 100%;
      height: auto;
    }
  }

  /* OWN THE W Section adjustments */
  .own-the-w-section {
    padding: 24px 24px;
  }

  .own-the-w-section h1 {
    font-size: 36px;
  }

  .w-description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
  }

  .vertical-divider {
    height: 140px;
  }

  /* Cards Grid adjustments */
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 800px;
    margin: 0 auto;
  }

  .card-item {
    gap: 30px;
  }
  
  .ioi-container {
    flex-direction: column;
    height: auto !important;
  }

  .ioi-left {
    width: 100%;
  }

  .ioi-right {
    width: 100%;
  }

  .ioi-image {
    max-height: 100% !important;
  }

  .card-item img {
    height: auto;
    aspect-ratio: 1;
    max-height: 400px;
  }

  .card-label h3 {
    font-size: 28px;
  }

  .card-item .arrow-button {
    width: 45px;
    height: 45px;
  }

  .arrow-button {
    width: 45px;
    height: 45px;
  }

  /* Location Day Carousel - 769-1023px adjustments */
  .location-day-carousel {
    width: 100%;
    height: 100%;
  }

  .location-day-carousel .glide__track {
    height: 100%;
  }

  .location-day-carousel .glide__slides {
    height: 100%;
  }

  .location-day-carousel .glide__slide {
    position: relative;
    height: 100%;
  }
  .discover-image {
    width: 100%;
    height: 100% !important;
  }

  .location-day-carousel .glide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .location-day-carousel .image-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  /* Location Night Carousel - 769-1023px adjustments */
  .location-night-carousel {
    width: 100%;
    height: 100%;
  }

  .location-night-carousel .glide__track {
    height: 100%;
  }

  .location-night-carousel .glide__slides {
    height: 100%;
  }

  .location-night-carousel .glide__slide {
    position: relative;
    height: 100%;
  }

  .location-night-carousel .glide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .location-night-carousel .image-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 768px) {

  .mobile-hidden {
    display: none;
  }
  .two-column-layout {
    flex-direction: column;
  }
  .services-24-7-section{
    padding-bottom: 20px !important;
  }

  .amenities-accordion {
    & .image-wrapper {
        width:110% !important;
        & .text-wrapper {
          & .text {
            &:not(:first-child) {
              padding-bottom: 4rem;
            }
          }
        }
    }
  }
  .carousel-label{
    bottom: 1%;
    left: 37%;
  }
  .image-column img {
    height: 300px;
    /* Prevent overly tall image on small screens */
  }

  /* Liberated Luxury Section - Mobile adjustments */
  .liberated-luxury-section {
    padding: 40px 20px;

    .team-video {
      max-width: 100%;
    }

    .team-video-player {
      width: 100%;
      height: auto;
    }
  }

  /* W Services Section - Mobile adjustments */
  .w-services-section {
    padding: 50px 20px;
  }

  .w-services-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .w-services-image {
    flex: none;
    width: 100%;
    max-width: 350px;
  }

  .w-services-content {
    gap: 30px;
  }

  .w-services-header {
    h2 {
      font-size: 32px;
      margin-bottom: 24px;
      text-align: center;
    }

    p {
      font-size: 14px;
      text-align: center;
    }
  }

  .w-services-list {
    flex-direction: column;
    gap: 20px;
  }

  .w-services-column {
    p {
      font-size: 14px;
      margin-bottom: 16px;
      text-align: center;
    }
  }

  .w-services-disclaimer {
    font-size: 12px;
    text-align: center;
  }

  /* Discover Image Container - Mobile adjustments */
  .discover-image {
    width: 100%;
    height: 100% !important;
  }

  .discover-image .image-caption {
    font-size: 13px;
    line-height: 19px;
    padding: 12px 16px;
    max-height: 90px;

    br {
      display: none;
    }
  }

  

  .discover-image .image-disclaimer {
    font-size: 9px;
    line-height: 13px;
    bottom: 16px;
    left: 16px;
  }

  /* W Carousel Section - Mobile adjustments (上下结构) */
  .w-carousel-container {
    flex-direction: column;
    gap: 0;
  }

  .w-carousel-text {
    width: 100%;
    padding: 40px 20px;
    order: 1;
  }

  .w-carousel-text img {
    max-width: 100%;
    width: auto;
    height: auto;
    scale: 1.2;
  }

  .w-carousel-image {
    width: 100%;
    order: 2;
    height: auto;
    min-height: 300px;
  }

  .w-carousel-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 300px;
  }
  .amenities-accordion {
    & .image-wrapper {
        & .text-wrapper {
            & .text {
                & .title-subtext {
                    h2 {
                        font-size: 0.6rem;
                    }
                    p {
                        font-size: 8px;
                    }
                }
            }
        }
    }
}
  /* URA Master Plan Section - Mobile adjustments (上下结构) */
  .ura-master-plan-section {
    padding: 50px 20px;
    min-height: auto;
  }

  .ura-container {
    flex-direction: column;
    height: auto;
    gap: 30px;
  }

  .ura-content {
    max-width: 100%;
    padding: 0;
    z-index: 1;
  }

  .ura-title {
    font-size: 28px;
    letter-spacing: 1.2px;
  }

  .ura-description {
    gap: 12px;
  }

  .ura-description p {
    font-size: 14px;
    line-height: 1.5;
  }

  .ura-description p.ura-source {
    font-size: 12px;
  }

  .ura-map-container {
    position: relative;
    width: 100%;
    height: 400px;
    right: auto;
    top: auto;
  }

  /* Text Content - Mobile adjustments */
  .text-content {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 24px;
  }

  /* Explore Units Content - Mobile adjustments */
  .explore-units-content {
    padding: 0 20px;
  }

  /* Map Container - Mobile adjustments */
  .map-container {
    height: 320px;
    margin: 20px auto;

    img {
      object-position: 35% 42%;
    }
  }

  .cn .mobile-img-bg, .mobile-img-bg {
    .img-text-content {
      img {
        width: 100%;
      }
    }
  }

  .menu-container {
    gap: 32px;
    .brochure {
      gap: 16px;
      a.btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 160px;
        max-width: 168px;
        width: 100%;
        margin-bottom: 0;
      }
    }
  }

  .cn {
    .menu-container {
      .brochure {
        a.btn {
          min-width: 160px;
        }
      }
    }
  }

  .carousel-wrapper {
    padding: 1rem 0;

    .caption {
      font-size: 8px;
      padding-top: 0.5rem;
    }
  }

  .accordion-container {
    padding-top: 0;
  }

  .accordion-header {
    font-size: 14px;
    padding: 8px 0;
  }

  .three-column-layout {
    &.video-with-text {
      p {
        font-size: 14px;
      }

      &.benefits {
        min-height: 50vh;
        padding: 4rem 1.5rem;

        p {
          font-size: 16px;
        }

        .one-column {
          padding: 2.5rem 1rem;
        }
      }
    }
  }

  /* Benefits */
  .services-wrapper {
    .services-content {
      h1 {
        font-size: 32px;
      }

      p {
        font-size: 16px;
      }

      .service-items {

        .column1,
        .column2 {
          ul {
            li {
              font-size: 12px;
              line-height: 1.5;
            }
          }
        }
      }

      .disclaimer {
        font-size: 8px;
      }
    }
  }

  .onvia {
    .onvia-wrapper {
      .onvia-content {
        .content {
          h1 {
            font-size: 32px;
          }

          p {
            font-size: 14px;
          }

          .onvia-logo {
            width: 129px;
            padding: 0;
          }
        }
      }
    }
  }


  .footer {
    padding: 40px 20px;

    .footer-wrapper {
      gap: 30px;

      .footer-logo {
        width: 150px;
      }

      .footer-enquire-btn {
        padding: 12px 24px;
        font-size: 12px;
      }

      .footer-social {
        gap: 12px;

        .social-label {
          font-size: 12px;
        }

        .social-icons {
          gap: 12px;

          a {
            width: 28px;
            height: 28px;

            img {
              width: 16px;
              height: 16px;
            }
          }
        }
      }

      .footer-divider {
        max-width: 100%;
      }

      .footer-bottom-content {
        gap: 12px;

        .footer-copyright {
          font-size: 11px;
        }

        .footer-links {
          gap: 16px;

          a {
            font-size: 11px;
          }
        }
      }
    }

    .scroll-to-top {
      right: 20px;
      width: 40px;
      height: 40px;

      img {
        width: 40px;
        height: 40px;
      }
    }
  }

  .empire-city-special {
    display: none;
  }

  .empire-city-special.mobile-only {
    display: block;
    padding: 1rem;
    
    .remove-padding {
      padding: 0;

      p {
        font-size: 8px;
        padding: 0;
        padding-top: 0.5rem;
      }
    }

    .reduce-padding {
      padding: 3rem 1.5rem 1.5rem;

      .text-section {
        h1 {
          font-size: 32px;
          padding-bottom: 1.5rem;
          font-family: 'W Supreme Web Semibold', sans-serif;
        }

        .text-container {
          font-size: 14px;
        }
      }
    }
    
  }

  .full-width.mobile-only {
    display: block;
  }

  .inspired-spaces {
    padding: 1rem;
    padding-top: 5rem;
    .remove-padding {
      padding: 0;

      p {
        font-size: 8px;
        padding: 0;
        padding-top: 0.5rem;
      }
    }

    .inspired-spaces-right {
      padding: 1.5rem;
      padding-top: 2.5rem;;
    }

    .text-section {
      padding-bottom: 0;

      h1 {
        font-size: 32px;
        padding-bottom: 1.5rem;
        font-family: 'W Supreme Web Semibold', sans-serif;
      }

      .text-container {
        font-size: 14px;
        max-width: 100%;
        min-width: auto;
      }
    }

    .img-section {
      gap: 1rem;
    }

  }

  .living-well {
    display: none;
  }

  .living-well-carousel.mobile-only {
    display: block;
    height: auto;

    .mobile-only-title {
      font-size: 32px;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-family: 'W Supreme Web Semibold', sans-serif;
      text-transform: uppercase;
      color: var(--dark-gray);
      text-align: center;
    }

    img {
      filter: grayscale(100%);
      opacity: 0.2;
      transition: all 0.3s ease-in-out;
    }

    .glide__slide--active {
      img {
        filter: grayscale(0%);
        opacity: 1;
      }
    }

    .text-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      color: var(--dark-gray);
      padding: 2.5rem 4rem 1.5rem;

      .slide-title {
        font-family: 'W Supreme Web Semibold', sans-serif;
        font-size: 21px;
        font-weight: 200;
        padding-bottom: 1.5rem;
        text-align: center;
      }

      p {
        font-size: 14px;
        padding-bottom: 1.5rem;
        text-align: center;
      }
    }

    .glide__bullets {
      display: flex;
      justify-content: center;
      padding-bottom: 3rem;
    }
    .glide__bullet {
      background-color: var(--light-gray);
      opacity: 0.5;
      width: 0.5rem;
      height: 0.5rem;
      margin: 0 0.5rem;
      transition: all 0.3s ease-in-out;
      border: none;
      border-radius: 50%;

      
    }

    .glide__bullet--active {
      background-color: var(--dark-gray);
      opacity: 1;
    }
    
  }

  .liberated-luxury {
    min-height: 50vh;
  }

  #hotel-page {
    .three-column-layout {
      padding: 0;
      min-height: auto;

      &.mobile-reversed {
        flex-direction: column-reverse;
      }

      .one-column {
        padding-top: 0;

        .content {
          font-size: 1rem;
          padding: 1rem;
        }
      }

      .img-caption {
        p {
          font-size: 8px;
        }
      }
    }
  }

    /* Developer page */

    .dev-section {
      .content {
          padding: 8rem 0 0;
      }

      .dev-logo {
        img {
          max-width: 220px;
        }
      }
    }

    .property-section {

      .one-column-layout {
        padding: 1rem 2rem;
      }

      .sub-text {
        font-size: 12px
      }

      
    }

    .team-section {
      gap: 2rem;
      padding: 6rem 2rem;

      h1 {
        font-size: 32px;
      }
    
      .sub-text {
        font-size: 16px;
      }
    
      .container {
        padding-top: 2rem;
        flex-direction: column;
    
        .one-column {   
          padding-bottom: 1rem;  
          
          .img-wrapper {
            align-items: flex-start;
            padding-top: 1.5rem;
            height: 90px;
          }

          img.interior-design {
            max-width: 100px;
          }
        }
    
        p {
          font-size: 12px;
          padding-bottom: 0;
        }
      }
    }
  
  .contact-us-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    &.menu-offset {
      padding-top: calc(97.5px + 5rem);
    }

    .content {
      gap: 2.5rem;

      .subtitle {
        font-size: 2rem;
      }

      .sub-text {
        font-size: 14px;
      }
    }

    .middle-line {
      max-height: 5rem;
    }
  }

  .contact-container {
    padding-bottom: 5rem;
  }

  .contact-us-map {
    padding: 0;
  }

  .pre-form {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;

    .content {
      gap: 24px;
      font-size: 1rem;
    }
  }

  .contact-form {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .form-row {
    flex-direction: column;
  }

  input, textarea {
    padding: 5px;
    font-size: 10px;
  }

  .form-checkbox {
    padding-right: 5%;
    font-size: 0.5rem;
  }

  .error-msg {
    font-size: 0.5rem;
  }

  .error-icon {
    min-width: auto;
    max-width: 17.5px;
  }

  .checkbox-label {
    font-size: 8px;
  }

  .form-submit {
    button {
      max-height: fit-content;
      min-width: 100px;
      font-size: 10px;
    }
  }

  .contact-info {
    display: flex;
    justify-content: space-between;
    padding: 0 2.5rem;

    p {
      flex: 1;
      font-size: 0.5rem;
      align-content: center;
      text-align: left;
    }

    a {
      flex: 1;
      font-size: 1rem;
      align-content: center;
      text-align: right;
    }
  }

  .contact-info.enquiry {

    padding-left: 0;
    padding-right: 0;

    .whatsapp {
      width: 100%;
      display: flex;
      justify-content: space-between;

      p {
        flex: 1;
        font-size: 0.5rem;
        align-content: center;
        text-align: left;
      }
  
      a {
        flex: 1;
        font-size: 1rem;
        align-content: center;
        text-align: right;
      }
    }
    
    
    .social-media {
      display: none;
    }
  }

  /* Enquiry */
  .enquiry-section {
    .contact-form {
      padding: 0;
    }

    .contact-container {
      padding-bottom: 0;
    }
  }

  /* Enquiry Form - Mobile adjustments */
  .enquiry-content {
    padding: 0 16px;
  }

  .enquiry-title {
    font-size: 32px;
    letter-spacing: 3px;
    margin-bottom: 30px;
  }

  .sales-gallery {
    margin-bottom: 50px;

    h2 {
      font-size: 28px;
      letter-spacing: 3px;
      margin-bottom: 14px;
    }

    .gallery-address {
      font-size: 14px;
      letter-spacing: 0.6px;
    }
  }

  .whatsapp-section {
    margin-bottom: 50px;

    .whatsapp-icon img {
      width: 56px;
      height: 56px;
    }

    .whatsapp-label {
      font-size: 24px;
      letter-spacing: 2px;
    }

    .whatsapp-number {
      font-size: 40px;
      letter-spacing: 2.5px;
    }
  }

  .divider-line {
    height: 60px;
    margin-bottom: 50px;
  }

  .form-intro {
    margin-bottom: 32px;

    p {
      font-size: 14px;
    }

    .form-subtitle {
      font-size: 13px;
    }
  }

  .contact-form {
    .input-group label {
      font-size: 12px;
    }
  }

  input, textarea, select {
    font-size: 13px;
    padding: 12px;
  }

  .submit-btn {
    font-size: 13px;
    padding: 14px 28px;
  }

  .enquiry-hero {
    background-position: 20% 0%;
  }

  /* sliced */
  .sliced-desktop {
    display: none;
  }

  .sliced-mobile {
    display: block;
  }

  .privacy-policy {
    padding: 5rem 2.5rem;
    padding-top: calc(97.5px + 80px); /* top nav + 120px */
  
    h1 {
      font-size: 42px;
      padding-bottom: 2.5rem;
      text-align: center;
    }
  
    .subheader {
      font-size: 21px;
      padding-bottom: 0.5rem;
    }
  
    .section-header {
      font-size: 12px;
      padding-bottom: 0.5rem;
    }
  
    .text {
      font-size: 12px;
      padding-bottom: 0.5rem;
      
      &:last-child {
        padding-bottom: 24px;
      }
    }
  
    .indented {
      padding-left: 20px;
      padding-bottom: 0.15rem;
  
      &:last-child {
        padding-bottom: 0.5rem;
      }
    }

    .copyright {
      padding-top: 26px;
    }
  }

  .residences-details {
    .card {
      flex: 1 1 calc(50% - 1rem);
      gap: 0.5rem;
      min-width: auto;

      img {
        height: 32px;
      }
    }

    .container {
      row-gap: 2rem; /* Reduce spacing on mobile */
      padding: 5rem 1.2rem;
    }

    .title {
      font-size: 16px;
    }

    .details {
      font-size: 12px;
    }
  } 

  .living-smart {
    .smart-wrapper {
      flex-direction: column;
      gap: 20px;
      padding: 2rem;


      .smart-content {
        font-size: 16px;
        .title {
          font-size: 32px;
          margin-bottom: 1.5rem;
        }

        .list {
          font-size: 12px;
            li {
              padding-bottom: 1rem;
              &:last-child {
                padding-bottom: 0;
              }
            }
        }
  
        .disclaimer {
          font-size: 8px;
        }

        .divider {
          margin: 1.5rem 0;
        }
        
      }
    }
  }

  .project-details {
    padding: 2rem;

    .section-title {
      font-size: 28px;
      margin-bottom: 2rem;
    }

    .details-table {
      .table-row {
        flex-direction: column;

        .table-cell {
          padding: 1rem;
          font-size: 12px;

          &.label {
            flex: none;
            border-right: none;
            border-bottom: 1px solid #000;
            font-weight: 600;
          }

          &.value {
            flex: none;
          }
        }
      }
    }
  }

  .artistry {
    padding: 2rem 1.5rem 4rem; 

    .title {
      font-size: 28px;
      margin-bottom: 1.2rem;
    }

    p {
      font-size: 14px;
      padding-bottom: 0;
    }

    .container {
      row-gap: 60px;
      margin-top: 2.5rem;
      justify-content: space-around;
    }
    
    .card {
      flex: 1 1 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
      gap: 0.8rem;

      .logo-img {
        height: 80px;
        max-width: 120px;

        img {
          max-width: 100%;
          max-height: 100%;
        }
      }

      .text {
        font-size: 13px;
      }
    }
  }

  .residences-stacking-condensed {

    .stacking-content {
      .text {
        width: auto;
      }
    }
  }

  .amenities-hero, .residences-hero, .hotel-hero {
    .content {
      p {
        /* text-transform: uppercase; */
        font-size: 32px;
      }
    }
  
    .sub-text {
      font-size: 16px;
      /* text-align: center; */
      /* letter-spacing: 0.05rem; */
    }
  }

  .other-hero {
    .fade-out-text {
      /* display: none;  */
      max-width: unset; 
      bottom: 2rem;
    }
  }

  .hero-scroll-wrapper.location.desktop {
    display: none;
  }

  .hero-scroll-wrapper.location.mobile {
    display: block;
  }

  .hero-scroll-wrapper.home.desktop {
    display: none;
  }

  .hero-scroll-wrapper.home.mobile {
    display: block;
    height: 100vh;

    .scroll-wrapper {
      overflow-x: hidden;

      .hero-bg {
        width: 100vw;
      }
    }
  }

  .video-overlay-text {
    padding-top: calc(2rem + 78px);
  }

  /* Main Banner Responsive */
  .main-banner {
    height: 100vh;
    margin-top: 78px;
  }

  .main-banner .banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-banner .banner-text p {
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #ffffff;
  }

  /* Content Section Responsive */
  .content-section {
    padding: 20px 20px;
    gap: 40px;
  }

  .location-section {
    grid-template-columns: 1fr;
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .location-text {
    min-height: auto;
    padding: 20px 0;
    justify-content: center;
  }

  .location-description {
    font-size: 16px;
    text-align: center;
  }

  .location-gallery {
    gap: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .location-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .location-label {
    gap: 15px;
    width: 100%;
  }

  .location-label h3 {
    font-size: 24px;
  }

  /* Video Section Responsive */
  .video-player {
    width: 100%;
    height: auto;
    flex-shrink: 1;
  }

  .w-content {
    gap: 40px;
  }

  .own-the-w-section {
    padding: 40px 0;
  }

  .own-the-w-section h1 {
    font-size: 32px;
  }

  .w-description {
    font-size: 16px;
  }

  .vertical-divider {
    height: 120px;
  }

  .cards-grid {
    gap: 40px;
  }

  .card-item {
    gap: 30px;
  }

  .card-item img {
    height: auto;
    aspect-ratio: 1;
  }

  .card-label h3 {
    font-size: 18px;
  }

  .card-item .arrow-button {
    width: 32px;
    height: 32px;
  }
  .arrow-button {
    width: 32px;
    height: 32px;
  }

  .card-label h3 {
    font-size: 18px;
  }

  /* Services 24/7 Carousel Responsive */
  .services-24-7-carousel {
    .glide__slide {
      height: 350px;
    }

    .glide__arrows {
      padding: 0 20px;
    }

    .glide__arrow {
      width: 48px;
      height: 48px;

      svg {
        width: 20px;
        height: 20px;
      }
    }
  }

    /* IOI Section - Mobile */
  .ioi-container {
    flex-direction: column;
    height: auto;
  }

  .ioi-left,
  .ioi-right {
    width: 100%;
  }
  .ioi-image {
      max-height: 100% !important;
  }

  /* Gallery Modal - Mobile */
  .modal-content {
    padding: 60px 20px 100px;
  }

  .modal-close {
    top: 20px;
    right: 20px;
  }

  .glide__arrow {
    width: 50px;
    height: 50px;
  }

  .glide__arrow--left {
    left: 10px;
  }

  .glide__arrow--right {
    right: 10px;
  }

  .glide__arrow svg {
    width: 30px;
    height: 30px;
  }

  .gallery-counter {
    bottom: 20px;
    right: 20px;
    font-size: 14px;
  }

  .glide__bullets {
    bottom: 20px;
  }

  .glide__bullet {
    width: 8px;
    height: 8px;
  }

  .glide__bullet--active {
    width: 10px;
    height: 10px;
  }
}


/* Gallery Modal - Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .modal-content {
    padding: 80px 60px;
  }

  .carousel-label {
    bottom: 8%;
    left: 39%;
  }
  .glide__arrow--left {
    left: 20px;
  }

  .glide__arrow--right {
    right: 20px;
  }
}

