/**
 * Amaravati Temple City – look & feel overrides
 * Colors: forest green, gold, cream, brand red
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap');

:root {
    --tc-green: #1b3a24;
    --tc-green-light: #2d5a3d;
    --tc-gold: #c9a45c;
    --tc-gold-dark: #a67c3d;
    --tc-cream: #f7f4ee;
    --tc-cream-bg: #fdfbf7;
    --tc-red: #9b2c2c;
    --tc-red-dark: #7a1f1f;
    --tc-text: #2c2c2c;
    --tc-text-muted: #5a5a5a;
    --tc-white: #ffffff;
    --tc-radius-pill: 50px;
    --tc-radius-card: 12px;
    --tc-shadow: 0 8px 32px rgba(27, 58, 36, 0.12);
}

body.theme-amaravati {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: var(--tc-text);
    background: linear-gradient(to right, #000000, #023a66, #002743) !important;
}

body.theme-amaravati h1,
body.theme-amaravati h2,
body.theme-amaravati h3,
body.theme-amaravati h4,
body.theme-amaravati h5,
body.theme-amaravati h6,
body.theme-amaravati .navbar-wp .navbar-nav > li > a {
    font-family: 'Montserrat', 'Roboto', sans-serif;
}

/* —— Header / Nav —— */
/* Zero out any gap above the navbar */
html {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
body.theme-amaravati {
    margin-top: 0 !important;
}
body.theme-amaravati #mainNav {
    top: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
body.theme-amaravati .header-standard-2 .navbar-wp {
    border-bottom: 1px solid rgba(201, 164, 92, 0.35) !important;
    padding: 0 0 !important;
    top: 0 !important;
    margin-top: 0 !important;
}

/* Desktop: transparent fixed header over hero/content */
@media (min-width: 992px) {
    body.theme-amaravati .header-standard-2 .navbar-wp,
    body.theme-amaravati .header-standard-2 .navbar-wp.affix {
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    body.theme-amaravati .header-standard-2 .navbar-wp .navbar-collapse,
    body.theme-amaravati .header-standard-2 .navbar-wp .navbar-form {
        background: transparent !important;
        background-color: transparent !important;
    }

    body.theme-amaravati .header-standard-2 .navbar-wp .nav.navbar-nav.navbar-right {
        margin-top: 10px !important;
    }
}

/* Tablet / mobile: solid bar; dropdown panel styled below */
@media (max-width: 991px) {
    body.theme-amaravati .header-standard-2 .navbar-wp {
        background: linear-gradient(to right, #d4af37, #c0c0c0, #f8f8f8) !important;
        box-shadow: var(--tc-shadow);
    }
}

body.theme-amaravati .navbar-wp .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-top-color: transparent !important;
    padding: 8px 10px !important;
}

body.theme-amaravati .navbar-wp .navbar-nav > li > a:hover,
body.theme-amaravati .navbar-wp .navbar-nav > li > a:focus {
    color: var(--tc-gold) !important;
    background: transparent !important;
}

body.theme-amaravati .navbar-wp .navbar-toggle .icon-custom,
body.theme-amaravati .navbar-wp .navbar-toggle .fa {
    color: var(--tc-gold) !important;
}

body.theme-amaravati .nav-cta-phone > a {
    background: var(--tc-green-light) !important;
    color: var(--tc-white) !important;
    border-radius: var(--tc-radius-pill) !important;
    padding: 8px 20px !important;
    margin: 4px 0 4px 12px !important;
    border: 1px solid var(--tc-gold) !important;
}

body.theme-amaravati .nav-cta-phone > a:hover {
    background: var(--tc-gold) !important;
    color: var(--tc-green) !important;
}

body.theme-amaravati .nav-cta-phone > a .fa {
    color: inherit !important;
    margin-right: 6px;
}

/* Mobile-only CALL US button in navbar header (hidden on desktop) */
body.theme-amaravati .nav-cta-mobile {
    display: none;
}

body.theme-amaravati .logoschs a img {
    width: auto;
    object-fit: contain;
    margin-top: 10px;
}

@media (max-width: 991px) {
    body.theme-amaravati .navbar-wp .navbar-collapse {
        background: var(--tc-green) !important;
        border-top: 1px solid rgba(201, 164, 92, 0.3);
    }

    body.theme-amaravati .navbar-wp .navbar-nav > li {
        border-bottom-color: rgba(255, 255, 255, 0.1) !important;
    }

    body.theme-amaravati .navbar-wp .navbar-nav > li > a {
        color: var(--tc-white) !important;
    }
}

/* —— Hero: header above layer slider (home, index only) —— */
body.theme-amaravati.has-fixed-header.has-hero-slider {
    padding-top: 0 !important;
}

body.theme-amaravati.has-hero-slider .header-standard-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    min-height: 0;
    overflow: visible;
    z-index: 1050;
    margin: 0;
    padding: 0;
    border: none;
}

body.theme-amaravati.has-hero-slider > div:first-child {
    margin: 0;
    padding: 0;
}

body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.theme-amaravati.has-fixed-header.has-hero-slider .header-standard-2 .navbar-wp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1050;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

body.theme-amaravati.has-fixed-header.has-hero-slider .header-standard-2 .navbar-wp .navbar-collapse,
body.theme-amaravati.has-fixed-header.has-hero-slider .header-standard-2 .navbar-wp .navbar-form {
    background: transparent !important;
    background-color: transparent !important;
}

/* HomePress property slider pattern — https://homepress.stylemixthemes.com/main/ */
body.theme-amaravati #slider-wrapper.homepress_property_slider {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    width: 100%;
    background: #0a1929;
}

/* Dark transparent overlay — HomePress slide-image-wrap::before */
body.theme-amaravati #slider-wrapper.homepress_property_slider .hero-slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
    pointer-events: none;
}

/* Hero caption — reference banner look (navy + gold) */
@keyframes heroSmoothTextIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 32px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes heroSmoothTextOut {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -16px, 0);
    }
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext {
    --hero-navy: #0c2340;
    --hero-gold: #d4a033;
    --hero-gold-dark: #b8892a;
    --hero-cream: rgba(255, 252, 247, 0.94);
    position: absolute;
    inset: 0;
    z-index: 60;
    pointer-events: none;
    overflow: hidden;
}


