@font-face {
    font-family: "Aloevera";
    src: url("../font/Aloevera-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Aloevera";
    src: url("../font/Aloevera-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aloevera";
    src: url("../font/Aloevera-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aloevera";
    src: url("../font/Aloevera-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Aloevera";
    src: url("../font/Aloevera-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Claudia";
    src: url("../font/Claudia.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "NotoSans";
    src: url("../font/NotoSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "NotoSans";
    src: url("../font/NotoSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "NotoSans";
    src: url("../font/NotoSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}

.txt-white{
    color: #fff !important;
}

body{
    font-family:'Aloevera', sans-serif;
    overflow-x: hidden;
}

body p {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1.6px;
    word-spacing: 1.1px;
    line-height: 1.6;
}

.saanvi-main{
    font-family:'Aloevera', sans-serif;
}

.saanvi-font{
    font-family:'Aloevera', sans-serif;
}

.text-noeffect{
    font-size:inherit !important;
    margin:0 !important;
    padding:0 !important;
    color:inherit !important;
    font-weight:inherit !important;
    line-height:inherit !important;
    text-align:inherit !important;
    text-transform:inherit !important;
    width:inherit !important;
    float:inherit !important;
    border:0 !important;
}

.section-eyebrow {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    color: #C9A24B;
    text-transform: uppercase;
}

.heading-section{
    text-transform: uppercase;
    font-size: 58px;
    letter-spacing: 3.5px;
    line-height: 1.2;
    font-weight: 500;
    color: #2A0C0B;
}
.h2-heading-section {
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 3.5px;
    line-height: 1.1;
    font-weight: 500;
    color: #2A0C0B;
}

.heading-section2 {
    margin: 0;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 3px;
    color: #2b0808;
}

.heading-section-h3 {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #141312;
}

.story-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 8px;
    color: #221F1C;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.story-btn:hover {
    color: #221F1C;
}

.story-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #C9A24B;
    transition: width 0.4s ease;
}

.story-btn:hover::after {
    width: 100%;
}

.story-btn span {
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.story-btn:hover span {
    transform: translateX(4px);
}

.section-gap{
    padding: 60px 0;
}

.container-wrapper{
    width: 100%;
    padding: 0 40px;
}

/* =========================================================
    HEADER
========================================================= */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    border: none;
    font-family:'Aloevera', sans-serif;
}
#sideMenu{
    font-family:'Aloevera', sans-serif;
}

.header-container {
    width: 100%;
    max-width: 100%;
    padding: 10px 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    flex-shrink: 0;
}

.header-logo a {
    display: block;
}

.header-logo img {
    display: block;
    width: auto;
    max-width:120px;
    height: auto;
}

.desktop-navigation .desktop-nav-list{
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-nav-list li {
    position: relative;
}

.desktop-nav-list a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.desktop-nav-list a:hover,
.desktop-nav-list li.active a {
    color: #ffffff;
}

.desktop-nav-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 0;
    height: 2px;
    background: #d7a93d;
    transition: width 0.3s ease;
}

.desktop-nav-list li a:hover::after {
    width: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-shrink: 0;
}

.header-icon {
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.header-icon:hover {
    opacity: 0.7;
}

.header-icon svg {
    width: 100%;
    height: 100%;
}

.hamburger {
    width: 35px;
    height: 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    background: transparent;
    border: 0;
    cursor: pointer;
}


.hamburger span {
    display: block;
    width: 33px;
    height: 1.5px;
    background: #fff;
    transition: all 0.35s ease;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.4s ease,
        visibility 0.4s ease;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 390px;
    max-width: 90vw;
    height: 100vh;
    z-index: 1050;
    background: #211f20;
    transform: translateX(100%);
    transition:
        transform 0.5s cubic-bezier(.77, 0, .18, 1);

    overflow-y: auto;
}

.side-menu.active {
    transform: translateX(0);
}

.side-menu-header {
    min-height: 110px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.side-menu-logo {
    display: block;
}

.side-menu-logo img {
    display: block;
    width: auto;
    max-width: 170px;
}

.menu-close {
    position: relative;
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 1.5px;
    background: #fff;
}

.menu-close span:first-child {
    transform:
        translate(-50%, -50%)
        rotate(45deg);
}

.menu-close span:last-child {
    transform:
        translate(-50%, -50%)
        rotate(-45deg);
}

.side-navigation {
    padding: 45px 35px;
}

.side-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-navigation li {
    margin-bottom: 28px;
}

.side-navigation a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}

.side-navigation a:hover {
    color: #d7a93d;
    padding-left: 7px;
}

.mobile-navigation {
    display: none;
}

.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 55px;
    background: rgba(17,17,17,0.97);
    z-index: 1200;
    transform: translateY(-100%);
    transition: transform 0.4s ease;
}

.search-box.active {
    transform: translateY(0);
}

.search-box form {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    border-bottom:
        1px solid rgba(255,255,255,0.5);
}

.search-box input {
    flex: 1;
    height: 55px;
    padding: 0;
    color: #fff;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
}

.side-navigation .mobile-only-links {
    display: none;
}

.search-box input::placeholder {
    color: rgba(255,255,255,0.6);
}

.search-box button {
    width: 40px;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.search-box button svg {
    width: 22px;
}

body.menu-open {
    overflow: hidden;
}


.side-navigation .desktop-extra-links.mobile {
    display: none;
}
/* =========================
   FOOTER CSS
========================= */

.site-footer {
    background: #f4f1EC;
    color: #4D4A44;
    font-family:'Aloevera', sans-serif;
}

.footer-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    column-gap: 70px;
}

.footer-logo {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
}

.footer-logo img {
    width: 120px;
}

.footer-short-text {
    max-width: 210px;
    font-size: 13px;
    line-height: 1.5;
    color: #4D4A44;
    margin: 0 0 20px;
    font-weight: 300;
}

.footer-description {
    font-weight: 300;
    max-width: 315px;
    font-size: 16px;
    line-height: 1.6;
    color: #4D4A44;
    margin: 0;
}

.footer-column h4 {
    color: #DCC07E;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 25px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 12px;
}

.footer-column a {
    color: #4D4A44;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #DCC07E;
}

.footer-contact p {
    margin: 0 0 25px;
}

.footer-contact a {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
}

.footer-bottom {
    margin: 65px auto 0;
    padding-top: 27px;
    /* border-top: 1px solid #4D4A44; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer-bottom p {
    margin: 0;
    color: #4D4A44;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.footer-bottom a {
    color: #4D4A44;
    text-decoration: none
}
.footer-bottom a:hover{
    color: #C9A24B;
}

/* =========================
   HERO CSS
========================= */

.hero {
    position: relative;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease;
    display: flex;
    align-items: end;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
}

.hero-eyebrow {
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.hero-content {
    position: absolute;
    z-index: 3;
    bottom: 10%;
    /* left: 50%; */
    width: 90%;
    /* transform: translate(-50%, -50%); */
    text-align: center;
    color: #fff;
}

.hero-content p {
    color: rgba(255, 255, 255, 0.9);
}

.hero-play {
    position: absolute;
    z-index: 4;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.hero-pagination {
    position: absolute;
    z-index: 10;
    right: 7%;
    bottom: 50px;
    display: flex;
    gap: 6px;
}

.hero-pagination button {
    width: 28px;
    height: 5px;
    padding: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
}

.hero-pagination button.active {
    background: #c9a44c;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 8px;
    line-height: 1;
    padding-bottom: 8px;
}

.hero-btn:hover {
    color: #fff;
}

.hero-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 4px;
    background: #d2b15c;
}

.hero-btn span {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    transform: translateY(-1px);
}

/* =========================
    Saanvi Story CSS
========================= */

.saanvi-story {
    background: #FAF6F1;
}

.saanvi-story .image-section {
    /* position: relative; */
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-inner{
    position: relative;
}

.saanvi-story .image-section .image-inner img {
    height: 100%;
    display: block;
}

.image-label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    background: #443026;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.saanvi-story-content {
    padding: 50px 0 50px 70px;
}

.story-top {
    margin-bottom: 55px;
}

.story-top>p {
    margin: 8px 0 0;
    color: #2A0C0B;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.story-center {
    /* max-width: 500px; */
}
.leadership-section .heading-section-h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #141312;
}

.story-center p {
    margin: 0 0 20px;
    color: #5C564D;
}

.story-center p:last-child {
    margin-bottom: 0;
}

.story-bottom {
    margin-top: 65px;
}

/* =========================
    Stats Section CSS
========================= */

.stats-section {
    background: #f8f6ef;
}

.stats-row {
    margin: 0;
    padding: 0;
    border-top: 2px solid #D8D0C1;
    border-bottom: 2px solid #D8D0C1;
}

.stats-col {
    min-height: 365px;
    border-right: 2px solid #D8D0C1;
}

.stats-col:last-child {
    border-right: 0;
}

.stats-item {
    padding: 78px 54px;
    height: 100%;
}

.stats-number {
    font-size: 86px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3.5px;
    color: #2A0C0B;
}

.stats-number strong {
    color: #C9A24B;
    font-weight: 400;
}

.stats-label {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: #8D877C;
}

.home-stats-timeline {
    width: 100%;
    position: relative;
    padding-top: 25px;
}

.home-timeline-line {
    width: 100%;
    height: 5px;
    background: #e4e2dd;
    position: relative;
    overflow: hidden;
}

.home-timeline-line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #cda349;
    transition: width 0.6s ease;
}

.home-timeline-labels {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 27px;
}

.home-timeline-labels span {
    font-family: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    color: #858585;
}

.home-current-date {
    position: static;
    transform: none;
}

/* =========================
    Promise Section CSS
========================= */

.promise-section {
    background: #f8f6ef;
}

.promise-image-wrapper , .promise-content-wrapper{
    padding: 0;
}

.promise-row {
    margin: 0;
}

.promise-image {
    width: 100%;
    overflow: hidden;
}

.promise-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.promise-content {
    padding-left: 70px;
}

.promise-list {
    width: 100%;
}

.promise-item {
    display: grid;
    grid-template-columns: 55px 1fr;
    gap: 18px;
    padding: 32px 0;
    border-bottom: 1px solid #D8D0C1;
}

.promise-item:last-child {
    border-bottom: 0;
}

.promise-number {
    padding-top: 2px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 2px;
    color: #C9A24B;
}

.promise-info p {
    margin: 0;
    color: #5C564D;
}

/* =========================
    Purpose Section
========================= */

.purpose-section {
    background: #f8f6f0;
}

.purpose-top-border,
.purpose-bottom-border {
    width: 100%;
    height: 1px;
    background: #d9d2c4;
}

.purpose-row {
    padding: 125px 0 140px;
}


.purpose-description {
    max-width: 650px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #5d5a52;
}

.purpose-stats {
    margin-top: 65px;
}

.purpose-stat {
    padding-right: 20px;
}

.purpose-number {
    margin-bottom: 18px;
    font-size: 64px;
    font-weight: 300;
    line-height: 1;
    color: #151515;
}

.purpose-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 3px;
    color: #8e8a80;
}

/* =========================
    Spaces Section
========================= */

.spaces-section {
    overflow: hidden;
    background: #f8f6f0;
}

.spaces-slider {
    width: calc(100% + 0px);
    overflow: visible;
}

.space-card {
    /* width: 33.333%; */
    transition: all 0.5s ease;
}

.space-image {
    width: 100%;
    height: 385px;
    overflow: hidden;
}

.space-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.space-card.swiper-slide-active {
    transform: translateY(0);
}

.space-card.swiper-slide-active .space-image {
    height: 450px;
}

.space-details {
    display: none;
}

.space-card.swiper-slide-active .space-details {
    display: block;
}

.space-tag {
    display: inline-table;
    margin-top: -1px;
    padding: 9px 13px;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #fff;
    color: #171717;
    position: absolute;
    top: 10px;
    left: 10px;
}

.space-details h3 {
    margin: 28px 0 10px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    color: #171717;
}

.space-details p {
    margin: 0 0 10px;
    color: #858078;
}

.space-price {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #24211e;
}

.space-line {
    width: 100%;
    height: 1px;
    margin-top: 17px;
    background: #d8d0c2;
}

.spaces-more {
    margin-top: 28px;
    text-align: center;
}

/* =========================
    TESTIMONIAL SECTION
========================= */

.testimonial-section {
    overflow: hidden;
}

.testimonial-inner{
    background: #E5DECD;
}

.testimonial-heading {
    margin-bottom: 68px;
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
}

.testimonial-slide.active {
    display: block;
}

.testimonial-video {
    position: relative;
    width: 100%;
}

.testimonial-video img {
    display: block;
    width: 100%;
}

.testimonial-content {
    padding-left: 55px;
    max-width: 680px;
}

.testimonial-label {
    margin-bottom: 55px;
}

.testimonial-quote {
    color: #4D4A44;
    font-size: 21px;
    line-height: 1.8;
    font-weight: 500;
    margin: 0 0 42px;
    letter-spacing: 0.38px;
    line-height: 49.4;
}

.testimonial-owner {
    color: #8D877C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.16px;
    margin: 0 0 48px;
}

.testimonial-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 50px; 
}

.testimonial-navigation button {
    border: 0;
    background: transparent;
    font-size: 55px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.testimonial-prev {
    color: #222;
}
.testimonial-prev:hover {
    color: #999;
}
.testimonial-next:hover {
    color: #999;
}

.testimonial-next {
    color: #222;
}

.testimonial-navigation button:disabled {
    opacity: 0.35;
    cursor: default;
}
.testimonial-slide.active {
    animation: testimonialFade 0.5s ease;
}

@keyframes testimonialFade {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.testimonial-content {
    padding-left: 35px;
}

.testimonial-quote {
    font-size: 21px;
    line-height: 1.6;
}



/* =========================================
   ENQUIRY SECTION
========================================= */

.enquiry-section {
    background: #2A2A2A;
}

.enquiry-row {
    min-height: 420px;
}

.enquiry-content p {
    max-width: 390px;
    margin: 0;
    color: #C3BCAE;
}

.enquiry-form {
    margin-left: auto;
    padding: 28px 29px 29px;
    background: #2d2d2d;
    border: 1px solid #484848;
    border-radius: 5px;
}

.enquiry-form .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 0;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    color: #aaa69e;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.enquiry-form .form-control {
    width: 100%;
    padding: 12px 11px;
    color: #d5d1ca;
    background: #373737;
    border: 1px solid #484848;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
}

.enquiry-form .form-control::placeholder {
    color: #858585;
    opacity: 1;
}

.enquiry-form .form-control:focus {
    color: #d5d1ca;
    background: #373737;
    border-color: #c9a24b;
    box-shadow: none;
}

.enquiry-form select.form-control {
    color: #d5d1ca;
    cursor: pointer;
}

.enquiry-btn {
    padding: 14px 29px;
    border: 0;
    border-radius: 0;
    background: #C9A24B;
    color: #171717;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-btn span {
    margin-left: 4px;
    font-size: 13px;
    font-weight: 400;
}

.enquiry-btn:hover {
    background: #d5ad58;
}




/* =========================================
=========================================
   PROJECT SINGLE PAGE CSS
===========================================
======================================= */




.project-details-hero {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 650px;
    overflow: hidden;
    color: #fff;
}

.project-details-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.project-details-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .55) 0%,
            rgba(0, 0, 0, .20) 50%,
            rgba(0, 0, 0, .08) 100%);
    z-index: 1;
}

.project-details-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 125px;
    max-width: 600px;
}


.project-details-content p {
    max-width: 560px;
    margin: 0;
}

.project-details-bottom {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #111111;
}

.project-details-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.project-info-item span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.project-info-section {
    width: 100%;
    background: #f7f5ee;
}

.project-info-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.project-info-content {
    width: 100%;
}

.project-description {
    max-width: 650px;
    margin: 0 0 48px;
    color: #5d5852;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 1px;
}

.project-specs {
    width: 100%;
}

.project-spec-row {
    width: 100%;
    min-height: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 2px solid #ddd8ca;
}

.project-spec-row:first-child {
    border-top: 0;
}

.spec-title {
    color: #35100e;
    font-size: 17px;
    font-weight: 600;
}

.spec-value {
    color: #c9a13b;
    font-size: 17px;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.project-info-image {
    width: 100%;
    overflow: hidden;
}

.project-info-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.project-floorplans-section {
    width: 100%;
    background: #f8f6ef;
    overflow: hidden;
}

.project-floorplans-container {
    width: 100%;
}

.project-floorplans-swiper {
    width: 100%;
    overflow: hidden;
}

.project-floorplans-card {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd7c9;
    background: #f8f6ef;
}
.project-floorplans-card > * {
    width: 100%;
}
.project-inquiry-project-info {
    display: none;
}

.project-floorplans-image {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 60px;
    background: #f8f6ef;
}

.project-floorplans-image img {
    width: 100%;
    height: 100%;
    max-height: 390px;
    display: block;
    object-fit: contain;
}

.project-floorplans-details {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 55px 35px;
    background: #e9e3d3;
}

.project-floorplans-details h3 {
    margin: 0 0 12px;
    color: #272321;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
}

.project-floorplans-details p {
    max-width: 330px;
    margin: 0;
    color: #5c5852;
}

.project-floorplans-line {
    width: 100%;
    height: 1px;
    margin: 20px 0 24px;
    background: #d4cebf;
}

.project-floorplans-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.project-floorplans-stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-floorplans-stat strong {
    color: #292624;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
}

.project-floorplans-stat span {
    color: #999187;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.project-floorplans-arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 20px;
}

.project-floorplans-arrows button {
    border: 0;
    background: transparent;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.project-floorplans-prev {
    color: #222;
}

.project-floorplans-prev:hover {
    color: #999;
}

.project-floorplans-next:hover {
    color: #999;
}

.project-floorplans-next {
    color: #222;
}

.project-floorplans-arrows button:disabled {
    opacity: 0.35;
    cursor: default;
}

.project-floorplans-card.active {
    animation: testimonialFade 0.5s ease;
}

.amenities-section {
    background: #f5f2eb;
}

.amenity-card {
    position: relative;
    overflow: hidden;
}

.amenity-card img {
    /* height: 231px; */
    object-fit: cover;
    transition: transform 0.5s ease;
}

.amenity-card:hover img {
    transform: scale(1.04);
}

.amenity-title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 14px 12px;
    background: rgba(18, 18, 18, 0.82);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 1;
}

.project-progress {
    background: #e9e2d2;
}

.project-timeline {
    margin-bottom: 60px;
}

.timeline-line {
    position: relative;
    width: 100%;
    height: 5px;
    background: rgba(70, 60, 45, 0.10);
}

.timeline-progress {
    width: 0;
    height: 100%;
    background: #bd9138;
    transition: width 1.2s ease;
}


/* Timeline Labels */
.timeline-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.timeline-item span {
    display: block;
    color: #29221c;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.3px;
    line-height: 1.3;
    white-space: nowrap;
}

.progress-media {
    width: 100%;
    height: 523px;
    overflow: hidden;
}

.progress-media iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.location-section {
    background: #f7f5ef;
}

.location-content {
    padding-right: 55px;
}

.location-list {
    width: 100%;
}

.location-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    border-bottom: 2px solid #ded8c9;
    gap: 20px;
}

.location-item:first-child {
    border-top: 0;
}

.location-item span {
    color: #292929;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
}

.location-item strong {
    color: #c39a3d;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
}

.location-map {
    width: 100%;
    overflow: hidden;
}

.location-map img {
    display: block;
    width: 100%;
    height: 568px;
    object-fit: cover;
}


.emi-section {
    background: #432e27;
    color: #fff;
}

.emi-content {
    padding-right: 50px;
}

.emi-field {
    margin-bottom: 30px;
}

.emi-field-heading {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 25px;
}
.emi-field-heading span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.emi-field-heading strong {
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Range Slider */
.emi-field input[type="range"] {
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
}


/* Chrome / Edge / Safari */
.emi-field input[type="range"]::-webkit-slider-runnable-track {
    height: 23px;
    background: linear-gradient(
        to right,
        #d2a844 0%,
        #d2a844 var(--range-progress, 50%),
        #aaa59c var(--range-progress, 50%),
        #aaa59c 100%
    );
}

.emi-field input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 29px;
    height: 29px;
    margin-top: -3px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
#loanAmountInput{
    width: 50%;
}

/* Firefox */
.emi-field input[type="range"]::-moz-range-track {
    height: 23px;
    background: #aaa59c;
}

.emi-field input[type="range"]::-moz-range-progress {
    height: 23px;
    background: #d2a844;
}

.emi-field input[type="range"]::-moz-range-thumb {
    width: 29px;
    height: 29px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Result Box */
.emi-result {
    min-height: 340px;
    margin-top: 95px;
    padding: 65px 40px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.emi-amount {
    color: #d8b35d;
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -2px;
}

.emi-result-title {
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
}

.emi-result p {
    margin: 42px 0 0;
    color: rgba(255, 255, 255, 0.72);
}
 .emi-edit-value {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.emi-edit-value span {
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 1px;
}

.value-input-3{
    width: 25% !important;
}

.emi-edit-value input {
    width: 30%;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: inherit;
}

/* Remove number input arrows */
.emi-edit-value input::-webkit-outer-spin-button,
.emi-edit-value input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.emi-edit-value input[type="number"] {
    -moz-appearance: textfield;
}



/* =========================================
=========================================
   PROJECT LANDING PAGE CSS
===========================================
======================================= */


.spaces-intro {
    padding-top: 150px;
    width: 100%;
    background: #f7f4ee;
    box-sizing: border-box;
}

.spaces-intro p {
    max-width:50%;
    margin: 0;
    font-weight: 500;
    color: #665f57;
}

.projects-section {
    width: 100%;
    background: #f8f5ef;
    box-sizing: border-box;
}

.projects-filter {
    margin: 0 auto 55px;
    padding: 0 0 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ded9d0;
    border-bottom: 1px solid #ded9d0;
}

.filter-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 11px;
}

.filter-btn {
    border: 1px solid #ded9d0;
    background: transparent;
    padding: 6px 20px;
    border-radius: 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #777168;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    background: #29221c;
    border-color: #29221c;
    color: #fff;
}

.filter-btn.active {
    background: #1e1d1b;
    border-color: #1e1d1b;
    color: #fff;
}

.project-count {
    padding-top: 11px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa49b;
}

.projects-list {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 53px;
}

.project-card {
    width: 100%;
    display: grid;
    grid-template-columns: 46% 54%;
    background: #f1ecdf;
    overflow: hidden;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.project-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.04);
}

.project-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #625d56;
}

.project-content {
    padding: 60px 38px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.project-location {
    margin-bottom: 7px;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #c39a49;
    text-transform: uppercase;
}


.project-description {
    max-width: 380px;
    margin: 0 0 21px;
    font-size: 17px;
    line-height: 1.8;
    color: #59544e;
}

.project-line {
    width: 100%;
    height: 1px;
    background: #d9d2c5;
    margin-bottom: 14px;
}

.project-details {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 23px;
}

.detail-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.detail-item strong {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #292522;
    white-space: nowrap;
}

.detail-item span {
    font-size: 6px;
    line-height: 1;
    letter-spacing: 1px;
    color: #a19a91;
    text-transform: uppercase;
}

.brochure-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    padding-bottom: 9px;
    text-decoration: none;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: #292522;
}

.brochure-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 23px;
    height: 1px;
    background: #c49b4d;
    transition: width 0.3s ease;
}

.brochure-link:hover::after {
    width: 100%;
}

.brochure-link span {
    font-size: 12px;
    line-height: 0;
}

.project-card.hidden {
    display: none;
}



/* =========================================
=========================================
  ABOUT US PAGE CSS
===========================================
======================================= */

.about-hero-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 125px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.about-hero-content p {
    max-width: 560px;
    margin: 0;
}

.value-section{
    background: #f7f4ee;
    background: #f8f6f0;
    border-top: 1px solid #ddd8cf;
    border-bottom: 1px solid #ddd8cf;
}

.value-item h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 500;
    color: #29251f;
}

