:root{
    --navy:#1A1035;
    --navy-2:#241548;
    --purple:#7C3AED;
    --gold:#C9A227;
    --gold-light:#E7C873;
    --cream:#FBF8F2;
    --lavender:#F1EBFB;
    --ink:#2B2440;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  body{
    font-family:'Poppins',sans-serif;
    color:var(--ink);
    background:var(--cream);
    overflow-x:hidden;
  }
  h1,h2,h3{font-family:'Playfair Display',serif;}
  .display{font-family:'Cormorant Garamond',serif;}
  a{text-decoration:none;color:inherit;}
  ul{list-style:none;}
  img{display:block;max-width:100%;}
  .container{max-width:1200px;margin:0 auto;padding:0 0px;}
.html {
  scroll-behavior: smooth;
}
@media (max-width: 992px) {
    .price-pill span {
        font-size: 20px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .price-pill span {
        font-size: 18px !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .price-pill span {
        font-size: 16px !important;
    }
}
  /* ---------- HERO ---------- */
.hero {
    position: relative;
    min-height: 110vh;
    display: flex;
    align-items: center;
    background: linear-gradient(120deg, rgba(26, 16, 53, 0.4) 0%, rgba(76, 42, 110, 0.3) 100%), 
                url('../images/fullbackground.png') center / cover no-repeat;
                /*    background: */
                /*url('../images/fullbackground.png') center / cover no-repeat;*/
    padding-top: 80px; /* Space for the fixed navbar */
}
.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; 
    gap: 30%;
    padding: 0 20px;
    align-items: center;
}
.hero-content {
    max-width: 900px; 
}
  .navbar .logo, .navbar .nav-links {
    max-width: 1200px;
}

.blinking-text {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;

    /* Animation: Name | Total Duration (5 colors x 2s = 10s) | Timing | Loop */
    animation: colorCycle 10s infinite;
}

@keyframes colorCycle {
    0%, 19% {
        color: #E7C873; 
    }
    20%, 39% {
        color: #FFFFFF;
    }
    40%, 59% {
        color: #00DBFF;
    }
    60%, 79% {
        color: #FF5E5E; 
    }
    80%, 100% {
        color: #3DFF92; 
    }
}
.navbar {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 10%; 
    background: transparent; /* Transparent by default */
    transition: all 0.3s ease-in-out; /* Smooth transition for color and padding */
}

.navbar:hover {
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}


.navbar.scrolled {
    background: white;
    padding: 10px 10%; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}


.nav-links li a {
    color: white; 
    font-weight: 500;
    transition: color 0.3s ease;
}


.navbar:hover .nav-links li a,
.navbar.scrolled .nav-links li a {
    color: var(--navy);
}
.eyebrow {
    color: #ffc117;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.main-title {
    font-size: 40px;
    color: #fff;
    margin: 10px 0 10px;
    line-height: 1.1;
}
.project-highlights{
    padding:90px 15px;
    background:#fff;
}

.highlights-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.highlights-image img{
    width:100%;
    border-radius:24px;
    display:block;
    object-fit:cover;
}

.section-tag{
    display:inline-block;
    color:#b8860b;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.section-title{
    font-size:35px;
    line-height:1.25;
    color:#1f2937;
    margin-bottom:35px;
    font-weight:700;
}

.highlight-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.highlight-item{
    display:flex;
    align-items:center;
    gap:18px;
}

.icon-box{
    width:40px;
    height:40px;
    background:#f8f5ef;
    border-radius:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
    transition:.3s;
}

.icon-box i{
    font-size:17px;
    color:#c8a165;
}

.highlight-item:hover .icon-box{
    background:#c8a165;
}

.highlight-item:hover .icon-box i{
    color:#fff;
}

.highlight-item span{
    font-size:17px;
    color:#444;
    line-height:1.6;
}

@media(max-width:992px){

    .highlights-wrapper{
        grid-template-columns:1fr;
        gap:50px;
    }

    .section-title{
        font-size:36px;
    }

}

@media(max-width:768px){

    .section-title{
        font-size:30px;
    }

    .highlight-item span{
        font-size:17px;
    }

    .icon-box{
        width:46px;
        height:46px;
    }

}
.hero-checklist {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.hero-checklist li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
    padding: 0px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #13100e91;
    width: fit-content;
}

.hero-checklist li i {
    color: var(--gold-light);
    font-size: 22px;
}

.hero-badges {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.badge-pill {
    display: inline-block;
    border: 1.5px solid #fff;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    font-weight: 600;
    width: fit-content;
    font-size: 18px;
    background: rgb(29 28 28 / 79%);
}

.price-pill span {
    font-size: 24px;
    color: #fff;
}

/* --- RIGHT SIDE: GLASS FORM --- */
.glass-form-card {
    background: rgba(0, 0, 0, 0.45); /* Dark transparent */
    backdrop-filter: blur(15px); /* The Blur Effect */
    -webkit-backdrop-filter: blur(15px);
    padding: 20px 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /*width: 85%;*/
    color: #fff;
}

.glass-form-card h3 {
    font-size: 15px;
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
}

.glass-form-card input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-family: 'Poppins', sans-serif;
}

/* Phone input with flag */
.phone-group {
    display: flex;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
}

.country-select {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 15px;
    border-right: 1px solid #ddd;
    color: #fff;
    font-size: 14px;
}

.phone-group input {
    border: none;
    margin-bottom: 0;
}

.submit-btn {
    width: 100%;
    padding: 15px;
    background: rgba(255,255,255,0.2);
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}

.submit-btn:hover {
    background: #fff;
    color: #000;
}

.form-footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4;
    color: #ddd;
}

