@import 'color.css';
@import 'button.css';
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap');
@import  'topNavigation.css';
@import  'header.css';
@import  'animation.css';
@import  'hero.css';
@import  'contact.css';
@import  'caroual.css';
@import  'about.css';
@import 'whyPrimier.css';
@import 'table.css';
@import 'model.css';
@import 'map.css';
@import 'footer.css';
@import 'thanks.css';
@import 'offer.css';
@import 'loading.css';

*{
    font-family: 'League Spartan', sans-serif;
    box-sizing: border-box;
}

html,body{
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    font-size: 16px;
    font-weight: 300;
    background-color: var(--bg-black);
    color: var(--text-light);
    overflow-x: hidden;
}

::selection{
    background: var(--gold);
    color: #ffffff;
}

::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    background: var(--bg-black);
}
::-webkit-scrollbar-thumb{
    background: linear-gradient(var(--gold-soft), var(--gold-deep));
    border-radius: 10px;
}

.spaceInBottomMobile{
    padding-bottom:50px;
    background-color: var(--bg-black);
}
@media screen and (min-width : 700px) {
    .spaceInBottomMobile{
        display: none;
    }
}

section{
    width: 100%;
}

.container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding:8px;
}

/* The persistent right-side lead form (.right-hero, hero.css) is position:fixed
   at this breakpoint and sits on top of whatever content is underneath it.
   Reserve a clear lane on the right of every centered container so section
   headings/buttons don't render hidden behind it. Scoped to body.hasStickySidebar
   (index.html only) — pages without that sidebar (privacy policy, terms,
   thanks) don't need the reserved lane and should stay centered. */
@media screen and (min-width:1024px){
    body.hasStickySidebar .container{
        margin-left: max(16px, calc((100vw - 1200px - 368px) / 2));
        margin-right: 368px;
        width: auto;
    }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
  -moz-appearance: textfield;
}

.upperCase{
    text-transform: uppercase;
}
.capitalize{
    text-transform: capitalize;
}

textarea{
    font-size: 16px;
    width: 100%;
    resize: none;
    padding: 12px;
    background-color: var(--bg-charcoal-light);
    border: 1px solid var(--border-gold);
    color: var(--text-light);
    border-radius: 6px;
}
textarea:focus{
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(156, 122, 60,0.15);
}