.value-item p {
    margin: 0;   
    color: #4d4942;
}

.leadership-section {
    background: #f8f6f0;
}

.leadership-row {
    --bs-gutter-x: 40px;
}

.leader-card {
    width: 100%;
}

.leader-image {
    width: 100%;
    overflow: hidden;
    background: #777;
}

.leader-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(100%);
}

.leader-content {
    padding-top: 20px;
}

.leader-content h3 {
    margin: 0 0 12px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    color: #29221f;
}

.leader-content p {
    max-width: 470px;
    margin: 0 0 25px;
    color: #4b4742;
}

.about-stats-section {
    background: #f8f6f0;
    border-top: 1px solid #ddd8cf;
}

.about-stats-row {
    border-top: 1px solid #dfdcd4;
    border-bottom: 1px solid #dfdcd4;
}

.about-stat-item {
    min-height: 135px;
    padding: 35px 25px 30px;
    border-right: 1px solid #dfdcd4;
}

.about-stats-row > div:last-child .about-stat-item {
    border-right: 0;
}

.about-stat-item h3 {
    margin: 0 0 8px;
    color: #151515;
    font-size: 45px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}

.about-stat-item h3 span {
    color: #c9a34d;
}

.about-stat-item p {
    margin: 0;
    color: #969188;
    font-weight: 600;
}




