:root {
    --navy: #2774b7;
    --navy-deep: #888c8b;
    --green: #b3be7f;
    --purple: #b566a8;
    --gold-a: #3E2A1B;
    --gold-b: #CB9F5C;
    --gold-glow: #E8C280;
    --cream: #F8F5EF;
    --white: #FFFFFF;
    --red: #B23A2E;
    --ink: #20232B;
    --gray: #6B6F76;
    --line: rgba(22, 41, 75, 0.12);
}

html,
body {
    margin: 0;
    padding: 0;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
    overflow: hidden;
}


* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
    font-weight: 300;
    font-size: 16px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: 1350px;
}

@media (min-width:1400px) {
    .container {
        max-width: 1350px;
    }
}

h1,
h2,
h3 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: var(--navy);
}

h2 {
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.18;
}

h3 {
    font-size: 24px;
}

p {
    color: var(--gray);
    font-size: 16px;
    font-weight: 300;
}

.eyebrow {
    font-size: 13px;
    letter-spacing: 0.14em;
    color: var(--purple);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

::selection {
    background: var(--gold-b);
    color: #fff;
}

#progressBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold-a), var(--gold-b));
    z-index: 200;
    width: 0%;
    transition: width .1s ease;
}

@keyframes kenburns {
    0% {
        transform: scale(1) translate(0, 0);
    }

    100% {
        transform: scale(1.12) translate(-1%, -1%);
    }
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@keyframes pulseRing {
    0% {
        box-shadow: 0 0 0 0 rgba(203, 159, 92, 0.5);
    }

    100% {
        box-shadow: 0 0 0 16px rgba(203, 159, 92, 0);
    }
}

@keyframes scrollDown {
    0% {
        top: -100%;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

.btn-mapsko {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 30px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .3s cubic-bezier(.2, .8, .2, 1);
    position: relative;
    overflow: hidden;
}

.btn-mapsko:active {
    transform: scale(0.96);
}

.btn-dark {
    background: var(--purple);
    color: #fff;
}

.btn-dark:hover {
    background: #000;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.5);
}

.btn-outline {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn-outline:hover {
    background: #fff;
    color: var(--navy-deep);
    transform: translateY(-3px);
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    transition: background .3s ease, box-shadow .3s ease;
    padding: 0px 0;
    background: #ffffff40;
    backdrop-filter: blur(5px);
}

header.solid {
    background: #FFFF;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 18px rgb(0 0 0 / 38%);
}

header.solid nav.links a {
    color: #000;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 170px;
}

.brand .mark {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    transition: transform .4s ease;
}

.brand:hover .mark {
    transform: rotate(10deg) scale(1.1);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-text .m {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #fff;
}

.brand-text .s {
    font-size: 9.5px;
    letter-spacing: 0.25em;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    margin-top: 2px;
}

header.solid .brand-text .m {
    color: var(--navy);
}

header.solid .brand-text .s {
    color: var(--gray);
}

header.solid .mark path {
    fill: var(--navy);
}

nav.links {
    display: flex;
    gap: 26px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

header.solid nav.links {
    color: var(--ink);
}

nav.links a {
    opacity: 1;
    position: relative;
    padding-bottom: 4px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

nav.links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: var(--gold-b);
    transition: width .3s ease;
}

nav.links a:hover {
    color: #000;
    opacity: 1;
}

nav.links a:hover::after {
    width: 100%;
}

@media (max-width:900px) {
    nav.links {
        display: none;
    }
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0c1526;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/banner.jpg') center 42%/cover no-repeat;
    /* animation: kenburns 22s ease-in-out infinite alternate; */
    will-change: transform;
}

.hero-bg img {
    display: none;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 15%) 35%, rgb(0 0 0 / 61%) 70%, rgb(0 0 0 / 58%) 100%);
}

.hero-center {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.hero-center .mark-big {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
}

.hero-center .m {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
}

.hero-center h1 {
    color: #fff;
    font-size: clamp(33px, 6vw, 66px);
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.hero-center .s {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #FFF;
    margin-top: 12px;
    font-weight: 500;
}

.scroll-cue {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgb(255 255 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.scroll-cue .line {
    width: 1px;
    height: 32px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    overflow: hidden;
}

.scroll-cue .line::after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    animation: scrollDown 1.8s ease-in-out infinite;
}

.hero .rera_details {
    position: absolute;
    top: 120px;
    right: 30px;
    background: rgb(255 255 255 / 76%);
    z-index: 2;
    font-size: 10px;
    padding: 6px 12px;
    border-radius: 0;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 13px;
    backdrop-filter: blur(4px);
}

section {
    padding: 90px 0;
    position: relative;
}

.section-head {
    margin: 0 auto 40px;
    text-align: center;
}

.section-head p {
    margin-top: 14px;
}

#overview,
#highlights {
    position: relative;
    background-image: url('../images/bg_new.jpg');
    background-size: cover;
    background-position: center;
}

#overview .container,
#highlights .container {
    position: relative;
    z-index: 2;
}

#overview:before,
#highlights:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: 0.4;
}

.fade-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.fade-heading .l1 {
    color: var(--navy);
}

.fade-heading .l2 {
    color: #B8BDC6;
}

.fade-heading h2 {
    font-size: clamp(28px, 4.4vw, 50px);
    line-height: 1.28;
    margin-top: 25px;
}

.ov-copy {
    max-width: 760px;
    margin: 32px auto 0;
    text-align: center;
}

.ov-copy p {
    margin-bottom: 16px;
}

.plot-strip {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
    justify-content: center;
}

.swatch-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    color: var(--navy);
    transition: all .3s ease;
    cursor: default;
}

.swatch-chip:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -12px rgba(22, 41, 75, 0.35);
    border-color: var(--gold-b);
}

.swatch-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
}

.highlights-wrap {
    display: flex;
    grid-template-columns: 2fr 500px;
    gap: 39px;
    justify-content: center;
}

.highlights-wrap .imgwrap {
    overflow: hidden;
    height: 100%;
    min-height: 230px;
    width: 60%;
}

.highlights-wrap img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform .7s cubic-bezier(.2, .8, .2, 1);
}