.form-footer input {
    width: auto;
    margin-top: 3px;
}

/* --- RESPONSIVE --- */
@media (max-width: 992px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3%;
    }
    .hero-text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25%;
    }
    .main-title { font-size: 35px; }
}
/* --- LOGO LOGIC --- */

.navbar:hover .logo img,
.navbar.scrolled .logo img {
    /*filter: brightness(0.2); */
}
  .logo img{
    width:115px;
    height:auto;
    display:block;
}
.hero-logo {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin-bottom: 0px;
}

.hero-logo img {
   max-width: 320px;
    width: 100%;
    height: auto;
    /*margin-bottom: 20px;*/
}
/* Hide pages by default */
.gallery-page {
    display: none;
    animation: fadeIn 0.5s ease; 
}

/* Show the active page */
.gallery-page.active {
    display: block;
}

.dots span {
    cursor: pointer;
    transition: background 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
  .logo{
    font-family:'Playfair Display',serif;
    letter-spacing:2px;
  }
  .logo .title{font-size:20px;font-weight:600;}
  .logo .sub{font-size:9px;letter-spacing:3px;color:var(--gold-light);font-family:'Poppins',sans-serif;}
  .nav-links{display:flex;gap:34px;font-size:12.5px;letter-spacing:1.5px; }
  .nav-links li a{position:relative;padding-bottom:8px; color: white;}
  .nav-links li:first-child a::after{
    content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);
  }
  .nav-links li a:hover::after{
    content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold-light);
  }

  .hero-body{
    max-width:1137px;
    margin:0 auto;
    /*padding:5px 40px 0;*/
  }
  .eyebrow-serif{font-family:'Cormorant Garamond',serif;font-size:26px;letter-spacing:8px;color:#f2e9d8;font-weight:400;}
  .hero-title{
    font-family:'Playfair Display',serif;
    font-size:110px;
    line-height:1;
    font-weight:600;
    margin:6px 0 18px;
    color:#fff;
    max-width:640px;
  }
  .by-line{
    display:flex;align-items:center;gap:14px;
    font-size:13px;letter-spacing:4px;color:var(--gold-light);
    margin-bottom:22px;
  }
  .by-line::before,.by-line::after{content:'';width:60px;height:1px;background:var(--gold-light);opacity:.6;}
.tagline {
   font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: x-large;
    /* line-height: 1.4; */
    color: #f5f1e8;
    margin-bottom: 25px;
}
.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.icon-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
}

.icon-wrap svg {
    width: 100%;
    height: 100%;
}