/* =========================================
=========================================
   HOME-BUYING EDUCATION PAGE CSS
===========================================
======================================= */


/* =========================
    HEADER - LIGHT VARIANT

    Inner pages sit the header in normal flow
    on a solid cream bar with dark text.
========================= */

.site-header.header-light {
    position: static;
    background: #f8f6ef;
}

.header-light .header-container {
    min-height: 82px;
}

.header-light .desktop-nav-list a {
    color: #141312;
}

.header-light .desktop-nav-list a:hover,
.header-light .desktop-nav-list li.active a {
    color: #141312;
}

.header-light .header-icon {
    color: #141312;
}

.header-light .hamburger span {
    background: #141312;
}


/* =========================
    INNER PAGE HERO
========================= */

.inner-hero {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.inner-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
}

.inner-hero-content {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 79px;
    color: #fff;
}

.inner-hero-title {
    margin-top: 8px;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.inner-hero-title span {
    color: #C9A24B;
}


/* =========================
    EDUCATION TERMS
========================= */

.education-terms {
    background: #f8f6ef;
}

.education-term {
    padding: 87px 0;
    border-bottom: 1px solid #D8D0C1;
}

.education-term:first-child {
    padding-top: 120px;
}

.education-term:last-child {
    padding-bottom: 77px;
    border-bottom: 0;
}

.education-term-row {
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
}

/* Alternate rows put the image on the right */
.education-term-alt .education-term-media {
    order: 2;
}

.education-term-alt .education-term-body {
    order: 1;
}

.education-term-image {
    width: 100%;
    height: 454px;
    overflow: hidden;
}

.education-term-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.education-term-content > p {
    max-width: 500px;
    margin: 24px 0 0;
    color: #5C564D;
}

.education-term-list {
    width: 100%;
    margin-top: 24px;
}

.education-term-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 51px;
    border-bottom: 1px solid #D8D0C1;
}