body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__content {
    position: absolute;
    left: max(4%, calc(50% - 570px));
    top: 50%;
    transform: translateY(-46%);
    width: min(42%, 480px);
    padding: 0 12px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__badge {
    display: inline-block;
    padding: 7px 16px;
    background: var(--hero-gold);
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 18px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__badges {
    display: block;
    margin-bottom: 0;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title {
    margin: 0;
    line-height: 0.95;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title-line {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(36px, 3.5vw, 50px);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1.05;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title-line--navy {
    color: #fff;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title-line--gold {
    color: #fff;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__tagline {
    margin: 16px 0 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(15px, 1.5vw, 20px);
    font-weight: 500;
    line-height: 1.45;
    max-width: 360px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__rule {
    display: block;
    width: 100%;
    max-width: 340px;
    height: 2px;
    margin-top: 14px;
    background: linear-gradient(90deg, var(--hero-gold) 0%, rgba(212, 160, 51, 0.25) 100%);
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features {
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
    max-width: 380px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
    line-height: 1.2;
    min-height: 0;
    border-bottom: 1px solid white;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--hero-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__label {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(13px, 1.25vw, 16px);
    font-weight: 600;
    line-height: 1.25;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price {
    position: absolute;
    right: max(4%, calc(50% - 570px));
    bottom: 12%;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: var(--hero-navy);
    border: 3px solid var(--hero-gold);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(12, 35, 64, 0.35);
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price-word {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 1.2vw, 18px);
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price-value {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure {
    position: absolute;
    left: max(4%, calc(50% - 570px));
    bottom: 10%;
    z-index: 61;
    pointer-events: auto;
    margin-top: 12px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: var(--hero-gold);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure-link:hover,
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure-link:focus {
    background: var(--hero-gold-dark);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure-link .fa {
    font-size: 16px;
    line-height: 1;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .hero-animate {
    opacity: 0;
    animation: heroSmoothTextIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__badge.hero-animate { animation-delay: 0.1s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title-line:nth-child(1).hero-animate { animation-delay: 0.2s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title-line:nth-child(2).hero-animate { animation-delay: 0.32s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__tagline.hero-animate { animation-delay: 0.44s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__rule.hero-animate { animation-delay: 0.52s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li:nth-child(1).hero-animate { animation-delay: 0.6s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li:nth-child(2).hero-animate { animation-delay: 0.72s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li:nth-child(3).hero-animate { animation-delay: 0.84s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li:nth-child(4).hero-animate { animation-delay: 0.96s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure.hero-animate { animation-delay: 1.05s; }
body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price.hero-animate { animation-delay: 1.1s; animation-duration: 1.15s; }

body.theme-amaravati #slider-wrapper.homepress_property_slider.is-text-exiting .hero-animate {
    animation: heroSmoothTextOut 0.6s cubic-bezier(0.55, 0, 0.45, 1) forwards;
}

@media (max-width: 991px) {
    /* ── Hero page only: override the transparent rule with a visible dark tint ── */
    body.theme-amaravati.has-fixed-header.has-hero-slider .header-standard-2 .navbar-wp {
        background: rgba(10, 25, 47, 0.80) !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.30) !important;
    }

    /* ── Logo h2: tighten for tablet/mobile ── */
    body.theme-amaravati .logoschs h2,
    body.theme-amaravati .logoschs a h2 {
        font-size: 18px !important;
        margin: 0 !important;
        color: #fff !important;
        white-space: nowrap;
        line-height: 1 !important;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__content {
        width: 58%;
        left: 4%;
        transform: translateY(-54%);
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price {
        right: 4%;
        bottom: 8%;
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {

    /* ── Nav bar: dark navy tint on hero page ── */
    body.theme-amaravati.has-fixed-header.has-hero-slider .header-standard-2 .navbar-wp {
        background: rgba(10, 25, 47, 0.92) !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.40) !important;
    }

    /* ── Nav container: flex row so logo | buttons stay in one line ── */
    body.theme-amaravati .navbar-wp > .container {
        display: flex !important;
        align-items: center !important;
        min-height: 56px !important;
        padding-left: 14px !important;
        padding-right: 8px !important;
    }

    /* ── Logo: left side, compact ── */
    body.theme-amaravati .logoschs {
        position: static !important;
        width: auto !important;
        height: 56px !important;
        flex: 1 1 auto !important;
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    body.theme-amaravati .logoschs a {
        height: auto !important;
        display: flex !important;
        align-items: center !important;
        text-decoration: none !important;
    }
    body.theme-amaravati .logoschs h2,
    body.theme-amaravati .logoschs a h2 {
        font-size: 14px !important;
        font-weight: 700 !important;
        margin: 0 !important;
        color: #fff !important;
        white-space: nowrap;
        line-height: 1 !important;
        letter-spacing: 0.03em;
    }

    /* ── Navbar-header: right side cluster (CALL US + hamburger) ── */
    body.theme-amaravati .navbar-header {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        float: none !important;
        gap: 6px;
    }

    /* ── Mobile CALL US pill button ── */
    body.theme-amaravati .nav-cta-mobile {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px;
        background: #2d5a3d !important;
        color: #fff !important;
        border: 1px solid #c9a45c !important;
        border-radius: 50px !important;
        padding: 6px 13px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', sans-serif !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
        text-decoration: none !important;
        line-height: 1 !important;
        white-space: nowrap;
    }
    body.theme-amaravati .nav-cta-mobile .fa {
        font-size: 11px !important;
    }

    /* ── Hamburger: white bars over dark nav ── */
    body.theme-amaravati .navbar-wp .navbar-toggle {
        float: none !important;
        margin: 0 !important;
        padding: 8px 10px !important;
        border: 1px solid rgba(255,255,255,0.25) !important;
        border-radius: 4px !important;
    }
    body.theme-amaravati .navbar-wp .navbar-toggle .icon-custom,
    body.theme-amaravati .navbar-wp .navbar-toggle .fa {
        color: #fff !important;
        font-size: 18px !important;
    }

    /* ── Collapse menu: hide from the top flow so it doesn't push layout ── */
    body.theme-amaravati .navbar-wp .navbar-collapse {
        position: absolute !important;
        top: 56px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 1060 !important;
    }

    /* ── Hero slider: auto-adjust to full mobile viewport ── */
    body.theme-amaravati.has-hero-slider {
        --hero-nav-h: 56px;
        --hero-mobile-h: 100svh;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider {
        height: var(--hero-mobile-h, 100svh) !important;
        min-height: var(--hero-mobile-h, 100svh) !important;
        max-height: var(--hero-mobile-h, 100svh) !important;
        overflow: hidden !important;
    }

    /* LayerSlider container + inner wrapper */
    body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider,
    body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider .ls-inner {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        background: transparent !important;
        background-color: transparent !important;
    }

    /* Each slide: fill the container */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        overflow: hidden !important;
    }

    /* Overlay text: flex column so content auto-spaces inside viewport */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 5%;
        box-sizing: border-box;
        overflow: visible;
    }

    /* Background image: override LayerSlider inline px dimensions, stretch to cover */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-bg {
        position: absolute !important;
        inset: 0 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        margin-top: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    /* ── Hero content: flex-flow, shifted up ~25% on mobile ── */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__content {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(-12%);
        width: 100%;
        flex: 0 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        min-height: 0;
        margin-top: 20%;
        padding-top: calc(var(--hero-nav-h, 56px) + 4px);
        padding-bottom: 4px;
        box-sizing: border-box;
        overflow: visible;
    }

    /* Badge: 1070 / 1080 / 1090 SFT — inline row on mobile */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 100%;
        margin-bottom: 6px;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__badge {
        display: inline-block;
        font-size: 10px;
        font-weight: 800;
        padding: 4px 11px;
        margin-bottom: 0;
        letter-spacing: 0.06em;
        border-radius: 3px;
    }

    /* Title: 2BHK / APARTMENTS */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title {
        line-height: 1;
        margin: 0;
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__title-line {
        font-size: clamp(24px, 8vw, 32px);
        font-weight: 800;
        letter-spacing: -0.01em;
        line-height: 1.05;
    }

    /* Tagline */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__tagline {
        font-size: 11px;
        font-weight: 400;
        margin-top: 6px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        line-height: 1.4;
        color: rgba(255,255,255,0.90);
    }

    /* Gold divider rule */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__rule {
        margin-top: 8px;
        margin-bottom: 2px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #c9a45c 0%, rgba(201,164,92,0.15) 100%);
    }

    /* Feature list */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features {
        max-width: 100%;
        margin-top: 2px;
        margin-bottom: 0;
        width: 100%;
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px 0;
        gap: 7px;
        line-height: 1.15;
        min-height: 0;
        border-bottom: 1px solid rgba(255,255,255,0.30);
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__features li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__icon {
        width: 24px;
        height: 24px;
        font-size: 10px;
        border-radius: 50%;
        background: rgba(10,25,47,0.70);
        border: 1px solid rgba(201,164,92,0.45);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        line-height: 1;
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__label {
        font-size: 10px;
        font-weight: 500;
        color: #fff;
        line-height: 1.15;
        letter-spacing: 0.02em;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure {
        position: relative;
        left: auto;
        bottom: auto;
        align-self: center;
        flex-shrink: 0;
        margin: 14px 0 0;
        pointer-events: auto;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure-link {
        padding: 10px 18px;
        font-size: 11px;
        gap: 8px;
        border-width: 2px;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__brochure-link .fa {
        font-size: 13px;
    }

    /* Price badge: centered, shifted up ~20% on mobile */
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        align-self: center;
        flex-shrink: 0;
        transform: translateY(-30%);
        margin: auto auto max(16px, env(safe-area-inset-bottom, 0px)) auto;
        padding: clamp(6px, 1.5vh, 10px) clamp(14px, 4vw, 20px);
        gap: 8px;
        border-width: 2px;
        border-radius: 999px;
        justify-content: center;
        text-align: center;
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price-word {
        font-size: clamp(9px, 2.5vw, 11px);
        font-weight: 700;
        letter-spacing: 0.10em;
        color: rgba(255,255,255,0.85);
    }
    body.theme-amaravati #slider-wrapper.homepress_property_slider .smoothtext__price-value {
        font-size: clamp(22px, 7vw, 30px);
        font-weight: 800;
        line-height: 1;
        color: #fff;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.theme-amaravati #slider-wrapper.homepress_property_slider .hero-animate {
        animation: none;
        opacity: 1;
        transform: none;
        background: #f90 !important;
    }
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-inner::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 20;
    pointer-events: none;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider,
body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider.ls-container {
    position: relative;
    z-index: 1;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    background: #0a1929;
    aspect-ratio: 1748 / 900;
    overflow: hidden !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide .ls-bg,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-lt-container img {
    display: block;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-inner {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-shadow {
    display: none !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-inner,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide,
body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
}

/* Before LayerSlider init — first slide visible full-bleed */
body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider:not(.ls-container) {
    position: relative;
    width: 100%;
    aspect-ratio: 1748 / 900;
    overflow: hidden;
    background: #0a1929;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider:not(.ls-container) .ls-slide:first-child {
    display: block !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider:not(.ls-container) .ls-slide:first-child .ls-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* HomePress-style circular prev/next on the right */
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-bottom-slidebuttons,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-start,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-stop,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-sides {
    display: none !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next {
    background: transparent !important;
    background-image: none !important;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    left: auto;
    right: max(15px, calc(50% - 555px));
    margin-top: 0;
    opacity: 1;
    transition: background-color 0.3s, color 0.3s;
    z-index: 100 !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev {
    top: calc(50% - 35px);
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next {
    top: calc(50% + 35px);
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev:hover,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next:hover {
    background: #fff !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev::after,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev::after {
    content: "\2039";
    margin-left: -2px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next::after {
    content: "\203A";
    margin-left: 2px;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev:hover::after,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next:hover::after {
    color: var(--tc-green, #2d6a4f);
}

@media (max-width: 767px) {
    body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev,
    body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next {
        right: 15px;
    }
}

@media (max-width: 991px) {
    body.theme-amaravati.has-fixed-header.has-hero-slider .navbar-wp .navbar-collapse {
        background: var(--tc-green) !important;
    }
}

/* —— Hero / Slider —— */
body.theme-amaravati .bgHead {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 38px !important;
    line-height: 1.25 !important;
    color: var(--tc-white) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

body.theme-amaravati .bgHead .hero-accent,
body.theme-amaravati .homeHeading .hero-accent {
    color: #e8c4c4;
}

body.theme-amaravati .homeHeading {
    font-size: 22px !important;
    line-height: 1.5 !important;
}

/* —— #Bhairava: three-column intro (reference layout) —— */
body.theme-amaravati #Bhairava.bhairava-intro {
    background: var(--tc-cream) !important;
    padding: 56px 15px 64px !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 20;
}

body.theme-amaravati #Bhairava .wp-section {
    max-width: 1140px;
    margin: 0 auto;
}

body.theme-amaravati #Bhairava .bhairava-intro__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px;
}

body.theme-amaravati #Bhairava .bhairava-intro__col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

body.theme-amaravati #Bhairava .bhairava-intro__heading {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--tc-green);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 18px;
    line-height: 1.25;
}

body.theme-amaravati #Bhairava .bhairava-intro__heading::after {
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background: var(--tc-gold);
    margin-top: 12px;
}

body.theme-amaravati #Bhairava .bhairava-intro__text {
    font-size: 15px;
    line-height: 1.75;
    color: var(--tc-text);
    margin: 0 0 28px;
}

body.theme-amaravati #Bhairava .bhairava-intro__btn {
    display: inline-block;
    padding: 11px 26px;
    border: 1px solid var(--tc-gold);
    border-radius: 4px;
    background: transparent;
    color: var(--tc-text);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

body.theme-amaravati #Bhairava .bhairava-intro__btn:hover,
body.theme-amaravati #Bhairava .bhairava-intro__btn:focus {
    background: var(--tc-gold);
    border-color: var(--tc-gold);
    color: var(--tc-green);
}

body.theme-amaravati #Bhairava .bhairava-intro__figure {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--tc-shadow);
    max-width: 340px;
    margin: 0 auto;
}

body.theme-amaravati #Bhairava .bhairava-intro__figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
}

body.theme-amaravati #Bhairava .bhairava-intro__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 16px 22px;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
}

body.theme-amaravati #Bhairava .bhairava-intro__caption-line {
    display: block;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--tc-white);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.theme-amaravati #Bhairava .bhairava-intro__caption-accent {
    display: block;
    margin-top: 6px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--tc-gold);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

body.theme-amaravati #Bhairava .bhairava-intro__highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 15px;
}

body.theme-amaravati #Bhairava .bhairava-intro__highlights li {
    break-inside: avoid;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: var(--tc-text);
    margin: 0 0 14px;
    padding-left: 0;
}

body.theme-amaravati #Bhairava .bhairava-intro__highlights .fa {
    color: var(--tc-gold);
    font-size: 11px;
    margin-right: 8px;
}

@media (min-width: 992px) {
    body.theme-amaravati #Bhairava .bhairava-intro__col--about,
    body.theme-amaravati #Bhairava .bhairava-intro__col--location {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    body.theme-amaravati #Bhairava .bhairava-intro__col--visual {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.theme-amaravati #Bhairava .bhairava-intro__col {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati #Bhairava .bhairava-intro__highlights {
        columns: 1;
    }

    body.theme-amaravati #Bhairava .bhairava-intro__heading {
        font-size: 20px;
    }
}

/* —— #OurSpecialities: amenities bar —— */
body.theme-amaravati #OurSpecialities.amenities-bar {
    background: #848634;
    padding: 0;
}

body.theme-amaravati #OurSpecialities .amenities-bar__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 28px 0;
}

body.theme-amaravati #OurSpecialities .amenities-bar__item {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    box-sizing: border-box;
    color: #ffffff;
}

body.theme-amaravati #OurSpecialities .amenities-bar__item:last-child {
    border-right: none;
}

body.theme-amaravati #OurSpecialities .amenities-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 12px;
}

body.theme-amaravati #OurSpecialities .amenities-bar__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

body.theme-amaravati #OurSpecialities .amenities-bar__label {
    display: block;
}

body.theme-amaravati #OurSpecialities .amenities-bar__line {
    display: block;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #ffffff;
}

@media (max-width: 991px) {
    body.theme-amaravati #OurSpecialities .amenities-bar__list {
        flex-wrap: wrap;
        padding: 20px 0;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item {
        flex: 1 1 25%;
        min-width: 25%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 18px 8px;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item:nth-child(4n) {
        border-right: none;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item:nth-last-child(-n+4) {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    body.theme-amaravati #OurSpecialities .amenities-bar__item {
        flex: 1 1 50%;
        min-width: 50%;
        padding: 16px 6px;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item:nth-child(4n) {
        border-right: 1px solid rgba(255, 255, 255, 0.35);
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item:nth-child(2n) {
        border-right: none;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item:nth-last-child(-n+4) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__icon {
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
    }

    body.theme-amaravati #OurSpecialities .amenities-bar__line {
        font-size: 12px;
    }
}
/* Default navbar style */
#mainNav {
  position: fixed;
  top: 0;
  width: 100%;
  background: transparent;
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  z-index: 999;
}

/* When scrolled or mouse down */
#mainNav.active {
    background: linear-gradient(to right, #000000, #023a66, #002743) !important;
  box-shadow: 0 4px 15px rgba(230, 81, 0, 0.25);
}

/* —— Feature / admission strip —— */
body.theme-amaravati .admissionSect {
    background: var(--tc-cream) !important;
    border-bottom: none !important;
    padding: 0 15px 40px !important;
    margin-top: -40px;
    position: relative;
    z-index: 20;
}

body.theme-amaravati .admissionSect .wp-section {
    max-width: 1140px;
    margin: 0 auto;
}

body.theme-amaravati .admissionSect .row {
    background: var(--tc-white);
    border-radius: var(--tc-radius-card);
    box-shadow: var(--tc-shadow);
    overflow: hidden;
    margin: 0;
}

body.theme-amaravati .admissionDiv {
    background: var(--tc-green) !important;
    padding: 28px 20px !important;
}

body.theme-amaravati .admissionDiv h3 {
    color: var(--tc-gold) !important;
    font-size: 14px !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
}

body.theme-amaravati .admissionDiv h2 {
    color: var(--tc-white) !important;
    font-size: 28px !important;
}

body.theme-amaravati .admissionDiv .fa {
    color: var(--tc-gold);
    font-size: 36px;
    display: block;
    margin-bottom: 10px;
}

body.theme-amaravati .AdmissionInfoDiv {
    padding: 24px 20px !important;
}

body.theme-amaravati .AdmissionInfoDiv h3 {
    color: var(--tc-green) !important;
    font-size: 22px !important;
    padding-left: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.theme-amaravati .AdmissionInfoDiv h2 {
    color: var(--tc-text-muted) !important;
    font-size: 16px !important;
    padding-left: 0 !important;
    font-weight: 400;
}

/* —— Buttons —— */
body.theme-amaravati .applyBtn,
body.theme-amaravati .fullButton {
    background: var(--tc-green) !important;
    color: var(--tc-white) !important;
    border: 2px solid var(--tc-gold) !important;
    border-radius: var(--tc-radius-pill) !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 13px !important;
    transition: all 0.25s ease;
    text-decoration: none !important;
    display: inline-block;
}

body.theme-amaravati .applyBtn:hover,
body.theme-amaravati .fullButton:hover {
    background: var(--tc-gold) !important;
    color: var(--tc-green) !important;
}

body.theme-amaravati .btn-outline-gold {
    background: var(--tc-white) !important;
    color: var(--tc-green) !important;
    border: 2px solid var(--tc-gold) !important;
    border-radius: var(--tc-radius-pill) !important;
    padding: 10px 24px !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.06em;
}

/* —— About / technology section —— */
body.theme-amaravati .aboutInfoScl {
    background: var(--tc-cream-bg);
    margin: 50px auto;
    padding: 40px 15px;
    max-width: 1140px;
}

body.theme-amaravati .bxParent > h2 {
    color: var(--tc-green) !important;
    font-size: 22px !important;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

body.theme-amaravati .bxOne {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(201, 164, 92, 0.45) !important;
    border-left: 4px solid var(--tc-gold) !important;
    border-radius: 8px !important;
    background: var(--tc-white) !important;
    margin-bottom: 12px;
    padding: 12px 14px !important;
}

body.theme-amaravati .bxOne h2 {
    color: var(--tc-text) !important;
    font-size: 15px !important;
    font-weight: 600;
}

body.theme-amaravati .theme-icon {
    color: var(--tc-gold) !important;
    font-size: 28px;
    min-width: 40px;
    text-align: center;
}

body.theme-amaravati .bx-home-div h2 {
    color: var(--tc-green) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 20px;
}

body.theme-amaravati .bx-home-div p,
body.theme-amaravati .bx-home-div p a {
    color: var(--tc-text-muted) !important;
}

body.theme-amaravati .bx-home-div p a {
    color: var(--tc-gold-dark) !important;
    font-weight: 600;
}

body.theme-amaravati .bx-home-second {
    background: var(--tc-white);
    border-radius: var(--tc-radius-card);
    padding: 20px;
    border: 1px solid rgba(27, 58, 36, 0.08);
}

body.theme-amaravati .bx-home-second h3 {
    color: var(--tc-green);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.05em;
}

body.theme-amaravati .listIco,
body.theme-amaravati .fa.listIco,
body.theme-amaravati .fa.theme-star {
    color: var(--tc-gold) !important;
}

/* —— Specialties-style blue section → green band —— */
body.theme-amaravati .bgBlue {
    background: #001e33 !important;
    padding: 50px 15px !important;
}

body.theme-amaravati .bgBlue h2.text-center.bold.uppercase,
body.theme-amaravati .bgBlue h2 {
    color: var(--tc-gold) !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
}
body.theme-amaravati .bgBlue h2 {
    color: var(--tc-gold) !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    padding: 15px 0px;
    margin-bottom: 0px;
}

body.theme-amaravati .malBx {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(201, 164, 92, 0.35) !important;
    border-radius: var(--tc-radius-card) !important;
    box-shadow: none !important;
}

body.theme-amaravati .malBx .smalImage h2 {
    color: var(--tc-white) !important;
    font-size: 15px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.theme-amaravati .malBx .smalImage p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
}

body.theme-amaravati .theme-feature-icon .fa {
    font-size: 48px;
    color: var(--tc-gold) !important;
    margin-bottom: 12px;
}

body.theme-amaravati .malBx .smalImage img {
    display: block;
}

body.theme-amaravati .malBx .applyBtn {
    background: transparent !important;
    border: 2px solid var(--tc-gold) !important;
    color: var(--tc-gold) !important;
    margin-left: 0 !important;
}

body.theme-amaravati .malBx .applyBtn:hover {
    background: var(--tc-gold) !important;
    color: var(--tc-green) !important;
}

/* —— Footer CTA / form section —— */
body.theme-amaravati .bgForm,
body.theme-amaravati .jwalaBg {
    background: #f3f3f3;
}

body.theme-amaravati .footer-cta-block .jwalaBg {
    display: block;
    width: 100%;
}

body.theme-amaravati .footer-cta-block__row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
}

body.theme-amaravati .footer-cta-block__col {
    float: none;
}

body.theme-amaravati .footer-cta-block__testimonial-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    text-align: left;
}

body.theme-amaravati .footer-cta-block__testimonial-photo {
    flex: 0 0 100px;
    max-width: 100px;
}

body.theme-amaravati .footer-cta-block__testimonial-text {
    flex: 1 1 0;
    min-width: 0;
}

body.theme-amaravati .footer-cta-block .detailsList {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    margin: 0;
    box-sizing: border-box;
}

body.theme-amaravati .footer-cta-block .testmonialDiv {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body.theme-amaravati .footer-cta-block.slice {
        padding: 0;
    }

    body.theme-amaravati .footer-cta-block .footer-cta-block__container {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body.theme-amaravati .footer-cta-block__row {
        margin-left: 0;
        margin-right: 0;
    }

    body.theme-amaravati .footer-cta-block__col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body.theme-amaravati .footer-cta-block__col--video {
        margin-bottom: 0;
    }

    body.theme-amaravati .footer-cta-block__col--video .videoDiv,
    body.theme-amaravati .footer-cta-block__col--video .videoDiv.videoDiv--interactive {
        width: 100% !important;
        max-width: 100%;
        margin: 0 0 16px;
        border-radius: 0;
    }

    body.theme-amaravati .footer-cta-block__col--video .videoDiv__player {
        border-radius: 0;
    }

    body.theme-amaravati .footer-cta-block .detailsList {
        width: 100%;
        max-width: 100%;
        padding: 0 16px 24px;
        margin: 0;
    }

    body.theme-amaravati .footer-cta-block .testmonialDiv {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 20px 16px;
        border-radius: 12px;
    }

    body.theme-amaravati .footer-cta-block__testimonial-slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    body.theme-amaravati .footer-cta-block__testimonial-photo {
        flex: 0 0 auto;
        max-width: 120px;
        width: 100%;
    }

    body.theme-amaravati .footer-cta-block__testimonial-text {
        width: 100%;
    }

    body.theme-amaravati .footer-cta-block .txtInfo p {
        font-size: 14px;
        line-height: 1.6;
    }
}

body.theme-amaravati .detailsList h2 {
    color: var(--tc-gold) !important;
    font-size: 32px !important;
}

body.theme-amaravati .detailsList p,
body.theme-amaravati .detailsList ul li {
    color: var(--tc-white);
}

body.theme-amaravati .detailsList ul li {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(201, 164, 92, 0.3) !important;
    border-left: 4px solid var(--tc-gold) !important;
    border-radius: 6px !important;
}

body.theme-amaravati .detailsList ul li .fa {
    color: var(--tc-gold) !important;
}

body.theme-amaravati .event_1l {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--tc-radius-card);
    border: 1px solid rgba(201, 164, 92, 0.35);
    padding: 24px !important;
}

body.theme-amaravati .event_1l h3 {
    color: var(--tc-gold) !important;
}

body.theme-amaravati .event_1l .form-control {
    border-radius: 6px;
    border: 1px solid rgba(201, 164, 92, 0.5);
}

/* —— Testimonials —— */
body.theme-amaravati .testmonialDiv {
    background: var(--tc-cream);
    padding: 20px;
    border-radius: var(--tc-radius-card);
}

body.theme-amaravati .testmonialDiv .testHeading {
    color: var(--tc-green);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.theme-amaravati .txtInfo p {
    color: var(--tc-text) !important;
}

body.theme-amaravati .parent {
    color: var(--tc-gold-dark) !important;
}

/* —— Footer video player —— */
body.theme-amaravati .videoDiv,
body.theme-amaravati .videoDiv.videoDiv--interactive {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
    margin: 0 auto 30px;
    padding: 0 !important;
    border-radius: 16px;
    overflow: hidden;
    background: #0c2340;
    box-shadow:
        0 8px 20px rgba(27, 58, 36, 0.14),
        0 20px 48px rgba(12, 35, 64, 0.22);
    cursor: pointer;
    box-sizing: border-box;
}

body.theme-amaravati .col-md-6 .videoDiv,
body.theme-amaravati .row .videoDiv {
    flex: 1 1 100%;
    align-self: stretch;
}

body.theme-amaravati .videoDiv__player {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
    border: none;
    border-radius: 16px;
    background: #0c2340;
    vertical-align: top;
}

body.theme-amaravati .videoDiv__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(12, 35, 64, 0.38);
    cursor: pointer;
    transition: opacity 0.25s ease, background 0.25s ease;
}

body.theme-amaravati .videoDiv__play-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--tc-gold);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
    transition: transform 0.25s ease, background 0.25s ease;
}

body.theme-amaravati .videoDiv__play-icon .fa {
    margin-left: 4px;
}

body.theme-amaravati .videoDiv__play:hover .videoDiv__play-icon,
body.theme-amaravati .videoDiv__play:focus .videoDiv__play-icon {
    transform: scale(1.06);
    background: var(--tc-gold-dark);
}

body.theme-amaravati .videoDiv.is-playing .videoDiv__play {
    opacity: 0;
    pointer-events: none;
}

body.theme-amaravati .videoDiv.is-playing:hover .videoDiv__play,
body.theme-amaravati .videoDiv.is-playing:focus-within .videoDiv__play {
    opacity: 1;
    pointer-events: auto;
    background: rgba(12, 35, 64, 0.22);
}

body.theme-amaravati .videoDiv.is-playing .videoDiv__play-icon .fa {
    margin-left: 0;
}

@media (max-width: 767px) {
    body.theme-amaravati .videoDiv,
    body.theme-amaravati .videoDiv.videoDiv--interactive {
        width: 100% !important;
        max-width: 100%;
        border-radius: 14px;
        margin-bottom: 24px;
        box-shadow:
            0 6px 16px rgba(27, 58, 36, 0.12),
            0 14px 32px rgba(12, 35, 64, 0.18);
    }

    body.theme-amaravati .videoDiv__player {
        border-radius: 14px;
    }

    body.theme-amaravati .videoDiv__play-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }
}

/* —— Inner pages —— */
body.theme-amaravati .aboutBg {
    background: linear-gradient(rgba(27, 58, 36, 0.85), rgba(27, 58, 36, 0.85)),
        url(../images/home-banners/about_banner.jpg) center center / cover no-repeat !important;
    min-height: 120px;
}

body.theme-amaravati .aboutBg h2 {
    color: var(--tc-gold) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

body.theme-amaravati .slice.white.bb {
    background: var(--tc-cream-bg);
}

/* —— Contact page —— */
body.theme-amaravati .contact-page {
    width: 100%;
    max-width: 100%;
    background: var(--tc-cream-bg);
}

body.theme-amaravati .contact-page__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: min(1200px, 100%);
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 24px;
    align-items: stretch;
    box-sizing: border-box;
}

body.theme-amaravati .contact-page__form-col,
body.theme-amaravati .contact-page__details-col {
    min-width: 0;
    width: 100%;
}

body.theme-amaravati .requestForm {
    height: 100%;
}

body.theme-amaravati .requestForm.footer__form-card {
    width: 100%;
    box-sizing: border-box;
    background: var(--tc-white);
    border: 1px solid rgba(27, 58, 36, 0.12);
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-shadow: var(--tc-shadow);
}

body.theme-amaravati .contact-details-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 28px;
    background: var(--tc-white);
    border: 1px solid rgba(27, 58, 36, 0.12);
    border-radius: 12px;
    box-shadow: var(--tc-shadow);
    height: 100%;
}

body.theme-amaravati .contact-details-panel__title {
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--tc-gold);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
}

body.theme-amaravati .contact-details-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.theme-amaravati .contact-details-list__item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(27, 58, 36, 0.08);
}

body.theme-amaravati .contact-details-list__item:first-child {
    padding-top: 0;
}

body.theme-amaravati .contact-details-list__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

body.theme-amaravati .contact-details-list__icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(201, 164, 92, 0.15);
    color: var(--tc-gold-dark);
    font-size: 18px;
}

body.theme-amaravati .contact-details-list__icon .fa {
    color: var(--tc-gold-dark);
}

body.theme-amaravati .contact-details-list__body {
    min-width: 0;
}

body.theme-amaravati .contact-details-list__label {
    display: block;
    margin-bottom: 4px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tc-green);
}

body.theme-amaravati .contact-details-list__value {
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: var(--tc-text);
    text-decoration: none;
}

body.theme-amaravati a.contact-details-list__value:hover,
body.theme-amaravati a.contact-details-list__value:focus {
    color: var(--tc-gold-dark);
}

body.theme-amaravati .requestForm .footer__form-title {
    color: var(--tc-green);
}

body.theme-amaravati .requestForm .footer__field {
    border-color: rgba(27, 58, 36, 0.14);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.theme-amaravati .requestForm .footer__field:focus-within {
    border-color: var(--tc-gold);
    box-shadow: 0 0 0 3px rgba(201, 164, 92, 0.15);
}

body.theme-amaravati .requestForm .footer__field-icon {
    color: var(--tc-gold-dark);
}

body.theme-amaravati .requestForm .footer__field input.form-control,
body.theme-amaravati .requestForm .footer__field textarea.form-control {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 10px 0;
    height: auto;
    min-height: 0;
}

body.theme-amaravati .requestForm .footer__submit {
    background: var(--tc-green);
}

body.theme-amaravati .requestForm .footer__submit:hover,
body.theme-amaravati .requestForm .footer__submit:focus {
    background: var(--tc-green-light);
}

body.theme-amaravati .contact-form__success {
    margin: 0 0 16px;
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(27, 58, 36, 0.08);
    border: 1px solid rgba(27, 58, 36, 0.12);
    font-size: 14px;
    font-weight: 600;
    color: var(--tc-green);
    text-align: center;
}

@media (max-width: 767px) {
    body.theme-amaravati .contact-page__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        width: 100%;
        max-width: 100%;
        padding: 24px 16px;
    }

    body.theme-amaravati .contact-page__form-col,
    body.theme-amaravati .contact-page__details-col {
        width: 100%;
        max-width: 100%;
    }

    body.theme-amaravati .requestForm.footer__form-card,
    body.theme-amaravati .contact-details-panel {
        width: 100%;
        max-width: 100%;
    }

    body.theme-amaravati .requestForm .footer__form-row {
        grid-template-columns: 1fr;
    }

    body.theme-amaravati .requestForm .footer__submit {
        width: 100%;
    }
}

/* —— About Us page —— */
body.theme-amaravati .about-page {
    background: var(--tc-cream-bg);
    padding: 48px 0 64px;
}

body.theme-amaravati .about-page__intro {
    max-width: 860px;
    margin: 0 auto 48px;
    text-align: center;
}

body.theme-amaravati .about-page__title {
    margin: 0 0 24px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--tc-green);
    letter-spacing: 0.04em;
}

body.theme-amaravati .about-page__title::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    margin: 16px auto 0;
    background: var(--tc-gold);
}

body.theme-amaravati .about-page__intro p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--tc-text);
}

body.theme-amaravati .about-page__intro p:last-child {
    margin-bottom: 0;
}

body.theme-amaravati .about-page__section-title {
    margin: 0 0 32px;
    text-align: center;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
}

body.theme-amaravati .about-page__section-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    margin: 14px auto 0;
    background: var(--tc-gold);
}

body.theme-amaravati .about-page__why {
    margin-bottom: 48px;
}

body.theme-amaravati .about-page__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

body.theme-amaravati .about-page__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px 20px;
    background: var(--tc-white);
    border: 1px solid rgba(27, 58, 36, 0.1);
    border-radius: var(--tc-radius-card);
    box-shadow: var(--tc-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.theme-amaravati .about-page__feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(27, 58, 36, 0.15);
}

body.theme-amaravati .about-page__feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(201, 164, 92, 0.15);
    color: var(--tc-gold-dark);
    font-size: 24px;
}

body.theme-amaravati .about-page__feature-text {
    font-size: 15px;
    line-height: 1.55;
    font-weight: 600;
    color: var(--tc-text);
}

body.theme-amaravati .about-page__vm {
    margin-bottom: 48px;
}

body.theme-amaravati .about-page__card {
    height: 100%;
    padding: 32px 28px;
    background: var(--tc-white);
    border: 1px solid rgba(27, 58, 36, 0.1);
    border-top: 4px solid var(--tc-gold);
    border-radius: var(--tc-radius-card);
    box-shadow: var(--tc-shadow);
}

body.theme-amaravati .about-page__card-title {
    margin: 0 0 16px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
}

body.theme-amaravati .about-page__card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--tc-text-muted);
}

body.theme-amaravati .about-page__tagline {
    text-align: center;
    padding: 36px 24px;
    background: linear-gradient(135deg, var(--tc-green) 0%, var(--tc-green-light) 100%);
    border-radius: var(--tc-radius-card);
    box-shadow: var(--tc-shadow);
}

body.theme-amaravati .about-page__tagline blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    color: var(--tc-gold);
    letter-spacing: 0.02em;
}

@media (max-width: 991px) {
    body.theme-amaravati .about-page__features {
        grid-template-columns: repeat(2, 1fr);
    }

    body.theme-amaravati .about-page__vm .col-md-6:first-child {
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    body.theme-amaravati .about-page {
        padding: 32px 0 48px;
    }

    body.theme-amaravati .about-page__title {
        font-size: 22px;
    }

    body.theme-amaravati .about-page__features {
        grid-template-columns: 1fr;
    }

    body.theme-amaravati .about-page__tagline blockquote {
        font-size: 18px;
    }
}

/* —— Albums page: About block —— */
body.theme-amaravati .albums-about {
    background: var(--tc-cream-bg);
    padding: 40px 0 48px;
}

body.theme-amaravati .albums-about__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

body.theme-amaravati .albums-about__figure {
    margin: 0;
    border-radius: var(--tc-radius-card);
    overflow: hidden;
    box-shadow: var(--tc-shadow);
    border: 3px solid var(--tc-gold);
}

body.theme-amaravati .albums-about__figure img {
    display: block;
    width: 100%;
    height: auto;
}

body.theme-amaravati .albums-about__content {
    padding-left: 8px;
}

body.theme-amaravati .albums-about__title {
    margin: 0 0 8px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--tc-gold-dark);
}

body.theme-amaravati .albums-about__subtitle {
    margin: 0 0 18px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--tc-green);
}

body.theme-amaravati .albums-about__subtitle::after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 12px;
    background: var(--tc-gold);
}

body.theme-amaravati .albums-about__content > p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--tc-text);
}

body.theme-amaravati .albums-about__heading {
    margin: 24px 0 14px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
}

body.theme-amaravati .albums-about__list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}

body.theme-amaravati .albums-about__list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--tc-text);
}

