.custom-service-btn {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 5px 15px;
    background-color: transparent;
    color: #000;
    margin-top: 4px;
    margin-right: 5px;
    border: 1px solid #a7a7a7;
    border-radius: 40px;
    margin-bottom: 25px;
}

.aboutbg {
    background-image: url('../img/aboutbg.jpg');
    background-position: center center;
    background-size: cover;

}

.tbp {
    padding: 80px 0px;
}

.textlogo {
    color: #9a6a1a;
}

.logo-bg {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(34, 32, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

.text-custom {
    color: #a0a0a0 !important;
}

.ctitle {
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
}

.ttitle {
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
}

.tcolor {
    color: #a9b1bd
}

.logocolor {
    color: #a9b1bd
}

.counter-box {
    display: block;
    text-align: center;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #a0a0a0;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500
}

.counter {
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: var(-black_900);
    margin-bottom: 8px;
}

.counter .plus::after {
    content: '+';
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.01em;
    color: var(-black_900);
    margin-bottom: 8px;
}

.plus::after {
    content: "+";
}

.per::after {
    content: "%";
}

.k::after {
    content: "k";
}

.text-justify {
    text-align: justify;
}

.breadcrumb-area h1,
.breadcrumb-area ul li a {
    text-align: left !important;
}

.default-padding {
    padding: 180px 0 140px 0;
}

@media (max-width:667px) {
    .default-padding {
        padding: 110px 0 70px 0;
    }

    .custom-service-btn {
        margin-bottom: 10px !important;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .pt-200 {
        padding: 80px 0 0px;
    }

    .theme-kk {
        display: block !important;


    }

    .theme-k {
        display: block !important;
        margin-bottom: 10px;

    }

    .cta-4 {
        text-align: center;
    }

    .cta-4 .cta-content p {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .loan-details-widget .label {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .breadcrumb-widget {
        text-align: center;
        background-position: right center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .breadcrumb-widget h1 {
        font-size: 50px;
        line-height: 35px;
    }

    .saas-banner-content p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

}

#loading {
    display: none;
    width: 100px;
    height: 100px;
    margin: 2em auto;
    border: 2px solid #b3b7e2;
    border-radius: 50%;
    border-top-color: #191d3a;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.calculator-head {
    color: #fff;
    border-radius: 15px;
    padding-top: 30px;
    margin-bottom: 20px;

}

.input-group-text {
    line-height: 2.6;
    background: #e6e6e6;
    border: transparent;
    display: block;
    font-family: sans-serif;
    color: #061f44;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    font-weight: 700;
    text-align: center;
    width: auto;
}

.input-group {
    position: relative;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.btn-info {
    background-color: #999 !important;
}

.card {
    border-radius: 20px;
    padding: 40px;
    background: #111;
}

.calculator-body {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.answer {
    background-color: transparent;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-left: 15px;
}

.answer-heading {
    background: transparent;
    color: #000;
    display: block !important;
}


@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

#results {
    display: none;
    transition: display 0.3s;
}




.read-more-content {
    display: none;
    padding-top: 22px;
}

.read-more {
    display: inline-block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    font-family: sans-serif;
}

.timeline-info {
    position: relative;
    background: #f3f1f1;
    padding: 24px 20px 18px;
    margin-bottom: 12px;
    border: 1px solid #f3f1f1;
    border-radius: 8px;
    margin-left: 54px;
}

.swal-footer {
    text-align: center;
    padding-top: 13px;
    margin-top: 13px;
    padding: 13px 16px;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.swal-text {
    font-size: 20px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: center;
    font-family: sans-serif;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 600;
    color: #111;
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}


@media (max-width:567px) {

    .card {
        padding: 10px;
    }

    .calculator-body {
        padding: 15px;
    }

    .input-group-text {
        font-size: 15px;
        line-height: 2.3;
    }

    .form-control {
        line-height: 2;
    }

    .answer {
        margin-left: 0px !important;
        font-size: 18px !important;
    }
}



.bespoke {
    --bg-dark: #121117;
    --text: #f5f2ff;
    --accent-2: #9c7a43;
}

/* ---------- Section wrapper ---------- */
.bespoke {
    position: relative;
    padding: 96px 0 120px;
    border-radius: 45px;
    background: #212529;
    color: var(--text);
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

/* decorative purple geometric shape on the right */
.bespoke .deco-shape {
    position: absolute;
    top: -40px;
    right: -60px;
    width: 320px;
    height: 320px;
    pointer-events: none;
    opacity: 0.9;
    z-index: 0;
}

.bespoke .deco-shape svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767.98px) {
    .bespoke .deco-shape {
        width: 180px;
        height: 180px;
        top: -20px;
        right: -40px;
        opacity: 0.7;
    }
}

/* ---------- Title ---------- */
.bespoke .section-title {

    font-family: "Playfair Display", serif;
    font-weight: 300;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    font-size: clamp(1.6rem, 3.6vw, 3rem);
    line-height: 1.15;
    margin: 0 0 64px;
    position: relative;
    z-index: 2;
}

.bespoke .section-eyebrow {
    display: inline-block;
    color: var(--accent-2);
    letter-spacing: 0.35em;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
    opacity: 0.9;
}

/* ---------- Cards ---------- */
.bespoke .reality-grid {
    position: relative;
    z-index: 2;
}

.bespoke .reality-card {
    position: relative;
    display: block;
    height: 420px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
    color: #fff;
    text-decoration: none;
    transition: transform 400ms ease, box-shadow 400ms ease;
    box-shadow: 0 20px 40px rgba(23, 26, 28, 0.35);
}

.pimg {
    position: absolute;
}

.urbangreensimg {
    background-image: url('../img/urban-greens.jpg');
    background-position: center center;
    background-size: cover;

}

.sushantcityenclaveimg {
    background-image: url('../img/sushant-city-enclave.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sagaaurbancountyheightsimg {
    background-image: url('../img/sagaaurbancountyheights.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sheeshmahalhomesimg {
    background-image: url('../img/sheeshmahalhomes.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.suryaenclaveimg {
    background-image: url('../img/suryaenclaveimg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bespoke .reality-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.8) 100%);
    transition: background 400ms ease;
    z-index: 1;
}

.bespoke .reality-card:hover {
    transform: translateY(-6px);
}

.bespoke .reality-card:hover::before {
    background: linear-gradient(180deg, rgba(10, 8, 20, 0.25) 0%, rgba(10, 8, 20, 0.55) 100%);
}

.bespoke .reality-card .label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 25px;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 30px !important;
    letter-spacing: 0;
    font-size: clamp(1.6rem, 2.2vw, 2.25rem);
    text-transform: uppercase;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
    transition: letter-spacing 400ms ease, transform 400ms ease;
}

.bespoke .reality-card:hover .label {
    letter-spacing: 0.15em;
    transform: translateY(-4px);
}

.bespoke .reality-card .label::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--accent-2);
    transition: width 400ms ease;
}

.bespoke .reality-card:hover .label::after {
    width: 60px;
}

/* Mobile tuning */
@media (max-width: 767.98px) {
    .bespoke {
        padding: 40px 0 40px;
    }

    .bespoke .section-title {
        margin-bottom: 40px;
    }

    .bespoke .reality-card {
        height: 210px;
    }

    .bespoke .reality-card .label {
        font-size: 1.4rem;
        letter-spacing: 0.22em;
    }
}

/* Fade-in on load */
.bespoke .fade-up {
    opacity: 0;
    transform: translateY(24px);
    animation: bespokeFadeUp 900ms ease forwards;
}

.bespoke .fade-up.delay-1 {
    animation-delay: 120ms;
}

.bespoke .fade-up.delay-2 {
    animation-delay: 240ms;
}

.bespoke .fade-up.delay-3 {
    animation-delay: 360ms;
}

@keyframes bespokeFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stats-strip {
    position: relative;
    background: E6E6E6;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 80px 0;
    overflow: hidden;
    font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #1a1a1a;
}

/* Soft geometric watermark in top-left (like the reference) */
.stats-strip .stats-watermark {
    position: absolute;
    top: -70px;
    left: -50px;
    width: 280px;
    height: 280px;
    opacity: 0.15;
    pointer-events: none;
    z-index: 0;
}

.stats-strip .stats-watermark svg {
    width: 100%;
    height: 100%;
    display: block;
}

.stats-strip .stats-inner {
    position: relative;
    z-index: 1;
}

.stats-strip .stat-item {
    text-align: center;
    padding: 10px 6px;
}

.stats-strip .stat-number {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 300;
    /* thin, elegant */
    font-size: clamp(2.4rem, 5.5vw, 4.5rem);
    line-height: 1;
    letter-spacing: 0.01em;
    color: #1a1a1a;
    margin: 0 0 22px;
}

.stats-strip .stat-label {
    font-family: 'Poppins', sans-serif;
    font-size: 20px !important;
    font-weight: 100;
    color: #4a4a4a;
    letter-spacing: 0.05em;
    margin: 0;
}

/* Optional subtle divider between items on desktop only */
@media (min-width: 992px) {
    .stats-strip .stat-item {
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }

    .stats-strip .stat-item.last {
        border-right: none;
    }
}

/* Mobile tuning */
@media (max-width: 767.98px) {
    .stats-strip {
        padding: 20px 0;
    }

    .stats-strip .stat-item {
        padding: 18px 6px;
    }

    .stats-strip .stat-number {
        margin-bottom: 12px;
    }

    .stats-strip .stats-watermark {
        width: 160px;
        height: 160px;
        top: -40px;
        left: -30px;
        opacity: 0.4;
    }
}

/* Fade / rise in on load */
.stats-strip .fade-rise {
    opacity: 0;
    transform: translateY(16px);
    animation: statsRise 900ms ease forwards;
}

.stats-strip .fade-rise.d1 {
    animation-delay: 100ms;
}

.stats-strip .fade-rise.d2 {
    animation-delay: 220ms;
}

.stats-strip .fade-rise.d3 {
    animation-delay: 340ms;
}

.stats-strip .fade-rise.d4 {
    animation-delay: 460ms;
}

@keyframes statsRise {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.premium-hero {
    --navy: #0b3d7a;
    --navy-deep: #9c7a43;
    --red: #c8232c;
    --muted: #4a4a4a;

    background: transparent;

    background-image: url('../img/aboutbgg.png');
    background-position: center center;
    background-size: cover;


    padding: 80px 0 60px;
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--navy);
    text-align: center;
}

.premium-hero .ph-title {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 800;
    color: var(--navy);
    font-size: clamp(1.85rem, 5vw, 4rem);
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 28px;
}

.premium-hero .ph-subtitle {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 500;
    color: var(--red);
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 30px;
}

/* Navy pill/badge */
.premium-hero .ph-highway-pill {
    display: inline-block;
    background: var(--navy);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: clamp(1rem, 1.6vw, 1.6rem);
    padding: 22px 60px;
    border-radius: 999px;
    transition: transform 300ms ease, box-shadow 300ms ease, background 300ms ease;
    max-width: 100%;
    text-decoration: none;
}

.premium-hero .ph-highway-pill:hover {
    background: var(--navy-deep);
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(156, 122, 67, 0.28);
}

.premium-hero .ph-description {
    margin: 34px auto 0;
    max-width: 960px;
    color: var(--muted);
    font-size: clamp(0.9rem, 1.05vw, 1.02rem);
    font-weight: 400;
    line-height: 1.6;
}

/* ---------- Mobile responsiveness ---------- */
@media (max-width: 767.98px) {
    .premium-hero {
        padding: 35px 0 35px;
    }

    .premium-hero .ph-title {
        margin-bottom: 18px;
    }

    .premium-hero .ph-subtitle {
        margin-bottom: 0px;
        padding: 0 8px;
    }

    .premium-hero .ph-highway-pill {
        display: block;
        padding: 16px 22px;
        font-size: 0.95rem;
        letter-spacing: 0.04em;
        border-radius: 40px;
    }

    .premium-hero .ph-description {
        margin-top: 22px;
        padding: 0 6px;
    }
}

/* Subtle entrance animation */
.premium-hero .ph-fade {
    opacity: 0;
    transform: translateY(14px);
    animation: phFade 800ms ease forwards;
}

.premium-hero .ph-fade.d1 {
    animation-delay: 100ms;
}

.premium-hero .ph-fade.d2 {
    animation-delay: 220ms;
}

.premium-hero .ph-fade.d3 {
    animation-delay: 340ms;
}

.premium-hero .ph-fade.d4 {
    animation-delay: 460ms;
}

@keyframes phFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */


.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: marquee 30s linear infinite;
}

.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

.logo-item {
    flex: 0 0 auto;
    width: 246px;
    margin: 12px 10px;
    padding: 32px 21px;
    border-radius: 20px;
    border: 4px solid #a0a0a034;
    background: #fff;
    text-align: center;
}

.logo-item img {
    width: 180px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 80px;
}

.logo-item h6 {
    color: #000;
    margin: 0;
}

.logo-item:hover {
    transform: scale(1.05);
    transition: .3s;
}

.gradient-left,
.gradient-right {
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.gradient-left {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.gradient-right {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media(max-width:768px) {

    .logo-item {
        width: 140px;
        padding: 15px;
    }

    .logo-item img {
        width: 200px;
        height: 50px;
        margin-bottom: 20px;
    }

    .logo-item h6 {
        font-size: 12px;
    }

    .gradient-left,
    .gradient-right {
        display: none;
    }

    .logo-track {
        animation-duration: 20s;
    }

    .logo-item {
        flex: 0 0 auto;
        width: 150px;
        margin: 12px 10px;
        padding: 15px 15px;
        border-radius: 20px;
        border: 2px solid #a0a0a034;
        background: #fff;
        text-align: center;
    }

}


/* eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */







.stylei {
    width: 50px;
    height: 50px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.8);
}

.aminitos img {
    width: 80px;
    margin: 0 auto;
}



.tbox {
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping */
    justify-content: center;
    /* Center items */
}

.abox {
    border: 2px solid #e5e5e5;
    border-radius: 20px;
    height: 160px;
    padding: 10px;
    margin: 10px;
    width: 15%;
    box-sizing: border-box;
    /* Prevent overflow */
    transition: 0.3s ease;
}

.abox:hover {
    border: 2px solid #b58b5e;
}

/* Tablet */
@media (max-width: 992px) {
    .abox {
        width: 45%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .abox {
        width: 44%;
    }
}



.visionary-foundation {
    --text-dark: #0a0a0a;
    --text-silver: #a9b1bd;
    --accent-blue: #3d8bff;
    --line: #2a2f3a;

    background: #ffffff;
    padding: 80px 0 40px;
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--text-dark);
}

/* ---------- Header ---------- */
.visionary-foundation .vf-eyebrow-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
}

.visionary-foundation .vf-eyebrow-line {
    width: 60px;
    height: 1px;
    background: var(--line);
}

.visionary-foundation .vf-eyebrow {
    font-weight: 600;
    color: var(--text-dark);
    font-size: 0.8rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.visionary-foundation .vf-title {
    text-align: center;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.01em;
    font-size: clamp(2rem, 6vw, 5rem);
    margin: 0 0 64px;
    text-transform: uppercase;
}

.visionary-foundation .vf-title .top {
    color: var(--text-dark);
    display: block;
}

.visionary-foundation .vf-title .bottom {
    color: var(--text-silver);
    display: block;
}

/* ---------- Cards ---------- */
.visionary-foundation .vf-cards {
    align-items: stretch;
}

.visionary-foundation .vf-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
    min-height: 650px;
    color: #fff;
    isolation: isolate;
    transition: transform 500ms ease, box-shadow 500ms ease;
}

.visionary-foundation .vf-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
}

.visionary-foundation .vf-card img.vf-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 800ms ease;
}

.visionary-foundation .vf-card:hover img.vf-photo {
    transform: scale(1.04);
}

/* Dark gradient overlay at the bottom for readability */
.visionary-foundation .vf-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.55) 70%,
            rgba(0, 0, 0, 0.88) 100%);
    z-index: 1;
    pointer-events: none;
}

.visionary-foundation .vf-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 32px 34px;
    z-index: 2;
}

/* Quote mark (only on the primary card) */
.visionary-foundation .vf-quote {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0.85;
    margin-bottom: 14px;
}

.visionary-foundation .vf-quote svg {
    width: 100%;
    height: 100%;
}

.visionary-foundation .vf-name {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    margin: 0 0 8px;
    line-height: 1.15;
    color: #fbbc04;
}

.visionary-foundation .vf-role {
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 18px;
}

.visionary-foundation .vf-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 0 22px;
}

.visionary-foundation .vf-biolink {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    transition: gap 300ms ease, color 300ms ease;
}

.visionary-foundation .vf-biolink:hover {
    color: var(--accent-blue);
    gap: 16px;
}

.visionary-foundation .vf-biolink svg {
    width: 16px;
    height: 16px;
}



/* ---------- Mobile responsiveness ---------- */
@media (max-width: 991.98px) {
    .visionary-foundation {
        padding: 64px 0 72px;
    }

    .visionary-foundation .vf-title {
        margin-bottom: 40px;
    }

    .visionary-foundation .vf-card {
        min-height: 460px;
    }

    .visionary-foundation .vf-content {
        padding: 26px 24px;
    }
}

@media (max-width: 575.98px) {
    .visionary-foundation .vf-eyebrow-line {
        width: 32px;
    }

    .visionary-foundation .vf-eyebrow {
        font-size: 0.7rem;
        letter-spacing: 0.22em;
    }

    .visionary-foundation .vf-card {
        min-height: 380px;
        border-radius: 14px;
    }

    .visionary-foundation .vf-content {
        padding: 22px 20px;
    }

    .visionary-foundation .vf-name {
        font-size: 1.15rem;
    }

    .visionary-foundation .vf-desc {
        font-size: 0.88rem;
    }
}

/* Entrance fade */
.visionary-foundation .vf-fade {
    opacity: 0;
    transform: translateY(16px);
    animation: vfFade 900ms ease forwards;
}

.visionary-foundation .vf-fade.d1 {
    animation-delay: 80ms;
}

.visionary-foundation .vf-fade.d2 {
    animation-delay: 200ms;
}

.visionary-foundation .vf-fade.d3 {
    animation-delay: 320ms;
}

.visionary-foundation .vf-fade.d4 {
    animation-delay: 440ms;
}

@keyframes vfFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.testimonials-marquee {
    --text-dark: #1a1a1a;
    --text-muted: #6b7280;
    --card-bg: #ffffff;
    --card-border: #eceef2;
    --star: #111111;

    background: #ffffff;
    padding: 30px 0px 80px 0px;
    font-family: 'Poppins', 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--text-dark);
    overflow: hidden;
}