.education-term-label {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #221F1C;
}

.education-term-value {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: right;
    color: #C9A24B;
}


/* =========================
    EMI CALCULATOR

    Reuses the shared .emi-* markup and scopes
    the Education page's colours and sizes.
========================= */

.emi-dark {
    background: #2A2A2A;
    color: #fff;
}

.emi-dark-row {
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
    padding: 70px 0 75px;
}

.emi-dark .section-eyebrow {
    color: #DCC07E;
}

.emi-dark .emi-content {
    padding-right: 0;
}

.emi-dark-fields {
    margin-top: 31px;
}

.emi-dark .emi-field {
    margin-bottom: 24px;
}

.emi-dark .emi-field:last-child {
    margin-bottom: 0;
}

.emi-dark .emi-field-heading {
    margin-bottom: 14px;
}

.emi-dark .emi-field-heading span {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #C3BCAE;
}

.emi-dark .emi-field-heading strong {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.emi-dark .emi-field input[type="range"] {
    height: 21px;
}

.emi-dark .emi-field input[type="range"]::-webkit-slider-runnable-track {
    height: 21px;
    background: linear-gradient(
        to right,
        #C9A24B 0%,
        #C9A24B var(--range-progress, 50%),
        #9c978c var(--range-progress, 50%),
        #9c978c 100%
    );
}

.emi-dark .emi-field input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 26px;
    margin-top: -2px;
}