body.theme-amaravati .albums-about__list .fa {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--tc-gold);
    font-size: 12px;
}

body.theme-amaravati .albums-about__vm {
    margin-bottom: 20px;
}

body.theme-amaravati .albums-about__card {
    height: 100%;
    padding: 18px 16px;
    background: var(--tc-white);
    border: 1px solid rgba(27, 58, 36, 0.1);
    border-left: 3px solid var(--tc-gold);
    border-radius: var(--tc-radius-card);
    box-shadow: var(--tc-shadow);
}

body.theme-amaravati .albums-about__card-title {
    margin: 0 0 10px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
}

body.theme-amaravati .albums-about__card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--tc-text-muted);
}

body.theme-amaravati .albums-about__quote {
    margin: 0;
    padding: 16px 20px;
    border: none;
    border-left: 4px solid var(--tc-gold);
    background: rgba(27, 58, 36, 0.06);
    border-radius: 0 var(--tc-radius-card) var(--tc-radius-card) 0;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    color: var(--tc-green);
}

@media (max-width: 991px) {
    body.theme-amaravati .albums-about__figure {
        margin-bottom: 28px;
    }

    body.theme-amaravati .albums-about__content {
        padding-left: 0;
    }

    body.theme-amaravati .albums-about__vm .col-sm-6:first-child {
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) {
    body.theme-amaravati .albums-about {
        padding: 28px 0 36px;
    }

    body.theme-amaravati .albums-about__subtitle {
        font-size: 20px;
    }

    body.theme-amaravati .albums-about__list {
        grid-template-columns: 1fr;
    }
}

/* —— Footer —— */
body.theme-amaravati footer.footer {
    background: #7c7a1d;
    padding: 0;
    margin: 0;
}

body.theme-amaravati .footer__main {
    padding: 56px 0 48px;
}

body.theme-amaravati .footer__container {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 0;
    align-items: stretch;
}

body.theme-amaravati .footer__col {
    padding: 0 36px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

body.theme-amaravati .footer__col:last-child {
    border-right: none;
}

body.theme-amaravati .footer__brand {
    text-align: center;
    margin-bottom: 36px;
}

body.theme-amaravati .footer__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    color: #e8d48a;
    font-size: 42px;
    line-height: 1;
}

body.theme-amaravati .footer__brand-name {
    margin: 0 0 6px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.1;
    color: #ffffff;
}

body.theme-amaravati .footer__tagline {
    margin: 0;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.88);
}