.highlights-wrap .imgwrap:hover img {
    transform: scale(1.12);
}

.hl-list {
    background: var(--green);
    padding: 32px 28px;
    position: relative;
    width: 40%;
}
/* 
.hl-list:before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 0;
} */

.hl-list h3 {
    font-size: 26px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.hl-row {
    display: flex;
    gap: 10px;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    transition: padding-left .25s ease, color .25s ease;
}

.hl-row:hover {
    padding-left: 8px;
    color: var(--navy);
}

.hl-row .n {
    color: var(--navy);
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    min-width: 20px;
}

@media (max-width:900px) {
    .highlights-wrap {
        grid-template-columns: 1fr 1fr;
    }

    .hl-list {
        grid-column: span 2;
    }
}

.goldband {
    background-color: #f8f5ef;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.goldband .rules {
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 60px;
    display: flex;
    gap: 5px;
}

.goldband .rules span {
    flex: 1;
    border-left: 1px solid rgb(181 102 168 / 29%);
}

.goldband .rules.left {
    left: 8%;
}

.goldband .rules.right {
    right: 8%;
}

@media (max-width:900px) {
    .goldband .rules {
        display: none;
    }
}

.gold-card {
    width: 900px;
    margin: 0 auto;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 30px 60px -20px rgba(62, 42, 27, 0.4);
    position: relative;
    overflow: hidden;
    animation: floatY 6s ease-in-out infinite;
    max-width: 86%;
}

.gold-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.35) 50%, transparent 60%);
    background-size: 250% 100%;
    animation: shimmer 4.5s ease-in-out infinite;
}