.emi-dark .emi-field input[type="range"]::-moz-range-track {
    height: 21px;
    background: #9c978c;
}

.emi-dark .emi-field input[type="range"]::-moz-range-progress {
    height: 21px;
    background: #C9A24B;
}

.emi-dark .emi-field input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 26px;
}

.emi-dark .emi-result {
    min-height: 240px;
    margin-top: 0;
    padding: 40px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.emi-dark .emi-amount {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #DCC07E;
}

.emi-dark .emi-result-title {
    margin-top: 22px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #C3BCAE;
}

.emi-dark .emi-result p {
    margin: 30px 0 0;
    color: #C3BCAE;
}




/* =========================================
=========================================
   CONTACT US PAGE CSS
===========================================
======================================= */


/* =========================
    HEADER - BORDERED

    Pair with .header-light on pages whose first
    section is cream rather than a hero image.
========================= */

.site-header.header-bordered {
    border-bottom: 1px solid #D8D0C1;
}

/* Persistent "you are here" underline in the desktop nav */
.desktop-nav-list li.active a::after {
    width: 100%;
}

.header-light .desktop-nav-list li a::after {
    background: #C9A24B;
}


/* =========================
    CONTACT INTRO
========================= */

.contact-section {
    background: #f8f6ef;
    border-bottom: 1px solid #D8D0C1;
}

.contact-intro {
    padding-top: 48px;
}

.contact-intro-title {
    color: #221F1C;
}

.contact-intro > p {
    max-width: 470px;
    margin: 24px 0 0;
    font-weight: 400;
    color: #5C564D;
}


/* =========================
    CONTACT DETAILS + FORM
========================= */

.contact-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-top: 74px;
    padding-bottom: 74px;
}