.heading{
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--text-light);
}
.eyebrow{
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
}
.horizontal{
    width: 90px;
    height: 3px;
    padding: 0;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin: 0;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.grayColorBackground{
    background-color: var(--gold-deep);
    width: 100px;
    padding: 2px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.heading-container{
    padding-bottom: 20px;
    padding-top: 20px;
}
.heading-container.hasAction{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.heading-container.hasAction .headingBlock{
    flex: 1;
}
.heading-container.hasAction .headingActionBtn{
    align-self: flex-start;
}
@media screen and (min-width:700px){
    .heading-container.hasAction{
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    .heading-container.hasAction .headingActionBtn{
        align-self: center;
        white-space: nowrap;
    }
}

/* Section rhythm — alternating ivory/white for a boutique editorial feel.
   Every content section (hero excluded — it's a full-bleed banner, not a
   text section) shares the exact same top/bottom padding so the vertical
   rhythm reads as constant while scrolling, instead of some sections
   feeling tight and others loose. */
#about,
#amentiesID,
.map,
#masterPlanSection,
#legalInfo{
    background-color: var(--bg-ivory);
}
#about,
#aboutProject,
#amentiesID,
#floorPlanPricing,
#masterPlanSection,
#floorPlanSection,
#virtualSiteVisit,
#GlimpseOfProject,
.map,
#legalInfo{
    padding: 20px 10px;
}

/* Master Plan / Floor Plan / Virtual Site Visit — simple centered CTA sections */
.ctaSectionText{
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
}
.ctaSectionButtonWrap{
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

/* Virtual Site Visit — clickable creative banner: photo + a play button and
   title/project-name overlaid with CSS (not baked into the image), so the
   copy stays editable and theme-consistent. */
.virtualTourBanner{
    display: block;
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: none;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.virtualTourBanner:hover{
    box-shadow: 0 14px 40px rgba(0,0,0,0.4);
    transform: translateY(-3px);
}
.virtualTourBanner img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.virtualTourOverlay{
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.55) 100%);
}
.virtualTourPlayIcon{
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    transition: transform 0.3s ease;
}
.virtualTourBanner:hover .virtualTourPlayIcon{
    transform: scale(1.08);
}
.virtualTourPlayIcon svg{
    margin-left: 3px;
}
.virtualTourTitle{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
.virtualTourSubtitle{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.92;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
@media screen and (max-width : 500px){
    .virtualTourPlayIcon{
        width: 54px;
        height: 54px;
    }
    .virtualTourTitle{
        font-size: 22px;
    }
    .virtualTourSubtitle{
        font-size: 13px;
    }
}

/* Amenities section: intro text + image cards */
.amenitiesInfoText{
    margin: 0 0 20px;
    color: var(--text-muted);
    line-height: 1.6;
}
/* Mobile: one image at a time, full width, swipeable/scrollable horizontally
   (whether it's the plain grid or the >6-images carousel wrapper — both
   collapse to the same single-card-per-view layout) */
@media screen and (max-width : 619px) {
    .amenitiesImageGrid,
    .amenitiesImageCarousel{
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        gap: 12px;
        padding: 0 0 6px;
        margin: 0;
    }
    .amenitiesImageGrid .amenitiesImageCard,
    .amenitiesImageCarousel .amenitiesImageCard{
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: center;
    }
    .amenitiesImageGrid::-webkit-scrollbar,
    .amenitiesImageCarousel::-webkit-scrollbar{
        height: 6px;
    }
    .amenitiesImageGrid::-webkit-scrollbar-thumb,
    .amenitiesImageCarousel::-webkit-scrollbar-thumb{
        background: var(--border-gold);
        border-radius: 4px;
    }
}

@media screen and (min-width : 620px) {
    .amenitiesImageGrid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}
@media screen and (min-width : 1000px) {
    .amenitiesImageGrid{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* More than 6 amenities images: horizontal scrolling carousel instead of a grid (desktop) */
@media screen and (min-width : 620px) {
    .amenitiesImageCarousel{
        list-style-type: none;
        display: flex;
        gap: 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        flex: 1;
        padding: 0 0 4px;
        margin: 0;
    }
    .amenitiesImageCarousel::-webkit-scrollbar{
        height: 6px;
    }
    .amenitiesImageCarousel::-webkit-scrollbar-thumb{
        background: var(--border-gold);
        border-radius: 4px;
    }
    .amenitiesImageCarousel .amenitiesImageCard{
        flex: 0 0 240px;
        scroll-snap-align: start;
    }
}
@media screen and (min-width : 1000px) {
    .amenitiesImageCarousel{
        gap: 20px;
    }
    .amenitiesImageCarousel .amenitiesImageCard{
        flex: 0 0 260px;
    }
}

.amenitiesImageCard{
    position: relative;
    border: 1px solid var(--border-gold);
    border-radius: 10px;
    aspect-ratio: 4 / 3.2;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(0,0,0,0.12);
    cursor: pointer;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.amenitiesImageCard:hover{
    box-shadow: 0 14px 34px rgba(0,0,0,0.22);
    transform: translateY(-3px);
}
.amenitiesImageCard::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.72) 100%);
    z-index: 1;
}
.amenitiesImageCard img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.amenitiesImageCard:hover img{
    transform: scale(1.08);
}
.amenitiesImageCardText{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 14px 16px;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

/* RERA & Legal Information section */
.legalInfoChecklistWrap{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 10px;
    align-items: flex-start;
}
@media screen and (min-width : 750px) {
    .legalInfoChecklistWrap{
        flex-direction: row;
        justify-content: space-between;
    }
}
.legalInfoChecklist{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 780px;
}
.legalInfoChecklist li{
    display: flex;
    gap: 10px;
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-muted);
}
.legalInfoChecklist li strong{
    color: var(--text-light);
}
.legalInfoChecklist .checkIcon{
    flex-shrink: 0;
    color: var(--gold);
    font-weight: 700;
    margin-top: 2px;
}
.legalInfoQrCol{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    flex-shrink: 0;
}
.legalInfoQrCol img{
    border: 1px solid var(--border-gold);
    border-radius: 8px;
    padding: 8px;
}
.legalInfoQrCol .legalInfoLabel{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 700;
    color: var(--gold);
}

/* Developer + Project logo, QR and RERA numbers, shown after the About Ajmera Group section */
.legalInfoBranding{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--border-gold);
}
.legalInfoBrandingLogos{
    display: flex;
    align-items: center;
    gap: 18px;
}
.legalInfoDeveloperLogo{
    width: 90px;
    height: auto;
    object-fit: contain;
}
.legalInfoProjectLogo{
    height: 40px;
    width: auto;
    object-fit: contain;
}
.legalInfoBrandingDivider{
    width: 1px;
    height: 34px;
    background-color: var(--border-gold);
}
.legalInfoBrandingQr{
    border: 1px solid var(--border-gold);
    border-radius: 8px;
    padding: 8px;
}
.legalInfoQrGrid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.legalInfoQrItem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.legalInfoQrLabel{
    font-size: 11.5px;
    letter-spacing: 0.4px;
    color: var(--text-muted);
}
.legalInfoBrandingRera{
    color: var(--text-muted);
    font-size: 14.5px;
    line-height: 1.6;
}
.legalInfoBrandingRera p{
    margin: 0 0 6px;
}
.legalInfoMahareraNote{
    max-width: 640px;
}
.legalInfoMahareraNote a{
    color: var(--gold);
}

.giveMissedCall{
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color: #ffffff;
    padding: 7px;
    z-index: 50;
}

.hidden{
    display: none;
}

.bold{
    font-family: 700;
}

.desktop{
    display: none;
}
.mobile{
    display: block;
}

@media screen and (min-width : 700px) {
    .desktop{
        display: block;
    }
    .mobile{
        display: none;
    }
}

.enquiryButtonMobile{
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
    display: flex;
    gap: 5px;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.4);
}
.enquiryButtonMobile button{
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
    color: #ffffff;
    width : 100%;
    height: 100%;
    padding: 14px 10px;
    border-color: transparent;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 0.5px;
}
.enquiryButtonMobile button:active{
    filter: brightness(0.9);
}
@media screen and (min-width :700px) {
    .enquiryButtonMobile{
        display: none;
    }
}

.whatsappBtn{
    position: fixed;
    bottom:60px;
    right: 10px;
    width: 52px;
    height: 52px;
    z-index: 80px;
    border-radius: 999px;
    background-color: #1fb855;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color:white;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 0 2px var(--border-gold);
    z-index: 60;
    transition: transform 0.25s ease;
}
.whatsappBtn:hover{
    transform: scale(1.08);
}
.whatsappBtn a{
    color :white;
}

.closeWhatsapp{
    position: absolute;
    font-size: 18px;
    top: -10px;
    right: -10px;
    display: block;
    margin-left: auto;
    width: fit-content;
    color:black;
    cursor: pointer;
}

@media screen and (min-width : 700px) {
    .whatsappBtn{
        bottom:50px;
        right: 50px;
    }
    .closeWhatsapp{
        display: none;
    }
}

.enquiryDesktop{
    position: fixed;
    width: 90px;
    height: 34px;
    z-index: 70;
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
    color: #ffffff;
    font-weight: 600;
    top: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.45);
    cursor: pointer;
    transition: width 0.25s ease;
}
.enquiryDesktop:hover{
    width: 100px;
}

.callUsDesktop{
    position: fixed;
    width: 115px;
    height: 34px;
    z-index: 70;
    background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
    color: #ffffff;
    font-weight: 600;
    bottom: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 50px 50px 0px;
    box-shadow: 4px 4px 14px rgba(0,0,0,0.45);
    cursor: pointer;
    padding: 3px;
    font-size: 15px;
    gap: 5px;
}
.ol{
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
    font-size: 18px;
    color: var(--text-muted);
}
.callUsDesktop.desktop{
    display: none;
}
.callUsDesktop.mobile{
    display: flex;
}
.callUsDesktop a  {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
@media screen and (min-width : 700px) {
    .callUsDesktop.desktop{
        display: flex;
    }
    .callUsDesktop.mobile{
        display: none;
    }
}

.mobileCall{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
@media screen and (min-width : 700px) {
    .mobileCall{
        display: none;
    }
}

.downloadBrochureDesktop{
    display: none;
}
@media screen and (min-width : 700px) {
    .downloadBrochureDesktop{
        position: fixed;
        right: 0;
        top: 40%;
        z-index: 80;
        display: block;
        writing-mode: vertical-rl;
        padding: 12px 6px;
        background: linear-gradient(135deg, var(--gold-light), var(--gold) 60%, var(--gold-deep));
        color: #ffffff;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        box-shadow: -3px 3px 12px rgba(0,0,0,0.4);
    }
}

.commitementContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 20px;
}
.commitementContainer .commitmentHeading{
    margin-top : 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--text-light);
}
.commitementContainer .iconsCommentement{
    display: flex;
    justify-content: space-between;
    gap: 7px;
}
.commitementContainer  .iconsCommentement-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

.commitementContainer .icons-model{
    font-size: 24px;
    color:var(--gold);
}
.dataPrivacySection{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.35;
    margin-top: 10px;
}
.dataPrivacySection input[type="checkbox"]{
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    accent-color: var(--gold);
    cursor: pointer;
}
.dataPrivacyText{
    font-size: 9px !important;
    color: var(--text-muted);
    cursor: pointer;
}
.whatsappColor{
    color : #075E54;
}
.icons-text-model{
    text-align: center;
    margin-top: 7px;
    color: var(--text-muted);
    font-size: 13px;
}


.downloadBrochureLink{
    font-size: 18px;
    font-weight: 600;
    color : var(--gold);
}

.privacyPolicyLink{
    text-decoration: underline;
    /* Inherit the surrounding text color instead of a hardcoded one — this
       link appears both on light backgrounds (page content, index.html's
       #legalInfo) and on the black <footer> (privacy-policy.html,
       terms-conditions.html, thanks.html). A fixed color made it invisible
       in one context or the other; inherit keeps it legible in both. */
    color: inherit;
}
.privacyPolicyLink:hover{
    color : var(--gold);
}
.privacyPolicyContent{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 14px;
}
.privacy-policy-container{
    max-width: 1000px;
    margin:auto;
}
.privacyPolicyIntro{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-muted);
    margin-bottom: 10px;
}
.privacyPolicySubHeading{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--gold);
    margin-top: 30px;
    margin-bottom: 8px;
}
.privacyPolicySubHeading:first-of-type{
    margin-top: 0;
}
#privacyPolicy,
#termsConditions{
    padding-bottom: 50px;
}