.gold-card .glightbox {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 100px;
    height: 100px;
    background: radial-gradient(#b566a8 50%, color-mix(in srgb, rgb(255 255 255) 25%, transparent) 52%);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.pulsating-play-btn::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    opacity: 1;
    top: -5%;
    left: -5%;
    animation: 2s ease 0s infinite normal none running pulsate-play-btn;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: color-mix(in srgb, rgb(255 255 255) 70%, transparent);
    border-image: initial;
    background: rgb(255 255 255 / 0%);
}

.pulsating-play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0px;
    height: 0px;
    z-index: 100;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid rgb(255 255 255);
    transition: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@keyframes pulsate-play-btn {
    0% {
        transform: scale(.6, .6);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.pulsating-play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #FFF;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.pulsating-play-btn:hover:after {
    border-left: 15px solid var(--purple);
    transform: scale(20);
}


.gold-card .mark {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    position: relative;
    z-index: 1;
}

.gold-card .m {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    z-index: 1;
}

.gold-card h2 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.05em;
    margin-top: 4px;
    position: relative;
    z-index: 1;
}

.banner {
    position: relative;
    /* min-height: 82vh; */
    padding: 0;
}

.banner img {
    display: block;
    width: 100%;
}

.banner-bg {
    position: absolute;
    inset: 0;
    background: url('../images/normal_banner.jpg') center/cover no-repeat;
    /* transition: transform 8s ease; */
}

/* .banner:hover .banner-bg {
    transform: scale(1.08);
} */

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(8, 13, 24, 0.2), rgb(8 13 24 / 42%));
}

.banner-card {
    position: relative;
    z-index: 2;
    background: rgb(0 0 0 / 23%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(3px);
    padding: 38px 50px;
    text-align: center;
    transition: transform .4s ease;
}

.banner-card:hover {
    transform: translateY(-6px);
}

.banner-card .m {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.banner-card h3 {
    color: #fff;
    font-size: 27px;
    letter-spacing: 0.08em;
    margin: 10px 0 20px;
    text-transform: uppercase;
}

.parallax {
    overflow: hidden;
    position: relative;
}

.parallax img {
    width: 100%;
    display: block;
}

.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ---------- GALLERY SLIDER ---------- */
.gallery-slider {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 40px 80px -40px rgba(22, 41, 75, 0.45);
}

.slider-viewport {
    position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    background: #0c1526;
}

.slider-track {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    will-change: transform;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 79%), rgba(0, 0, 0, 0) 45%);
}

.slide .cap {
    position: absolute;
    left: 36px;
    bottom: 32px;
    z-index: 2;
    color: #fff;
}

.slide .cap .idx {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold-glow);
    margin-bottom: 6px;
    display: block;
}

.slide .cap h3 {
    color: #fff;
    font-size: 30px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(6px);
    transition: all .3s ease;
    font-size: 18px;
}

.slider-arrow:hover {
    background: #fff;
    color: var(--navy-deep);
    transform: translateY(-50%) scale(1.08);
}

.slider-arrow.prev {
    left: 20px;
}

.slider-arrow.next {
    right: 20px;
}

.slide span.image_caption {
    right: 10px;
    bottom: 9px;
}

.slider-dots {
    position: absolute;
    bottom: 50px;
    right: 36px;
    z-index: 5;
    display: flex;
    gap: 8px;
}

.slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all .3s ease;
}

.slider-dots .dot.active {
    background: var(--gold-glow);
    width: 22px;
    border-radius: 5px;
}

.gallery-thumbs {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.gallery-thumbs .thumb {
    position: relative;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: all .3s ease;
    border: 2px solid transparent;
}

.gallery-thumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .thumb.active {
    opacity: 1;
    border-color: var(--gold-b);
}

.gallery-thumbs .thumb:hover {
    opacity: 0.85;
}

@media (max-width:900px) {
    .slider-viewport {
        height: 380px;
    }

    .gallery-thumbs {
        grid-template-columns: repeat(4, 1fr);
    }

    .slide .cap h3 {
        font-size: 22px;
    }
}

@media (max-width:560px) {
    .gallery-thumbs {
        display: none;
    }
}

#amenities {
    background: #FFF;
    padding-bottom: 0;
}

.amen-tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 36px 0 32px;
}

.amen-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    opacity: 0.4;
    transition: all .3s ease;
    position: relative;
    padding-bottom: 8px;
}

.amen-tab img {
    height: 50px;
}

.amen-tab::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--navy);
    transition: all .3s ease;
    transform: translateX(-50%);
}

.amen-tab.active {
    opacity: 1;
}

.amen-tab.active::after {
    width: 100%;
}

.amen-tab:hover {
    opacity: 0.85;
    transform: translateY(-3px);
}

