@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }

  section#configurations {
    background: rgba(0, 0, 0, 1);
    position: relative;
    padding: 20px 0px !important;
  }
  .configurations-bg > .container-fluid {
    position: relative;
    z-index: 2;
    padding: 20px 10px !important;
  }
  p.heading {
    font-size: 30px !important;
    letter-spacing: 7.36px !important;
  }
  #configurations p {
    text-transform: none !important;
  }
  #configurations p.heading {
    text-transform: uppercase !important;
  }
  #location p {
    font-size: 30px !important;
    letter-spacing: 7.36px !important;
  }
}
/* MOBILE VIEW FIX */
@media (max-width: 767px) {
  #crown {
    padding: 40px 0;
  }

  #crown .container-fluid {
    padding: 0 20px !important;
  }

  /* Each item becomes icon-left + text-right */
  #crown .text-center {
    text-align: left !important;
  }

  #crown .d-flex.flex-column {
    flex-direction: row !important;
    align-items: center;
    gap: 16px;
  }

  /* Icon size adjustment */
  #crown svg {
    width: 40px;
    height: auto;
    flex-shrink: 0;
  }

  #crown h3 {
    font-size: 16px !important;
    line-height: 24px;
    margin: 0;
  }

  /* Add subtle divider like in design */
  #crown .col-12 {
    padding-bottom: 8px;
  }

  #crown .col-12:last-child {
    border-bottom: none;
  }
  #gallery p {
    font-size: 30px;
    color: rgb(216, 176, 109);
    letter-spacing: 7.36px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
  }
  section {
    padding: 30px 0px !important;
  }
  #highlights .d-flex.gap-3.justify-content-center {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 0rem;
  }
}
section:has(+ #gallery) p {
  /* font-size: 24px !important; */
}
@media (max-width: 767px) {
  .testimonial-section .position-relative {
    display: none;
  }

  .testimonial-section {
    padding: 60px 0;
  }

  .testimonial-section .container-fluid {
    padding: 0 20px !important;
  }

  /* Premium card */
  .testimonial-card.premium {
    background: #fff;
    border-radius: 16px;
    padding: 36px 26px 28px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    position: relative;
    min-height: 370px;
  }

  /* Soft quote styling */
  .testimonial-card .quote {
    font-size: 15.5px !important;
    line-height: 27px;
    color: #2b2b2b;
    letter-spacing: 0.4px;
    margin-bottom: 30px;
    position: relative;
  }

  .testimonial-card .quote::before {
    content: "“";
    font-size: 46px;
    color: #caa253; /* Tuscan gold */
    position: absolute;
    left: -10px;
    top: -20px;
    font-family: serif;
  }

  /* Author block */
  .testimonial-card .author {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .testimonial-card .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: url("assets/images/testimonials.png") center/cover;
    border: 2px solid #d8b06d;
  }

  .testimonial-card .name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: absolute;
    bottom: 20px;
  }

  /* Swiper spacing */
  .testimonialSwiper {
    padding-bottom: 40px;
  }
  #amenities .col-lg-3 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  /* Premium dots */
  .testimonial-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
  }

  .testimonial-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 20px;
    background: #000;
  }
  #gallery .nav-link {
    border-bottom: 1px solid rgb(0, 0, 0) !important;
    color: rgb(27, 27, 27) !important;
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: center !important;
    background: transparent !important;
    border-radius: 0 !important;
  }
}
@media (max-width: 767px) {
  #amenities .d-flex.gap-2 > div:last-child p {
    display: flex;
    align-items: center;
    height: 38px;
    line-height: 18px;
    margin-left: 4px;
    font-size: 12px;
  }
  #amenities .amenities-icons-column img {
    display: block;
    height: 38px;
    margin-bottom: 8px;
    width: auto;
  }
  @media (max-width: 767px) {
  #amenities .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

  .config-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    position: relative;
    z-index: 99;
    padding: 0 10px;
  }

  .config-card {
    background: transparent;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgb(217, 217, 217);
  }

  .config-title {
    font-size: 20px;
    font-weight: 500;
    color: rgb(217, 217, 217);
    margin-bottom: 4px;
  }

  .config-size {
    font-size: 16px !important;
    color: #6b6b6b;
    margin-bottom: 14px !important;
    letter-spacing: 1.36px !important;
    margin-top: 14px !important;
  }

  /* Unlock Button */
  .unlock-btn {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f6c35a, #d8b06d);
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  /* Subtle Premium Animation */
  .unlock-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(216, 176, 109, 0.45);
  }

  .unlock-btn:active {
    transform: scale(0.98);
  }
}
@media (max-width: 767px) {
  .unlock-btn:active {
    transform: scale(0.96);
  }
  .walkthrough-video {
    font-size: 30px !important;
    letter-spacing: 7.36px !important;
  }
  .testimonial-heading {
    font-size: 30px !important;
    letter-spacing: 7.36px !important;
  }
  .gallery-heading {
    font-size: 30px !important;
    letter-spacing: 7.36px !important;
  }

  #about .about-us-heading {
    font-size: 30px !important;
    letter-spacing: 7.36px !important;
  }
  .navbar-brand img {
    height: 38px;
    width: auto;
  }
  .download-brochure-heading {
    font-size: 24px !important;
    margin-bottom: 16px !important;
  }
  #highlights .col-lg-5 p {
    margin-bottom: 18px;
  }

  /* Luxury Hamburger */
  .luxury-toggler {
    width: 34px;
    height: 22px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    z-index: 1051;
  }

  .luxury-toggler .line {
    height: 2px !important;
    background-color: #c9a24d !important; /* gold */
    transition: all 0.4s ease;
  }

  /* Uneven lengths like reference image */
  .luxury-toggler .line-top {
    width: 100%;
  }

  .luxury-toggler .line-bottom {
    width: 65%;
  }
  .luxury-toggler .line-bottom-1 {
    width: 50%;
  }
  button.luxury-toggler.active .line-bottom-1 {
    display: none;
  }

  /* Active → X animation */
  .luxury-toggler.active .line-top {
    transform: rotate(45deg) translate(4px, 4px);
  }

  .luxury-toggler.active .line-bottom {
    width: 100%;
    transform: rotate(-45deg) translate(4px, -4px);
  }
  .configuration-heading{
font-size: 26px !important;
    letter-spacing: 7.36px !important;
    text-transform: uppercase !important;
  }
}
