/* =========================================================
   Century21 Acres Homepage 2026
   Load this file AFTER style.css and responsive.css.
   Do not paste these rules into bootstrap.min.css or stellarnav.min.css.
   ========================================================= */

:root {
    --c21-brown: #824d1b;
    --c21-brown-dark: #5c3412;
    --c21-gold: #b88746;
    --c21-gold-light: #d8b77f;
    --c21-charcoal: #171717;
    --c21-text: #3f3f3f;
    --c21-muted: #6d6d6d;
    --c21-cream: #faf7f2;
    --c21-white: #ffffff;
    --c21-border: #eadfce;
    --c21-shadow: 0 14px 40px rgba(37, 25, 12, .10);
    --c21-radius: 18px;
}

html { scroll-behavior: smooth; }
body {
    color: var(--c21-text);
    background: var(--c21-white);
    overflow-x: hidden;
}
body, p, a, li, button { font-family: 'Open Sans', sans-serif; }
img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 3px solid rgba(184, 135, 70, .45);
    outline-offset: 3px;
}

/* Header */
.c21-header {
    position: sticky;
    top: 0;
    z-index: 10000;
    background: rgba(255,255,255,.97);
    box-shadow: 0 2px 16px rgba(0,0,0,.06);
    backdrop-filter: blur(10px);
}
.c21-header .row { align-items: center; }
.c21-logo img { width: 190px; padding: 12px 0; }
.c21-header .stellarnav > ul { text-align: right; }
.c21-header .stellarnav > ul > li { margin-left: 4px; }
.c21-header .stellarnav > ul > li > a {
    padding: 28px 13px;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .035em;
    text-transform: uppercase;
}
.c21-header .stellarnav > ul > li > a:hover,
.c21-header .stellarnav > ul > li > a:focus { color: var(--c21-gold); }
.c21-header .nav-whatsapp > a {
    padding: 12px 17px !important;
    margin-left: 8px;
    color: #fff !important;
    background: #128c7e;
    border-radius: 999px;
}