.amen-tab span {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.amen-visual {
    position: relative;
    overflow: hidden;
    min-height: 380px;
}

.amen-visual img {
    width: 100%;
    transition: opacity .4s ease;
}

.amen-visual.fading img {
    opacity: 0.3;
}

.amen-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #b566a8;
    color: #fff;
    padding: 30px 30px;
    max-width: 400px;
    backdrop-filter: blur(2px);
}

.amen-caption h3 {
    color: #FFF;
    font-size: 28px;
}

.amen-caption p {
    color: #FFFF;
    font-size: 14px;
    margin-top: 8px;
}

.amen-caption ul li {
    font-size: 12px;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.amen-table {
    margin-top: 0;
    background: var(--navy-deep);
    color: #fff;
    padding: 24px 32px;
}

.amen-table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 14.5px;
    transition: background .2s ease;
}

.amen-table-row:first-child {
    border-top: none;
}

.amen-table-row:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* ---------- LOCATION — generated radial diagram (no photo dependency) ---------- */
.loc-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
}

@media (max-width:960px) {
    .loc-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.loc-radial {
    position: relative;
    background: radial-gradient(circle at 50% 45%, #1b2f52 0%, var(--navy) 70%);
    border-radius: 12px;
    box-shadow: 0 40px 80px -32px rgba(22, 41, 75, 0.5);
    overflow: hidden;
    aspect-ratio: 1/1;
}

.loc-radial .radial-sweep {
    position: absolute;
    inset: 0;
    background: conic-gradient(from 0deg, rgb(233 159 92 / 24%), #e0e0e000 11%);
    animation: spin 7s linear infinite;
    mix-blend-mode: screen;
    opacity: 0.8;
}

@keyframes spin {
    to {
        transform: rotate(360deg) scale(5);
    }
}

.loc-radial svg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.loc-radial .ring {
    fill: none;
    stroke: rgba(203, 159, 92, 0.28);
    stroke-width: 1;
    stroke-dasharray: 4 6;
}

.loc-radial .spoke {
    stroke: rgba(203, 159, 92, 0.35);
    stroke-width: 1;
}

.loc-radial .node circle {
    fill: #fff;
    stroke: var(--gold-b);
    stroke-width: 2;
}

.loc-radial .node .lbl {
    fill: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.loc-radial .node .tag {
    fill: var(--gold-glow);
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.loc-radial .center-ring {
    fill: none;
    stroke: var(--gold-b);
    stroke-width: 1.5;
    opacity: 0.6;
}

.loc-radial .center-dot {
    fill: var(--gold-b);
}

.radial-center-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    pointer-events: none;
}

.radial-center-label .m {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.25em;
    color: #fff;
    text-transform: uppercase;
}

.radial-center-label .t {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 10px;
    letter-spacing: 0.15em;
    color: var(--gold-glow);
    text-transform: uppercase;
    margin-top: 1px;
}

.loc-cards-v2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
}

@media (max-width:560px) {
    .loc-cards-v2 {
        grid-template-columns: 1fr;
    }
}

.loc-cat {
    transition: transform .3s ease;
}

.loc-cat:hover {
    transform: translateY(-4px);
}

.loc-cat h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    color: var(--navy);
    font-weight: 600;
    margin-bottom: 4px;
}

.location1 {
    cursor: pointer;
}

.location1:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 22px;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
}

.loc-cat.active .location1:after {
    content: "-";
}

.location_accordion {
    display: none;
}

.loc-cat .u {
    width: 34px;
    height: 2px;
    background: var(--purple);
    margin-bottom: 12px;
    transition: width .3s ease;
}

.loc-cat:hover .u {
    width: 56px;
}

.loc-cat div.item {
    font-size: 14px;
    color: var(--ink);
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0000001f;
}

.loc-cat div.item b {
    color: var(--gray);
    font-weight: 400;
}

/* ---------- MASTER PLAN — premium framed, smaller ---------- */
.toggle-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 36px;
}

.toggle-btn {
    padding: 11px 24px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid var(--navy);
    color: var(--navy);
    background: transparent;
    cursor: pointer;
    transition: all .3s ease;
}

.toggle-btn.active {
    background: var(--navy-deep);
    color: #fff;
    border-color: var(--navy-deep);
}

.toggle-btn:hover {
    transform: translateY(-2px);
}