/* ---------- Heading ---------- */
.testimonials-marquee .tm-title {
    text-align: center;
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-weight: 400;
    font-size: clamp(1.85rem, 4.5vw, 3.5rem);
    line-height: 1.2;
    color: var(--text-dark);
    max-width: 900px;
    margin: 0 auto 64px;
}

/* ---------- Marquee rows ---------- */
.testimonials-marquee .tm-row {
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.testimonials-marquee .tm-row+.tm-row {
    margin-top: 22px;
}

.testimonials-marquee .tm-track {
    display: flex;
    align-items: stretch;
    gap: 22px;
    width: max-content;
    will-change: transform;
}

/* Row 1 — scrolls right → left */
.testimonials-marquee .tm-row.row-a .tm-track {
    animation: tmScrollLeft 45s linear infinite;
}

/* Row 2 — scrolls left → right */
.testimonials-marquee .tm-row.row-b .tm-track {
    animation: tmScrollRight 45s linear infinite;
}

/* Pause both rows on hover of the row */
.testimonials-marquee .tm-row:hover .tm-track {
    animation-play-state: paused;
}

@keyframes tmScrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes tmScrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* ---------- Testimonial card ---------- */
.testimonials-marquee .tm-card {
    flex: 0 0 auto;
    width: 320px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 14px;
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
    transition: transform 350ms ease, box-shadow 350ms ease, border-color 350ms ease;
}

.testimonials-marquee .tm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.10);
    border-color: #dde1ea;
}

