:root {
    --gold: #e09a18;
    --gold-light: #e8d5b0;
    --dark: #0e0e0e;
    --dark2: #1a1a1a;
    --dark3: #252525;
    --white: #f8f5f0;
    --text-muted: #999;
    --section-bg: #f4f0ea;
  }

.hero-section{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 100px 0;
}

/* Background Image */
.hero-bg-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark Overlay */
.hero-overlay{
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 64%);
  z-index: 1;
}

/* Content */
.hero-content{
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: 0;
}

.enquiry-form{
  position: relative;
  z-index: 2;
}


    .hero-line{
      position:absolute;
      left:15px;
      top:40px;
      width:140px;
      height:140px;
      border-left:2px solid rgba(255,255,255,0.7);
      border-top:2px solid rgba(255,255,255,0.7);
    }

    .hero-title{
      font-size:55px;
      font-weight:700;
      line-height:1.1;
      margin-bottom:10px;
      letter-spacing:1px;
    }

    .location{
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
        color: #fff;
    }

    .green-tag{
        display: inline-block;
        background: #213b78;
        color: #fff;
        padding: 12px 22px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    .hero-points{
      list-style:none;
      padding-left:0;
      margin-bottom:25px;
    }

    .hero-points li{
      font-size:18px;
      margin-bottom:12px;
      font-weight:400;
    }

    .price-box{
      display:flex;
      align-items:center;
      flex-wrap:wrap;
      width:max-content;
    }

    .price-left{
        background: #fff;
        color: #111;
        padding: 18px 28px;
        font-size: 28px;
        font-weight: 500;
        line-height: 1;
    }

    .price-right{
        background: #f27422;
        color: #fff;
        padding: 18px 28px;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
    }

    /* FORM */

    .enquiry-form{
        position:relative;
        z-index:2;
        padding:0;
        width:100%;
        max-width:430px;
        margin-left:auto;
        margin-top: 10%;
        background: #ebe9e730;
        backdrop-filter: blur(8px);
        border-radius: 20px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    }

    .form-top{
      background:#fff;
      text-align:center;
      padding:18px 20px;
      color:#213b78;
      font-size:18px;
      font-weight:700;
    }

    .form-inner{
      padding:25px;
    }

    .form-control{
        height: 40px;
        border-radius: 0;
        border: 1px solid #dcdcdc;
        margin-bottom: 10px;
        font-size: 18px;
        color: #444;
        padding-left: 20px;
        box-shadow: none !important;
        background: #ffffff80;
    }

    textarea.form-control{
      height:110px;
      resize:none;
      padding-top:18px;
    }

    .submit-btn{
        width: 100%;
        background: #f27422;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        padding: 10px;
        transition: 0.3s;
    }

    .submit-btn:hover{
      background:#008f46;
    }

    .checkbox-text{
      font-size:13px;
      color:#222;
      margin-top:18px;
      line-height:1.6;
    }

    .form-check-input{
      margin-top:5px;
    }

    /* RESPONSIVE */

    @media(max-width:1199px){

      .hero-title{
        font-size:52px;
      }

      .green-tag{
        font-size:24px;
      }

      .hero-points li{
        font-size:21px;
      }

      .price-left{
        font-size:32px;
      }

      .price-right{
        font-size:38px;
      }
    }

    @media(max-width:991px){

      .hero-section{
        padding:60px 0;
      }

      .hero-content{
        padding-left:25px;
        margin-bottom:40px;
      }

      .hero-title{
        font-size:44px;
      }

      .location{
        font-size:18px;
      }

      .green-tag{
        font-size:22px;
      }

      .hero-points li{
        font-size:18px;
      }

      .price-left{
        font-size:28px;
        padding:16px 18px;
      }

      .price-right{
        font-size:34px;
        padding:16px 18px;
      }

      .enquiry-form{
        max-width:100%;
      }

      .hero-line{
        display:none;
      }
    }

    @media(max-width:767px){

      .hero-section{
        min-height:auto;
        padding:50px 0;
        margin-top: 25%;
      }

      .hero-content{
        padding-left:0;
      }

      .hero-title{
        font-size:34px;
      }

      .location{
        font-size:16px;
      }

      .green-tag{
        font-size:18px;
        padding:10px 16px;
      }

      .hero-points li{
        font-size:16px;
      }

      .price-box{
        justify-content:center;
        width:100%;
      }

      .price-left{
        font-size:22px;
      }

      .price-right{
        font-size:26px;
      }

      .form-top{
        font-size: 15px;
        padding: 10px;
      }

      .form-control{
        height:40px;
        font-size:16px;
      }

      textarea.form-control{
        height:90px;
      }

      .submit-btn{
        font-size:22px;
      }
    }

section {
    padding: 90px 60px;
}

.section-tag {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.section-tag::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--gold);
}
.section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.15;
}
.section-title em {
    font-style: italic;
    color: var(--gold);
}