#masterplan {
    background: #FFF;
}

.plan-frame {
    max-width: 660px;
    margin: 0 auto;
    background: #f8f5ef;
    padding: 18px;
    border-radius: 8px;
    box-shadow: 0 40px 80px -32px rgba(22, 41, 75, 0.4), 0 0 0 1px rgba(22, 41, 75, 0.06);
}

.plan-stage {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.plan-stage img {
    width: 100%;
    border: 1px solid var(--line);
    transition: opacity .4s ease;
}

.plan-stage.blur img {
    filter: blur(7px);
}

.plan-tag {
    position: absolute;
    background: #fff;
    padding: 10px 16px;
    box-shadow: 0 14px 30px -14px rgba(22, 41, 75, 0.35);
    max-width: 170px;
    transition: transform .3s ease;
}

.plan-tag:hover {
    transform: translateY(-4px);
}

.plan-tag .k {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: var(--navy);
    font-weight: 600;
}

.plan-tag .v {
    font-size: 10.5px;
    color: var(--gray);
    margin-top: 2px;
}

.plan-tag.tl {
    top: 14px;
    left: 14px;
}

.plan-tag.br {
    bottom: 14px;
    right: 14px;
}

.plan-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 6px 4px;
    font-family: 'Space Mono', monospace;
    font-size: 11px;
    color: var(--gray);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.plan-meta .meta_title {
    font-size: 17px;
    text-align: center;
    display: block;
    font-weight: 600;
    margin: auto;
}

@media (max-width:600px) {
    .plan-tag {
        position: static;
        margin: 8px 4px;
        max-width: none;
    }
}

.faq-wrap {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: var(--green);
}

.faq-wrap h2 {
    color: #FFF;
}

.faq-list {
    padding: 50px 46px;
}

.faq-item {
    border-bottom: 1px solid rgb(255 255 255 / 18%);
    padding: 16px 0;
    transition: padding-left .25s ease;
}

.faq-item:hover {
    padding-left: 6px;
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
}

.faq-q .plus {
    font-size: 19px;
    color: #ffffff;
    transition: transform .3s ease;
}

.faq-item.open .plus {
    transform: rotate(135deg);
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.faq-item.open .faq-a {
    max-height: 200px;
    padding-top: 10px;
}

.faq-a p {
    font-size: 14.5px;
    color: #FFF;
}

.faq-wrap .imgwrap {
    overflow: hidden;
    min-height: 300px;
}

.faq-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 6s ease;
}

.faq-wrap .imgwrap:hover img {
    transform: scale(1.06);
}

@media (max-width:900px) {
    .faq-wrap {
        grid-template-columns: 1fr;
    }

    .faq-wrap img {
        height: 300px;
    }
}

.about-wrap {
    display: grid;
    grid-template-columns: 0.9fr 1.3fr;
    gap: 54px;
    align-items: center;
}

@media (max-width:900px) {
    .about-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

#about {
    background-color: #FFF;
    position: relative;
}

#about:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 92%;
    z-index: 0;
    opacity: 0.06;
}

.about-left .mark {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
}

.about-left img {
    width: 190px;
    margin-bottom: 30px;
}

.about-left h2 {
    font-size: 34px;
}

.about-stats {
    display: flex;
    gap: 36px;
    margin: 22px 0;
}

.about-stats .n {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    color: var(--navy);
    font-weight: 600;
}

.about-stats .l {
    font-size: 12px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.about-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

.about-right .imgwrap {
    overflow: hidden;
    border-radius: 4px;
}

.about-right img {
    border-radius: 4px;
    transition: transform 6s ease;
}

.about-right .imgwrap:hover img {
    transform: scale(1.08);
}

@media (max-width:760px) {
    .about-right {
        grid-template-columns: 1fr;
    }
}

footer {
    background: #212121;
    color: rgba(255, 255, 255, 0.65);
    padding: 56px 0 24px;
    position: relative;
}

footer:before {
    content: '';
    /* background-image: url('../images/footer_bg.png'); */
    background-size: 84% auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: bottom center;
    background-repeat: repeat-x;
    opacity: 0.2;
    z-index: 0;
}

footer .container {
    position: relative;
    z-index: 2;
}

.foot-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.7fr 1.3fr 1fr;
    gap: 36px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.foot-grid div.time {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}

@media (max-width:800px) {
    .foot-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 28px;
    }
}

