:root {
    --ink: #17352e;
    --green: #0e5233;
    --green2: #176943;
    --gold: #c69432;
    --cream: #fbf7ee;
    --line: #e8ddc7;
    --muted: #66756f
}

* {
    box-sizing: border-box
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--ink);
    background: #fff
}

.navbar-brand,
h1,
h2,
h3,
.display-font {
    font-family: 'Marcellus', serif
}

.navbar-brand {
    font-size: 1.45rem;
    color: var(--green) !important
}

.brand-mark {
    color: var(--gold)
}

.btn-brand {
    background: var(--green);
    color: #fff;
    border-radius: 999px;
    padding: .7rem 1.25rem
}

.btn-brand:hover {
    background: var(--green2);
    color: #fff
}

.hero {
    min-height: 620px;
    background: radial-gradient(circle at 75% 30%, #fff6d8 0, transparent 30%), linear-gradient(135deg, #fdfaf3, #efe5ce);
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero h1 {
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1.05
}

.hero-art {
    position: relative;
    min-height: 440px
}

.vastu-mandala {
    position: absolute;
    inset: 10px;
    margin: auto;
    width: 390px;
    height: 390px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    background: repeating-conic-gradient(from 22.5deg, rgba(198, 148, 50, .18) 0 1deg, transparent 1deg 45deg), radial-gradient(circle, #fff 0 18%, transparent 18% 20%, #f5ead2 20% 45%, #fff 45%);
    box-shadow: 0 30px 80px rgba(44, 57, 46, .14)
}

.vastu-mandala:after {
    content: 'N\A ↑';
    white-space: pre;
    position: absolute;
    inset: 42% 0 auto;
    text-align: center;
    font-weight: 700;
    color: var(--green)
}

.section-pad {
    padding: 80px 0
}

.eyebrow {
    color: var(--gold);
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700
}

.feature-card,
.form-shell,
.report-card,
.stat-card {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(31, 53, 43, .08)
}

.feature-card {
    padding: 28px;
    height: 100%
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--cream);
    display: grid;
    place-items: center;
    color: var(--gold);
    font-size: 1.5rem
}

.assessment-bg {
    background: linear-gradient(180deg, #f8f4eb, #fff)
}

.form-shell {
    overflow: hidden
}

.form-progress {
    height: 7px;
    background: #efe8d9
}

.form-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--gold), var(--green));
    transition: .3s
}

.step-panel {
    display: none
}

.step-panel.active {
    display: block
}

.direction-guide {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 18px;
    position: sticky;
    top: 95px
}

.compass {
    width: 230px;
    aspect-ratio: 1;
    margin: auto;
    border-radius: 50%;
    border: 2px solid var(--gold);
    position: relative;
    background: conic-gradient(from -22.5deg, #f6ead0 0 45deg, #fff 45deg 90deg, #f6ead0 90deg 135deg, #fff 135deg 180deg, #f6ead0 180deg 225deg, #fff 225deg 270deg, #f6ead0 270deg 315deg, #fff 315deg)
}

.compass:after {
    content: 'N\A↑';
    white-space: pre;
    position: absolute;
    inset: 42% 0 auto;
    text-align: center;
    font-weight: 800;
    color: var(--green)
}

.compass-label {
    position: absolute;
    font-size: .7rem;
    font-weight: 700
}

.c-n {
    top: 7px;
    left: 48%
}

.c-ne {
    top: 39px;
    right: 22px
}

.c-e {
    right: 8px;
    top: 48%
}

.c-se {
    right: 20px;
    bottom: 38px
}

.c-s {
    bottom: 7px;
    left: 49%
}

.c-sw {
    left: 20px;
    bottom: 38px
}

.c-w {
    left: 8px;
    top: 48%
}

.c-nw {
    left: 20px;
    top: 39px
}

.question-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    margin-bottom: 16px;
    background: #fff
}

.choice-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px
}

.choice {
    border: 1px solid #d9d1c2;
    padding: 12px;
    border-radius: 12px;
    cursor: pointer
}

.choice:has(input:checked) {
    border-color: var(--green);
    background: #eef6f1
}

.choice input {
    margin-right: 7px
}

.required {
    color: #b42b2b
}