.contact-info {
    max-width: 569px;
}

.contact-info-item {
    padding-bottom: 28px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D8D0C1;
}

.contact-info-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.contact-info-label {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3px;
    color: #C9A24B;
    text-transform: uppercase;
}

.contact-info-value {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 400;
    color: #221F1C;
}

.contact-info-value a {
    color: #221F1C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-value a:hover {
    color: #C9A24B;
}

.contact-info-note {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: #8D877C;
}

.contact-info-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #221F1C;
}


/* =========================
    CONTACT FORM

    Light counterpart to the dark home
    .enquiry-form, same markup + class names.
========================= */

.contact-form {
    margin-top: 37px;
    padding: 40px;
    background: #eae8e1;
    border: 1px solid #ccc5bf;
    border-radius: 8px;
}

.contact-form .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #443026;
}

.contact-form .form-control {
    width: 100%;
    /* height: 47px; */
    padding: 12 18px;
    font-size: 16px;
    color: #221F1C;
    background: #e0ded7;
    border: 1px solid #e0ded7;
    border-radius: 6px;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #969188;
    opacity: 1;
}
.image-section img{
    width: 100%;
}

.contact-form .form-control:focus {
    color: #221F1C;
    background: #e0ded7;
    border-color: #C9A24B;
    box-shadow: none;
}

.contact-form select.form-control {
    cursor: pointer;
}

.contact-form .enquiry-btn {
    height: 48px;
    margin-top: 4px;
    padding: 0 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #171717;
}

.contact-form .enquiry-btn span {
    margin-left: 8px;
    font-size: 15px;
}


/* =========================
    CONTACT CARDS
========================= */

.contact-cards {
    background: #f8f6ef;
}

.contact-card {
    padding: 82px 0 96px;
    border-bottom: 1px solid #D8D0C1;
}

.contact-card:first-child {
    padding-top: 22px;
}

.contact-card:last-child {
    padding-bottom: 110px;
    border-bottom: 0;
}

.contact-card-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.contact-card-title {
    line-height: 1.6;
    color: #221F1C;
}

.contact-card-body > p {
    max-width: 560px;
    margin: 0 0 34px;
    color: #5C564D;
}




/* =========================================
=========================================
   SAANVI GARDENS PAGE CSS
===========================================
======================================= */


/* =========================
    GARDEN HERO
========================= */

.garden-hero {
    height: 576px;
}

/* The garden photography is bright, so the scrim is a
   bottom gradient rather than the flat .hero-overlay wash. */
.garden-hero .inner-hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.00) 35%,
        rgba(0, 0, 0, 0.18) 62%,
        rgba(0, 0, 0, 0.50) 100%
    );
}


/* =========================
    COMMITMENT
========================= */

.garden-intro {
    background: #f8f6ef;
}

.garden-commitment {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 72px;
    text-align: center;
}

.garden-commitment-title {
    color: #221F1C;
}

.garden-commitment > p {
    max-width: 700px;
    margin: 30px auto 0;
    color: #5C564D;
}


/* =========================
    GARDEN STATS
========================= */

.garden-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 105px;
    margin-top: 85px;
    padding-bottom: 130px;
}

.garden-stat-number {
    font-size: 72px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -1px;
    color: #141312;
}

.garden-stat-label {
    margin-top: 26px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 3px;
    color: #8D877C;
}


/* =========================
    WHERE TO WALK - MAP
========================= */

.garden-map-section {
    background: #f8f6ef;
}

.garden-map-row {
    --bs-gutter-x: 72px;
    --bs-gutter-y: 0;
    padding-bottom: 59px;
}

.garden-map {
    position: relative;
    width: 100%;
    aspect-ratio: 674 / 539;
    overflow: hidden;
    background: #efe8db;
    border: 1px solid #D8D0C1;
}

.garden-map-canvas {
    display: block;
    width: 100%;
    height: 100%;
}

.garden-map-pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}

.garden-map-dot {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #3F5938;
}

.garden-map-name {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #5C564D;
}


/* =========================
    WHERE TO WALK - LIST
========================= */

.garden-walk-title {
    color: #221F1C;
}

.garden-list {
    width: 100%;
    margin-top: 35px;
}

.garden-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    min-height: 55px;
    border-bottom: 1px solid #D8D0C1;
}

.garden-list-label {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
    color: #5C564D;
}

.garden-list-value {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: right;
    color: #C9A24B;
}

.garden-walk-btn {
    margin-top: 36px;
}




/* =========================================
=========================================
   CAREERS PAGE CSS
===========================================
======================================= */


.career-main {
    background: #f8f6ef;
}


/* =========================
    CAREER HERO

    Image only - no eyebrow, title or scrim.
========================= */

.career-hero {
    height: 504px;
}


/* =========================
    WHY WORK WITH SAANVI
========================= */

.career-why {
    background: #f8f6ef;
    border-bottom: 1px solid #D8D0C1;
}

.termsCondition span {
    font-weight: 300 !important;
}
.termsCondition a {
    color: #000;
}

.career-why-row {
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
    padding: 58px 0 12px;
}

.career-why-title {
    color: #2A0C0B;
}

.career-why-content > p {
    max-width: 545px;
    margin: 24px 0 0;
    color: #5C564D;
}

.career-why-image {
    width: 100%;
    height: 454px;
    overflow: hidden;
}

.career-why-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


/* =========================
    CURRENT OPENINGS
========================= */

.career-openings {
    margin-bottom: 108px;
    background: #f9f8f2;
    border-top: 1px solid #D8D0C1;
    border-bottom: 1px solid #D8D0C1;
}

.career-openings-inner {
    padding: 71px 0 70px;
}

.career-openings-title {
    color: #221F1C;
}

.career-roles {
    width: 100%;
    margin-top: 47px;
    border-top: 1px solid #D8D0C1;
}