.testimonials-marquee .tm-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--star);
}

.testimonials-marquee .tm-stars svg {
    width: 16px;
    height: 16px;
}

.testimonials-marquee .tm-quote {
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--text-dark);
    margin: 0;
    flex: 1 1 auto;
}

.testimonials-marquee .tm-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.testimonials-marquee .tm-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    background: #e6e8ee;
}

.testimonials-marquee .tm-user-meta {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.testimonials-marquee .tm-user-name {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--text-dark);
}

.testimonials-marquee .tm-user-role {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-top: 2px;
}

/* ---------- Mobile responsiveness ---------- */
@media (max-width: 991.98px) {
    .testimonials-marquee {
        padding: 0px 0 40px;
    }

    .testimonials-marquee .tm-title {
        margin-bottom: 44px;
    }

    .testimonials-marquee .tm-card {
        width: 280px;
        padding: 18px 18px 16px;
    }

    .testimonials-marquee .tm-row.row-a .tm-track,
    .testimonials-marquee .tm-row.row-b .tm-track {
        animation-duration: 38s;
    }
}

@media (max-width: 575.98px) {
    .testimonials-marquee .tm-card {
        width: 240px;
    }

    .testimonials-marquee .tm-quote {
        font-size: 9px;
    }

    .testimonials-marquee .tm-row+.tm-row {
        margin-top: 16px;
    }

    .testimonials-marquee .tm-row.row-a .tm-track,
    .testimonials-marquee .tm-row.row-b .tm-track {
        animation-duration: 32s;
    }
}