.score-ring {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: auto;
    background: conic-gradient(var(--green) calc(var(--score)*1%), #eee 0);
    position: relative
}

.score-ring:before {
    content: '';
    position: absolute;
    inset: 14px;
    background: #fff;
    border-radius: 50%
}

.score-ring strong {
    z-index: 1;
    font: 3rem 'Marcellus';
    color: var(--green)
}

.finding-positive {
    border-left: 5px solid #2e8b57
}

.finding-moderate {
    border-left: 5px solid #d79b2b
}

.finding-high {
    border-left: 5px solid #b63a3a
}

.site-footer {
    background: #102f27;
    color: #dce8e1
}

.site-footer a {
    display: block;
    color: #dce8e1;
    text-decoration: none;
    margin: .45rem 0
}

.admin-sidebar {
    min-height: 100vh;
    background: #102f27;
    color: #fff
}

.admin-sidebar a {
    color: #cfe0d7;
    text-decoration: none;
    display: block;
    padding: .75rem 1rem;
    border-radius: 10px
}

.admin-sidebar a:hover {
    background: #194738;
    color: #fff
}

@media(max-width:991px) {
    .hero {
        min-height: auto;
        padding: 70px 0
    }

    .hero-art {
        min-height: 330px
    }

    .vastu-mandala {
        width: 300px;
        height: 300px
    }

    .direction-guide {
        position: static
    }

    .section-pad {
        padding: 55px 0
    }
}


/* 2026 luxury experience */
html {
    scroll-behavior: smooth
}

body {
    line-height: 1.65
}

.site-nav {
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(198, 148, 50, .18);
    box-shadow: 0 8px 30px rgba(22, 52, 44, .04)
}

.site-nav .nav-link {
    font-weight: 600;
    color: #304a43
}

.site-nav .nav-link:hover {
    color: var(--gold)
}

.btn {
    font-weight: 700;
    transition: transform .2s, box-shadow .2s, background .2s
}

.btn:hover {
    transform: translateY(-1px)
}

.btn-brand {
    box-shadow: 0 10px 25px rgba(14, 82, 51, .18)
}

.btn-quiet {
    border: 1px solid rgba(23, 53, 46, .18);
    border-radius: 999px;
    color: var(--ink);
    background: rgba(255, 255, 255, .55)
}

.btn-gold {
    background: var(--gold);
    color: #102f27;
    border-radius: 999px;
    padding: .8rem 1.4rem
}

.hero {
    min-height: 720px;
    position: relative;
    background: radial-gradient(circle at 78% 32%, rgba(255, 246, 216, .96), transparent 28%), linear-gradient(135deg, #fffdf8, #f1e6cf)
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(198, 148, 50, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(198, 148, 50, .055) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, transparent, #000)
}

.hero .container {
    position: relative
}

.hero h1 {
    max-width: 760px
}

.hero-trust {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 25px;
    color: #52645e;
    font-size: .88rem
}

.hero-trust span {
    white-space: nowrap
}

.floating-note {
    position: absolute;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(198, 148, 50, .3);
    box-shadow: 0 18px 45px rgba(31, 53, 43, .12);
    border-radius: 18px;
    padding: 13px 18px;
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.floating-note strong {
    font: 1.5rem Marcellus;
    color: var(--green)
}

.floating-note span {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--muted)
}

.note-one {
    left: 3%;
    top: 16%
}

.note-two {
    right: 3%;
    bottom: 15%
}

.trust-strip {
    padding: 24px 0;
    background: #102f27;
    color: white
}

.trust-strip strong,
.trust-strip span {
    display: block
}

.trust-strip strong {
    font-family: Marcellus;
    font-size: 1.15rem;
    color: #eed497
}

.trust-strip span {
    font-size: .75rem;
    color: #c9d8d1
}

.section-heading {
    max-width: 700px;
    margin: 0 auto 48px
}

.section-heading h2,
.soft-section h2,
.luxury-cta h2 {
    font-size: clamp(2rem, 4vw, 2.35rem);
    margin: .45rem 0 1rem
}

.section-heading p,
.feature-card p,
.assessment-grid p {
    color: var(--muted)
}

.feature-card {
    padding: 34px;
    transition: transform .25s, box-shadow .25s
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(31, 53, 43, .12)
}

.feature-card h4 {
    margin: 22px 0 10px
}

.feature-icon {
    font-size: .8rem;
    font-weight: 800;
    letter-spacing: .06em
}

.soft-section {
    background: linear-gradient(180deg, #f8f3e8, #fff)
}

.assessment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--line);
    border-radius: 28px;
    overflow: hidden;
    background: white;
    box-shadow: 0 20px 70px rgba(31, 53, 43, .07)
}

.assessment-grid article {
    padding: 32px;
    min-height: 205px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.assessment-grid article:nth-child(3n) {
    border-right: 0
}

.assessment-grid article:nth-last-child(-n+3) {
    border-bottom: 0
}

.assessment-grid span {
    color: var(--gold);
    font-weight: 800;
    font-size: .75rem
}

.assessment-grid h4 {
    margin: 22px 0 8px
}

.luxury-cta {
    border-radius: 32px;
    background: radial-gradient(circle at 80%, #285c4c, #102f27 55%);
    color: white;
    padding: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    box-shadow: 0 30px 80px rgba(16, 47, 39, .22)
}

.luxury-cta .eyebrow {
    color: #e7c77f
}

.luxury-cta p {
    color: #c7d7d0;
    margin: 0
}

.form-control,
.form-select {
    border-radius: 12px;
    border-color: #ded6c8;
    padding: .72rem .9rem
}

.form-control:focus,
.form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .22rem rgba(198, 148, 50, .13)
}

.table thead th {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6a7772;
    background: #f7f4ed;
    border: 0
}

.table td {
    padding: 1rem
}

.card {
    border-radius: 18px !important
}

.admin-sidebar {
    background: linear-gradient(180deg, #102f27, #173d32);
    box-shadow: 12px 0 40px rgba(16, 47, 39, .12)
}

.admin-sidebar h4 {
    font-family: Marcellus;
    color: #ecd28f
}

.admin-sidebar a {
    margin: 4px 0
}

.admin-sidebar a:hover {
    transform: translateX(3px)
}

.stat-card {
    border: 0;
    background: linear-gradient(145deg, #fff, #faf6ec)
}

@media(max-width:991px) {
    .site-nav .navbar-collapse {
        padding: 18px 0
    }

    .site-nav .btn-brand {
        margin-top: 8px
    }

    .hero {
        min-height: auto
    }

    .floating-note {
        display: none
    }

    .assessment-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .assessment-grid article,
    .assessment-grid article:nth-child(3n) {
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line)
    }

    .assessment-grid article:nth-child(2n) {
        border-right: 0
    }

    .assessment-grid article:nth-last-child(-n+2) {
        border-bottom: 0
    }

    .luxury-cta {
        padding: 38px;
        display: block
    }

    .luxury-cta .btn {
        margin-top: 22px
    }

    .admin-sidebar {
        min-height: auto;
        border-radius: 0 0 20px 20px
    }
}

@media(max-width:575px) {
    .hero {
        padding: 55px 0
    }

    .hero h1 {
        font-size: 2.55rem
    }

    .hero-art {
        min-height: 290px
    }

    .vastu-mandala {
        width: 270px;
        height: 270px
    }

    .hero-trust {
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .trust-strip {
        padding: 20px 0
    }

    .section-pad {
        padding: 48px 0
    }

    .assessment-grid {
        grid-template-columns: 1fr
    }

    .assessment-grid article,
    .assessment-grid article:nth-child(n) {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        min-height: auto;
        padding: 26px
    }

    .assessment-grid article:last-child {
        border-bottom: 0
    }

    .luxury-cta {
        padding: 30px 24px;
        border-radius: 24px
    }

    .form-shell {
        border-radius: 18px
    }

    .question-card {
        padding: 16px
    }

    .choice-grid {
        grid-template-columns: 1fr
    }

    .score-ring {
        width: 160px;
        height: 160px
    }
}

@media print {

    .site-nav,
    .site-footer,
    .btn,
    form {
        display: none !important
    }

    .section-pad {
        padding: 0
    }

    .report-card {
        box-shadow: none;
        break-inside: avoid
    }
}

.hero-art {
    display: grid;
    place-items: center
}

.hero-photo {
    position: absolute;
    inset: 8% 0 8% 5%;
    width: 95%;
    height: 84%;
    object-fit: cover;
    border-radius: 36px;
    box-shadow: 0 30px 85px rgba(22, 52, 44, .2);
    border: 1px solid rgba(255, 255, 255, .7)
}

.hero-art .vastu-mandala {
    width: 175px;
    height: 175px;
    inset: auto auto 2% -2%;
    background: repeating-conic-gradient(from 22.5deg, rgba(198, 148, 50, .24) 0 1deg, transparent 1deg 45deg), radial-gradient(circle, rgba(255, 255, 255, .96) 0 18%, transparent 18% 20%, rgba(245, 234, 210, .93) 20% 45%, rgba(255, 255, 255, .96) 45%);
    backdrop-filter: blur(8px);
    box-shadow: 0 18px 45px rgba(44, 57, 46, .18)
}

.guide-photo,
.contact-photo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid var(--line);
    box-shadow: 0 18px 45px rgba(31, 53, 43, .1)
}

.guide-photo {
    aspect-ratio: 4/3
}

.contact-photo {
    aspect-ratio: 4/3;
    max-height: 430px
}

.direction-guide:has(.guide-photo) {
    padding: 12px
}

.direction-guide:has(.guide-photo) .text-center {
    padding: 8px 8px 4px
}

@media(max-width:991px) {
    .hero-photo {
        inset: 2% 3%;
        width: 94%;
        height: 96%;
        border-radius: 28px
    }

    .hero-art .vastu-mandala {
        width: 130px;
        height: 130px;
        left: 0
    }

    .contact-photo {
        max-height: none
    }
}

@media(max-width:575px) {
    .hero-photo {
        border-radius: 22px
    }

    .hero-art .vastu-mandala {
        width: 105px;
        height: 105px
    }

    .hero-art .vastu-mandala:after {
        font-size: .7rem
    }
}

/* Homepage slider, balanced sections and visual categories */
.section-pad {
    padding: 76px 0
}

.section-intro {
    margin-bottom: 42px
}

.hero {
    min-height: 680px;
    padding: 66px 0
}

.hero-slider {
    height: 500px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 32px 90px rgba(16, 47, 39, .22);
    border: 1px solid rgba(255, 255, 255, .75);
    background: #17352e
}

.hero-slider .carousel-inner,
.hero-slider .carousel-item {
    height: 100%
}

.hero-slider .carousel-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(8, 31, 24, .72))
}

.hero-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slide-caption {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 38px;
    color: #fff;
    display: flex;
    flex-direction: column
}

.hero-slide-caption small {
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #f0d795;
    font-weight: 700
}

.hero-slide-caption strong {
    font: 1.6rem Marcellus
}

.hero-slider .carousel-indicators {
    justify-content: flex-end;
    margin: 0 28px 21px
}

.hero-slider .carousel-indicators button {
    width: 23px;
    height: 3px;
    border: 0
}

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next {
    width: 10%;
    opacity: 0;
    transition: .2s
}

.hero-slider:hover .carousel-control-prev,
.hero-slider:hover .carousel-control-next {
    opacity: .8
}

.hero-stats {
    position: relative;
    z-index: 3;
    margin-top: -22px
}

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(31, 53, 43, .11);
    overflow: hidden
}

.stats-row article {
    padding: 23px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-right: 1px solid var(--line)
}

.stats-row article:last-child {
    border: 0
}

.stats-row article>span {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    background: var(--cream);
    color: var(--gold);
    display: grid;
    place-items: center;
    font-size: 1.2rem
}

.stats-row strong,
.stats-row small {
    display: block
}

.stats-row strong {
    font: 1.55rem Marcellus;
    color: var(--green);
    line-height: 1.1
}

.stats-row small {
    color: var(--muted);
    font-size: .75rem
}

.visual-grid {
    gap: 15px;
    padding: 15px;
    background: #fff
}

.visual-grid .property-card {
    position: relative;
    min-height: 260px !important;
    border: 0 !important;
    border-radius: 19px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    isolation: isolate
}

.visual-grid .property-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(8, 35, 27, .08), rgba(8, 35, 27, .9))
}