.career-role {
    display: grid;
    grid-template-columns: 43% 29% 1fr auto;
    align-items: center;
    gap: 20px;
    min-height: 88px;
    border-bottom: 1px solid #D8D0C1;
}

.career-role-title {
    margin: 0;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #221F1C;
}

.career-role-meta,
.career-role-type {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    color: #8D877C;
}

.career-role-apply {
    justify-self: end;
}

.career-role-apply::after {
    width: 38px;
    height: 2px;
}


/* =========================
    ENQUIRY

    Dark counterpart of the light .contact-form:
    same markup, rounded panel and 47px fields.
========================= */

.enquiry-dark-row {
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
    padding: 69px 0 70px;
}

.enquiry-dark .section-eyebrow {
    color: #DCC07E;
}

.enquiry-dark-title {
    color: #C3BCAE;
}

.enquiry-dark .enquiry-content p {
    max-width: 545px;
    margin-top: 24px;
    color: #C3BCAE;
}

.enquiry-form-dark {
    margin-left: 0;
    padding: 40px;
    background: #323232;
    border: 1px solid #373736;
    border-radius: 8px;
}

.enquiry-form-dark .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}

.enquiry-form-dark .form-group {
    margin-bottom: 25px;
}

.enquiry-form-dark .form-group label {
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    color: #C3BCAE;
}

.enquiry-form-dark .form-control {
    /* height: 47px; */
    padding: 12px 18px;
    font-size: 16px;
    color: #fff;
    background: #3B3B3B;
    border: 1px solid #454545;
    border-radius: 6px;
}

.enquiry-form-dark .form-control::placeholder {
    color: #858585;
    opacity: 1;
}

.enquiry-form-dark .form-control:focus {
    color: #fff;
    background: #3B3B3B;
    border-color: #C9A24B;
}

.enquiry-form-dark select.form-control {
    color: #fff;
}

.enquiry-form-dark .enquiry-btn {
    height: 48px;
    margin-top: 4px;
    padding: 0 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #171717;
}

.enquiry-form-dark .enquiry-btn span {
    margin-left: 8px;
    font-size: 15px;
}




/* =========================================
=========================================
   NRI DESK PAGE CSS
===========================================
======================================= */


.nri-hero {
    height: 504px;
}


/* =========================
    INVESTMENT OUTLOOK

    Reuses the home .promise-list markup;
    only the rhythm and sizes are re-scoped.
========================= */

.nri-outlook {
    background: #f8f6ef;
}

.nri-outlook-row {
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
    padding: 93px 0 31px;
}

.nri-outlook-title {
    color: #2A0C0B;
}

.nri-outlook-video {
    position: relative;
    width: 100%;
    height: 379px;
    overflow: hidden;
}

.nri-outlook-video img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nri-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    color: #221F1C;
    background: rgba(255, 255, 255, 0.55);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.nri-play:hover {
    background: rgba(255, 255, 255, 0.82);
}

.nri-play svg {
    width: 30px;
    height: 30px;
    margin-left: 3px;
}

.nri-outlook-intro {
    max-width: 545px;
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    color: #5C564D;
}

.nri-outlook-list {
    margin-top: 30px;
    border-top: 1px solid #D8D0C1;
}

.nri-outlook-list .promise-item {
    padding: 20px 0;
}

.nri-outlook-list .promise-number {
    font-size: 14px;
}

.nri-outlook-list .heading-section-h3 {
    margin-bottom: 10px;
    font-size: 13px;
    color: #221F1C;
}

.nri-outlook-list .promise-info p {
   
}


/* =========================
    NEW THIS SEASON

    Shared .spaces-slider component - the
    Swiper in main.js picks it up as-is.
========================= */

.nri-spaces {
    background: #f8f6ef;
}

.nri-spaces-title {
    color: #2A0C0B;
}

.nri-spaces .space-image {
    position: relative;
    height: 426px;
}

.nri-spaces .space-card.swiper-slide-active .space-image {
    height: 564px;
}

/* The tag belongs to the featured card only */
.nri-spaces .space-tag {
    display: none;
    top: 22px;
    left: 21px;
    padding: 13px 16px;
    font-size: 13px;
    letter-spacing: 2px;
}

.nri-spaces .space-card.swiper-slide-active .space-tag {
    display: inline-table;
}

.nri-spaces .space-details h3 {
    margin: 34px 0 14px;
    font-size: 34px;
    font-weight: 400;
    color: #221F1C;
}

.nri-spaces .space-details p {
    margin: 0 0 12px;
    color: #8D877C;
}

.nri-spaces .space-price {
    font-size: 17px;
    font-weight: 400;
    color: #221F1C;
}

.nri-spaces .spaces-slider {
    margin-top: 22px;
}

.nri-spaces .spaces-more {
    margin: 89px 0 70px;
}




/* =========================================
=========================================
   NEWS MENTIONS PAGE CSS
===========================================
======================================= */


/* =========================
    PRESS HERO

    Flat charcoal band - the only .inner-hero
    with no image and no overlay.
========================= */

.inner-hero-flat {
    height: 341px;
    background: #2A2A2A;
}

.inner-hero-flat .inner-hero-content {
    padding-bottom: 94px;
}


/* =========================
    PRESS MENTIONS
========================= */

.press-section {
    background: #f8f6ef;
}

.press-list {
    width: 100%;
    margin: 69px 0 144px;
}

.press-item {
    display: grid;
    grid-template-columns: 143px 1fr auto;
    align-items: baseline;
    gap: 30px;
    padding: 38px 0 39px;
    border-bottom: 1px solid #D8D0C1;
    text-decoration: none;
}

.press-publication {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 3px;
    color: #C9A24B;
}

.press-body {
    display: block;
}

.press-headline {
    display: block;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #221F1C;
    transition: color 0.3s ease;
}

.press-item:hover .press-headline {
    color: #C9A24B;
}

.press-excerpt {
    display: block;
    max-width: 620px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 400;
    color: #5C564D;
}

.press-date {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.5px;
    white-space: nowrap;
    color: #8D877C;
}


/* =========================
    MEDIA ENQUIRIES
========================= */

.press-media {
    background: #E5DECD;
}

.press-media-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 71px 0;
    text-align: center;
}