/* Entrance fade */
.testimonials-marquee .tm-fade {
    opacity: 0;
    transform: translateY(14px);
    animation: tmFade 800ms ease forwards;
}

.testimonials-marquee .tm-fade.d1 {
    animation-delay: 80ms;
}

.testimonials-marquee .tm-fade.d2 {
    animation-delay: 200ms;
}

.testimonials-marquee .tm-fade.d3 {
    animation-delay: 320ms;
}

@keyframes tmFade {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rationstarcolor {
    color: #fbbc04;
}


/* ====================================== */


.trust-section {
    padding: 80px 0;
    background: #ececec;
}

.trust-title {
    font-size: clamp(32px, 4.5vw, 60px);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #111;
}

.trust-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    max-width: 360px;
}

.trust-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.5s ease;
}

.trust-card:hover img {
    transform: scale(1.03);
}

.trust-card-title {
    font-family: 'Cormorant Garamond', 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 12px;
    color: #111;
}

.trust-card-text {
    font-size: 14px;
    line-height: 1.55;
    color: #444;
    max-width: 260px;
    margin-bottom: 0;
}

.trust-arrow {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    background: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.trust-arrow:hover {
    background: #111;
    color: #fff;
}

.trust-arrow svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 640px) {
    .trust-section {
        padding: 50px 0;
    }

    .trust-title {
        font-size: 34px;
    }

    .trust-desc {
        max-width: 100%;
        font-size: 14px;
    }

    .trust-card-title {
        font-size: 20px;
    }
}