/* Hero */
.c21-hero {
    position: relative;
    min-height: 640px;
    display: flex;
    align-items: center;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(13,13,13,.86) 0%, rgba(13,13,13,.62) 50%, rgba(13,13,13,.25) 100%),
        url('../images/background/3.jpg') center/cover no-repeat;
}
.c21-hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, var(--c21-brown), var(--c21-gold), var(--c21-brown));
}
.c21-hero-content { position: relative; z-index: 2; max-width: 780px; padding: 105px 0 95px; }
.c21-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: var(--c21-gold-light);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.c21-eyebrow::before { content: ''; width: 34px; height: 2px; background: currentColor; }
.c21-hero h1 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.08;
    letter-spacing: -.025em;
    text-transform: none;
}
.c21-hero-copy { max-width: 700px; margin-bottom: 30px; color: rgba(255,255,255,.88); font-size: 18px; line-height: 1.75; }
.c21-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.c21-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 23px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.c21-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0,0,0,.18); }
.c21-btn-primary { background: var(--c21-gold); color: #fff; }
.c21-btn-primary:hover { background: #a67636; color: #fff; }
.c21-btn-outline { border-color: rgba(255,255,255,.7); color: #fff; background: rgba(255,255,255,.06); }
.c21-btn-outline:hover { background: #fff; color: var(--c21-charcoal); }
.c21-btn-dark { background: var(--c21-charcoal); color: #fff; }
.c21-btn-dark:hover { color: #fff; background: #000; }
.c21-btn-whatsapp { background: #25D366; color: #fff; }
.c21-btn-whatsapp:hover { background: #1ebe5d; color: #fff; }
.c21-hero-trust { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 25px; color: rgba(255,255,255,.78); font-size: 13px; }
.c21-hero-trust span::before { content: '✓'; margin-right: 7px; color: var(--c21-gold-light); font-weight: 700; }

/* General sections */
.c21-section { padding: 86px 0; }
.c21-section-soft { background: var(--c21-cream); }
.c21-section-dark { padding-top: 110px; padding-bottom: 110px; background: var(--c21-charcoal); color: rgba(255,255,255,.82); }
.c21-section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.c21-section-head.text-left { margin-left: 0; text-align: left; }
.c21-kicker { display: block; margin-bottom: 9px; color: var(--c21-gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.c21-title {
    margin: 0 0 14px;
    color: var(--c21-charcoal);
    font-size: clamp(29px, 3.3vw, 43px);
    line-height: 1.2;
    text-transform: none;
}
.c21-section-dark .c21-title { color: #fff; }
.c21-lead { color: var(--c21-muted); font-size: 16px; line-height: 1.8; }
.c21-section-dark .c21-lead { color: rgba(255,255,255,.68); }

/* Trust strip */
.c21-trust-strip { position: relative; z-index: 4; margin-top: -38px; }
.c21-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid var(--c21-border);
    border-radius: var(--c21-radius);
    box-shadow: var(--c21-shadow);
    overflow: hidden;
}
.c21-trust-item { padding: 24px 18px; text-align: center; border-right: 1px solid var(--c21-border); }
.c21-trust-item:last-child { border-right: 0; }
.c21-trust-item strong { display: block; color: var(--c21-charcoal); font-size: 17px; }
.c21-trust-item span { color: var(--c21-muted); font-size: 12px; }

/* About */
.c21-about-copy p { margin-bottom: 17px; font-size: 16px; line-height: 1.85; }
.c21-about-panel {
    height: 100%;
    padding: 34px;
    background: var(--c21-charcoal);
    color: #fff;
    border-radius: var(--c21-radius);
    box-shadow: var(--c21-shadow);
}
.c21-about-panel h3 { color: #fff; font-size: 24px; text-transform: none; }
.c21-check-list { margin-top: 22px; }
.c21-check-list li { position: relative; padding: 9px 0 9px 29px; color: rgba(255,255,255,.78); }
.c21-check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--c21-gold-light); font-weight: 700; }

/* Areas */
.c21-area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.c21-area {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: var(--c21-charcoal);
    background: #fff;
    border: 1px solid var(--c21-border);
    border-radius: 14px;
    font-weight: 700;
    text-align: center;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.c21-area:hover { color: var(--c21-brown); border-color: var(--c21-gold); transform: translateY(-3px); box-shadow: var(--c21-shadow); }

/* Projects */
.c21-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.c21-project-card {
    position: relative;
    display: flex;
    min-height: 385px;
    overflow: hidden;
    align-items: flex-end;
    border-radius: var(--c21-radius);
    background: #2d2d2d center/cover no-repeat;
    box-shadow: var(--c21-shadow);
    isolation: isolate;
}
.c21-project-card::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0,0,0,.06) 20%, rgba(0,0,0,.89) 100%);
}
.c21-project-card:hover { transform: translateY(-4px); transition: transform .25s ease; }
.c21-project-rivana { background-image: url('/images/supreme-rivana.webp'); }
.c21-project-villagio { background-image: url('/images/supreme-villagio.webp'); }
.c21-project-eevva { background-image: url('/images/siddhashila-eevva.webp'); }
.c21-project-eshwa { background-image: url('/images/siddhashila-eshwa.webp'); }
.c21-project-nexus { background-image: url('/images/nexus-skycrest.webp'); }
.c21-project-wakad { background-image: url('/images/supreme-wakad.webp'); }
.c21-project-content { width: 100%; padding: 26px; color: #fff; }
.c21-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.c21-badge { display: inline-block; padding: 6px 10px; border-radius: 999px; background: var(--c21-gold); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.c21-badge-muted { background: rgba(255,255,255,.16); backdrop-filter: blur(6px); }
.c21-project-card h3 { margin-bottom: 7px; color: #fff; font-size: 25px; text-transform: none; }
.c21-project-card p { margin-bottom: 16px; color: rgba(255,255,255,.78); line-height: 1.65; }
.c21-card-links { display: flex; flex-wrap: wrap; gap: 12px; }
.c21-card-links a { color: #fff; font-size: 13px; font-weight: 700; }
.c21-card-links a:hover { color: var(--c21-gold-light); }

/* Steps and value cards */
.c21-step-grid, .c21-value-grid { display: grid; gap: 20px; }
.c21-step-grid { grid-template-columns: repeat(4, 1fr); }
.c21-value-grid { grid-template-columns: repeat(3, 1fr); }
.c21-step, .c21-value {
    height: 100%;
    padding: 29px 25px;
    background: #fff;
    border: 1px solid var(--c21-border);
    border-radius: 15px;
}
.c21-step-no { display: inline-flex; width: 43px; height: 43px; margin-bottom: 18px; align-items: center; justify-content: center; border-radius: 50%; background: var(--c21-brown); color: #fff; font-weight: 700; }
.c21-step h3, .c21-value h3 { font-size: 19px; text-transform: none; }
.c21-step p, .c21-value p { color: var(--c21-muted); line-height: 1.7; }
.c21-value { box-shadow: 0 9px 26px rgba(0,0,0,.045); }
.c21-value-icon { display: block; margin-bottom: 13px; color: var(--c21-gold); font-size: 28px; }

/* Vision Mission */
.c21-vm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.c21-vm-card { padding: 37px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--c21-radius); background: rgba(255,255,255,.045); }
.c21-vm-card h3 { color: var(--c21-gold-light); font-size: 25px; text-transform: none; }
.c21-vm-card p { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.8; }

/* CTA */
.c21-cta-wrap {
    padding: 48px;
    border-radius: 22px;
    background: linear-gradient(120deg, var(--c21-brown-dark), var(--c21-brown) 58%, #a66a2c);
    color: #fff;
    box-shadow: var(--c21-shadow);
}
.c21-cta-wrap h2 { margin-bottom: 12px; color: #fff; font-size: clamp(28px, 3.2vw, 42px); text-transform: none; }
.c21-cta-wrap p { max-width: 720px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.8; }

/* Blogs */
.c21-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.c21-blog-card {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    padding: 28px;
    background: #fff;
    border: 1px solid var(--c21-border);
    border-radius: var(--c21-radius);
    box-shadow: 0 8px 26px rgba(0,0,0,.045);
}
.c21-blog-card .c21-blog-tag { margin-bottom: 12px; color: var(--c21-gold); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.c21-blog-card h3 { margin-bottom: 13px; font-size: 22px; line-height: 1.35; text-transform: none; }
.c21-blog-card p { margin-bottom: 20px; color: var(--c21-muted); line-height: 1.75; }
.c21-blog-card > a { margin-top: auto; color: var(--c21-brown); font-weight: 700; }
.c21-blog-card > a:hover { color: var(--c21-gold); }
.c21-blog-card-featured { border-top: 4px solid var(--c21-gold); }

/* FAQ */
.c21-faq { max-width: 900px; margin: 0 auto; }
.c21-faq details { margin-bottom: 12px; padding: 0 22px; background: #fff; border: 1px solid var(--c21-border); border-radius: 12px; }
.c21-faq summary { position: relative; padding: 21px 35px 21px 0; color: var(--c21-charcoal); font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }
.c21-faq summary::-webkit-details-marker { display: none; }
.c21-faq summary::after { content: '+'; position: absolute; right: 0; top: 18px; color: var(--c21-gold); font-size: 24px; }
.c21-faq details[open] summary::after { content: '−'; }
.c21-faq details p { padding: 0 0 21px; color: var(--c21-muted); line-height: 1.75; }

/* Footer */
.c21-footer { padding: 72px 0 20px; background: linear-gradient(120deg, var(--c21-brown-dark), var(--c21-brown) 58%, #a66a2c); color: rgba(255,255,255,.82); }
.c21-footer h3 { margin-bottom: 18px; color: #fff; font-size: 17px; text-transform: none; }
.c21-footer p { line-height: 1.75; }
.c21-footer a { color: rgba(255,255,255,.72); }
.c21-footer a:hover { color: var(--c21-gold-light); }
.c21-footer li { padding: 5px 0; }
.c21-footer-logo { width: 180px; margin-bottom: 17px; padding: 10px 14px; background: rgba(255,255,255,.96); border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.c21-footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; text-align: center; }
.c21-disclaimer { margin-top: 18px; color: rgba(255,255,255,.47); font-size: 11px; line-height: 1.7; }

/* Mobile fixed actions */
.c21-mobile-bar { display: none; }

@media (max-width: 1199px) {
    .c21-header .stellarnav > ul > li > a { padding-left: 9px; padding-right: 9px; }
    .c21-project-grid { grid-template-columns: repeat(2, 1fr); }
    .c21-step-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .c21-logo img { width: 158px; }
    .c21-header .stellarnav .menu-toggle { padding: 23px 0; }
    .c21-header .stellarnav.mobile > ul { background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.10); }
    .c21-header .stellarnav.mobile li a { color: #222; }
    .c21-header .nav-whatsapp > a { margin: 8px 15px 15px; text-align: center; }
    .c21-hero { min-height: 580px; }
    .c21-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .c21-trust-item:nth-child(2) { border-right: 0; }
    .c21-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--c21-border); }
    .c21-area-grid { grid-template-columns: repeat(2, 1fr); }
    .c21-value-grid, .c21-blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 767px) {
    body { padding-bottom: 58px; }
    .c21-section { padding: 65px 0; }
    .c21-hero { min-height: auto; background-position: 62% center; }
    .c21-hero-content { padding: 85px 0 80px; }
    .c21-hero-copy { font-size: 16px; line-height: 1.65; }
    .c21-actions { flex-direction: column; align-items: stretch; }
    .c21-btn { width: 100%; }
    .c21-trust-strip { margin-top: -24px; }
    .c21-project-grid, .c21-step-grid, .c21-value-grid, .c21-vm-grid, .c21-blog-grid { grid-template-columns: 1fr; }
    .c21-project-card { min-height: 350px; }
    .c21-cta-wrap { padding: 34px 24px; }
    .c21-mobile-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11000;
        display: grid;
        grid-template-columns: 1fr 1fr;
        box-shadow: 0 -5px 18px rgba(0,0,0,.16);
    }
    .c21-mobile-bar a { padding: 17px 10px; color: #fff; font-weight: 700; text-align: center; }
    .c21-mobile-call { background: var(--c21-brown); }
    .c21-mobile-whatsapp { background: #25D366; }
}

@media (max-width: 480px) {
    .c21-trust-grid { grid-template-columns: 1fr 1fr; }
    .c21-trust-item { padding: 18px 9px; }
    .c21-trust-item strong { font-size: 14px; }
    .c21-area-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .c21-area { min-height: 82px; font-size: 13px; }
    .c21-about-panel, .c21-vm-card { padding: 27px 23px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}


/* Contact button icons */
.c21-btn-icon { width: 21px; height: 21px; margin-right: 9px; fill: currentColor; flex: 0 0 auto; }
.c21-btn-dark .c21-btn-icon, .c21-btn-whatsapp .c21-btn-icon { fill: #fff; }

/* Area cards now open detailed location guides */
.c21-area::after { content: "→"; margin-left: 9px; color: var(--c21-gold); transition: transform .2s ease; }
.c21-area:hover::after { transform: translateX(4px); }

@media (max-width: 767px) {
    .c21-section-dark { padding-top: 82px; padding-bottom: 82px; }
}

/* Reduce Vision & Mission section spacing */
.c21-section-dark {
    padding-top: 35px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .c21-section-dark {
        padding-top: 28px;
        padding-bottom: 32px;
    }
}

/* =========================================================
   CENTURY21 ACRES – CONTENT TEXT ALIGNMENT
   ========================================================= */

/* Justify descriptive content on tablet and desktop */
.c21-about-content p,
.c21-area-intro,
.c21-project-card p,
.c21-process-card p,
.c21-value-card p,
.c21-vision-card p,
.c21-blog-card p,
.c21-cta-content p,
.c21-faq-item p,
.c21-footer-about {
    text-align: justify;
    text-justify: inter-word;
}

/* Keep mobile text naturally readable */
@media only screen and (max-width: 767px) {
    .c21-about-content p,
    .c21-area-intro,
    .c21-project-card p,
    .c21-process-card p,
    .c21-value-card p,
    .c21-vision-card p,
    .c21-blog-card p,
    .c21-cta-content p,
    .c21-faq-item p,
    .c21-footer-about {
        text-align: left;
    }
}