.visual-grid .property-card>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 27px;
    color: #fff
}

.visual-grid .property-card span {
    color: #f0d795
}

.visual-grid .property-card h4 {
    margin: 9px 0 4px;
    color: #fff
}

.visual-grid .property-card p {
    color: #dbe7e1;
    margin: 0
}

.visual-grid .roads,
.visual-grid .structure {
    background-image: url('../images/vastu-home-hero.webp')
}

.visual-grid .entrance,
.visual-grid .surroundings {
    background-image: url('../images/vastu-consultation.webp')
}

.visual-grid .water,
.visual-grid .shape {
    background-image: url('../images/vastu-assessment-guide.webp')
}

.visual-grid .roads {
    background-position: 72% 50%
}

.visual-grid .entrance {
    background-position: 25% 50%
}

.visual-grid .water {
    background-position: 90% 35%
}

.visual-grid .structure {
    background-position: 55% 50%
}

.visual-grid .shape {
    background-position: 45% 60%
}

.visual-grid .surroundings {
    background-position: 70% 45%
}

.contact-details-card {
    padding: 18px 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(31, 53, 43, .07)
}

.contact-details-card h4 {
    font-size: 1.15rem;
    margin: 0 0 6px
}

.contact-details-card p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.55
}

/* Refined admin system */
.admin-body {
    background: #f4f6f4;
    color: #203b34
}