.foot-grid h4 {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green);
    margin-bottom: 14px;
}

.foot-grid a,
.foot-grid div {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #FFF;
    transition: color .2s ease, padding-left .2s ease;
}

.foot-grid a:hover {
    color: var(--gold-b);
    padding-left: 4px;
}

.ft_logo {
    background: #FFF;
    padding: 12px;
    width: 150px;
}

.foot-brand .mark {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}

.foot-brand .m {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    color: var(--green);
}

.social {
    display: flex !important;
    gap: 12px;
    margin-top: 14px;
}

.social a {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .3s ease;
}

.social a:hover {
    background: var(--gold-b);
    border-color: var(--gold-b);
    transform: translateY(-4px);
}

.disclaimer {
    font-size: 12px;
    line-height: 1.8;
    color: #FFF;
    margin-top: 24px;
    max-width: 1100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.foot-legal {
    text-align: center;
    font-size: 13px;
    color: rgb(255 255 255);
    margin-top: 22px;
}

.foot-brand p {
    font-size: 12px;
    margin-bottom: 20px;
}

footer p {
    color: #FFF;
}

.foot-copy {
    text-align: center;
    font-size: 10px;
    color: #FFF;
    margin-top: 16px;
    letter-spacing: 0.6px;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(14, 20, 35, 0.7);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-overlay.open {
    display: flex;
}

.modal-card {
    background: #fff;
    max-width: 420px;
    width: 100%;
    padding: 36px 36px 15px;
    position: relative;
    border-radius: 4px;
}

.modal-card h3 {
    font-size: 24px;
    margin-bottom: 6px;
}

.modal-card p.sub {
    font-size: 14px;
    margin-bottom: 20px;
}

.modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    font-size: 19px;
    color: var(--gray);
    transition: transform .2s ease;
}

.modal-close:hover {
    transform: rotate(90deg);
    color: var(--red);
}

.error-msg1 {
    color: red !important;
    text-transform: unset !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

.field {
    margin-bottom: 15px;
}

.field label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--navy);
    margin-bottom: 6px;
}

.field input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--line);
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    background: var(--cream);
    border-radius: 4px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.field input:focus {
    outline: none;
    border-color: var(--gold-b);
    box-shadow: 0 0 0 3px rgba(203, 159, 92, 0.2);
}

.modal-note {
    font-size: 12px;
    color: var(--gray);
    margin-top: 10px;
}

.reveal {
    opacity: 0;
}

.float-badge {
    position: absolute;
    z-index: 5;
    background: #fff;
    border-radius: 40px;
    padding: 9px 16px;
    box-shadow: 0 14px 30px -10px rgba(22, 41, 75, 0.35);
    font-size: 12px;
    font-weight: 600;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 8px;
    animation: floatY 4s ease-in-out infinite;
}

.float-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3EAA5A;
    animation: pulseRing 1.8s infinite;
}


@media (max-width:1600px) {
    section {
        padding: 80px 0;
    }

    .amen-tab img {
        height: 40px;
    }

    .amen-visual img {
        height: 560px;
        object-fit: cover;
        object-position: center;
    }

    .amen-tab span {
        font-size: 13px;
    }

    .amen-tabs {
        margin-bottom: 15px;
    }

    .amen-caption {
        padding: 25px 25px;
        max-width: 380px;
    }

    .amen-caption :last-child {
        margin-bottom: 0;
    }

    .ft_logo {
        width: 124px;
    }

}



.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #ddd;
    cursor: pointer;
}

.tab-btn.active {
    background: #007bff;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.relative {
    position: relative;
}

span.image_caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #000000a6;
    color: #FFF;
    font-size: 10px;
    z-index: 2;
    letter-spacing: 0.6px;
    padding: 2px 8px;
    border-radius: 50px;
}


/* ------------- */


.overview-section {
    background: var(--purple);
    position: relative;
}

section.overview-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/patten.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    opacity: 0.07;
    z-index: 0;
    filter: brightness(100);
}

.overview-section .container {
    position: relative;
}

.overview-section .overview-content {
    padding-left: 50px;
}