body.theme-amaravati .footer__heading {
    margin: 0 0 16px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #ffffff;
}

body.theme-amaravati .footer__address p {
    margin: 0;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

body.theme-amaravati .footer__form-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px 24px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

body.theme-amaravati .footer__form-title {
    margin: 0 0 22px;
    text-align: center;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7c7a1d;
}

body.theme-amaravati .footer__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

body.theme-amaravati .footer__field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #ffffff;
    min-height: 44px;
}

body.theme-amaravati .footer__field--full {
    width: 100%;
}

body.theme-amaravati .footer__field--textarea {
    align-items: flex-start;
    padding-top: 10px;
    min-height: 88px;
}

body.theme-amaravati .footer__field-icon {
    flex-shrink: 0;
    color: #999;
    font-size: 14px;
    line-height: 1;
}

body.theme-amaravati .footer__field--textarea .footer__field-icon {
    margin-top: 4px;
}

body.theme-amaravati .footer__field input,
body.theme-amaravati .footer__field textarea {
    flex: 1;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 13px;
    color: #333;
    padding: 10px 0;
    box-shadow: none;
}

body.theme-amaravati .footer__field textarea {
    resize: vertical;
    min-height: 68px;
    padding-top: 2px;
}

body.theme-amaravati .footer__field input::placeholder,
body.theme-amaravati .footer__field textarea::placeholder {
    color: #aaa;
}

body.theme-amaravati .footer__submit {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 14px 20px;
    border: none;
    border-radius: 8px;
    background: #7c7a1d;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease;
}

body.theme-amaravati .footer__submit:hover {
    background: #6a6820;
}

body.theme-amaravati .footer__contact-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
}

body.theme-amaravati .footer__contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
}

body.theme-amaravati .footer__contact-list .fa {
    flex-shrink: 0;
    width: 18px;
    margin-top: 3px;
    text-align: center;
    color: #ffffff;
}

body.theme-amaravati .footer__contact-list a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

body.theme-amaravati .footer__contact-list a:hover {
    color: #e8d48a;
}

body.theme-amaravati .footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