/* ── OVERVIEW ── */
.overview {
    background: var(--white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.overview-text p {
    color: #000;
    font-size: 15px;
    line-height: 1.85;
    margin-top: 24px;
    font-weight: 300;
}
.overview-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    margin-top: 40px;
}
.stat-box {
    background: var(--section-bg);
    padding: 28px 24px;
    border-left: 3px solid transparent;
    transition: border-color 0.2s;
}
.stat-box:hover {
    border-color: var(--gold);
}
.stat-box .num {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    color: var(--gold);
    font-weight: 300;
    line-height: 1;
}
.stat-box .label {
    font-size: 11px;
    color: #888;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 4px;
}
.overview-images {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    height: 520px;
}
.img-placeholder {
    background: linear-gradient(135deg, #c8b49a 0%, #a0906e 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-placeholder::after {
    content: "ARYA ESTATES";
    font-family: "Cormorant Garamond", serif;
    font-size: 11px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.4);
}
.img-placeholder.tall {
    grid-row: span 2;
}
.overview-images-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

/* ── HIGHLIGHTS ── */
.highlights {
    background: var(--dark);
}
.highlights .section-title {
    color: var(--white);
}
.highlights-grid {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 1px;
    margin-top: 52px;
    border: 1px solid rgba(201, 169, 110, 0.15);
}
.highlight-item {
    padding: 36px 32px;
    border: 1px solid rgba(201, 169, 110, 0.1);
    transition: background 0.3s;
    position: relative;
}
.highlight-item:hover {
    background: rgba(201, 169, 110, 0.06);
}
.hi-number {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    color: rgba(201, 169, 110, 0.15);
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: 24px;
    right: 28px;
}
.hi-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
    background: rgba(201, 169, 110, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.highlight-item p {
    color: rgba(248, 245, 240, 0.75);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
}

/* ── AMENITIES ── */
.amenities {
    background: var(--section-bg);
}
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 52px;
}
.amenity-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
    text-align: center;
}
.amenity-bg {
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
}
.amenity-card:hover .amenity-bg {
    transform: scale(1.05);
}
.amenity-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(14, 14, 14, 0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    justify-content: center;
}
.amenity-name {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    color: var(--white);
    font-weight: 400;
    letter-spacing: 0.5px;
}
/* Colored placeholder backgrounds for amenity cards */
.am-bg-1 {
    background: linear-gradient(135deg, #1a3a4a, #2a6a7a);
}
.am-bg-2 {
    background: linear-gradient(135deg, #3a2a1a, #6a4a2a);
}
.am-bg-3 {
    background: linear-gradient(135deg, #1a3a2a, #2a6a4a);
}
.am-bg-4 {
    background: linear-gradient(135deg, #2a1a3a, #4a2a6a);
}
.am-bg-5 {
    background: linear-gradient(135deg, #3a3a1a, #6a6a2a);
}
.am-bg-6 {
    background: linear-gradient(135deg, #3a1a2a, #6a2a4a);
}
.amenity-card img{
    width: 50%;
}

.pricing {
    background: var(--white);
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 52px;
}
.price-card {
    border: 1px solid #e0d8cc;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.price-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gold);
    transition: width 0.4s ease;
}
.price-card:hover {
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.1);
}
.price-card:hover::before {
    width: 100%;
}
.pc-type {
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.pc-title {
    font-family: auto;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 24px;
}
.pc-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e8e0d4;
    font-size: 13px;
}
.pc-row .key {
    color: #888;
}
.pc-row .val {
    font-weight: 500;
}
.pc-price {
    font-family: auto;
    font-size: 32px;
    color: var(--gold);
    font-weight: 400;
    margin-top: 24px;
}
.pc-price small {
    font-family: "Jost", sans-serif;
    font-size: 11px;
    color: #aaa;
    vertical-align: middle;
}
.btn-gold {
    background: var(--gold);
    color: var(--dark);
    border: none;
    padding: 14px 32px;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}
.btn-gold:hover {
    background: var(--gold-light);
}

/* ── GALLERY ────────────────────────────────────────── */
.gallery-section {
    padding: 90px 60px;
}
.gallery-main {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    height: 480px;
    cursor: zoom-in;
}
@media (max-width: 768px) {
    .gallery-main {
        height: 260px;
    }
}
.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gallery-main:hover img {
    transform: scale(1.03);
}
.gallery-badge {
    position: absolute;
    top: 1.1rem;
    left: 1.1rem;
    background: var(--gold);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 50px;
}
.gallery-count {
    position: absolute;
    bottom: 1.1rem;
    right: 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 0.35rem 0.9rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--charcoal);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.gallery-thumb-col {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 480px;
}
@media (max-width: 768px) {
    .gallery-thumb-col {
        flex-direction: row;
        height: auto;
        margin-top: 0.75rem;
    }
}
.gallery-thumb {
    border-radius: var(--radius);
    overflow: hidden;
    flex: 1;
    cursor: pointer;
    position: relative;
}
.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.4s ease,
        filter 0.3s;
}
.gallery-thumb:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}
.gallery-thumb.more-overlay::after {
    content: "+8 More";
    position: absolute;
    inset: 0;
    background: rgba(28, 28, 30, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

/* ── LIGHTBOX OVERLAY ──────────────────────────────── */
#lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(28, 28, 30, 0.94);
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
}
#lightbox.active {
    display: flex;
}
#lightbox img {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: var(--radius);
}
#lightbox .lb-close {
    position: absolute;
    top: 1.2rem;
    right: 1.5rem;
    font-size: 2rem;
    color: var(--white);
    cursor: pointer;
    background: none;
    border: none;
}
#lightbox .lb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: var(--white);
    font-size: 1.4rem;
    padding: 0.6rem 0.9rem;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}
