/**
 * 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: var(--tc-cream-bg);
}

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 —— */
body.theme-amaravati .header-standard-2 .navbar-wp {
    border-bottom: 1px solid rgba(201, 164, 92, 0.35) !important;
    padding: 12px 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: var(--tc-black) !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;
}

body.theme-amaravati .logoschs a img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

@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(#slider-wrapper) {
    padding-top: 0 !important;
}

body.theme-amaravati:has(#slider-wrapper) .header-standard-2 {
    position: relative;
    z-index: 1050;
}

body.theme-amaravati.has-fixed-header:has(#slider-wrapper) .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(#slider-wrapper) .header-standard-2 .navbar-wp .navbar-collapse,
body.theme-amaravati.has-fixed-header:has(#slider-wrapper) .header-standard-2 .navbar-wp .navbar-form {
    background: transparent !important;
    background-color: transparent !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider.layer-slider-wrapper {
    position: relative;
    z-index: 1;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: hidden;
    width: 100%;
}

/* HomePress .homepress_property_slide .slide-image-wrap pattern — 100% width, 500px height, auto-adjust */
body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide,
body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide.ls-container {
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(220px, 56.25vw, 500px) !important;
    max-height: 500px !important;
    margin: 0 !important;
    position: relative;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide .ls-inner {
    width: 100% !important;
    height: 100% !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide .ls-slide.slide-image-wrap {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide .ls-slide.slide-image-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide .ls-slide.slide-image-wrap .ls-bg {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
    object-position: center center;
    transform: none !important;
    image-rendering: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* HomePress-style circular nav arrows */
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev,
body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: none !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    top: 50% !important;
    margin-top: -25px !important;
    z-index: 1000;
    opacity: 1 !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev {
    left: 24px !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next {
    right: 24px !important;
}

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: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-bottom-nav-wrapper {
    z-index: 1000;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-bottom-slidebuttons a {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45) !important;
}

body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-bottom-slidebuttons a.ls-nav-active {
    background: #fff !important;
}

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

@media (min-width: 889px) {
    body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide,
    body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide.ls-container {
        height: 500px !important;
    }
}

@media (max-width: 767px) {
    body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide,
    body.theme-amaravati #slider-wrapper.homepress_property_slider .homepress_property_slide.ls-container {
        height: clamp(200px, 50vw, 500px) !important;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-prev {
        left: 12px !important;
    }

    body.theme-amaravati #slider-wrapper.homepress_property_slider .ls-nav-next {
        right: 12px !important;
    }
}

@media (max-width: 991px) {
    body.theme-amaravati.has-fixed-header:has(#slider-wrapper) .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: specialties banner —— */
body.theme-amaravati #OurSpecialities.our-specialties {
    background: var(--tc-cream-bg);
    padding: 0 15px 56px;
}

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

body.theme-amaravati #OurSpecialities .our-specialties__panel {
    background: #0a3622;
    border-radius: 24px;
    padding: 36px 20px 32px;
    box-shadow: var(--tc-shadow);
}

body.theme-amaravati #OurSpecialities .our-specialties__title {
    margin: 0 0 28px;
    padding: 0;
    text-align: center;
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--tc-white);
    line-height: 1.2;
}

body.theme-amaravati #OurSpecialities .our-specialties__title::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    background: var(--tc-gold);
    margin: 14px auto 0;
}

body.theme-amaravati #OurSpecialities .our-specialties__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

body.theme-amaravati #OurSpecialities .our-specialties__item {
    flex: 1 1 0;
    min-width: 100px;
    max-width: 14.28%;
    padding: 8px 10px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    box-sizing: border-box;
}

body.theme-amaravati #OurSpecialities .our-specialties__item--last {
    border-right: none;
}

body.theme-amaravati #OurSpecialities .our-specialties__icon {
    display: block;
    margin-bottom: 14px;
    color: var(--tc-gold);
    font-size: 36px;
    line-height: 1;
}