body.theme-amaravati .footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tc-gold);
    color: var(--tc-white);
    font-size: 18px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.theme-amaravati .footer__social a .fa {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: var(--tc-white) !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.theme-amaravati .footer__social a:hover,
body.theme-amaravati .footer__social a:focus {
    background: #e8d48a;
    color: #5f5d18;
    transform: translateY(-2px);
}

body.theme-amaravati .footer__social a:hover .fa,
body.theme-amaravati .footer__social a:focus .fa {
    color: #5f5d18 !important;
}

body.theme-amaravati .footer__bottom {
    background: #d9d4b0;
    padding: 14px 0;
}

body.theme-amaravati .footer__bottom-inner {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

body.theme-amaravati .footer__copyright,
body.theme-amaravati .footer__credit {
    margin: 0;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 13px;
    color: #4a4a3a;
}

body.theme-amaravati .footer__credit strong {
    color: #7c7a1d;
    font-weight: 700;
}

@media (max-width: 991px) {
    body.theme-amaravati .footer__container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.theme-amaravati .footer__col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
        padding: 0 0 32px;
    }

    body.theme-amaravati .footer__col:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    body.theme-amaravati .footer__bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    body.theme-amaravati .footer__main {
        padding: 40px 0 32px;
    }

    body.theme-amaravati .footer__form-row {
        grid-template-columns: 1fr;
    }

    body.theme-amaravati .footer__brand-name {
        font-size: 34px;
    }
}

body.theme-amaravati .slice.bg-white {
    background: var(--tc-cream-bg) !important;
}
.boxDivContent {
    color: #fff;
    text-align: center;
    padding: 0px 15px;
}


/* —— #templecity3: Temple City 3 project page —— */
body.theme-amaravati .pg-opt.aboutBg:has(+ #templecity3) {
    display: none;
}

#templecity3 {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: var(--tc-text);
    background: var(--tc-cream-bg);
}

#templecity3 .container {
    width: 92%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Hero — text only on cream (no photo banner) */
#templecity3 .tc3-hero {
    padding: 40px 0 0;
    background: var(--tc-cream-bg);
}

#templecity3 .tc3-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

#templecity3 .tc3-hero__brand {
    display: block;
    width: min(260px, 70vw);
    height: auto;
    margin: 0 0 32px;
}

#templecity3 .tc3-hero__content {
    max-width: 520px;
    margin: 0 0 40px;
}

#templecity3 .tc3-hero__eyebrow {
    margin: 0 0 10px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--tc-gold);
}

#templecity3 .tc3-hero__title {
    margin: 0 0 14px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(2rem, 5vw, 3.35rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--tc-green);
}

#templecity3 .tc3-hero__tagline {
    margin: 0 0 18px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.65rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-gold);
}

#templecity3 .tc3-hero__desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--tc-text-muted);
    max-width: 480px;
}

#templecity3 .tc3-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

#templecity3 .tc3-hero__actions .tc3-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
}

#templecity3 .tc3-hero__actions .tc3-btn .fa {
    font-size: 14px;
    line-height: 1;
}

#templecity3 .tc3-btn--download {
    background: var(--tc-gold);
    border: 2px solid var(--tc-gold);
    color: var(--tc-white);
    box-shadow: 0 8px 22px rgba(201, 164, 92, 0.28);
}

#templecity3 .tc3-btn--download:hover,
#templecity3 .tc3-btn--download:focus {
    background: var(--tc-gold-dark);
    border-color: var(--tc-gold-dark);
    color: var(--tc-white);
}

#templecity3 .tc3-btn--rera {
    background: var(--tc-white);
    border: 2px solid var(--tc-green);
    color: var(--tc-green);
    box-shadow: 0 8px 22px rgba(27, 58, 36, 0.1);
}

#templecity3 .tc3-btn--rera:hover,
#templecity3 .tc3-btn--rera:focus {
    background: var(--tc-green);
    border-color: var(--tc-green);
    color: var(--tc-white);
}

#templecity3 .tc3-hero .tc3-overview__grid {
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}

#templecity3 .tc3-hero .tc3-hero__content {
    margin-bottom: 0;
}

#templecity3 .tc3-hero .tc3-overview__col--features {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-left: 24px;
    width: 100%;
}

#templecity3 .tc3-hero__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 400px;
    object-fit: cover;
    object-position: center center;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(27, 58, 36, 0.18);
}

/* Features bar */
#templecity3 .tc3-features-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    margin-top: 0;
    padding: 28px 12px;
    background: var(--tc-green);
    border-radius: 22px;
    box-shadow: var(--tc-shadow);
}

#templecity3 .tc3-features-bar__item {
    flex: 1 1 0;
    min-width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 8px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
    box-sizing: border-box;
}

#templecity3 .tc3-features-bar__item:last-child {
    border-right: none;
}

#templecity3 .tc3-features-bar__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    color: var(--tc-gold);
    font-size: 28px;
    line-height: 1;
}

#templecity3 .tc3-features-bar__icon .fa {
    color: var(--tc-gold);
}

#templecity3 .tc3-features-bar__label {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tc-white);
}

/* Section common */
#templecity3 .tc3-section {
    padding: 56px 0 64px;
    background: var(--tc-cream-bg);
}

#templecity3 .tc3-heading {
    margin: 0 0 20px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
    line-height: 1.25;
}

#templecity3 .tc3-heading--sm {
    font-size: 20px;
    margin-bottom: 18px;
}

#templecity3 .tc3-heading::after {
    content: '';
    display: block;
    width: 56px;
    height: 3px;
    background: var(--tc-gold);
    margin-top: 10px;
}

#templecity3 .tc3-overview p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--tc-text);
    margin: 0 0 16px;
}

/* Overview — two columns side by side */
#templecity3 .tc3-overview__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

#templecity3 .tc3-overview__col {
    flex: 1 1 50%;
    max-width: 50%;
    min-width: 0;
    box-sizing: border-box;
}

#templecity3 .tc3-overview__col--about {
    padding-right: 40px;
    border-right: 1px solid rgba(27, 58, 36, 0.12);
}

#templecity3 .tc3-overview__col--features {
    padding-left: 40px;
}

/* Stats — single bordered 3×2 grid */
#templecity3 .tc3-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
    border: 1px solid var(--tc-gold);
    border-radius: 12px;
    overflow: hidden;
    background: var(--tc-white);
}

#templecity3 .tc3-stat {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 12px;
    text-align: left;
    background: transparent;
    border-right: 1px solid rgba(27, 58, 36, 0.1);
    border-bottom: 1px solid rgba(27, 58, 36, 0.1);
}

#templecity3 .tc3-stat:nth-child(3n) {
    border-right: none;
}

#templecity3 .tc3-stat:nth-child(n+4) {
    border-bottom: none;
}

#templecity3 .tc3-stat__icon {
    flex-shrink: 0;
    width: 28px;
    margin-top: 2px;
    color: var(--tc-gold);
    font-size: 22px;
    line-height: 1;
    text-align: center;
}

#templecity3 .tc3-stat__icon .fa {
    color: var(--tc-gold);
}

#templecity3 .tc3-stat__body {
    min-width: 0;
}

#templecity3 .tc3-stat__label {
    margin: 0 0 4px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--tc-green);
}

#templecity3 .tc3-stat__value {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: var(--tc-text-muted);
}

#templecity3 .tc3-stats--detailed {
    grid-template-columns: repeat(2, 1fr);
}

#templecity3 .tc3-stats--detailed .tc3-stat {
    border-right: 1px solid rgba(27, 58, 36, 0.1);
    border-bottom: 1px solid rgba(27, 58, 36, 0.1);
    padding: 16px 14px;
}

#templecity3 .tc3-stats--detailed .tc3-stat:nth-child(2n) {
    border-right: none;
}

#templecity3 .tc3-stats--detailed .tc3-stat:nth-last-child(-n+2) {
    border-bottom: none;
}

#templecity3 .tc3-stats--detailed .tc3-stat__label {
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: none;
    line-height: 1.35;
}

#templecity3 .tc3-stats--detailed .tc3-stat__value {
    font-size: 14px;
    line-height: 1.6;
}

#templecity3 .tc3-stats--detailed .tc3-stat__icon {
    width: 32px;
    font-size: 24px;
    margin-top: 4px;
}

/* Features list + road image */
#templecity3 .tc3-features-row {
    display: grid;
    grid-template-columns: 1fr minmax(160px, 220px);
    gap: 20px;
    align-items: start;
}

/* Features list */
#templecity3 .tc3-features-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#templecity3 .tc3-features-list li {
    position: relative;
    padding: 9px 0 9px 34px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--tc-text);
    border-bottom: 1px solid rgba(27, 58, 36, 0.06);
}

#templecity3 .tc3-features-list li:last-child {
    border-bottom: none;
}

#templecity3 .tc3-features-list li::before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--tc-gold);
    color: var(--tc-white);
    font-size: 11px;
    line-height: 22px;
    text-align: center;
}

#templecity3 .tc3-side-image {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    min-height: 420px;
    object-fit: cover;
    object-position: center center;
    border-radius: 18px;
    box-shadow: var(--tc-shadow);
    justify-self: end;
}

/* Bottom grid */
#templecity3 .tc3-bottom {
    padding-top: 0;
    padding-bottom: 80px;
}

#templecity3 .tc3-bottom__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
}

#templecity3 .tc3-card {
    flex: 1 1 33.333%;
    max-width: 33.333%;
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
}

#templecity3 .tc3-card--full {
    flex: 1 1 100%;
    max-width: 100%;
}

#templecity3 .tc3-card .tc3-heading {
    text-align: left;
}

#templecity3 .tc3-card .tc3-heading::after {
    margin-left: 0;
    margin-right: auto;
}

#templecity3 .tc3-card__media {
    flex: 1 1 auto;
    margin-bottom: 18px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(27, 58, 36, 0.1);
}

#templecity3 .tc3-card__media--full {
    width: 100%;
}

#templecity3 .tc3-card .tc3-btn {
    align-self: center;
    margin-top: auto;
}

#templecity3 .tc3-card__media img,
#templecity3 .tc3-gallery img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

#templecity3 .tc3-card__media--full img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

#templecity3 .tc3-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 18px;
    flex: 1 1 auto;
}

#templecity3 .tc3-gallery img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 6px;
}

/* Buttons */
#templecity3 .tc3-btn {
    display: inline-block;
    padding: 11px 28px;
    border: 2px solid var(--tc-green);
    border-radius: 8px;
    background: var(--tc-white);
    color: var(--tc-green);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#templecity3 .tc3-btn:hover,
#templecity3 .tc3-btn:focus {
    background: var(--tc-green);
    border-color: var(--tc-green);
    color: var(--tc-white);
}

/* Connectivity */
#templecity3 .tc3-connectivity {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    text-align: left;
    flex: 1 1 auto;
}

#templecity3 .tc3-connectivity li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(27, 58, 36, 0.1);
    font-size: 14px;
}

#templecity3 .tc3-connectivity li:last-child {
    border-bottom: none;
}

#templecity3 .tc3-connectivity__name {
    flex: 1;
    color: var(--tc-text);
    font-weight: 500;
}

#templecity3 .tc3-connectivity__name .fa {
    color: var(--tc-green);
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

#templecity3 .tc3-connectivity__dist {
    flex-shrink: 0;
    font-weight: 600;
    color: var(--tc-text-muted);
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 991px) {
    #templecity3 .tc3-features-bar__item {
        flex: 1 1 33.333%;
        max-width: 33.333%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 16px 8px;
    }

    #templecity3 .tc3-features-bar__item:nth-last-child(-n+3) {
        border-bottom: none;
    }

}

@media (max-width: 767px) {
    #templecity3 .tc3-hero .tc3-overview__grid {
        flex-direction: column;
        gap: 28px;
        margin-bottom: 32px;
    }

    #templecity3 .tc3-hero .tc3-overview__col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #templecity3 .tc3-hero .tc3-overview__col--about {
        padding-right: 0;
        border-right: none;
        padding-bottom: 0;
        border-bottom: none;
    }

    #templecity3 .tc3-hero .tc3-overview__col--features {
        padding-left: 0;
        justify-content: center;
    }

    #templecity3 .tc3-hero__image {
        width: 100%;
        max-width: 100%;
        min-height: 320px;
        height: auto;
        object-fit: cover;
        border-radius: 16px;
    }

    #templecity3 .tc3-hero__actions {
        gap: 10px;
        margin-top: 20px;
    }

    #templecity3 .tc3-hero__actions .tc3-btn {
        flex: 1 1 calc(50% - 5px);
        min-width: 140px;
        padding: 11px 16px;
        font-size: 10px;
    }

    #templecity3 .tc3-bottom__grid {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 40px;
    }

    #templecity3 .tc3-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #templecity3 .tc3-overview__grid {
        flex-direction: column;
        flex-wrap: wrap;
    }

    #templecity3 .tc3-overview__col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    #templecity3 .tc3-overview__col--about {
        padding-right: 0;
        border-right: none;
        padding-bottom: 32px;
        border-bottom: 1px solid rgba(27, 58, 36, 0.12);
    }

    #templecity3 .tc3-overview__col--features {
        padding-left: 0;
        padding-top: 32px;
    }

    #templecity3 .tc3-stats--detailed {
        grid-template-columns: 1fr;
    }

    #templecity3 .tc3-stats--detailed .tc3-stat {
        border-right: none;
    }

    #templecity3 .tc3-stats--detailed .tc3-stat:not(:last-child) {
        border-bottom: 1px solid rgba(27, 58, 36, 0.1);
    }

    #templecity3 .tc3-stats--detailed .tc3-stat:last-child {
        border-bottom: none;
    }

    #templecity3 .tc3-features-row {
        grid-template-columns: 1fr;
    }

    #templecity3 .tc3-side-image {
        max-width: 100%;
        min-height: 280px;
        justify-self: stretch;
    }
}