.press-media-title {
    color: #221F1C;
}

.press-media-inner > p {
    max-width: 560px;
    margin: 26px auto 0;
    color: #5C564D;
}

.press-email-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 278px;
    height: 53px;
    margin-top: 40px;
    padding: 0 26px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #141312;
    transition: background 0.3s ease;
}

.press-email-btn:hover {
    color: #fff;
    background: #2A2A2A;
}




/* =========================================
=========================================
   CHANNEL PARTNERS PAGE CSS
===========================================
======================================= */


.cp-hero {
    height: 504px;
}


/* =========================
    WORKING WITH US
========================= */

.cp-work {
    background: #f8f6ef;
}

.cp-work-inner {
    padding: 71px 0 247px;
}

.cp-work-intro {
    max-width: 900px;
    margin: 0 auto 101px;
    text-align: center;
}

.cp-work-title {
    color: #221F1C;
}

.cp-work-intro > p {
    max-width: 700px;
    margin: 30px auto 0;
    color: #5C564D;
}


/* =========================
    RULED THREE-COLUMN GRID

    Same idea as the home .stats-row,
    at 1px instead of 2px.
========================= */

.cp-grid {
    width: 100%;
    border-top: 1px solid #D8D0C1;
    border-bottom: 1px solid #D8D0C1;
}

.cp-grid-row {
    --bs-gutter-x: 70px;
    --bs-gutter-y: 0;
    margin-right: 0;
    margin-left: 0;
}

.cp-grid-col {
    border-right: 1px solid #D8D0C1;
}

.cp-grid-col:last-child {
    border-right: 0;
}

.cp-grid-item {
    height: 100%;
    padding: 45px 0 48px;
}

.cp-grid-number {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 2px;
    color: #C9A24B;
}

.cp-grid-heading {
    margin-bottom: 14px;
    font-size: 13px;
    color: #221F1C;
}

.cp-grid-item > p {
    margin: 0;
    color: #5C564D;
}




/* =========================================
=========================================
   EMI CALCULATOR PAGE CSS
===========================================
======================================= */


/* =========================
    EMI CALCULATOR - LIGHT

    Cream counterpart of .emi-dark; same
    .emi-* markup, same slider JS.
========================= */

.emi-light {
    background: #f8f6ef;
}

.emi-light-row {
    --bs-gutter-x: 86px;
    --bs-gutter-y: 0;
    padding: 96px 0 97px;
}

.emi-light .section-eyebrow {
    color: #DCC07E;
}

.emi-light-title {
    color: #221F1C;
}

.emi-light .emi-content {
    padding-right: 0;
}

.emi-light-fields {
    margin-top: 26px;
}

.emi-light .emi-field {
    margin-bottom: 18px;
}

.emi-light .emi-field:last-child {
    margin-bottom: 0;
}

.emi-light .emi-field-heading {
    margin-bottom: 24px;
}

.emi-light .emi-field-heading span {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #4D4A44;
}

.emi-light .emi-field-heading strong {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #221F1C;
}

.emi-light .emi-field input[type="range"] {
    height: 17px;
}

.emi-light .emi-field input[type="range"]::-webkit-slider-runnable-track {
    height: 17px;
    background: linear-gradient(
        to right,
        #C9A24B 0%,
        #C9A24B var(--range-progress, 50%),
        #9c978c var(--range-progress, 50%),
        #9c978c 100%
    );
}

.emi-light .emi-field input[type="range"]::-webkit-slider-thumb {
    width: 22px;
    height: 26px;
    margin-top: -4px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.emi-light .emi-field input[type="range"]::-moz-range-track {
    height: 17px;
    background: #9c978c;
}

.emi-light .emi-field input[type="range"]::-moz-range-progress {
    height: 17px;
    background: #C9A24B;
}

.emi-light .emi-field input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 26px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

/* No panel on the light variant - the result is plain centred text */
.emi-light .emi-result {
    min-height: 0;
    margin-top: 0;
    padding: 0;
    justify-content: center;
    border: 0;
}

.emi-light .emi-amount {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #DCC07E;
}

.emi-light .emi-result-title {
    margin-top: 22px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #4D4A44;
}

.emi-light .emi-result p {
    margin: 30px 0 0;
    color: #4D4A44;
}
.awsm-job-form{
    display: flex;
    justify-content: left;
    align-items: center;
}
.awsm-job-form-inner{
    margin-top: 37px;
    padding: 40px;
    background: #eae8e1;
    border: 1px solid #ccc5bf;
    border-radius: 8px;
    max-width: 750px;
}
.awsm-job-form-group label{
    display: block;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #443026;
}
.awsm-job-form-inner h2{
    margin-top: 8px;
    font-size: 46px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #221F1C;
}
.awsm-job-form-options-container label, .awsm-job-form-control{
    /* max-width: 470px; */
    margin: 24px 0 0;
    font-weight: 400;
    color: #5C564D;
    padding: 12px;
        width: 100%;
    /* height: 47px; */
    padding: 12 18px;
    font-size: 16px;
    color: #221F1C;
    background: #e0ded7;
    border: 1px solid #e0ded7;
    border-radius: 6px;
    box-shadow: none;
}
.awsm-job-form-group input[type=checkbox]{
    width: 25px;
    height: 45px;
}
.awsm-application-submit-btn{
    height: 48px;
    margin-top: 4px;
    padding: 0 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #171717;
    padding: 14px 29px;
    border: 0;
    border-radius: 0;
    background: #C9A24B;
    color: #171717;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awsm-application-submit-btn:hover{
    background: #d5ad58;
}
.awsm-job-form-options-container label, .awsm-job-form-control{
    margin: 15px 0 0;
}
.awsm-jobs-single-title{
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 3.5px;
    line-height: 1.1;
    font-weight: 500;
    color: #2A0C0B;
}
.awsm-job-specification-wrapper{
    margin-top: 0px;
}
.awsm-job-specification-item{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: #141312;
}
.awsm-job-single-content{
    background: #F8F6EF;
}

.awsm-job-entry-content{
    margin: 50px 0;
}
.awsm-job-specification-term{
    color: #8d877c;
}