.admin-main {
    padding: 25px 30px 45px;
    min-height: 100vh
}

.admin-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 100vh;
    padding: 10px !important
}

.admin-brand {
    height: 68px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    margin-bottom: 5px
}

.admin-brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: linear-gradient(135deg, #e4bf65, #a97820);
    color: #102f27;
    display: grid;
    place-items: center;
    margin-right: 10px
}

.admin-brand strong,
.admin-brand small {
    display: block
}

.admin-brand strong {
    font: 1.06rem Marcellus;
    color: #fff
}

.admin-brand small {
    font-size: .64rem;
    color: #91aaa0;
    text-transform: uppercase;
    letter-spacing: .07em
}

.admin-menu-btn {
    color: #fff;
    font-size: 1.4rem;
    padding: .25rem .5rem
}

.admin-sidebar nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 11px;
    margin: 2px 0;
    border-radius: 9px;
    font-size: .86rem;
    font-weight: 600;
    color: #bcd0c7;
    transition: .18s
}

.admin-sidebar nav a i {
    width: 19px;
    text-align: center;
    color: #86aa9a
}

.admin-sidebar nav a:hover {
    transform: none;
    background: rgba(255, 255, 255, .07)
}

.admin-sidebar nav a.active {
    background: linear-gradient(90deg, rgba(212, 169, 76, .24), rgba(212, 169, 76, .08));
    color: #fff;
    box-shadow: inset 3px 0 #d6ad55
}