#lightbox .lb-arrow:hover {
    background: rgba(255, 255, 255, 0.25);
}
#lightbox .lb-prev {
    left: 1.2rem;
}
#lightbox .lb-next {
    right: 1.2rem;
}

/* ── LOCATION ── */
.location-section {
    background: var(--dark2);
}
.location-section .section-title {
    color: var(--white);
}
.location-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 52px;
    align-items: start;
}
.location-map-placeholder {
    background: linear-gradient(135deg, #1a2a1a, #2a4a3a);
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.location-map-placeholder::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.4);
        opacity: 0.4;
    }
}
.location-map-placeholder .map-label {
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    color: var(--gold);
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.location-advantages {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.loc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: #fff;
}
.loc-item .loc-name {
    color: rgba(248, 245, 240, 0.75);
    font-size: 14px;
    font-weight: 300;
}
.loc-item .loc-dist {
    color: var(--gold);
    font-size: 13px;
    font-weight: 600;
}


@media(max-width:567px){
    section {
        padding: 50px 20px;
    }
    .overview {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .section-title {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .overview-text p{
        font-size: 13px;
    }
    .highlights-grid{
        grid-template-columns: 1fr;
    }
    .amenities-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .amenity-name {
        font-size: 14px;
        font-weight: 600;
    }
    .pricing-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .price-card {
        padding: 20px 10px;
    }
    .pc-title{
        font-size: 20px;
        margin-bottom: 5px;
    }
    .pc-row{
        font-size: 11px;
    }
    .pc-price{
        font-size: 20px;
        margin-top: 10px;
    }
    .gallery-section {
        padding: 50px 20px;
    }
}