@media (max-width: 575px) {
    #templecity3 .tc3-features-bar {
        border-radius: 16px;
        padding: 20px 8px;
    }

    #templecity3 .tc3-features-bar__item {
        flex: 1 1 50%;
        max-width: 50%;
    }

    #templecity3 .tc3-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    #templecity3 .tc3-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    body.theme-amaravati #Bhairava .bhairava-intro__col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    background: #f5f5f5;
}
}

 /* Container row */
    .row {
      display: flex;
      justify-content: center;   /* centers horizontally */
      align-items: center;       /* centers vertically */
      margin: 20px;
    }

    /* Each column */
    .column {
      flex: 1;                   /* equal width */
      padding: 20px;
      text-align: center;        /* center content */
      border: 1px solid #ccc;    /* optional border */
      background-color: #f9f9f9; /* light background */
      margin: 5px;
    }

    /* Responsive tweak */
    @media (max-width: 768px) {
      .row {
        flex-direction: column;  /* stack on small screens */
      }
    }

.project-section {
    padding: 80px 50px;
    background: #f5f3ef;
}

.project-wrapper {
    display: flex;
    flex-direction: row; /* IMPORTANT */
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.project-content {
    width: 50%;
}

.project-image {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.project-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
}

.project-content h1 {
    font-size: 64px;
    line-height: 1;
    margin: 15px 0;
}

/* Mobile */
@media (max-width: 768px) {
    .project-wrapper {
        flex-direction: column;
    }

    .project-content,
    .project-image {
        width: 100%;
    }

    .project-image {
        justify-content: center;
    }
}    

    .location-section{
        max-width:1100px;
        margin:40px auto;
        padding:20px;
        background:#fff;
    }

    .sub-title{
        color:#f36c21;
        font-size:18px;
        font-weight:700;
        text-transform:uppercase;
        margin-bottom:10px;
    }

    .main-title{
        color:#143b2f;
        font-size:42px;
        font-weight:800;
        line-height:1.1;
        text-transform:uppercase;
        margin-bottom:35px;
    }

    .location-grid{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:60px;
    }

    .location-list{
        list-style:none;
        margin:0;
        padding:0;
    }

    .location-list li{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:18px;
        font-size:14px;
    }

    .location-name{
        display:flex;
        align-items:center;
        gap:10px;
        color:#333;
    }

    .location-name .fa{
        color:#f36c21;
        font-size:14px;
        width:16px;
        text-align:center;
        flex-shrink:0;
    }

    .distance{
        color:#f36c21;
        font-weight:700;
        min-width:60px;
        text-align:right;
    }

    @media(max-width:768px){
        .location-grid{
            grid-template-columns:1fr;
            gap:20px;
        }

        .main-title{
            font-size:30px;
        }
    }

/* ===== Mobile hero + nav — final overrides (load last, wins cascade) ===== */
@media (max-width: 991px) {
    body.theme-amaravati.has-hero-slider.has-fixed-header {
        padding-top: 0 !important;
    }

    body.theme-amaravati.has-hero-slider .header-standard-2 .navbar-wp,
    body.theme-amaravati.has-hero-slider #mainNav,
    body.theme-amaravati.has-hero-slider #mainNav.active {
        background: rgba(10, 25, 47, 0.92) !important;
        background-color: rgba(10, 25, 47, 0.92) !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
        padding-top: 0 !important;
        margin-top: 0 !important;
        top: 0 !important;
    }

    body.theme-amaravati .navbar-wp > .container {
        display: flex !important;
        align-items: center !important;
        min-height: 56px !important;
        padding-left: 14px !important;
        padding-right: 8px !important;
    }

    body.theme-amaravati .logoschs {
        position: static !important;
        width: auto !important;
        height: 90px !important;
        flex: 1 1 auto !important;
        display: flex !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body.theme-amaravati .logoschs h2,
    body.theme-amaravati .logoschs a h2 {
        font-size: 14px !important;
        font-weight: 700 !important;
        margin: 0 !important;
        color: #fff !important;
        white-space: nowrap;
        line-height: 1 !important;
    }

    body.theme-amaravati .navbar-header {
        display: flex !important;
        align-items: center !important;
        flex-shrink: 0 !important;
        float: none !important;
        gap: 6px;
    }

    body.theme-amaravati .nav-cta-mobile {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px;
        background: #2d5a3d !important;
        color: #fff !important;
        border: 1px solid #c9a45c !important;
        border-radius: 50px !important;
        padding: 6px 13px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        font-family: 'Montserrat', sans-serif !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
        text-decoration: none !important;
        line-height: 1 !important;
        white-space: nowrap;
    }

    body.theme-amaravati .navbar-wp .navbar-toggle {
        float: none !important;
        margin: 0 !important;
        padding: 8px 10px !important;
        border: 1px solid rgba(255, 255, 255, 0.25) !important;
        border-radius: 4px !important;
    }

    body.theme-amaravati .navbar-wp .navbar-toggle .icon-custom,
    body.theme-amaravati .navbar-wp .navbar-toggle .fa {
        color: #fff !important;
    }

    body.theme-amaravati.has-hero-slider {
        --hero-nav-h: 56px;
        --hero-mobile-h: 100svh;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider {
        height: var(--hero-mobile-h, 100svh) !important;
        min-height: var(--hero-mobile-h, 100svh) !important;
        max-height: var(--hero-mobile-h, 100svh) !important;
        overflow: hidden !important;
        background: #0a1929;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider #layerslider,
    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider #layerslider .ls-inner {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .ls-slide {
        width: 100% !important;
        height: 100% !important;
        min-height: 100% !important;
        max-height: 100% !important;
        overflow: hidden !important;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .ls-bg {
        position: absolute !important;
        inset: 0 !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        max-height: none !important;
        margin: 0 !important;
        margin-top: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
        transform: none !important;
        -webkit-transform: none !important;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 5%;
        box-sizing: border-box;
        margin-top: 18%;
        overflow: visible;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__content {
        position: relative;
        top: auto;
        left: auto;
        transform: translateY(-12%);
        width: 100%;
        flex: 0 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        min-height: 0;
        padding-top: calc(var(--hero-nav-h, 56px) + 4px);
        padding-bottom: 4px;
        box-sizing: border-box;
        overflow: visible;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__badges {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 6px;
        width: 100%;
        margin-bottom: 6px;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__badge {
        display: inline-block;
        margin-bottom: 0;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__features li {
        padding: 3px 0;
        line-height: 1.15;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__label {
        line-height: 1.15;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__brochure {
        margin-top: 25px;
    }

    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__price {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: 15% !important;
        top: auto !important;
        align-self: center;
        flex-shrink: 0;
        transform: translateY(-30%);
        margin: 0 auto max(16px, env(safe-area-inset-bottom, 0px)) auto;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider .smoothtext__content {
        margin-top: 20%;
        align-items: center;
        text-align: center;
    }
}
/*-------------------------------About Us section-------------------------------*/

.about-project{
    padding:30px 0;
    background: #ffffff !important;
}

.about-project > .container{
    width:100%;
    max-width:1320px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:40px;
}

.about-image{
    flex:1;
    min-width:0;
}

.about-image img{
    width:100%;
    height:auto;
    display:block;
    border-radius:14px;
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.about-content{
    flex:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.sub-title{
    font-size:14px;
    letter-spacing:2px;
    color:#8b8b55;
    font-weight:600;
}

.about-content h2{

    margin:12px 0 25px;

    font-size:52px;

    line-height:1.1;

    font-family:'Cormorant Garamond',serif;

    color:#222;
}

.about-content h2 span{
    color:#808229;
    display:block;
}

.about-content p{

    font-size:16px;

    color:#666;

    line-height:1.9;

    margin-bottom:18px;
}

.stats{
    margin-top:45px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    border-top:1px solid #ddd;
    padding-top:25px;
}

.stat-box{
    flex:1;
    text-align:center;
    position:relative;
    padding:0 12px;
}

.stat-box + .stat-box::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:60px;
    background:#ddd;
}

.stat-box h3{
    font-size:42px;
    color:#7c7a1d;
    margin-bottom:8px;
    font-weight:700;
    white-space:nowrap;
}

.stat-box span{

    color:#555;

    font-size:15px;
}

/* Responsive */

@media(max-width:992px){

.about-project > .container{
    flex-direction:column;
}

.about-content h2{
    font-size:42px;
}

.stats{
    flex-wrap:wrap;
    row-gap:35px;
}

.stat-box{
    flex:0 0 50%;
}

.stat-box:nth-child(odd)::before{
    display:none;
}

.stat-box:nth-child(even)::before{
    display:block;
}

}

@media(max-width:576px){

.about-project{

padding:60px 20px;
}

.about-content h2{

font-size:34px;
}

.stats{
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    row-gap:24px;
}

.stat-box{
    flex:0 0 50%;
    max-width:50%;
    width:50%;
    padding:0 8px;
    box-sizing:border-box;
}

.stat-box:nth-child(odd)::before{
    display:none;
}

.stat-box:nth-child(even)::before{
    display:block;
}

.stat-box h3{
    font-size:clamp(28px, 8vw, 36px);
    white-space:normal;
}

.stat-box span{
    font-size:13px;
    line-height:1.4;
}

}

/*-------------------------------Flat Types section-------------------------------*/

body.theme-amaravati .flat-types {
    background: #f5f5f3;
    padding: 80px 0 90px;
}

body.theme-amaravati .flat-types__container {
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

body.theme-amaravati .flat-types__subtitle {
    display: block;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8b8b55;
    margin-bottom: 14px;
}

body.theme-amaravati .flat-types__title {
    margin: 0 0 48px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    color: #222;
}

body.theme-amaravati .flat-types__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
    width: 100%;
}

body.theme-amaravati .flat-types__card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    padding: 18px 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
}

body.theme-amaravati .flat-types__image {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

body.theme-amaravati .flat-types__image img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
    object-fit: contain;
}

body.theme-amaravati .flat-types__bhk {
    margin: 0 0 6px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
}

body.theme-amaravati .flat-types__facing {
    margin: 0 0 16px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    line-height: 1.3;
}

body.theme-amaravati .flat-types__sft {
    display: inline-block;
    margin-top: auto;
    padding: 10px 22px;
    border-radius: 999px;
    background: #7c7a1d;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    line-height: 1;
}

@media (max-width: 1199px) {
    body.theme-amaravati .flat-types__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    body.theme-amaravati .flat-types__title {
        font-size: 40px;
        margin-bottom: 36px;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati .flat-types {
        padding: 56px 0 64px;
    }

    body.theme-amaravati .flat-types__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    body.theme-amaravati .flat-types__title {
        font-size: 32px;
        margin-bottom: 28px;
    }

    body.theme-amaravati .flat-types__card {
        padding: 14px 12px 18px;
    }

    body.theme-amaravati .flat-types__bhk {
        font-size: 16px;
    }

    body.theme-amaravati .flat-types__sft {
        padding: 8px 18px;
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    body.theme-amaravati .flat-types__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        max-width: 100%;
        margin: 0;
    }

    body.theme-amaravati .flat-types__card {
        padding: 12px 10px 16px;
    }

    body.theme-amaravati .flat-types__bhk {
        font-size: 14px;
    }

    body.theme-amaravati .flat-types__facing {
        font-size: 12px;
        margin-bottom: 12px;
    }

    body.theme-amaravati .flat-types__sft {
        padding: 7px 12px;
        font-size: 11px;
    }
}

/*-------------------------------Area Statement section-------------------------------*/

body.theme-amaravati .area-statement {
    background: #f5f5f3;
    padding: 0 0 80px;
}

body.theme-amaravati .area-statement__container {
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    gap: 24px;
    align-items: stretch;
}

body.theme-amaravati .area-statement__plan {
    min-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    box-sizing: border-box;
}

body.theme-amaravati .area-statement__plan img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    border-radius: 8px;
}

body.theme-amaravati .area-statement__content {
    min-width: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

body.theme-amaravati .area-statement__title {
    margin: 0 0 20px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7c7a1d;
    line-height: 1.2;
}

body.theme-amaravati .area-statement__tables {
    display: flex;
    gap: 12px;
    align-items: stretch;
    flex: 1;
}

body.theme-amaravati .area-statement__table {
    flex: 1;
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

body.theme-amaravati .area-statement__table th,
body.theme-amaravati .area-statement__table td {
    border: 1px solid #e0e0e0;
    padding: 11px 8px;
    text-align: center;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.3;
    vertical-align: middle;
}

body.theme-amaravati .area-statement__table thead th {
    background: #7c7a1d;
    color: #ffffff;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 13px 10px;
    border-color: #7c7a1d;
}

@media (max-width: 991px) {
    body.theme-amaravati .area-statement__container {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: start;
    }

    body.theme-amaravati .area-statement__plan {
        height: auto;
        min-height: 320px;
    }

    body.theme-amaravati .area-statement__plan img {
        height: auto;
        max-height: 480px;
    }

    body.theme-amaravati .area-statement__content {
        width: 100%;
        max-width: 480px;
        height: auto;
    }
}

@media (max-width: 575px) {
    body.theme-amaravati .area-statement {
        padding-bottom: 56px;
    }

    body.theme-amaravati .area-statement__tables {
        flex-direction: column;
        gap: 20px;
    }

    body.theme-amaravati .area-statement__table th,
    body.theme-amaravati .area-statement__table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    body.theme-amaravati .area-statement__title {
        font-size: 18px;
        margin-bottom: 18px;
    }
}

/*-------------------------------Location Advantages section-------------------------------*/

body.theme-amaravati .location-advantages {
    background: #ffffff;
    padding: 70px 0 80px;
}

body.theme-amaravati .location-advantages__container {
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    grid-template-rows: auto auto;
    column-gap: 28px;
    row-gap: 32px;
    align-items: center;
}

body.theme-amaravati .location-advantages__features {
    display: contents;
}

body.theme-amaravati .location-advantages__title {
    grid-column: 1 / -1;
    margin: 0;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #7c7a1d;
    line-height: 1.2;
}

body.theme-amaravati .location-advantages__list {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

body.theme-amaravati .location-advantages__item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body.theme-amaravati .location-advantages__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    color: #7c7a1d;
    font-size: 28px;
    line-height: 1;
    flex-shrink: 0;
}

body.theme-amaravati .location-advantages__icon .fa {
    color: #7c7a1d;
}

body.theme-amaravati .location-advantages__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 68px;
    width: 100%;
}

body.theme-amaravati .location-advantages__line {
    display: block;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    color: #555;
    margin-bottom: 4px;
}

body.theme-amaravati .location-advantages__place {
    display: block;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
}

body.theme-amaravati .location-advantages__map {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 2;
    align-self: center;
}

body.theme-amaravati .location-advantages__map img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    background: #f5f5f3;
}

@media (max-width: 1199px) {
    body.theme-amaravati .location-advantages__container {
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    body.theme-amaravati .location-advantages__title {
        grid-column: 1;
    }

    body.theme-amaravati .location-advantages__list {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px 16px;
    }

    body.theme-amaravati .location-advantages__map {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati .location-advantages {
        padding: 50px 0 60px;
    }

    body.theme-amaravati .location-advantages__title {
        font-size: 18px;
        margin-bottom: 28px;
        text-align: center;
    }

    body.theme-amaravati .location-advantages__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
    }

    body.theme-amaravati .location-advantages__icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
        margin-bottom: 12px;
    }

    body.theme-amaravati .location-advantages__text {
        min-height: 60px;
    }

    body.theme-amaravati .location-advantages__line,
    body.theme-amaravati .location-advantages__place {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    body.theme-amaravati .location-advantages__list {
        grid-template-columns: 1fr;
        max-width: 220px;
        margin: 0 auto;
    }
}

/*-------------------------------Home Gallery section-------------------------------*/

body.theme-amaravati .home-gallery {
    background: #f5f5f3;
    padding: 70px 0 80px;
}

body.theme-amaravati .home-gallery__container {
    width: 94%;
    max-width: 1320px;
    margin: 0 auto;
}

body.theme-amaravati .home-gallery__title {
    margin: 0 0 42px;
    text-align: center;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    color: #222;
}

body.theme-amaravati .home-gallery__slider {
    position: relative;
    padding: 0 56px;
}

body.theme-amaravati .home-gallery__item {
    padding: 0 8px;
}

body.theme-amaravati .home-gallery__item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

body.theme-amaravati .home-gallery__slider .owl-controls {
    margin-top: 0;
}

body.theme-amaravati .home-gallery__slider .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    pointer-events: none;
}

body.theme-amaravati .home-gallery__slider .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background: #7c7a1d;
    color: #ffffff;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    opacity: 1;
    filter: none;
    pointer-events: auto;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    transition: background 0.2s ease;
}

body.theme-amaravati .home-gallery__slider .owl-controls.clickable .owl-buttons div:hover {
    background: #6a6820;
    opacity: 1;
}

body.theme-amaravati .home-gallery__slider .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

body.theme-amaravati .home-gallery__slider .owl-controls .owl-buttons .owl-next {
    right: 0;
}

@media (max-width: 991px) {
    body.theme-amaravati .home-gallery__title {
        font-size: 40px;
        margin-bottom: 32px;
    }

    body.theme-amaravati .home-gallery__item img {
        height: 160px;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati .home-gallery {
        padding: 50px 0 60px;
    }

    body.theme-amaravati .home-gallery__title {
        font-size: 32px;
    }

    body.theme-amaravati .home-gallery__slider {
        padding: 0 48px;
    }

    body.theme-amaravati .home-gallery__item img {
        height: 200px;
    }

    body.theme-amaravati .home-gallery__slider .owl-controls .owl-buttons div {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider #layerslider:not(.ls-container) {
        aspect-ratio: unset;
        height: 100% !important;
        min-height: 100% !important;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider:not(.ls-container) {
        aspect-ratio: unset;
        height: 100% !important;
        min-height: 100% !important;
    }
}

/* ===== Hero slider — full-bleed images, no top gap on load or transition (final override) ===== */
body.theme-amaravati #slider-wrapper.homepress_property_slider,
body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider,
body.theme-amaravati #slider-wrapper.homepress_property_slider #layerslider .ls-inner {
    overflow: hidden !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide.ls-active,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide.ls-animating,
body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide .ls-bg,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide.ls-active .ls-bg,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-slide.ls-animating .ls-bg,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-lt-container img {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    -webkit-transform: none !important;
}

/* Hero homepage — no top gap above slider */
html,
body.theme-amaravati.has-fixed-header.has-hero-slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.theme-amaravati.has-hero-slider > div:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.theme-amaravati.has-hero-slider .header-standard-2 {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.theme-amaravati.has-hero-slider #slider-wrapper.homepress_property_slider {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* —— Albums polaroid gallery —— */
body.theme-amaravati .albums-section {
    background: var(--tc-cream-bg);
    margin: 0;
    padding: 0;
}

body.theme-amaravati .albums-polaroid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 24px 72px;
}

body.theme-amaravati .albums-polaroid .clients_portfolio {
    display: block;
    margin: 0;
    padding: 0;
}

body.theme-amaravati .albums-polaroid .albumDiv.polaroid {
    position: relative;
    width: 240px;
    background: var(--tc-white);
    padding: 14px 14px 24px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow:
        0 2px 4px rgba(27, 58, 36, 0.06),
        0 8px 24px rgba(27, 58, 36, 0.1);
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(6n + 1) .albumDiv.polaroid {
    transform: rotate(-2.5deg);
}

body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(6n + 2) .albumDiv.polaroid {
    transform: rotate(1.5deg);
}

body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(6n + 3) .albumDiv.polaroid {
    transform: rotate(-1deg);
}

body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(6n + 4) .albumDiv.polaroid {
    transform: rotate(2deg);
}

body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(6n + 5) .albumDiv.polaroid {
    transform: rotate(-1.5deg);
}

body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(6n) .albumDiv.polaroid {
    transform: rotate(1deg);
}

body.theme-amaravati .albums-polaroid .albumDiv.polaroid:hover {
    transform: rotate(0deg) translateY(-8px) scale(1.03);
    box-shadow:
        0 6px 12px rgba(27, 58, 36, 0.1),
        0 18px 36px rgba(27, 58, 36, 0.16);
    z-index: 2;
}

body.theme-amaravati .albums-polaroid .polaroid__link {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

body.theme-amaravati .albums-polaroid .albumDiv.polaroid img {
    display: block;
    width: 100%;
    height: 210px;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.35s ease;
}

body.theme-amaravati .albums-polaroid .albumDiv.polaroid:hover img {
    transform: scale(1.04);
}

body.theme-amaravati .albums-polaroid .polaroid__caption {
    margin: 16px 0 0;
    padding: 0 6px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
}

body.theme-amaravati .albums-polaroid .polaroid__caption a {
    color: var(--tc-text);
    text-decoration: none;
    transition: color 0.25s ease;
}

body.theme-amaravati .albums-polaroid .polaroid__caption a:hover {
    color: var(--tc-gold-dark);
}

@media (max-width: 767px) {
    body.theme-amaravati .albums-polaroid {
        gap: 28px 20px;
        padding: 32px 16px 56px;
    }

    body.theme-amaravati .albums-polaroid .albumDiv.polaroid,
    body.theme-amaravati .albums-polaroid .clients_portfolio:nth-child(n) .albumDiv.polaroid {
        width: min(100%, 260px);
        transform: rotate(0deg);
    }

    body.theme-amaravati .albums-polaroid .albumDiv.polaroid:hover {
        transform: translateY(-4px) scale(1.02);
    }
}

/* —— Polaroid lightbox modal —— */
.polaroid-fancybox-wrap .fancybox-skin {
    background: var(--tc-white, #fff);
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.polaroid-fancybox-wrap .fancybox-outer,
.polaroid-fancybox-wrap .fancybox-inner {
    background: transparent;
}

.polaroid-fancybox-wrap .fancybox-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.polaroid-fancybox-wrap .fancybox-close.polaroid-modal__close {
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.72) !important;
    background-image: none !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.polaroid-fancybox-wrap .fancybox-close.polaroid-modal__close:hover {
    background: rgba(155, 44, 44, 0.92) !important;
    transform: scale(1.05);
}

.polaroid-fancybox-wrap .fancybox-close.polaroid-modal__close .fa {
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.polaroid-fancybox-wrap .fancybox-title {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--tc-text, #2c2c2c);
    text-align: center;
    padding: 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--tc-white, #fff);
}

/* —— #templecity3: Platinum Heights project page —— */
#templecity3 {
    --ph-green: #5b6d34;
    --ph-green-dark: #4a5a2b;
    --ph-green-soft: #8b9659;
    --ph-bg: #f9f9f6;
    --ph-card: #ffffff;
    --ph-border: #e4e4dc;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: var(--tc-text);
    background: var(--ph-bg);
    position: relative;
    overflow: hidden;
}

#templecity3::before,
#templecity3::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 109, 52, 0.07) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

#templecity3::before {
    top: 40px;
    left: -80px;
}

#templecity3::after {
    bottom: 60px;
    right: -60px;
}

#templecity3 .container {
    position: relative;
    z-index: 1;
}

#templecity3 .ph-section {
    padding: 48px 0;
}

#templecity3 .ph-divider {
    border: 0;
    border-top: 1px solid var(--ph-border);
    margin: 0;
}

#templecity3 .ph-heading {
    margin: 0 0 24px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ph-green);
}

#templecity3 .ph-heading--center {
    text-align: center;
    margin-bottom: 36px;
}

#templecity3 .ph-split {
    display: grid;
    gap: 40px;
    align-items: start;
}

#templecity3 .ph-split--about {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

#templecity3 .ph-split--units {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 32px;
}

#templecity3 .ph-about p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: var(--tc-text-muted);
}

#templecity3 .ph-about strong {
    color: var(--tc-text);
    font-weight: 600;
}

#templecity3 .ph-icon-grid {
    display: grid;
    gap: 28px 16px;
}

#templecity3 .ph-icon-grid--highlights {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

#templecity3 .ph-highlights .ph-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    padding: 20px 12px 18px;
    background: #ffffff;
    border: 1px solid rgba(91, 109, 52, 0.1);
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(91, 109, 52, 0.1);
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#templecity3 .ph-highlights .ph-icon-item:hover {
    box-shadow: 0 10px 28px rgba(91, 109, 52, 0.16);
    transform: translateY(-2px);
}

#templecity3 .ph-highlights .ph-icon-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: rgba(91, 109, 52, 0.08);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(91, 109, 52, 0.06);
}