.admin-sidebar nav a.active i {
    color: #e7c878
}

.admin-nav-divider {
    height: 1px;
    background: rgba(255, 255, 255, .09);
    margin: 8px 10px
}

.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dde3df
}

.admin-kicker {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #8b9a94;
    font-weight: 700
}

.admin-topbar h1 {
    font-size: 1.65rem;
    margin: 2px 0 0
}

.admin-user {
    display: flex;
    align-items: center;
    gap: 9px;
    background: #fff;
    padding: 6px 11px 6px 7px;
    border: 1px solid #e0e5e2;
    border-radius: 13px
}

.admin-user>span {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: #eaf2ed;
    color: var(--green);
    display: grid;
    place-items: center;
    font-weight: 800
}

.admin-user strong,
.admin-user small {
    display: block;
    line-height: 1.2
}

.admin-user strong {
    font-size: .8rem
}

.admin-user small {
    font-size: .65rem;
    color: #89968f
}

.admin-main .card {
    border: 1px solid #e0e6e2 !important;
    box-shadow: 0 8px 28px rgba(27, 56, 46, .055) !important
}

.admin-main form.card {
    padding: 22px !important
}

.admin-main form.card h5 {
    padding-bottom: 12px;
    border-bottom: 1px solid #edf0ee;
    margin-bottom: 8px
}

.admin-main .form-label {
    font-size: .76rem;
    font-weight: 700;
    color: #52645e;
    margin-bottom: 4px
}

.admin-main .form-control,
.admin-main .form-select {
    font-size: .86rem;
    padding: .58rem .72rem;
    background-color: #fbfcfb
}

.admin-main textarea.form-control {
    min-height: 84px
}

.admin-main .btn {
    border-radius: 9px;
    padding: .55rem .9rem;
    font-size: .82rem;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.admin-main .btn-brand {
    border-radius: 9px
}

.admin-main .table {
    font-size: .84rem
}

.admin-main .table td {
    padding: .78rem .85rem;
    vertical-align: middle
}

.admin-main .table thead th {
    padding: .72rem .85rem
}

.admin-main .table tbody tr:hover {
    background: #f8fbf9
}

.dt-container {
    padding: 14px
}

.dt-container .dt-layout-row:first-child {
    margin: 0 0 13px
}

.dt-container .dt-layout-row:last-child {
    margin: 13px 0 0
}

.dt-container .dt-search input,
.dt-container .dt-length select {
    border: 1px solid #d9e1dc;
    border-radius: 9px;
    padding: 7px 10px;
    background: #fff
}

.dt-container .pagination {
    gap: 3px
}

.dt-container .page-link {
    border-radius: 8px !important;
    border: 0;
    color: #486057
}

.dt-container .active>.page-link {
    background: var(--green);
    color: #fff
}

.admin-action-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    border-radius: 7px;
    text-decoration: none;
    background: #edf5f0;
    color: var(--green);
    font-weight: 700;
    font-size: .75rem
}