/* ====================================== */


/* ====================================== */

.sustain-section {
    position: relative;
    padding: 100px 0 120px;
    background: url('https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=1920') center/cover no-repeat;
    overflow: hidden;
}

.sustain-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.sustain-section .container {
    position: relative;
    z-index: 2;
}

.sustain-title {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 12px;
}

.sustain-subtitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 80px;
}

/* Diamond wrapper */
.diamond {
    width: 280px;
    height: 280px;
    background: #fff;
    transform: rotate(45deg);
    margin: 60px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: transform 0.4s ease, background 0.4s ease;
}


.diamond:hover {
    background: #121117;
    background: linear-gradient(90deg, rgb(156, 122, 67) 0%, rgb(157, 108, 27) 100%);
    transform: rotate(45deg) scale(1.03);
}

.diamond-inner {
    transform: rotate(-45deg);
    text-align: center;
    padding: 0px 0px 20px 0px;
    width: 100%;
}

.diamond-inner i {
    color: #8a6a3f;
    margin-bottom: 14px;
}

.diamond-inner h5 {
    font-size: 22px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.diamond-inner p {
    font-size: 14px;
    line-height: 18px;
    color: #555;
    margin: 0;
    max-width: 180px;
    font-family: "Poppins", sans-serif;
    margin-inline: auto;
}

.read-more {
    display: inline-block;
    margin-top: 40px;
    color: #dcdcdc;
    letter-spacing: 4px;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 4px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}


.diamond:hover img {
    filter: brightness(0) invert(1);
    transform: scale(1.05);
    filter: brightness(0) invert(1);
}


.diamond:hover h5 {
    color: #fff;
}

.diamond:hover p {
    color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
    .diamond {
        width: 220px;
        height: 220px;
        margin: 50px auto;
    }
}

/* Mobile */
@media (max-width: 640px) {
    .sustain-section {
        padding: 70px 0 80px;
    }

    .sustain-subtitle {
        margin-bottom: 40px;
    }

    .diamond {
        width: 220px;
        height: 220px;
        padding: 0px 0px 0px 0px;
        margin: 0px 0 00px 0px;
    }

    .fbox {
        margin-bottom: 120px;
    }

    .diamond-inner i {
        font-size: 26px;
    }

    .diamond-inner h5 {
        font-size: 14px;
    }

    .diamond-inner p {
        font-size: 12px;
        min-width: 200px;
    }

    .read-more {
        font-size: 16px;
        letter-spacing: 3px;
    }
}

/* ====================================== */


.property-tour-section {
    background: #f2f2f2;
}

.tour-swiper {
    padding: 10px 5px 60px;
}

.tour-slide {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
}

.tour-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.tour-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.tour-slide:hover img {
    transform: scale(1.08);
}

/* Pagination */

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #999;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    width: 28px;
    background: #111;
    opacity: 1;
}