#templecity3 .ph-highlights .ph-icon-item__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#templecity3 .ph-highlights .ph-icon-item__icon .fa {
    color: var(--ph-green) !important;
    font-size: 34px;
    line-height: 1;
}

#templecity3 .ph-highlights .ph-icon-item__label {
    font-size: 12px;
    line-height: 1.45;
    color: #555;
    max-width: 118px;
}

#templecity3 .ph-highlights {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#templecity3 .ph-book-cta {
    position: relative;
    margin-top: 24px;
    padding: 28px 24px 24px;
    background: #6b7436;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(91, 109, 52, 0.22);
}

#templecity3 .ph-book-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 42%),
        radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 38%);
    pointer-events: none;
}

#templecity3 .ph-book-cta__title {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.3;
}

#templecity3 .ph-book-cta__contact {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.2s ease;
}

#templecity3 .ph-book-cta__contact:last-of-type {
    margin-bottom: 20px;
}

#templecity3 .ph-book-cta__contact:hover,
#templecity3 .ph-book-cta__contact:focus {
    opacity: 0.9;
    text-decoration: none;
    color: #ffffff;
}

#templecity3 .ph-book-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 1;
}

#templecity3 .ph-book-cta__icon--phone .fa {
    color: #ffffff !important;
}

#templecity3 .ph-book-cta__icon--whatsapp .fa {
    color: #25d366 !important;
    font-size: 22px;
}