.admin-action-link:hover {
    background: #dfeee5;
    color: var(--green)
}

@media(max-width:991px) {
    .hero {
        padding: 52px 0
    }

    .hero-slider {
        height: 410px
    }

    .hero-stats {
        margin-top: 0;
        padding: 16px 0
    }

    .stats-row {
        grid-template-columns: repeat(2, 1fr)
    }

    .stats-row article:nth-child(2) {
        border-right: 0
    }

    .stats-row article:nth-child(-n+2) {
        border-bottom: 1px solid var(--line)
    }

    .admin-sidebar {
        position: relative;
        height: auto;
        min-height: auto
    }

    .admin-main {
        padding: 22px 16px
    }

    .admin-topbar {
        margin-top: 4px
    }
}

@media(max-width:575px) {
    .section-pad {
        padding: 52px 0
    }

    .hero {
        padding: 44px 0
    }

    .hero-slider {
        height: 340px;
        border-radius: 24px
    }

    .hero-slide-caption {
        left: 20px;
        bottom: 30px
    }

    .hero-slide-caption strong {
        font-size: 1.25rem
    }

    .stats-row article {
        padding: 17px 14px;
        gap: 9px
    }

    .stats-row article>span {
        width: 35px;
        height: 35px
    }

    .stats-row strong {
        font-size: 1.2rem
    }

    .visual-grid {
        grid-template-columns: 1fr
    }

    .visual-grid .property-card {
        min-height: 235px !important
    }

    .admin-user div {
        display: none
    }

    .admin-main {
        padding: 18px 10px
    }

    .admin-topbar h1 {
        font-size: 1.35rem
    }
}

/* Full-width editorial hero */
.hero.hero-full {
    position: relative;
    display: block;
    min-height: 680px;
    height: clamp(650px, 78vh, 820px);
    padding: 0;
    background: #102f27
}

.hero-full:before {
    display: none
}

.hero-slider-full,
.hero-slider-full .carousel-inner,
.hero-slider-full .carousel-item {
    height: 100%;
    width: 100%
}

.hero-slider-full .carousel-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 28, 22, .89) 0%, rgba(7, 28, 22, .68) 42%, rgba(7, 28, 22, .2) 72%, rgba(7, 28, 22, .38) 100%), linear-gradient(0deg, rgba(7, 28, 22, .5), transparent 52%)
}

.hero-slider-full img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-slider-full .carousel-item:nth-child(1) img {
    object-position: center
}

.hero-slider-full .carousel-item:nth-child(2) img {
    object-position: center 42%
}

.hero-slider-full .carousel-indicators {
    z-index: 5;
    justify-content: flex-end;
    margin: 0 5% 30px
}

.hero-slider-full .carousel-indicators button {
    width: 30px;
    height: 3px;
    border: 0
}

.hero-slider-full .carousel-control-prev,
.hero-slider-full .carousel-control-next {
    z-index: 5;
    width: 7%
}

.hero-overlay {
    position: absolute;
    z-index: 4;
    inset: 0;
    display: flex;
    align-items: center;
    pointer-events: none
}

.hero-overlay .container {
    width: 100%;
    position: relative
}

.hero-copy {
    max-width: 760px;
    color: #fff;
    pointer-events: auto
}

.hero-copy .eyebrow {
    color: #f0d28c;
    margin-bottom: 17px
}

.hero-copy h1 {
    font-size: clamp(3.1rem, 6.5vw, 4rem);
    line-height: 1.01;
    max-width: 760px;
    text-shadow: 0 5px 30px rgba(0, 0, 0, .25)
}

.hero-copy>p {
    font-size: clamp(1.05rem, 1.5vw, 1.25rem);
    line-height: 1.7;
    max-width: 650px;
    color: #e2ebe6;
    margin: 24px 0 29px
}

.hero-copy .btn-glass {
    border: 1px solid rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    color: #fff;
    border-radius: 999px
}

.hero-copy .btn-glass:hover {
    background: #fff;
    color: var(--green)
}

.hero-copy .hero-trust {
    color: #e3ece7
}

.hero-stats {
    margin-top: -45px;
}

.stats-row strong {
    font-size: 1.75rem
}

/* Homepage content editor */
.settings-workspace {
    max-width: 1500px
}

.settings-accordion .accordion-item {
    border: 1px solid #e0e6e2;
    border-radius: 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(27, 56, 46, .04)
}