/* Navigation */

.swiper-button-prev,
.swiper-button-next {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    color: #000;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 50px !important;
    height: 50px !important;
    background-color: #ffffffb0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 20px !important;
    color: #000;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #fff;
    color: #fff;
}

@media(max-width:991px) {

    .tour-title {
        font-size: 36px;
        letter-spacing: 4px;
    }

}

@media(max-width:767px) {

    .tour-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

}







.info-label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #9f6e1f;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "MochaDemo";
    margin-bottom: 14px;
}

.info-label i {
    font-size: 18px;
    color: #9f6e1f;
}

.office-address {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Gilroy-Regular";
}

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

.contact-value {
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    font-family: "Gilroy-Regular";
}


/* ====================== */

.pagehead {
    margin-top: 80px;
}

.responsive-title {
    position: absolute;
    margin-top: -10%;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -6px;
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}


/* ====================== */

.contact-value:hover {
    color: #9f6e1f;
}

.working-hours {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    font-family: "Gilroy-Regular";
}

/* ===== Map ===== */
.map-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 25px;
}

.map-card iframe {
    width: 100%;
    height: 460px;
    border: 0;
    display: block;
}

.map-badge-left,
.map-badge-right {
    position: absolute;
    top: 15px;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
}

.map-badge-left {
    left: 15px;
    background: #fff;
    color: #111;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}

.map-badge-right {
    right: 15px;
    background: var(--navy);
    color: #fff;
    text-transform: uppercase;
}

/* ===== Right Form Card ===== */
.form-card {
    background: #9f6e1f05;
    border: 2px solid #9f6e1f;
    border-radius: 20px;
    padding: 70px 70px;
}

.form-title {
    font-size: 60px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-family: "MochaDemo";
}

.ucolor {
    color: #9f6e1f;
}

.form-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #9f6e1f;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: "Gilroy-Regular";
}