#templecity3 .ph-book-cta__text {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

#templecity3 .ph-book-cta__btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 14px 20px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: linear-gradient(180deg, #d4a033 0%, #b8892a 100%);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

#templecity3 .ph-book-cta__btn:hover,
#templecity3 .ph-book-cta__btn:focus {
    background: linear-gradient(180deg, #e0ad3f 0%, #c4932f 100%);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

#templecity3 .ph-icon-grid--amenities {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 16px 12px;
}

#templecity3 .ph-amenities .ph-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 12px;
    padding: 18px 10px 16px;
    background: #ffffff;
    border: 1px solid rgba(91, 109, 52, 0.1);
    border-radius: 14px;
    box-shadow: 0 6px 22px rgba(91, 109, 52, 0.1);
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#templecity3 .ph-amenities .ph-icon-item:hover {
    box-shadow: 0 10px 28px rgba(91, 109, 52, 0.16);
    transform: translateY(-2px);
}

#templecity3 .ph-amenities .ph-icon-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background: rgba(91, 109, 52, 0.08);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(91, 109, 52, 0.06);
    color: var(--ph-green) !important;
    font-size: 28px;
    line-height: 1;
}

#templecity3 .ph-amenities .ph-icon-item__icon .fa {
    display: block;
    color: var(--ph-green) !important;
}

#templecity3 .ph-amenities .ph-icon-item__label {
    font-size: 12px;
    line-height: 1.45;
    color: var(--tc-text-muted);
    max-width: 110px;
}

#templecity3 .ph-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

#templecity3 .ph-icon-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: var(--ph-green) !important;
    font-size: 28px;
    line-height: 1;
}

#templecity3 .ph-icon-item__icon .fa {
    display: block;
    color: var(--ph-green) !important;
}

#templecity3 .ph-icon-item__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

#templecity3 .ph-icon-item__label {
    font-size: 12px;
    line-height: 1.45;
    color: var(--tc-text-muted);
    max-width: 110px;
}

#templecity3 .ph-table-wrap {
    background: var(--ph-card);
    border: 1px solid var(--ph-border);
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(91, 109, 52, 0.08);
    overflow: hidden;
}

#templecity3 .ph-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

#templecity3 .ph-table thead th {
    padding: 14px 12px;
    background: var(--ph-green);
    color: #fff;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid var(--ph-green-dark);
}

#templecity3 .ph-table tbody td {
    padding: 13px 12px;
    text-align: center;
    color: var(--tc-text);
    border: 1px solid var(--ph-border);
}

#templecity3 .ph-table tbody tr:nth-child(even) td {
    background: #f3f3ee;
}

#templecity3 .ph-table tbody tr:nth-child(odd) td {
    background: #fff;
}

#templecity3 .ph-floorplans__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

#templecity3 .ph-floorplan {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--ph-card);
    border: 1px solid var(--ph-border);
    border-radius: 6px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    text-align: center;
}

#templecity3 .ph-floorplan:nth-child(5) {
    grid-column: 2;
}

#templecity3 .ph-floorplan:nth-child(6) {
    grid-column: 3;
}

#templecity3 .ph-floorplan__image {
    padding: 14px 14px 0;
}

#templecity3 .ph-floorplan__image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.85;
    object-fit: contain;
}

#templecity3 .ph-floorplan__meta {
    margin: 10px 0 2px;
    font-size: 13px;
    font-weight: 600;
    color: var(--tc-text);
}

#templecity3 .ph-floorplan__type {
    margin: 0 0 12px;
    font-size: 13px;
    color: var(--tc-text-muted);
}

#templecity3 .ph-floorplan__btn {
    display: block;
    margin: 0 14px 14px;
    padding: 10px 12px;
    background: var(--ph-green);
    border: 1px solid var(--ph-green-dark);
    border-radius: 4px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    transition: background 0.2s ease, border-color 0.2s ease;
}

#templecity3 .ph-floorplan__btn:hover,
#templecity3 .ph-floorplan__btn:focus {
    background: var(--ph-green-dark);
    border-color: var(--ph-green-dark);
    color: #fff;
    text-decoration: none;
}

#templecity3 .ph-master-plan {
    margin-top: 40px;
}

#templecity3 .ph-master-plan__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    background: #ffffff;
    border: 1px solid var(--ph-border);
    border-radius: 16px;
    box-shadow: 0 12px 36px rgba(91, 109, 52, 0.14);
    overflow: hidden;
}

#templecity3 .ph-master-plan__frame img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

#templecity3 .ph-amenities {
    padding-bottom: 64px;
}

@media (max-width: 1199px) {
    #templecity3 .ph-icon-grid--highlights {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    #templecity3 .ph-icon-grid--amenities {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    #templecity3 .ph-floorplans__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #templecity3 .ph-floorplan:nth-child(5),
    #templecity3 .ph-floorplan:nth-child(6) {
        grid-column: auto;
    }
}

@media (max-width: 991px) {
    #templecity3 .ph-split--about,
    #templecity3 .ph-split--units {
        grid-template-columns: 1fr;
    }

    #templecity3 .ph-icon-grid--highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #templecity3 .ph-floorplans__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    #templecity3 .ph-section {
        padding: 36px 0;
    }

    #templecity3 .ph-heading {
        font-size: 18px;
        margin-bottom: 18px;
    }

    #templecity3 .ph-icon-grid--highlights,
    #templecity3 .ph-icon-grid--amenities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    #templecity3 .ph-floorplans__grid {
        grid-template-columns: 1fr;
    }
}

/* —— #templecity3: Location Advantages card —— */
#templecity3 .ph-location {
    padding-bottom: 64px;
}

#templecity3 .ph-location__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

#templecity3 .ph-location__col {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

#templecity3 .ph-location-card {
    flex: 1;
    height: 100%;
    background: #848634;
    border-radius: 16px;
    padding: 36px 40px 32px;
    color: #ffffff;
    box-shadow: 0 12px 36px rgba(91, 109, 52, 0.22);
}

#templecity3 .ph-location-card__title {
    margin: 0 0 24px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
}

#templecity3 .ph-location-card__list {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

#templecity3 .ph-location-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.55;
    color: #ffffff;
}

#templecity3 .ph-location-card__list li:last-child {
    margin-bottom: 0;
}

#templecity3 .ph-location-card__list strong {
    font-weight: 700;
    color: #ffffff;
}

#templecity3 .ph-location-card__check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
    border-radius: 50%;
    background: #ffffff;
    color: #848634;
    font-size: 11px;
    line-height: 1;
}

#templecity3 .ph-location-card__check .fa {
    color: #848634 !important;
    font-size: 11px;
    line-height: 1;
}

#templecity3 .ph-location-card__icons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

#templecity3 .ph-location-card__icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

#templecity3 .ph-location-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ffffff;
    color: #848634;
    font-size: 28px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

#templecity3 .ph-location-card__icon .fa {
    color: #848634 !important;
    line-height: 1;
}

#templecity3 .ph-location-card__icon-label {
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    max-width: 120px;
}

#templecity3 .ph-location__col--map {
    min-width: 0;
}

#templecity3 .ph-location__map {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 0;
    background: #f9f9f6;
    border-radius: 16px;
    border: 1px solid rgba(91, 109, 52, 0.12);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

#templecity3 .ph-location__map img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (max-width: 991px) {
    #templecity3 .ph-location__grid {
        grid-template-columns: 1fr;
    }

    #templecity3 .ph-location-card {
        padding: 28px 24px 24px;
    }

    #templecity3 .ph-location-card__icons {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px 12px;
    }

    #templecity3 .ph-location__map {
        min-height: auto;
    }

    #templecity3 .ph-location__map img {
        width: 100%;
        height: auto;
        max-height: none;
    }
}

@media (max-width: 575px) {
    #templecity3 .ph-location-card__title {
        font-size: 18px;
    }

    #templecity3 .ph-location-card__list li {
        font-size: 14px;
    }

    #templecity3 .ph-location-card__icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #templecity3 .ph-location-card__icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
    }

    #templecity3 .ph-location-card__icon-label {
        font-size: 11px;
    }
}

/* —— #templecity3: About promo block —— */
#templecity3 .ph-promo {
    --ph-promo-navy: #0c2340;
    --ph-promo-gold: #d4a033;
    --ph-promo-gold-dark: #b8892a;
    margin-top: 28px;
    padding-top: 8px;
}

#templecity3 .ph-promo__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

#templecity3 .ph-promo__badge {
    display: inline-block;
    padding: 7px 16px;
    background: var(--ph-promo-gold);
    color: #fff;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1.2;
}

#templecity3 .ph-promo__title {
    margin: 0;
    line-height: 0.95;
}

#templecity3 .ph-promo__title-line {
    display: block;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1.05;
}

#templecity3 .ph-promo__title-line--navy {
    color: var(--ph-promo-navy);
}

#templecity3 .ph-promo__title-line--gold {
    color: var(--ph-promo-gold);
}

#templecity3 .ph-promo__tagline {
    margin: 14px 0 0;
    color: var(--ph-promo-navy);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 500;
    line-height: 1.45;
    max-width: 360px;
}

#templecity3 .ph-promo__rule {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 2px;
    margin-top: 12px;
    background: linear-gradient(90deg, var(--ph-promo-gold) 0%, rgba(212, 160, 51, 0.25) 100%);
}

#templecity3 .ph-promo__features {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    max-width: 380px;
}

#templecity3 .ph-promo__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(212, 160, 51, 0.45);
}

#templecity3 .ph-promo__features li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#templecity3 .ph-promo__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--ph-promo-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
}

#templecity3 .ph-promo__icon .fa {
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
}

#templecity3 .ph-promo__label {
    color: var(--ph-promo-navy);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(13px, 1.25vw, 16px);
    font-weight: 600;
    line-height: 1.25;
}

#templecity3 .ph-promo__price {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 12px 24px;
    background: var(--ph-promo-navy);
    border: 3px solid var(--ph-promo-gold);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(12, 35, 64, 0.18);
}

#templecity3 .ph-promo__price-word {
    color: #fff;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#templecity3 .ph-promo__price-value {
    color: var(--ph-promo-gold);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 767px) {
    #templecity3 .ph-promo {
        margin-top: 22px;
    }

    #templecity3 .ph-promo__badges {
        gap: 8px;
    }

    #templecity3 .ph-promo__badge {
        font-size: 11px;
        padding: 6px 12px;
    }

    #templecity3 .ph-promo__price {
        padding: 10px 18px;
        gap: 8px;
    }

    #templecity3 .ph-promo__price-word {
        font-size: 12px;
    }
}