.settings-accordion .accordion-button {
    font-weight: 800;
    color: #29463d;
    background: #fff;
    gap: 10px;
    padding: 17px 20px
}

.settings-accordion .accordion-button:not(.collapsed) {
    background: #f3f8f5;
    color: var(--green);
    box-shadow: none
}

.settings-accordion .accordion-button:focus {
    box-shadow: none
}

.settings-accordion .accordion-button>i {
    color: var(--gold)
}

.settings-accordion .accordion-button>span {
    margin-left: auto;
    margin-right: 12px;
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #8a9892;
    background: #edf1ef;
    padding: 4px 8px;
    border-radius: 20px
}

.settings-accordion .accordion-body {
    padding: 22px;
    background: #fff;
    border-top: 1px solid #edf1ef
}

.settings-save-card {
    top: 20px !important
}

.settings-save-card .settings-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: #e9f3ed;
    color: var(--green);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin-bottom: 15px
}

.settings-save-card p {
    font-size: .82rem;
    color: #75847e
}

.settings-save-card hr {
    border-color: #e0e6e2;
    margin: 20px 0
}

@media(max-width:991px) {
    .hero.hero-full {
        height: 700px;
        min-height: 700px
    }

    .hero-slider-full .carousel-item:after {
        background: linear-gradient(90deg, rgba(7, 28, 22, .86), rgba(7, 28, 22, .45)), linear-gradient(0deg, rgba(7, 28, 22, .52), transparent)
    }

    .hero-copy {
        max-width: 620px
    }

    .hero-copy h1 {
        font-size: clamp(3rem, 9vw, 5rem)
    }

    .hero-stats {
        margin-top: 0;
        padding-top: 18px
    }
}

@media(max-width:575px) {
    .hero.hero-full {
        height: 680px;
        min-height: 680px;
        padding: 0
    }

    .hero-copy h1 {
        font-size: 2.8rem
    }

    .hero-copy>p {
        font-size: 1rem;
        margin: 18px 0 23px
    }

    .hero-copy .btn {
        width: 100%;
        justify-content: center
    }

    .hero-copy .hero-trust {
        grid-template-columns: 1fr;
        gap: 4px
    }

    .hero-slider-full .carousel-item:after {
        background: linear-gradient(90deg, rgba(7, 28, 22, .86), rgba(7, 28, 22, .58)), linear-gradient(0deg, rgba(7, 28, 22, .6), transparent)
    }

    .hero-slider-full .carousel-indicators {
        justify-content: center;
        margin-bottom: 18px
    }

    .settings-accordion .accordion-button {
        padding: 14px
    }

    .settings-accordion .accordion-button>span {
        display: none
    }
}

/* Dynamic customer reviews */
.reviews-section {
    position: relative;
    background: #eae8e8;
}

.reviews-section:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 10% 50%, rgba(198, 148, 50, .09), transparent 28%), radial-gradient(circle at 90% 15%, rgba(14, 82, 51, .07), transparent 24%);
    pointer-events: none
}

.reviews-section .container {
    position: relative
}

.reviews-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.reviews-heading>div:first-child {
    width:60%;
    margin-left:20%;
}

.reviews-heading h2 {
    font-size: clamp(2rem, 4vw, 2.35rem);
    margin: .45rem 0 .8rem
}

.reviews-heading p {
    color: var(--muted);
    margin: 0;
    max-width: 650px
}

.review-controls {
    display: flex;
    gap: 9px
}

.review-controls button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--green);
    font-size: 1.1rem;
    transition: .2s
}

.review-controls button:hover {
    background: var(--green);
    color: #fff;
    border-color: var(--green)
}

.reviews-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 40px)/3);
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 8px 3px 28px;
    scrollbar-width: none
}

.reviews-track::-webkit-scrollbar {
    display: none
}

.review-card {
    scroll-snap-align: start;
    position: relative;
    min-height: 345px;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff, #faf7ef);
    border: 1px solid var(--line);
    box-shadow: 0 16px 45px rgba(31, 53, 43, .075);
    display: flex;
    flex-direction: column
}

.review-quote {
    position: absolute;
    right: 26px;
    top: 8px;
    font: 5.5rem Georgia;
    color: rgba(198, 148, 50, .17);
    line-height: 1
}

.review-stars {
    color: #d4a53e;
    letter-spacing: .15em;
    font-size: .9rem;
    margin-bottom: 22px
}

.review-card blockquote {
    position: relative;
    font: 1.15rem/1.75 Marcellus;
    color: #29443c;
    margin: 0 0 28px
}