.form-control,
.form-select {
    background: #fff;
    border: 1px solid #00000036;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 18px;
    min-height: 60px;
    font-weight: 400;
    color: #000;
    box-shadow: none;
    font-family: "Gilroy-Regular";
}

.form-control:focus,
.form-select:focus {
    background: #fff;
    border-color: #01194a;
    /* box-shadow: 0 0 0 3px rgba(15, 26, 61, .08); */
}

.form-control::placeholder {
    color: #9ca3af;
}

textarea.form-control {
    min-height: 180px;
    resize: none;
}

.btn-submit {
    background: var(--navy);
    color: #fff;
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border: none;
    transition: .3s;
}

.btn-submit:hover {
    background: #1a2a5c;
    color: #fff;
    transform: translateY(-2px);
}

.secure-note {
    text-align: center;
    font-size: 12px;
    color: var(--muted);
    margin-top: 18px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .form-card {
        padding: 35px 25px;
    }

    .office-address {
        font-size: 18px;
    }

    .form-title {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .form-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .office-address {
        font-size: 18px;
    }

    .contact-value {
        font-size: 16px;
    }

    .working-hours {
        font-size: 17px;
    }

    .form-title {
        font-size: 22px;
    }

    .map-card iframe {
        height: 260px;
    }
}



@media (max-width: 765px) {
    .navbar-brand img {
        max-width: 80px;
    }

    .pagehead {
        margin-top: 60px;
    }

    .premium-hero .ph-title {
        font-family: 'Poppins', 'Inter', sans-serif;
        font-weight: 800;
        color: var(--navy);
        font-size: 26px;
        line-height: 1.15;
        letter-spacing: -0.01em;
        margin: 0 0 10px;
    }

    .premium-hero .ph-subtitle {
        font-family: 'Poppins', 'Inter', sans-serif;
        font-weight: 500;
        color: var(--red);
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 30px;
    }

    .stats-strip .stat-number {
        font-family: 'Cormorant Garamond', 'Times New Roman', serif;
        font-weight: 300;
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0.01em;
        color: #1a1a1a;
        margin: 0 0 22px;
    }

    .stats-strip .stat-label {
        font-family: 'Poppins', sans-serif;
        font-size: 18px !important;
        font-weight: 100;
        line-height: 18px;
        color: #4a4a4a;
        letter-spacing: 0;
        margin: 0;
    }

    .bespoke {
        position: relative;
        padding: 60px 0 60px;
        border-radius: 15px;
        color: var(--text);
        font-family: "Poppins", sans-serif;
        overflow: hidden;
    }

    .bespoke .section-eyebrow {
        display: inline-block;
        color: var(--accent-2);
        letter-spacing: 2px;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 18px;
        opacity: 0.9;
    }

    .bespoke .section-title {
        font-size: 30px;
    }

    .bespoke .reality-card .label {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        z-index: 2;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 26px;
        letter-spacing: 0;
    }

    .ctitle {
        font-size: 30px;
        font-weight: 700;
        line-height: 34px;
    }

    .ttitle {
        font-size: 30px;
        font-weight: 400;
        line-height: 34px;
    }

    .testimonials-marquee .tm-user-name {
        font-weight: 600;
        font-size: 12px;
        color: var(--text-dark);
    }

    .testimonials-marquee .tm-user-role {
        font-size: 8px;
        color: var(--text-muted);
        margin-top: 2px;
    }

    .testimonials-marquee .tm-avatar {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        object-fit: cover;
        flex: 0 0 auto;
        background: #e6e8ee;
    }

    .form-control,
    .form-select {
        background: #fff;
        border: 1px solid #00000036;
        border-radius: 6px;
        padding: 5px 10px;
        font-size: 16px;
        min-height: 43px;
        font-weight: 400;
        color: #000;
        box-shadow: none;
        font-family: "Gilroy-Regular";
    }

    .secure-note {
        text-align: center;
        font-size: 9px;
        color: var(--muted);
        margin-top: 18px;
    }

    .tbp {
        padding: 40px 0px!important;
    }

    .aboutsub {
        font-size: 28px !important;
        margin-bottom: 30px;
        margin-top: 20px;
        font-weight: 600;
        line-height: 30px;
        color: #0b3d7a;
        font-family: "Poppins", sans-serif;
    }

    .hero-desc {
        min-width: 70%;
        margin: 0 auto 60px;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-family: "Poppins", sans-serif;
        color: #333;
    }

    .story-title {
        padding-left: 0px !important;
    }

    .responsive-title {
        position: absolute;
        margin-top: 3%;
        font-size: 25px;
        font-weight: 600;
        letter-spacing: 0px;
        -webkit-text-stroke: 1.1px #fff;
        color: transparent;
    }

    .office-address {
        font-size: 16px !important;
        font-weight: 800;
        line-height: 22px;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-family: "Gilroy-Regular";
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        top: var(--swiper-navigation-top-offset, 50%);
        width: 30px !important;
        height: 30px !important;
        background-color: #ffffffb0;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 12px !important;
    }

    .footer .copyright .copyright-text p {
        font-size: 14px;
        line-height: 0px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        color: #9199a1;
    }

    .footer .copyright .social-button a {
        height: 40px;
        width: 40px;
        font-size: 15px;
        padding: 8px;
    }

    .pt-110 {
        padding-top: 60px;
    }

    .footer.footer-2 .footer-link ul li a {
        font-size: 14px;
        line-height: 20px;
        color: #d7d8d9;
    }

    .hero-desc {
        min-width: 70%;
        margin: 0 auto 60px;
        font-size: 16px;
        line-height: 1.6;
        font-family: "Poppins", sans-serif;
        color: #333;
    }

    .header-menu .menu>.nav-item>.nav-link {
        font-size: 15px;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        position: relative;
        text-transform: capitalize;
    }
    .dropdown-menu{
        line-height: 10px;
    }
    .header-menu .menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link{
        font-size: 14px;
    }
}   