.overview-section p {
    color: #FFF;
}

.overview-section span.tag {
    color: #FFF;
}

.overview-section h2 {
    color: #FFF;
    margin-bottom: 25px;
}

.overview-section .btn-mapsko {
    background: #FFF;
    color: var(--purple);
}

.overview-section .btn-mapsko:hover {
    background: var(--green);
    color: #FFF;
}

.overview-box {
    background: #fff;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.sub-title {
    display: inline-block;
    color: #8b6b2d;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.section-title {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
}

.overview-box p {
    font-size: 17px;
    margin-bottom: 25px;
    text-align: justify;
}

@media(max-width:768px) {

    .overview-box {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 30px;
    }

    .overview-box p {
        font-size: 16px;
    }

}



/* -------------------------- */


.investment-section {
    margin-top: 35px;
}

.investment-section .row {
    gap: 30px 0;
}

.investment-section .item {
    position: relative;
}

.investment-section .item .content {
    position: relative;
    align-items: center;
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    border: 1px solid #ffffff45;
    padding-left: 150px;
    height: 100%;
}

.investment-section .item .content img {
    margin-bottom: 29px;
    position: absolute;
    left: 20px;
    width: 100px;
}

.investment-section .item p {
    color: #FFF;
}

.investment-section .content {
    color: #fff;
    padding: 0 20px;
}

.investment-section .content h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
}

.investment-section .content span {
    font-weight: 700;
}

.investment-section .content p,
.investment-section .content li {
    font-size: 14px;
}

@media(max-width:991px) {


    .investment-section .content h4 {
        font-size: 20px;
    }


}

@media(max-width:767px) {
    .investment-section .content h4 {
        font-size: 17px;
    }


}



/* ---------- */

.bank-loan-section {
    padding: 80px 0;
    background: #f8f9fb;
}

.bank-loan-section .container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: var(--purple);
    font-weight: 500;
    text-transform: uppercase;
}

.section-heading h2 {
    margin-bottom: 15px;
}

.section-heading p {
    max-width: 650px;
    margin: auto;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

.bank-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.bank-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
    transition: .35s;
    border: 1px solid #eee;
}

.bank-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.bank-card img {
    width: 165px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.bank-card h4 {
    font-size: 16px;
    color: var(--navy);
    margin: 0;
    font-weight: 600;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
}

/* Tablet */
@media (max-width:991px) {
    .bank-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .section-heading {
        margin-bottom: 30px;
    }
}

/* Mobile */
@media (max-width:576px) {
    .bank-loan-section .container {
        width: 100%;
    }

    .bank-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bank-loan-section {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .bank-card {
        padding: 15px 10px 10px;
    }

    .bank-card h4 {
        font-size: 11px;
        padding-top: 10px;
    }

    .bank-card img {
        max-width: 100px;
    }
}



.captcha_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 0 15px;
}

div#captcha_div_image {
    display: flex;
    align-items: center;
}

span#refreshCaptcha {
    cursor: pointer;
    padding: 5px;
    font-weight: 600;
    margin-left: 8px;
}

.captcha_wrap input {
    width: 135px;
}

.mobile_trigger {
    width: 35px;
    height: 35px;
    background: var(--purple);
    text-align: center;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    cursor: pointer;
}

.foot-legal br.hide {
    display: none;
}

@media (max-width:1199px) {
    .brand {
        width: 150px;
    }

    nav.links {
        gap: 13px;
    }

    nav.links a {
        font-size: 13px;
    }

    .btn-mapsko {
        padding: 8px 18px;
    }
}