.review-card footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 19px;
    border-top: 1px solid #e8e1d4
}

.review-avatar {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--green), #2a7358);
    color: #fff;
    display: grid;
    place-items: center;
    font: 1.2rem Marcellus;
    box-shadow: 0 8px 20px rgba(14, 82, 51, .17)
}

.review-card footer strong,
.review-card footer span {
    display: block
}

.review-card footer strong {
    font-size: .9rem
}

.review-card footer span {
    font-size: .73rem;
    color: var(--muted)
}

.review-empty {
    text-align: center;
    padding: 45px;
    border: 1px dashed var(--line);
    border-radius: 22px;
    color: var(--muted)
}

.admin-stars {
    color: #d09d2f;
    white-space: nowrap
}

.review-preview {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 330px
}

@media(max-width:991px) {
    .reviews-track {
        grid-auto-columns: calc((100% - 20px)/2)
    }
}

@media(max-width:575px) {
    .reviews-heading {
        display: block;
        margin-bottom: 27px
    }

    .review-controls {
        margin-top: 18px
    }

    .reviews-track {
        grid-auto-columns: 88%
    }

    .review-card {
        min-height: 320px;
        padding: 26px
    }
}.image-upload-control{border:1px solid #dfe6e1;border-radius:14px;overflow:hidden;background:#f8faf8}.image-upload-control>img{width:100%;height:150px;object-fit:cover;display:block}.image-upload-control>div{padding:12px}.image-upload-control small{display:block;margin-top:7px;color:#7b8983;font-size:.68rem}.settings-accordion .col-md-6:has(.image-upload-control){width:33.333%}@media(max-width:991px){.settings-accordion .col-md-6:has(.image-upload-control){width:50%}}@media(max-width:575px){.settings-accordion .col-md-6:has(.image-upload-control){width:100%}}
/* Enquiry DataTable and modal */
.enquiry-table-card{overflow:hidden}.enquiry-table-card .table-responsive{overflow:visible}.enquiry-table-card .dt-container{padding:16px 18px 20px}.enquiry-table-card .dt-layout-row:first-child{align-items:center;gap:12px}.enquiry-table-card .dt-buttons{display:flex;flex-wrap:wrap;gap:6px}.enquiry-table-card .dt-buttons .btn{background:#fff;border:1px solid #d9e2dd;color:#38564c;padding:.48rem .7rem;box-shadow:none}.enquiry-table-card .dt-buttons .btn:hover{background:#edf5f0;border-color:#b8cec1;color:var(--green)}.enquiry-table-card table{width:100%!important}.enquiry-table-card td{white-space:nowrap}.table-clamp{display:block;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-pill{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.status-new{background:#fff1cf;color:#8a5b00}.status-contacted{background:#e6f1ff;color:#24588b}.status-qualified{background:#e9e5ff;color:#563da0}.status-converted{background:#daf3e3;color:#1d6a3c}.status-closed{background:#e8ecea;color:#5b6862}.enquiry-update-btn{white-space:nowrap}.enquiry-modal{border:0;border-radius:22px!important;overflow:hidden;box-shadow:0 30px 90px rgba(17,44,35,.25)}.enquiry-modal .modal-header{padding:20px 22px;border-bottom:1px solid #e7ece9}.enquiry-modal .modal-body{padding:22px}.enquiry-modal .modal-footer{padding:15px 22px;background:#f7f9f7;border-top:1px solid #e7ece9}.enquiry-person{display:flex;align-items:center;gap:12px}.enquiry-person strong,.enquiry-person span{display:block}.enquiry-person span{font-size:.76rem;color:var(--muted)}.enquiry-avatar{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--green),#2c7359);display:grid;place-items:center;color:#fff;font:1.2rem Marcellus}.enquiry-message{padding:14px 16px;border-radius:13px;background:#f5f8f6;border-left:3px solid var(--gold)}.enquiry-message small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#85928d;font-size:.63rem;font-weight:800;margin-bottom:4px}.enquiry-message p{font-size:.85rem;margin:0;color:#4d615a;white-space:pre-wrap}.enquiry-modal .form-label{font-size:.74rem;font-weight:800;color:#52645e}@media(max-width:767px){.enquiry-table-card .dt-layout-row{display:block!important}.enquiry-table-card .dt-layout-cell{margin-bottom:10px!important}.enquiry-table-card .dt-search{text-align:left!important}.enquiry-table-card .dt-buttons .btn{font-size:.72rem;padding:.42rem .58rem}}