body.theme-amaravati #OurSpecialities .our-specialties__icon .fa {
    color: var(--tc-gold);
}

body.theme-amaravati #OurSpecialities .our-specialties__label {
    display: block;
}

body.theme-amaravati #OurSpecialities .our-specialties__line {
    display: block;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: var(--tc-white);
}

@media (max-width: 991px) {
    body.theme-amaravati #OurSpecialities .our-specialties__item {
        flex: 1 1 33.333%;
        max-width: 33.333%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 20px 12px;
    }

    body.theme-amaravati #OurSpecialities .our-specialties__item:nth-child(3n) {
        border-right: none;
    }

    body.theme-amaravati #OurSpecialities .our-specialties__item--last {
        border-bottom: none;
    }
}

@media (max-width: 575px) {
    body.theme-amaravati #OurSpecialities .our-specialties__panel {
        padding: 28px 16px 24px;
        border-radius: 18px;
    }

    body.theme-amaravati #OurSpecialities .our-specialties__item {
        flex: 1 1 50%;
        max-width: 50%;
    }

    body.theme-amaravati #OurSpecialities .our-specialties__icon {
        font-size: 30px;
        margin-bottom: 10px;
    }

    body.theme-amaravati #OurSpecialities .our-specialties__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, #ffffff, #ffa32c, #f8f8f8) !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: var(--tc-green) !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: linear-gradient(rgba(27, 58, 36, 0.92), rgba(27, 58, 36, 0.92)),
        url(../images/home-banners/about_banner.jpg) center center / cover no-repeat !important;
}

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;
}

/* —— 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;
}

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

body.theme-amaravati .albums-about--partner {
    border-top: 1px solid rgba(27, 58, 36, 0.08);
    background: var(--tc-white);
}

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

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

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

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

body.theme-amaravati .albums-about__title {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--tc-green);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 10px;
    line-height: 1.25;
}

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

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

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

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

body.theme-amaravati .albums-about__list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    columns: 2;
    column-gap: 24px;
}

body.theme-amaravati .albums-about__list li {
    break-inside: avoid;
    font-size: 14px;
    line-height: 1.6;
    color: var(--tc-text);
    margin: 0 0 12px;
    padding-left: 0;
}

body.theme-amaravati .albums-about__list .fa {
    color: var(--tc-gold);
    font-size: 12px;
    margin-right: 8px;
    width: 14px;
    text-align: center;
}

body.theme-amaravati .albums-about__vm {
    margin: 0 -10px 24px;
}

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

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

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

body.theme-amaravati .albums-about__quote {
    margin: 24px 0 0;
    padding: 20px 24px;
    border-left: 4px solid var(--tc-gold);
    background: var(--tc-cream);
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: var(--tc-green);
    line-height: 1.5;
}

body.theme-amaravati .albums-about__gallery {
    background: var(--tc-white);
    padding: 48px 0 56px;
    border-top: 1px solid rgba(27, 58, 36, 0.08);
}

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

body.theme-amaravati .albums-about__gallery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

body.theme-amaravati .albums-about__gallery .clients_portfolio {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: calc(33.333% - 16px);
    max-width: 280px;
}

body.theme-amaravati .albums-about__gallery .albumDiv {
    background: var(--tc-cream-bg);
    border: 1px solid rgba(27, 58, 36, 0.1);
    border-radius: var(--tc-radius-card);
    overflow: hidden;
    box-shadow: var(--tc-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.theme-amaravati .albums-about__gallery .albumDiv:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(27, 58, 36, 0.16);
}

body.theme-amaravati .albums-about__gallery .albumDiv img {
    width: 100%;
    height: 220px;
    padding: 0;
    margin: 0;
    object-fit: cover;
    display: block;
}

body.theme-amaravati .albums-about__gallery .albumDiv p {
    margin: 0;
    padding: 14px 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: var(--tc-white);
}

body.theme-amaravati .albums-about__gallery .albumDiv p a {
    color: var(--tc-green);
    text-decoration: none;
    transition: color 0.2s ease;
}

body.theme-amaravati .albums-about__gallery .albumDiv p a:hover {
    color: var(--tc-gold-dark);
}

@media (max-width: 991px) {
    body.theme-amaravati .albums-about__content {
        padding-left: 0;
    }

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

    body.theme-amaravati .albums-about__gallery .clients_portfolio {
        width: calc(50% - 12px);
    }
}

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

    body.theme-amaravati .albums-about__title {
        font-size: 24px;
    }

    body.theme-amaravati .albums-about__gallery .clients_portfolio {
        width: 100%;
        max-width: none;
    }
}

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

/* —— Contact page —— */
body.theme-amaravati .contact-details-panel {
    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 .container-fluid > .row {
    padding: 40px 15px;
}

body.theme-amaravati .requestForm {
    background: var(--tc-white);
    border: 1px solid rgba(27, 58, 36, 0.12);
    box-shadow: var(--tc-shadow);
}

body.theme-amaravati .requestForm h5 {
    font-family: 'Montserrat', 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--tc-green);
}