@media (max-width:991px) {
    .mobile_trigger {
        display: flex;
    }

    .nav-right {
        display: flex;
        gap: 0 15px;
    }

    .nav-inner .btn-mapsko {
        padding: 3px 18px;
    }

    .highlights-wrap .imgwrap {
        width: 100%;
    }

    .hl-list {
        width: 100%;
    }

    .highlights-wrap {
        display: block;
    }

    .tab-content .row {
        gap: 26px 0;
    }

    .hl-row .n {
        color: #ffffff;
    }

    .hl-row {
        color: #ffffff;
    }

    .hl-row:hover,
    .hl-row:hover .n {
        color: var(--navy);
    }

    .highlights-wrap .imgwrap {
        margin-bottom: 40px;
    }

    .hero .rera_details {
        top: 90px;
        right: 9px;
        padding: 5px 6px;
        font-size: 8px;
        line-height: 9px;
        background: rgb(255 255 255 / 52%);
    }



    nav.links {
        display: none;
    }

    .plan-meta .meta_title {
        font-size: 11px;
    }

    .amen-caption {
        position: relative;
    }

    .amen-visual img {
        height: auto;
    }

    .amen-visual span.image_caption {
        bottom: auto;
        top: 15px;
    }

    .overview-section .overview-content {
        padding-left: 0;
        margin-top: 30px;
    }

    .gold-card {
        width: 100%;
        max-width: 88%;
    }

    .banner-card .m {
        font-size: 13px;
    }

    .banner-card h3 {
        font-size: 19px;
    }

    .banner-card {
        max-width: 85%;
        padding: 27px;
    }

    nav.links a {
        display: block;
        margin: 10px 0;
        color: #000;
    }

    nav.links {
        position: absolute;
        display: none;
        top: 100%;
        background: #FFF;
        width: 100%;
        left: 0;
        padding: 15px 30px;
        box-shadow: 0 9px 9px 0 #00000057;
    }

    .hero {
        min-height: auto;
        display: block;
        padding: 0;
    }

    .hero-bg {
        background: none;
        position: relative;
    }

    .hero-bg img {
        display: block;
    }

    .hero-center {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

@media (max-width:767px) {
    p {
        font-size: 15px;
    }

    section,
    .goldband {
        padding: 50px 0;
    }

    .brand {
        width: 135px;
    }

    .nav-right {
        gap: 0 10px;
    }

    .plan-meta .meta_title {
        font-size: 12px;
    }

    .amen-tab span {
        font-size: 11px;
        text-align: center;
    }

    .amen-tabs {
        flex-wrap: nowrap;
    }

    .toggle-btn {
        padding: 11px 18px;
        font-size: 12px;
    }

    .amen-caption {
        padding: 20px 18px;
        width: 100%;
        max-width: 100%;
    }

    .disclaimer {
        font-size: 10px;
        line-height: 14px;
    }

    .investment-section .item .content img {
        position: relative;
        width: 80px;
    }

    .investment-section .item .content {
        padding: 15px;
    }

    .faq-list {
        padding: 30px 20px;
    }

    .faq-q {
        font-size: 17px;
    }

    .section-head {
        margin-bottom: 0;
    }

    .foot-grid {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        gap: 0 !important;
        margin-inline: -6px;
    }

    .foot-grid>div {
        padding: 0 10px;
    }

    .foot-grid>div.foot-brand {
        width: 100%;
    }

    .foot-grid a,
    .foot-grid div {
        font-size: 13px;
    }

    .foot-grid div.time {
        font-size: 11px;
        letter-spacing: 0;
    }

    .ft_col2 {
        width:45% !important;
    }

    .ft_col3 {
        width: 55% !important;
    }

    .ft_col4 {
        margin-top: 20px;
    }

    .foot-grid h4 {
        letter-spacing: 0.4px;
    }

    .foot-copy {
        margin-bottom: 0;
    }

}


@media (max-width:480px) {
    .toggle-btn {
        padding: 11px 15px;
    }

    .hero {
        display: block;
        min-height: auto;
        padding: 0;
        background: #FFF;
    }

    .hero-bg {
        background: none;
        position: relative;
        width: 100%;
    }

    .hero img {
        display: block;
    }

    .scroll-cue {
        display: none;
    }

    .hero-center h1 {
        margin-bottom: 5px;
    }

    .hero-center {
        justify-content: end;
        padding-bottom: 90px;
    }

    .amen-visual img {
        min-height: 300px;
    }

    .foot-legal br.hide {
        display: block;
    }

    .foot-legal span {
        display: none;
    }

    .foot-legal {
        font-size: 14px !important;
        margin-bottom: 0;
        letter-spacing: 1px;
    }

    .disclaimer {
        margin-top: 10px;
    }

    .ft_col2 {
        width: 37% !important;
    }

    .ft_col3 {
        width: 63% !important;
    }

}