.feature-item span {
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 500;
    line-height: 1.5;
    color: #e9e2f0;
}
  .feature-row {
  display: flex;
    margin-bottom: 30px;
    align-items: stretch;
    /* padding: 40px 20px; */
    color: white;
    /* font-family: 'Times New Roman', serif; */
    text-align: center;
    gap: 10px;
  
}
  .feature-row div{max-width:100px;}
  .feature-row .icon{font-size:26px;color:var(--gold-light);margin-bottom:10px;display:block;}
  .feature-row span{font-size:10px;letter-spacing:1px;line-height:1.5;color:#e9e2f0;}
.cta-btn {
    display: inline-block;
    background: linear-gradient(135deg, #E7C873, #C9A227);
    color: #1A1035;
    padding: 16px 34px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 2px;
    transition: all 0.3s ease;
}

 .cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(201,162,39,.3);
}

/* WAVE DIVIDER */
.wave-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.wave-divider svg {
    width: 100%;
    height: 80px; /* Height of the wave */
}
.floor-desc {
    font-weight: bold;
    color: #333;
    margin-bottom: 2px;
}
.floor-desc.small {
    font-size: 0.85rem;
    font-weight: normal;
    color: #666;
}

/* --- RESPONSIVE BREAKPOINTS --- */

/* MacBook Pro & Large Tablets (Laptops) */
@media (max-width: 1200px) {
    .hero-container { max-width: 950px; gap: 65%;}
}

/* Tablets (Portrait) */
@media (max-width: 992px) {
    .feature-row {
        grid-template-columns: repeat(2, 1fr); /* 2x2 Grid */
        gap: 30px;
    }
    .hero {
        text-align: center;
        padding-top: 80px;
    }
    .hero-content {
        margin: 0 auto;
    }
    .hero-logo {
        display: flex;
        justify-content: center;
    }
    .feature-item {
        align-items: center;
        text-align: center;
    }
}

/* Mobile Phones */
@media (max-width: 600px) {
    .hero {
        padding: 60px 0 100px;
    }
    .feature-row {
        grid-template-columns: repeat(2, 1fr); 
        gap: 20px 10px;
    }
    .tagline {
        font-size: 1.2rem;
    }
    .feature-item span {
        font-size: 9px;
        letter-spacing: 1px;
    }
    .icon-wrap {
        width: 35px;
        height: 35px;
    }
    .cta-btn {
        width: 100%;
        padding: 14px 20px;
    }
}
  /* ---------- OVERVIEW ---------- */
  .overview{
    background:var(--cream);
    padding:90px 15px 100px;
  }
  .overview-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
  }