@media (max-width: 767px) {
    body.theme-amaravati .contact-details-panel {
        margin-top: 24px;
    }
}

/* —— Footer —— */
body.theme-amaravati footer {
    background: var(--tc-green);
}

body.theme-amaravati .ftrdiv {
    background: var(--tc-green) !important;
    padding: 45px 30px 30px !important;
    border-top: 3px solid var(--tc-gold);
}

body.theme-amaravati footer h4 {
    color: var(--tc-gold) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

body.theme-amaravati .col p,
body.theme-amaravati .col ul li,
body.theme-amaravati .col ul li a {
    color: rgba(255, 255, 255, 0.9) !important;
}

body.theme-amaravati .col ul li a:hover {
    color: var(--tc-gold) !important;
}

body.theme-amaravati .list-check .fa {
    color: var(--tc-gold) !important;
}

body.theme-amaravati .col-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--tc-white);
    margin-right: 8px;
    transition: background 0.2s ease;
}

body.theme-amaravati .col-social-icons a .fa {
    color: var(--tc-green) !important;
    font-size: 18px;
}

body.theme-amaravati .col-social-icons a:hover {
    background: var(--tc-gold);
}

body.theme-amaravati .col-social-icons a:hover .fa {
    color: var(--tc-white) !important;
}

body.theme-amaravati .copiright {
    background: var(--tc-red-dark) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    letter-spacing: 0.04em;
}

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

body.theme-amaravati .footer-contact-list li {
    margin-bottom: 10px;
}

body.theme-amaravati .footer-contact-list .fa {
    color: var(--tc-gold) !important;
    margin-right: 10px;
    width: 18px;
    text-align: center;
}

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 .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: center;
    justify-content: center;
    padding-left: 24px;
}

#templecity3 .tc3-hero__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    border-radius: 18px;
    box-shadow: var(--tc-shadow);
}

/* 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 {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    #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;
}
    .navbar-wp {
        margin: 0;
        padding: 0px 0px 0px 0px;
        border: 0;
        border-radius: 0;
        z-index: 1000;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: 0 0px 0px rgba(0,0,0,0.0) !important;
        transition: background 0.5s ease, box-shadow 0.5s ease !important;
    }
    #mainNav.active {
    background: transparent !important;
    box-shadow: 0 4px 15px rgba(230, 81, 0, 0.25);
}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-wp {
        margin: 0;
        padding: 14px 0px 0px 0px;
        border: 0;
        border-radius: 0;
        z-index: 1000;
        background: transparent !important;
        background-color: transparent !important;
        box-shadow: 0 0px 0px rgba(0,0,0,0.0) !important;
        transition: background 0.5s ease, box-shadow 0.5s ease !important;

    }
    body.theme-amaravati .logoschs a img
        {
            height: 33px;
            width: auto;
            object-fit: contain;
            width: 100px;
        }
        #mainNav.active {
            background: transparent !important;
            box-shadow: 0 4px 15px rgba(230, 81, 0, 0.25);
        }
}

 /* 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;
        }
    }