.overview-img {
    position: relative;
    border-radius: 0;
    overflow: visible; 
    box-shadow: none;
    height: 500px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; 
}
.img-main {
    width: 85% !important; 
    height: 450px !important;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* The Small Overlapping Image */
.img-overlay {
    position: absolute;
    width: 55% !important;
    height: auto !important;
    bottom: 20px; 
    left: 0;     
    border: 8px solid #ffffff; 
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
    z-index: 10;
}

/* Responsive fix for mobile */
@media (max-width: 900px) {
    .overview-img {
        height: 400px;
        margin-bottom: 50px;
    }
    .img-main {
        width: 90% !important;
        height: 300px !important;
    }
    .img-overlay {
        width: 60% !important;
        bottom: 0;
    }
}
  .overview-img img{width:100%;height:420px;object-fit:cover;}
  .section-label{
    font-family:'Cormorant Garamond',serif;
    font-size:14px;letter-spacing:6px;color:var(--gold);
    display:flex;align-items:center;gap:14px;margin-bottom:8px;
  }
  .section-label::before,.section-label::after{content:'—';color:var(--gold);}
  .overview h2{font-size:38px;color:var(--navy);margin-bottom:22px;letter-spacing:1px;}
  .overview p{font-size:15px;line-height:1.9;color:#5a5270;margin-bottom:34px;max-width:460px;}
  .stat-row{display:flex;gap:38px;}
  .stat{padding-right:30px;border-right:1px solid #ddd4ea;}
  .stat:last-child{border-right:none;}
  .stat .icon{color:var(--purple);font-size:22px;margin-bottom:8px;display:block;}
  .stat b{display:block;font-family:'Playfair Display',serif;font-size:22px;color:var(--navy);}
  .stat span{font-size:10px;letter-spacing:1px;color:#8a7fa0;}

  /* ---------- GALLERY ---------- */
  .gallery{
    background: #fff;
    padding:90px 15px 80px;
    text-align:center;
  }
  .heading-row{
    display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:50px;
  }
  .heading-row h2{font-size:34px;color:var(--navy);letter-spacing:2px;}
  .heading-row .arrow{color:var(--gold);font-size:18px;}
  .gallery-grid{
    display:grid;grid-template-columns:repeat(4,1fr);gap:22px;
    max-width:1200px;margin:0 auto;padding:0 0px;
  }
  .gallery-grid img{
    width:100%;height:230px;object-fit:cover;border-radius:8px;
    box-shadow:0 20px 40px -15px rgba(26,16,53,.25);
    transition:transform .35s ease;
  }
  .gallery-grid img:hover{transform:translateY(-8px);}
  .dots{display:flex;justify-content:center;gap:8px;margin-top:34px;}
  .dots span{width:7px;height:7px;border-radius:50%;background:#c4bfd8;}
  .dots span.active{background:var(--gold);}

 /* --- AMENITIES MOBILE RESPONSIVE FIX --- */

@media (max-width: 768px) {
    /* 1. Ensure the section container doesn't leak out */
    .amenities {
        padding: 60px 0;
        width: 100%;
        overflow: hidden; 
    }

    
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr) !important; 
        gap: 30px 10px; /* Vertical gap, Horizontal gap */
        padding: 0 15px;
        margin-top: 30px;
    }

    .amenity .icon {
        font-size: 32px; 
        margin-bottom: 10px;
    }

    .amenity span {
        font-size: 12px; 
        line-height: 1.3;
        padding: 0 5px;
    }

    /* 4. Fix Heading spacing */
    .amenities .heading-row {
        margin-bottom: 20px;
    }
    
    .amenities .heading-row h2 {
        font-size: 26px;
    }
}

/* For very small phones (like iPhone SE) */
@media (max-width: 380px) {
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px 5px;
    }
    
    .amenity span {
        font-size: 11px;
    }
}
  .amenities-grid{
    max-width:1200px;
    margin:50px auto 0;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:35px 20px;
    padding:0 20px;
}

.amenity{
    text-align:center;
    transition:.3s;
}

.amenity .icon{
    font-size:42px;
    color:#E7C873;
    margin-bottom:18px;
    transition:.3s;
}

.amenity span{
    display:block;
    font-size:15px;
    line-height:1.6;
    color:#000;
}

.amenity:hover{
    transform:translateY(-8px);
}

.amenity:hover .icon{
    transform:scale(1.15);
    color:#FFD86B;
}
  .amenities{
    /*background:linear-gradient(120deg,var(--navy) 0%, #3d2266 60%, var(--purple) 100%);*/
    color:#fff;
    padding:80px 0;
  }
  .amenities .heading-row h2{color:#3c3838;}
  .amenities-row{
    display:flex;justify-content:center;flex-wrap:wrap;
    max-width:1200px;margin:0 auto;padding:0 20px;
  }
  .amenity{
    flex:1;min-width:130px;
    text-align:center;
    padding:0 22px;
    border-right:1px solid rgba(255,255,255,.18);
  }
  .amenity:last-child{border-right:none;}
 
  .amenity span{font-size:11px;letter-spacing:1px;line-height:1.6;}

  /* ---------- FLOOR PLANS ---------- */
  .floorplans{
    background:#fff;
    padding:90px 0 60px;
    text-align:center;
  }
  .plan-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:26px;
    max-width:1150px;margin:0 auto 12px;padding:0 30px;
  }
  .plan-card{
    background:#c9a22726;border-radius:10px;overflow:hidden;
    text-align:left;
    box-shadow:0 20px 45px -20px rgba(26,16,53,.25);
    display:flex;
    border: 1px solid gainsboro;
  }
.plan-card .plan-img {
    width: 45%;
    background: #c9a22700; /* Changed to white to blend with architectural drawings */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #eee;
}
.plan-info .floor-desc {
    font-size: 12px;
    color: var(--purple);
    font-weight: 500;
    margin-bottom: 10px;
}

/* New Table Layout for Specs */
.plan-specs {
    margin: 15px 0;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.spec-header, .spec-body {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.spec-header span {
    font-size: 10px;
    font-weight: 600;
    color: #8a7fa0;
    text-transform: uppercase;
    flex: 1;
}

.spec-body span {
    font-size: 14px;
    font-weight: 600;
    color: var(--navy);
    flex: 1;
    padding-top: 4px;
}

/* Ensure the card looks good on mobile */
@media (max-width: 600px) {
    .plan-card {
        flex-direction: row;
        display: flex;
    }
    .plan-card .plan-img {
        width: 100%;
        height: 270px;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}
.plan-card .plan-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
  .plan-info{
      padding:22px 20px;
      /*flex:1;*/
      
  }
  .plan-info h3{font-size:16px;color:var(--navy);letter-spacing:.5px;}
  .plan-info .tag{font-size:10px;color:var(--purple);letter-spacing:2px;margin-bottom:10px;display:block;}
  .plan-info .sba{font-size:11px;color:#8a7fa0;margin-bottom:14px;}
  .plan-info .price-label{font-size:9px;letter-spacing:1px;color:#8a7fa0;}
  .plan-info .price{font-family:'Playfair Display',serif;font-size:18px;color:var(--navy);margin-bottom:14px;}
  .view-btn{
    display:inline-block;background:var(--navy);color:#fff;font-size:10px;letter-spacing:1.5px;
    padding:9px 18px;border-radius:3px;
  }
  .tnc{font-size:10px;color:#8a7fa0;margin-top:14px;}

  /* ---------- LOCATION ---------- */
  .location{
    background:linear-gradient(180deg,#dfe3f5,#cfd6ef);
    padding:70px 0 90px;
  }
  .location-card{
    max-width:1120px;margin:0 auto;background:#fff;border-radius:14px;
    display:grid;grid-template-columns:1fr 1fr;overflow:hidden;
    box-shadow:0 25px 55px -25px rgba(26,16,53,.3);
  }
  .location-text{padding:50px 46px;}
  .location-text h2{font-size:28px;color:var(--navy);margin-bottom:16px;letter-spacing:1px;}
  .location-text p{font-size:14px;line-height:1.8;color:#5a5270;margin-bottom:30px;}
  .loc-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
  .loc-item{display:flex;align-items:center;gap:10px;font-size:11.5px;color:var(--navy);}
  .loc-item .icon{color:#e2b557;font-size:18px;}
 .location-map{
    position:relative;
    overflow:hidden;
    min-height:450px;
    border-radius:12px;
}

.location-map iframe{
    width:100%;
    height:100%;
    min-height:450px;
    border:0;
}
  .pin{
    position:absolute;top:42%;left:52%;
    background:var(--navy);color:#fff;
    padding:10px 16px 26px;border-radius:6px 6px 6px 0;
    font-size:9px;letter-spacing:1px;text-align:center;
    transform:translate(-50%,-50%) rotate(-3deg);
    box-shadow:0 10px 20px rgba(0,0,0,.25);
  }
  .pin b{display:block;font-family:'Playfair Display',serif;font-size:12px;color:var(--gold-light);}

  /* ---------- CONTACT ---------- */
  .contact{
    background:linear-gradient(135deg,var(--navy) 0%,#3a2166 55%,#8a4a72 100%);
    color:#fff;
    padding:80px 0 30px;
    position:relative;
  }
  .contact-grid{
    display:grid;grid-template-columns:0.9fr 1.4fr;gap:60px;
    max-width:1150px;margin:0 auto;padding:0 40px 50px;
  }
  .contact h2{font-size:30px;margin-bottom:22px;letter-spacing:1px;}
  .contact-info li{display:flex;align-items:flex-start;gap:12px;font-size:13px;margin-bottom:16px;line-height:1.6;color:#e9e2f0;}
  .contact-info .icon{color:var(--gold-light);margin-top:2px;}
  .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  .form-grid input, .form-grid select, .form-grid textarea{
    width:100%;background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.25);
    border-radius:4px;padding:13px 14px;color:#fff;font-size:13px;font-family:'Poppins',sans-serif;
  }
  .form-grid input::placeholder,.form-grid textarea::placeholder{color:rgba(255,255,255,.55);}
  .form-grid textarea{grid-column:1/-1;resize:none;height:70px;}
  .send-btn{
    grid-column:1/-1;justify-self:start;
    background:linear-gradient(135deg,var(--gold-light),var(--gold));
    color:#231536;font-size:12px;letter-spacing:2px;font-weight:600;
    padding:14px 32px;border:none;border-radius:3px;cursor:pointer;margin-top:6px;
  }
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    max-width:1150px;margin:0 auto;padding:20px 40px 0;
    display:flex;justify-content:space-between;align-items:center;
    font-size:11px;color:#c9c1da;
  }
  .socials{display:flex;gap:10px;}
  .socials a{
    width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.3);
    display:flex;align-items:center;justify-content:center;font-size:11px;
  }
  
@media (max-width: 768px) {
    .phone-input {
        width: 100%;
        min-width: 0;
        height: 45px;
    }

    .phone-input select,
    .phone-input input {
        min-width: 0;
        font-size: 14px;
    }

    .phone-input input {
        flex: 1;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .phone-input {
        border-radius: 4px;
        height: 45px;
    }

    .phone-input select {
        max-width: 90px; 
        font-size: 13px;
    }

    .phone-input input {
        font-size: 13px;
    }
}
.phone-input {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #8c7098;
    border-radius: 5px;
    overflow: hidden;
    /*height: 45px;*/
}



.country-select img {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

.phone-input input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 12px;
    font-size: 15px;
}
  /* ---------- RESPONSIVE ---------- */
  @media (max-width:900px){
    .nav-links{display:none;}
    .hero-title{font-size:64px;}
    .overview-grid,.contact-grid,.location-card{grid-template-columns:1fr; margin-top: 95%;}
    .gallery-grid{grid-template-columns:repeat(2,1fr);}
    .plan-grid{grid-template-columns:1fr;}
    .amenities-row{gap:20px;}
    .amenity{border-right:none;min-width:100px;}
    .form-grid{grid-template-columns:1fr;}
  }