/* Body */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Teko:wght@300..700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Great+Vibes&display=swap'); .body {
    max-width: 100vw;
    overflow-x: hidden;
}

@font-face {
    font-family: Optima;
    src: url(../fonts/Optima-Regular.eot), url(../fonts/Optima-Regular.eot) format("embedded-opentype"), url(../fonts/Optima-Regular.ttf) format("truetype"), url(../fonts/Optima-Regular.woff) format("woff"), url(../fonts/Optima-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TRTempusSansITC;
    src: url('../fonts/TRTempusSansITC.woff2') format('woff2'),
}

@font-face {
    font-family: ISOCTEUR;
    src: url('../fonts/ISOCTEUR.woff2') format('woff2'),
}

@font-face {
    font-family: Morison;
    src: url('../fonts/MorisonDisplay-ExtraLight.woff2') format('woff2'),
}

@font-face {
    font-family: SpanishSignature;
    src: url('../fonts/SpanishSignatureRegular.woff2') format('woff2'),
}

@font-face {
    font-family: BrittanySignature;
    src: url('../fonts/BrittanySignature.woff2') format('woff2'),
}

@font-face {
    font-family: Amsterdam-Signature;
    src: url('../fonts/Amsterdam-Signature.otf') format('otf'),
}

@font-face {
    font-family: bromello-Regular;
    src: url('../fonts/bromello-Regular.woff2') format('woff2'),
}

.swiper-wrapper img {
    touch-action: manipulation;
    cursor: pointer;
}
.headline-secondary-main {
    font-family: "Optima";
    font-weight: 500;
    font-size: 5vw;
    color: #c4a361;
    letter-spacing: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-style: italic;
    text-transform: uppercase;
}

.headline-secondary {
    font-family: 'Optima';
    font-weight: 500;
    font-size: 5.6vw;
    color: #c4a361;
    letter-spacing: 0px;
    margin-top: 0;
    font-style: italic;
    text-transform: capitalize;
}

.headline-secondary-banner {
    font-family: 'Optima';
    font-weight: 500;
    font-size: 5.6vw;
    color: #c4a361;
    letter-spacing: 0px;
    margin-top: 0;
    font-style: italic;
    text-transform: capitalize;
}

.aboutsec-title {
    font-family: "Morison", sans-serif !important;
    color: #c4a361;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.4px;
}

h1 {
    font-family: "Morison", sans-serif !important;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
}

h2, h3, h4, h5 {
    font-family: "Optima", sans-serif !important;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.4px;
}

p {
    font-weight: 300;
    line-height: 24px;
    color: #232323;
	    font-size: 16px;
}

/* ===========================
   HERO BANNER
=========================== */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: 1s ease;
}

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

/* ===========================
   BACKGROUND IMAGE
=========================== */
.bg-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.08);
   
}

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }
}

/* ===========================
   IMAGE OVERLAY
=========================== */
.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 42%) 0%, rgb(0 0 0 / 0%) 35%, rgb(0 0 0 / 0%) 65%, rgb(0 0 0 / 0%) 100%);
}

.content {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-panel {
    max-width: 650px;
}

/* ===========================
   GLASS BOX
=========================== */
/* ===========================
   TEXT
=========================== */
.headline-small {
    color: #D5B16C;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 500;
}

.headline-main {
    color: #fff;
    font-size: 72px;
    font-family: "Cormorant Garamond",serif;
    line-height: 1;
    font-weight: 300;
}

/* ===========================
   CTA
=========================== */
.cta-row {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 35px;
}

.cta-main {
    padding: 16px 36px;
    background: #C8A45C;
    color: #fff;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    transition: .4s;
}

.cta-main:hover {
    background: #fff;
    color: #111;
}

.cta-secondary {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner {
    position: relative;
    overflow: hidden;
}

/* Floating Right Badge */
.new-launch-badge {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-10%) rotate(-0deg);
    z-index: 99;
}

.new-launch-badge span {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg,#d8b46a,#b68a39);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    transition: .35s ease;
    cursor: pointer;
}

.new-launch-badge span:hover {
    transform: scale(1.08);
    box-shadow: 0 15px 35px rgba(0,0,0,.35);
    background: linear-gradient(135deg,#e3c27c,#c79841);
}

/* Mobile */
@media (max-width: 768px) {
    .new-launch-badge {
        right: -70px;
    }

    .new-launch-badge span {
        padding: 12px 28px;
        font-size: 12px;
        letter-spacing: 2px;
    }
}

.cta-secondary a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.cta-arrow {
    width: 50px;
    height: 1px;
    background: #D5B16C;
    position: relative;
}

.cta-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #D5B16C;
    border-right: 1px solid #D5B16C;
    transform: rotate(45deg);
}

/* ===========================
   STATS
=========================== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(2,180px);
    gap: 20px;
}

.stat-card {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 15px;
    padding: 25px;
    text-align: center;
}

.stat-number {
    color: #D5B16C;
    font-size: 28px;
    font-weight: 700;
}

.stat-label {
    color: #fff;
    margin-top: 8px;
    font-size: 14px;
}

/* ===========================
   ARROWS
=========================== */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: .4s;
}

.arrow:hover {
    background: #C8A45C;
}

.arrow-left {
    left: 30px;
}

.arrow-right {
    right: 30px;
}

/* ===========================
   DOTS
=========================== */
.dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 20;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.35);
    cursor: pointer;
}

.dot.active {
    background: #C8A45C;
    transform: scale(1.2);
}

/* ===========================
   RESPONSIVE
=========================== */
@media(max-width: 991px) {
    .content {
        flex-direction:column;
        justify-content: center;
        text-align: center;
        padding: 30px;
    }

    .overlay-hero-banner {
        padding: 35px;
    }

    .headline-main {
        font-size: 46px;
    }

    .headline-secondary-main {
        font-size: 52px;
    }

    .stats-grid {
        margin-top: 30px;
        grid-template-columns: repeat(2,150px);
    }

    .cta-row {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media(max-width: 767px) {
    .banner {
        height:90vh;
    }

    .stats-grid {
        display: none;
    }

    .headline-main {
        font-size: 36px;
    }

    .headline-secondary-main {
        font-size: 42px;
    }

    .overlay-hero-banner {
        padding: 25px;
    }

    .arrow {
        display: none;
    }
}

.hero-section {
    background: #f5f5f5;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.logo {
    letter-spacing: 2px;
}

.hero-menu {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 18px;
    border-radius: 50px;
}

.hero-select {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #1b2b59;
    outline: none;
}

.menu-icon {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 9999;
    color: #231b12 !important;
}

.menu-icon span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #231b12;
    left: 0;
    transition: all .4s ease;
}

.menu-icon span:nth-child(1) {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 13px;
}

.menu-icon span:nth-child(3) {
    top: 26px;
}

/* Active State */
.menu-icon.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 4px;
    color: #231b12 !important;
}

.menu-icon.active span:nth-child(2) {
    opacity: 0;
    color: #231b12 !important;
}

.menu-icon.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
    color: #231b12 !important;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #000;
    transition: .4s ease;
}

.side-menu.active {
    right: 0;
}

.menu-btn {
    background: #1b2b59;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
}

.hero-card {
    background: #162754;
    padding: 60px;
    border-radius: 24px;
    max-width: 620px;
    position: relative;
    z-index: 5;
}

.hero-card h1 {
    color: #fff;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 40px;
}

.hero-card h1 span {
    color: #fff;
    font-style: italic;
}

.hero-btn {
    display: inline-block;
    background: #6c6aab;
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    transition: 0.3s ease;
    text-decoration: none;
}

.hero-btn:hover {
    background: #6c6aab;
    transform: translateY(-3px);
    text-decoration: none;
}

.btn {
    font-weight: 400;
    font-size: 12px;
    border-radius: 2px;
    padding: 13px 15px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    background-color: #071c35;
    color: #fff !important;
    border: 1px solid #071c35;
    min-width: 240px;
}

.btn-blue:hover {
    background-color: #071c35;
    color: #fff !important;
    border: 1px solid #071c35;
}

.bottom-cta {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px 20px;
    border-radius: 60px;
    display: flex;
    gap: 15px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Dropdown Main */
.dropdown {
    position: relative;
}

/* Dropdown Menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background: rgba(0, 0, 0, 0.92);
    border-radius: 8px;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Show Dropdown on Hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown Links */
.dropdown-menu .dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    background: transparent;
}

/* Hover Effect */
.dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.08);
    padding-left: 26px;
    color: #ffffff !important;
}

/* Dropdown Arrow */

/* Mobile Responsive */
@media (max-width: 991px) {
    .dropdown-menu {
        position: static;
        width: 100%;
        min-width: 100%;
        box-shadow: none;
        border-radius: 0;
        background: rgba(255, 255, 255, 0.03);
        margin-top: 10px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.bottom-cta a {
    text-decoration: none;
    color: #1b2b59;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
}

.bottom-cta .active {
    background: #f26c6c;
    color: #fff;
}

@media(max-width: 768px) {
    .hero-card {
        padding: 35px;
    }

    .hero-card h1 {
        font-size: 38px;
    }

    .hero-top-bar {
        padding: 15px;
    }

    .hero-menu {
        display: none;
    }

    .bottom-cta {
        flex-direction: column;
        width: 90%;
        border-radius: 20px;
    }
}

/* Container 
@media (min-width: 1440px) {
    .container {
       max-width: 1440px !important;
    }
}*/
/* Header */
@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        font-weight: 500;
        font-size: 16px;
        padding-left: 1.3rem !important;
        padding-right: 1.3rem !important;
    }
}

@media (max-width: 1280px) {
    #header .header-nav-main nav>ul>li>a {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

/* Font Size */
.custom-font-size-1 {
    font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
    line-height: 1.1;
}

/* Hero */
.custom-hero-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 300ms;
}

.custom-hero-bg svg {
    width: 100vw;
    height: 100vh;
}

.custom-hero-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.8;
    background-color: var(--dark);
}

.custom-hero-bg.loaded {
    opacity: 1;
}

.custom-stop-color-1 {
    stop-color: var(--primary);
}

.custom-hero-font-1 {
    font-size: clamp(28px, 0px + 0.0583333333 * 100vw, 70px);
    line-height: 1.1;
}

.custom-hero-heading {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    -webkit-mask-image: linear-gradient(to bottom, #6c6aab87 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, #6c6aab87 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

@media (max-width: 991px) {
    .custom-hero-heading {
        bottom: 80px;
        z-index: 1;
    }
}

.custom-hero-heading strong {
    text-transform: uppercase;
    font-size: 13cqw;
    line-height: 13cqw;
}

/* Page Header */
.page-header .custom-hero-bg {
    height: 500px;
}

.page-header .custom-hero-bg svg {
    height: 500px;
}

@keyframes arrowMove {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: -30px;
    }

    100% {
        margin-top: 0;
    }
}

/* Elements */
.custom-el-1 {
    opacity: 0.1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: arrowMove 3000ms linear;
    animation-iteration-count: infinite;
}

.custom-el-1 img {
    margin-bottom: -100px;
}

.custom-el-pos-1 {
    top: 55%;
    left: -60px;
}

.custom-el-2 {
    opacity: 0.1;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    animation: arrowMove 3000ms linear;
    animation-iteration-count: infinite;
}

.custom-el-2 img {
    margin-bottom: -47px;
}

.custom-el-pos-2 {
    top: 80%;
    right: -30px;
}

.custom-el-3 {
    width: 100%;
    height: 100%;
    max-width: 220px;
    max-height: 220px;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

.custom-el-3 .custom-el-3-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-el-3 .custom-el-3-img img {
    transition: transform 2s;
    will-change: transform;
}

.custom-el-3-pos-1 {
    top: 30%;
    z-index: 1;
}

.custom-el-3-pos-2 {
    top: -30%;
}

.custom-el-4-pos {
    margin-top: -15px;
}

.custom-el-pos-5 {
    left: -60px;
    top: 35%;
}

/* Custom Marquee */
.custom-marquee-1 .js-marquee-wrapper, .custom-marquee-1 .js-marquee, .custom-marquee-1 .js-marquee>span {
    display: flex;
}

/* Custom Avatar */
.custom-avatar-1 {
    width: 70px;
    height: 70px;
    position: relative;
}

.custom-avatar-1-info {
    position: absolute;
    top: -30px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-left: -15px;
    opacity: 0.5;
}

.custom-avatar-1-info .animated-icon {
    transform: rotate(120deg);
    float: left;
    margin-right: 5px;
}

/* Custom Popover */
.custom-popover-1 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}

/* Custom Btn */
.custom-btn-1 {
    width: 200px;
    height: 200px;
    line-height: 190px;
    border-radius: 100%;
    white-space: nowrap;
}

/* Custom Grid */
.custom-grid-1 {
    margin-top: 0px;
    position: relative;
    z-index: 1;
}

.custom-grid-1 .container {
    margin: 0 auto;
}

.custom-grid-1 .container .row {
    margin: 0;
}

.custom-grid-1 .container .row>* {
    padding: 0;
    background-color: var(--light);
    min-height: 220px;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 991px) {
    .custom-grid-1 .container .row>* {
        border: 1px solid var(--grey-100);
    }
}

@media (min-width: 992px) {
    .custom-grid-1 .container .row>*:nth-child(1), .custom-grid-1 .container .row>*:nth-child(3), .custom-grid-1 .container .row>*:nth-child(6), .custom-grid-1 .container .row>*:nth-child(8) {
        background-color: var(--grey-100);
    }
}

.custom-grid-1 .custom-grid-1-item {
    position: relative;
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img {
    transition: opacity 300ms;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img img {
    transition: transform 2s;
    will-change: transform;
    transform: scale(0.75);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-img:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
    background-color: var(--dark);
}

.custom-grid-1 .custom-grid-1-item .custom-grid-1-text {
    position: relative;
    z-index: 1;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img {
    opacity: 1;
}

.custom-grid-1 .custom-grid-1-item:hover .custom-grid-1-img img {
    transform: scale(1);
}

.custom-grid-1 .custom-grid-1-item:hover h3 {
    color: var(--light) !important;
}

/* Custom Projects */
@media (max-width: 991px) {
    .custom-projects-1 .border-end {
        border: 0 !important;
    }
}

/* Custom Border Radius */
.custom-border-radius-1 {
    border-radius: 0 100px 0 100px;
}

.custom-border-radius-2 {
    border-radius: 100px 0 0 0;
}

.custom-border-radius-3 {
    border-radius: 100px 100px 100px 0;
}

.custom-border-radius-4 {
    border-radius: 200px 10px 10px 10px;
}

.custom-border-radius-5 {
    border-radius: 0 0 100px 0;
}

/* Custom Section */
.custom-section-1 {
    margin-top: -70px;
    padding-top: 70px;
}

/* Custom Carousel */
@media (min-width: 1200px) {
    .custom-carousel-1>.owl-carousel {
        width: calc(100vw - ((100vw - 1400px) / 2));
    }
}

/* Custom Content */
.custom-page-content {
    margin-top: -70px;
}

/* Custom Padding */
.custom-padding-top-1 {
    padding-top: 70px;
}

.custom-padding-bottom-1 {
    padding-bottom: 70px;
}

/* Footer */
#footer {
    margin-top: 0;
    background: #d7bfa5 !important;
    ; }

.custom-grid-1-text h3 {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 33px;
    text-transform: capitalize;
}

[data-icon] {
    opacity: 1;
}

.btn, .btn span, .btn-text, .custom-btn-1, .custom-btn-1 span, a.btn, button.btn {
    color: #fff !important;
}

.btn:hover, .btn:focus, .btn:active {
    color: #fff !important;
}

/* =========================
   DAIWIK ABOUT SECTION
========================= */
.daiwik-cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../images/Daiwik-Entrance-Final-View.jpg") center center/cover no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-sub-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 15px;
}

.custom-badge {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 40px;
    backdrop-filter: blur(10px);
}

.custom-feature-card {
    padding: 40px 25px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 60px rgba(0, 0, 0, .06);
    transition: .3s ease;
}

.custom-feature-card:hover {
    transform: translateY(-8px);
}

.custom-feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(var(--primary-rgb), .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    color: var(--primary);
}

.custom-projects-1 .row {
    border-color: #e5e5e5 !important;
}

.custom-projects-1 img {
    transition: .4s ease;
}

.custom-projects-1 img:hover {
    transform: scale(1.03);
}

.btn-primary {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    .custom-feature-card {
        padding: 30px 20px;
    }

    .text-xl-11 {
        font-size: 42px !important;
    }
}

/* Right Circle Button */
.custom-btn-1 {
    width: 260px;
    height: 260px;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px !important;
    font-weight: 600;
    background: #6f6ab1 !important;
    border: none !important;
    box-shadow: 0 20px 80px rgba(111, 106, 177, .35);
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

.custom-btn-1:hover {
    transform: translateY(-8px) scale(1.03);
    background: #7c77c4 !important;
}

/* Arrow */
.custom-btn-1 i {
    font-size: 22px;
    position: relative;
    top: -1px;
}

#footer .custom-social-icons a {
    color: #ffffff !important;
}

/* Badges */
.custom-badge {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    padding: 14px 22px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    transition: .3s ease;
}

.custom-badge:hover {
    background: var(--primary);
    border-color: var(--primary);
    transform: translateY(-3px);
}

/* Sub Title */
.custom-sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #6c6aab;
    margin-bottom: 0px;
}

#concept .row {
    align-items: center;
}

/* Responsive */
@media (max-width: 991px) {
    .daiwik-cta-section {
        padding: 90px 0;
        text-align: center;
        min-height: auto;
    }

    .daiwik-cta-section h3 {
        font-size: 48px !important;
        max-width: 100%;
    }

    .daiwik-cta-section p {
        max-width: 100%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-btn-1 {
        width: 190px;
        height: 190px;
        font-size: 22px !important;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .daiwik-cta-section h3 {
        font-size: 38px !important;
        line-height: 1.15 !important;
    }

    .daiwik-cta-section p {
        font-size: 18px;
    }

    .custom-btn-1 {
        width: 160px;
        height: 160px;
        font-size: 18px !important;
    }
}

/* FEATURES SECTION IMPROVEMENT */
.custom-feature-card {
    background: #fff;
    border-radius: 32px;
    padding: 55px 35px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: all .45s cubic-bezier(.165, .84, .44, 1);
    box-shadow: 0 15px 50px rgba(0, 0, 0, .04);
}

.custom-feature-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .08);
    border-color: transparent;
}

/* Top Gradient Glow */
.custom-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #6f6ab1, #8d88d8);
    transform: scaleX(0);
    transform-origin: left;
    transition: .45s ease;
}

.custom-feature-card:hover::before {
    transform: scaleX(1);
}

/* Icon Circle */
.custom-feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 28px;
    background: rgba(111, 106, 177, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 35px;
    font-size: 30px;
    color: #6f6ab1;
    position: relative;
    transition: .4s ease;
}

.custom-feature-icon::after {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 20px;
    border: 1px dashed rgba(111, 106, 177, .25);
}

.custom-feature-card:hover .custom-feature-icon {
    transform: rotate(-6deg) scale(1.06);
    background: #6f6ab1;
    color: #fff;
}

/* Heading */
.custom-feature-card h4 {
    font-size: 22px !important;
    line-height: 1.2;
    margin-bottom: 20px !important;
    color: #111;
}

/* Section Title */
.why-choose-title {
    font-size: 68px;
    line-height: 1.08;
    letter-spacing: -2px;
    max-width: 950px;
    margin: auto;
}

/* Background */
.features-section {
    background: #f8f8f8;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

/* Soft BG Shapes */
.features-section::before, .features-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(111, 106, 177, .05);
    filter: blur(10px);
}

.features-section::before {
    width: 380px;
    height: 380px;
    top: -120px;
    left: -100px;
}

.features-section::after {
    width: 280px;
    height: 280px;
    right: -80px;
    bottom: -80px;
}

/* Responsive */
@media (max-width: 991px) {
    .why-choose-title {
        font-size: 48px;
    }

    .custom-feature-card {
        padding: 45px 25px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding: 80px 0;
    }

    .why-choose-title {
        font-size: 36px;
        line-height: 1.2;
    }

    .custom-feature-card h4 {
        font-size: 28px !important;
    }

    .custom-feature-card p {
        font-size: 16px;
    }
}

/* PROJECT ROW ALIGNMENT FIX */
.custom-projects-1 .row {
    display: flex;
    align-items: stretch !important;
    border-color: #e6e6e6 !important;
    margin: 0;
}

/* Equal Height Columns */
.custom-project-btn-col, .custom-project-content-col, .custom-project-img-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 330px;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Button Center */
.custom-project-btn-col {
    align-items: center;
    border-right: 1px solid #e6e6e6;
}

/* Content */
.custom-project-content-col {
    border-right: 1px solid #e6e6e6;
    padding-left: 40px;
    padding-right: 40px;
}

/* Remove unwanted top margin */
.custom-project-content-col h3 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: -1px;
}

/* Paragraph */
.custom-project-content-col p {
    font-size: 20px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 0;
    max-width: 95%;
}

/* Image Column */
.custom-project-img-col {
    padding-left: 35px;
}

.custom-project-img-col a {
    display: block;
    width: 100%;
}

.custom-project-img-col img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: .45s ease;
}

.custom-project-img-col:hover img {
    transform: scale(1.03);
}

/* Button */
.custom-project-btn-col .btn {
    min-width: 150px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile */
@media (max-width: 991px) {
    .custom-project-btn-col, .custom-project-content-col {
        border-right: 0;
    }

    .custom-project-btn-col, .custom-project-content-col, .custom-project-img-col {
        min-height: auto;
        padding: 30px 15px;
    }

    .custom-project-content-col h3 {
        font-size: 38px;
    }

    .custom-project-content-col p {
        font-size: 17px;
        max-width: 100%;
    }

    .custom-project-img-col {
        padding-left: 15px;
    }
}

/* HERO BACKGROUND */
.daiwik-hero {
    position: relative;
    background: radial-gradient(circle at top, #0b1220, #05070d);
    color: #fff;
    overflow: hidden;
}

/* subtle animated dots */
.daiwik-hero::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(#3b82f6 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.08;
    animation: float 25s linear infinite;
}

@keyframes float {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-200px);
    }
}

/* TEXT */
.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #3b82f6;
}

.hero-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 15px;
}

/* BUTTON */
.hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    border: 1px solid #3b82f6;
    text-decoration: none;
    transition: 0.3s;
}

.headingline1 {
    font-size: 3.5rem;
    color: #fff;
    line-height: inherit;
    font-weight: 700;
}

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

/* GLASS CARD */
.daiwik-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(59, 130, 246, 0.25);
    padding: 25px;
    border-radius: 0;
    transition: 0.3s ease;
}

.daiwik-card:hover {
    box-shadow: 0 0 18px rgba(59, 130, 246, 0.25);
    border-color: #3b82f6;
}

/* NUMBERS */
.daiwik-number {
    font-size: 2rem;
    color: #3b82f6;
    font-weight: 700;
}

.daiwik-text {
    color: rgba(255, 255, 255, 0.7);
}

/* =========================================
   Minimal Social Icons
========================================= */
.custom-social-icons {
    display: flex;
    flex-wrap: wrap;
}

.social-icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #7c542e;
    /* Single Theme Color */
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-box:hover {
    background: #8577e8;
    transform: translateY(-3px);
    color: #fff;
}

.custom-big-font-size-1 {
    font-size: 147.2px;
    font-size: 9.2rem;
}

.custom-stroke-text-effect-1 {
    -webkit-text-fill-color: #f0f0f0;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    white-space: nowrap;
}

.font-weight-black {
    font-weight: 900 !important;
}

.opacity-1 {
    opacity: 0.1 !important;
}

.newprojects-section .projects-section {
    background: #fff;
}

.newprojects-section .project-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ececec;
    height: 100%;
}

.newprojects-section .project-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.project-title {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
}

.project-title span {
    color: #2f4a8b;
    font-style: italic;
}

.project-info svg {
    color: #3722a8;
    height: 20px;
}

.info-box h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.info-box p {
    margin: 0;
    color: #555;
    font-size: 16px;
}

.project-btns {
    display: flex;
    gap: 10px;
    margin-top: 35px;
    padding: 0;
    flex-wrap: nowrap;
}

.btn-view {
    background: #606aab;
    color: #fff;
    padding: 14px 18px;
    border-radius: 50px;
    font-weight: 600;
}

.btn-view:hover {
    background: #e14545;
    color: #fff;
}

.newprojects-section .btn-brochure {
    background: #ef5b5b;
    color: #fff !important;
    padding: 14px 14px;
    border-radius: 50px;
    font-weight: 500;
}

.carousel-control-prev, .carousel-control-next {
    width: 50px;
}

.newprojects-section .carousel-control-next {
    right: -20px;
}

.newprojects-section .carousel-control-prev {
    left: -20px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
    padding: 20px;
    background-size: 20px;
}

@media (max-width: 991px) {
    .project-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .project-info {
        grid-template-columns: 1fr;
    }

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

.project-info {
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 15px;
    flex-direction: column;
}

.info-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.info-title i {
    color: #2f4a8b;
    font-size: 18px;
}

.info-title h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.info-box p {
    margin: 0;
    color: #555;
    padding-left: 28px;
}

.sticky-contact-bar {
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 600px;
    background: #fff;
    padding: 18px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding: 1rem;
    display: flex;
    overflow: visible;
}

.sticky-contact-bar .contact-btn {
    flex: 1;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
    white-space: nowrap;
    padding: 8px 20px;
}

.sticky-contact-bar .light-btn {
    background: #f1f1f1;
    color: #222;
}

.sticky-contact-bar .light-btn:hover {
    background: #e7e7e7;
    color: #000;
}

.sticky-contact-bar .primary-btn {
    background: #6c6aab;
    color: #fff;
}

.sticky-contact-bar .primary-btn:hover {
    background: #e54848;
    color: #fff;
}

.sticky-contact-bar .contact-btn i {
    font-size: 20px;
}

.sticky-contact-bar .fa-whatsapp {
    color: #25d366;
}

.sticky-contact-bar .primary-btn i {
    color: #fff;
}

@media (max-width: 767px) {
    .sticky-contact-bar {
        padding: 12px;
        gap: 10px;
        bottom: 10px;
    }

    .sticky-contact-bar .contact-btn {
        font-size: 14px;
        gap: 8px;
        padding: 0 10px;
    }

    .sticky-contact-bar .contact-btn i {
        font-size: 16px;
    }
}

.luxury-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    padding: 60px 0;
    margin-top: 50px;
    background: #ccc;
    margin-top: 100px;
    border: 1px solid #ccc;
}

/* Background Video */
.luxury-section .bg-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark Overlay */
.luxury-section .video-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* removes black bars */
}

/* Content Card */
.luxury-section.content-card {
    background: #14274e;
    max-width: 780px;
    border-radius: 28px;
    padding: 55px;
    position: relative;
    z-index: 2;
}

/* Title */
.luxury-section.luxury-title {
    color: #fff;
    font-size: 72px;
    line-height: 1.05;
    font-weight: 300;
    margin-bottom: 45px;
    letter-spacing: -1px;
}

.luxury-section.luxury-title span {
    display: block;
    color: #ff6b6b;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 8px;
}

/* Button */
.luxury-section .project-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ef5b5b;
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    transition: 0.3s ease;
}

.luxury-section.project-btn:hover {
    background: #e04848;
    color: #fff;
}

.luxury-section .project-btn i {
    font-size: 16px;
}

/* Tablet */
@media (max-width: 991px) {
    .luxury-section {
        min-height: 650px;
        padding: 80px 0;
    }

    .luxury-section .content-card {
        padding: 40px;
    }

    .luxury-section .luxury-title {
        font-size: 52px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .luxury-section {
        min-height: 550px;
        padding: 50px 0;
    }

    .luxury-section .content-card {
        padding: 30px 25px;
        border-radius: 22px;
    }

    .luxury-section .luxury-title {
        font-size: 34px;
        line-height: 1.2;
    }

    .luxury-section .project-btn {
        width: 100%;
        justify-content: center;
        font-size: 16px;
        padding: 14px 20px;
    }
}

.container.position-relative.z-2 {
    z-index: 1 !important;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 600px;
    margin-top: -200px;
    display: flex;
    position: absolute !important;
    left: 40px;
}

.container.position-relative.z-2 .content-card {
    z-index: 1;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    background-color: #192a4a;
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2.625rem;
    display: flex;
    position: relative;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.container.position-relative.z-2 .content-card .luxury-title {
    font-size: 2.25rem;
    line-height: 1.05;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
    font-weight: 300;
    line-height: 49px;
}

@media (min-width: 992px) {
    #header .header-body:not(.h-100) {
        height: 125px !important;
        padding: 0;
    }
}

.brightnessimg img {
    filter: brightness(30%);
}

#header .container {
    position: relative;
    height: 125px !important;
}

/* CARD ANIMATION */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    transition: all .45s ease;
    transform: translateY(0);
    background: #fff;
}

.project-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

/* IMAGE ZOOM */
.project-img {
    overflow: hidden;
}

.project-img img {
    transition: transform 0.7s ease;
    width: 100%;
}

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

/* CONTENT ANIMATION */
.project-content {
    transition: all .4s ease;
}

/* BUTTON ANIMATION */
.project-btns .btn {
    transition: all .35s ease;
}

.project-btns .btn:hover {
    transform: translateY(-3px);
}

/* INFO BOX */
.info-box {
    transition: all .35s ease;
}

.info-box:hover {
    transform: translateY(-5px);
}

/* INITIAL LOAD ANIMATION */
.project-card {
    opacity: 0;
    transform: translateY(60px);
    animation: cardReveal .9s ease forwards;
}

.project-card:nth-child(2) {
    animation-delay: .2s;
}

.project-card:nth-child(3) {
    animation-delay: .4s;
}

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

.carousel-item {
    transition: transform 1s ease-in-out;
}

.project-content {
    backdrop-filter: blur(12px);
}

.sitevisit-section {
    padding: 90px 0;
    background: #fff;
}

.sitevisit-form {
    max-width: 700px;
    margin: auto;
}

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

.form-group input, .form-group select {
    width: 100%;
    height: 62px;
    border: 1px solid #bdbdbd;
    padding: 0 22px;
    font-size: 18px;
    color: #444;
    outline: none;
    transition: .3s ease;
    background: #fff;
}

.form-group input:focus, .form-group select:focus {
    border-color: #7f75b8;
    box-shadow: 0 0 0 4px rgba(127, 117, 184, 0.08);
}

.captcha-box {
    text-align: center;
    margin: 20px 0;
}

.captcha-box label {
    display: block;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #111;
}

.captcha-box input {
    width: 370px;
    max-width: 100%;
    height: 55px;
    border: 1px solid #bdbdbd;
    padding: 0 18px;
    font-size: 18px;
    outline: none;
}

.submit-btn {
    display: block;
    margin: auto;
    min-width: 170px;
}

.submit-btn:hover {
    transform: translateY(-4px);
    background: #6d63a8;
}

@media(max-width: 768px) {
    .sitevisit-heading h2 {
        font-size: 42px;
    }

    .sitevisit-heading p {
        font-size: 18px;
    }

    .form-group input, .form-group select {
        height: 55px;
        font-size: 16px;
    }

    .submit-btn {
        font-size: 22px;
        min-width: 150px;
        height: 55px;
    }
}

/* 2 Column Form Layout */
.sitevisit-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* Full Width Fields */
.captcha-box, .submit-btn {
    grid-column: span 2;
}

/* Inputs */
.form-group {
    margin-bottom: 0;
}

.form-group input, .form-group select {
    width: 100%;
    height: 55px;
    border: 1px solid #bdbdbd;
    padding: 0 22px;
    font-size: 17px;
    outline: none;
    border-radius: 0;
    background: #fff;
}

/* Mobile Responsive */
@media(max-width: 768px) {
    .sitevisit-form form {
        grid-template-columns: 1fr;
    }

    .captcha-box, .submit-btn {
        grid-column: span 1;
    }
}

/* =========================
   DROPDOWN MENU
========================= */
.mega-dropdown {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    width: 340px;
    background: #1f2746;
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .35s ease;
    z-index: 99999;
}

/* SHOW DROPDOWN */
.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ITEMS */
.mega-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 25px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: .3s ease;
}

.mega-item:last-child {
    border-bottom: none;
}

.mega-item:hover {
    background: #2d3760;
    padding-left: 35px;
}

/* ICON */
.mega-item .icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

/* TEXT */
.mega-item h5 {
    margin: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.mega-item p {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active, #header .header-nav.header-nav-links nav>ul li:hover>a {
        color: #dad8ff !important;
    }
}

/* Remove blue selection highlight */
::selection {
    color: white;
}

::-moz-selection {
    color: white;
}

.project-img {
    position: relative;
}

.project-ribbon {
    position: absolute;
    top: 50px;
    left: -57px;
    background: linear-gradient(135deg, #c79a63, #8b5e34);
    color: #fff;
    padding: 10px 60px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    z-index: 5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.project-ribbon::before, .project-ribbon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #c79a63, #f5d18b, #c79a63);
}

.project-ribbon::before {
    top: 4px;
}

.project-ribbon::after {
    bottom: 4px;
}

/* Optional shine effect */
.project-ribbon span {
    position: relative;
    z-index: 2;
}

/* PREMIUM DAIWIK DIVIDER */
.daiwik-divider {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.daiwik-divider:before {
    content: '';
    position: absolute;
    width: 88%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 155, 60, 0.15), #d4a437, rgba(201, 155, 60, 0.15), transparent);
}

.daiwik-divider span {
    position: relative;
    background: #fff;
    padding: 0 50px;
    font-size: 18px;
    letter-spacing: 8px;
    font-weight: 600;
    color: #9f7b36;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: textReveal 1.2s ease forwards;
    animation-delay: 0.8s;
}

/* GLOW */
.daiwik-divider:after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(212, 164, 55, 0.08), transparent 70%);
    border-radius: 50%;
    animation: glowMove 5s linear infinite;
}

/* ANIMATIONS */
@keyframes goldLine {
    0% {
        width: 0%;
        opacity: 0;
    }

    100% {
        width: 88%;
        opacity: 1;
    }
}

@keyframes textReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes glowMove {
    0% {
        transform: translateX(-80px);
    }

    50% {
        transform: translateX(80px);
    }

    100% {
        transform: translateX(-80px);
    }
}

a.accordion-toggle {
    font-weight: 300;
    letter-spacing: 0.2px;
}

.daiwik-divider span i {
    color: #d4a437;
    font-size: 15px;
}

/* SOFT GLOW */
.daiwik-divider:after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(212, 164, 55, 0.08), transparent 70%);
    border-radius: 50%;
    filter: blur(10px);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* HEADER */
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-menu {
    margin-right: 20px;
}

.logo {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
}

.menu {
    display: flex;
    gap: 35px;
    list-style: none;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    position: relative;
}

.menu li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background: #E8BC47;
    left: 0;
    bottom: -5px;
    transition: 0.4s;
}

.menu li a:hover::after {
    width: 100%;
}

.menu li a:hover {
    color: #E8BC47;
}

/* MOBILE MENU */
.menu-toggle {
    display: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* HERO SECTION */
.hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.hero-content {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 90%;
}

.hero-content h1 {
    font-size: 42px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 18px;
    letter-spacing: 1px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
    header {
        padding: 20px;
    }

    .menu-toggle {
        display: block;
    }

    .menu {
        position: absolute;
        top: 80px;
        right: -100%;
        width: 250px;
        background: rgba(0, 0, 0, 0.95);
        flex-direction: column;
        padding: 30px;
        transition: 0.4s;
    }

    .menu.active {
        right: 0;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 14px;
    }
}

/* HAMBURGER ICON */
.menu-icon {
    color: #231b12 !important;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 32px;
    height: 24px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    z-index: 10101;
    justify-content: space-between;
}

.menu-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: #c4a361;
    border-radius: 10px;
    transition: 0.4s;
}

/* ANIMATION */
.menu-icon.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.menu-icon.active span:nth-child(2) {
    transform: translateY(-10px) rotate(-45deg);
}

.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 420px;
    max-width: 100%;
    height: 100vh;
    background: #d7bfa5 !important;
    backdrop-filter: blur(12px);
    z-index: 9999;
    transition: .5s;
    padding: 40px 40px;
    display: flex;
    flex-direction: column;
}

.side-menu.active {
    right: 0;
}

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

.side-menu ul li {
    border-bottom: 1px solid rgb(114 114 114 / 40%)
}

.side-menu ul li a {
    display: block;
    padding: 18px 0;
    color: #fff;
    text-decoration: none;
    color: #231b12 !important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s;
}

.side-menu ul li a:hover {
    color: #d4af37;
    padding-left: 10px;
}

.side-menu-social {
    margin-top: auto;
    display: flex;
    justify-content: center;
    gap: 18px;
    padding-top: 35px;
}

.side-menu-social a {
    width: 48px;
    height: 48px;
    border: 1px solid rgb(59 59 59 / 60%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: .3s;
}

.side-menu-social a:hover {
    background: #6c6aab;
    border-color: #6c6aab;
}

.side-menu-social i {
    font-size: 18px;
}

.luxurious-section {
    background: #f5eedf;
}

.luxurious-section {
    background: #f4f1ea;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 30px;
    background-image: url('https://www.transparenttextures.com/patterns/white-wall-3.png');
}

.luxurious-section .project-card {
    width: 100%;
    max-width: 1150px;
    background: #f8f5ee;
    border: 3px solid #d8ccb6;
    border-radius: 18px;
    padding: 35px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
}

.luxurious-section .project-card::before {
    content: "";
    position: absolute;
    inset: 12px;
    border: 2px solid #d8ccb6;
    border-radius: 12px;
    pointer-events: none;
}

.luxurious-section .project-title {
    text-align: center;
    font-size: 48px;
    color: #5f4727;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.luxurious-section .project-content {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.luxurious-section .project-image {
    flex: 1;
    min-width: 320px;
}

.luxurious-section .project-image img {
    width: 100%;
    border-radius: 14px;
    border: 2px solid #d8ccb6;
    object-fit: cover;
    display: block;
}

.luxurious-section .project-info {
    flex: 1;
    min-width: 320px;
}

.luxurious-section .project-info p {
    font-size: 18px;
    color: #333;
    margin-bottom: 18px;
    line-height: 1.6;
}

.luxurious-section .project-info strong {
    color: #000;
}

.luxurious-section .project-btn {
    margin-top: 25px;
}

.luxurious-section .project-btn a {
    display: inline-block;
    padding: 16px 35px;
    background: linear-gradient(to right, #b98a46, #d6b26d);
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.luxurious-section .project-btn a:hover {
    transform: translateY(-3px);
}

/* Responsive */
@media(max-width: 768px) {
    .luxurious-section .project-title {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .luxurious-section .project-content {
        flex-direction: column;
    }

    .luxurious-section .project-info p {
        font-size: 16px;
    }

    .luxurious-section .project-btn a {
        width: 100%;
        text-align: center;
    }
}

.Master-plan {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.Master-plan .project-wrapper {
    background: url('../images/daiwik-bg.png') center center/cover no-repeat;
    padding: 50px 20px;
}

.Master-plan .mpr {
    padding: 30px;
}

.Master-plan.project-card {
    max-width: 1200px;
    margin: auto;
    background: #f8f5eb;
    border: 4px solid #c9bea3;
    border-radius: 25px;
    padding: 40px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.Master-plan .project-card::before {
    content: "";
    position: absolute;
    inset: 15px;
    border: 2px solid #d6ccb3;
    border-radius: 18px;
    pointer-events: none;
}

.Master-plan .project-title {
    text-align: center;
    /* font-family: 'Cormorant Garamond', serif; */
    font-size: 45px;
    /* color: #5a4c31; */
    margin-bottom: 40px;
    /* font-weight: 700; */
    position: relative;
    margin: 0px;
    z-index: 2;
}

.Master-plan .project-title img {
    width: 50px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.Master-plan .masterplan-img {
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid #ddd2ba;
    background: #fff;
    height: 100%;
}

.Master-plan .masterplan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Master-plan .project-content h4 {
    font-size: 34px;
    color: #3f3421;
    margin-bottom: 15px;
    font-weight: 700;
}

.Master-plan .project-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
    line-height: 1.7;
}

.Master-plan .project-content span {
    font-weight: 700;
    color: #000;
}

.Master-plan .reserve-btn {
    margin-top: 25px;
    display: inline-block;
    background: #6c6aab;
    color: #fff;
    text-decoration: none;
    padding: 18px 35px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.Master-plan .reserve-btn:hover {
    background: #6c6aab;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

@media(max-width: 991px) {
    .Master-plan .project-title {
        font-size: 48px;
    }

    .Master-plan .project-content {
        padding-left: 0;
        padding-top: 30px;
    }
}

@media(max-width: 767px) {
    .Master-plan .project-card {
        padding: 25px;
    }

    .Master-plan .project-title {
        font-size: 34px;
    }

    .Master-plan .project-content h4 {
        font-size: 24px;
    }

    .Master-plan .project-content p {
        font-size: 16px;
    }

    .Master-plan .reserve-btn {
        width: 100%;
        text-align: center;
    }
}

.hero-banner .hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-banner .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.hero-banner .slide.active {
    opacity: 1;
    z-index: 1;
}

.hero-banner .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.hero-banner .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255,255,255,0.3);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
    transition: 0.3s;
}

.hero-banner .nav-btn:hover {
    background: #fff;
    color: #000;
}

.hero-banner .prev {
    left: 20px;
}

.hero-banner .next {
    right: 20px;
}

.hero-banner .dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
}

.hero-banner .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: 0.3s;
}

.hero-banner .dot.active {
    background: #fff;
    transform: scale(1.2);
}

@media(max-width: 768px) {
    .hero-banner .hero-slider {
        height:80vh;
    }
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 650px;
    z-index: 2;
}

.tagline {
    display: inline-block;
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 18px;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,0.4);
    backdrop-filter: blur(5px);
}

.slide-content h1 {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 700;
}

.slide-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.85);
}

.hero-btn {
    display: inline-block;
    padding: 14px 34px;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    transition: 0.4s;
}

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

@media(max-width: 768px) {
    .slide-content {
        left: 5%;
        right: 5%;
    }

    .slide-content h1 {
        font-size: 38px;
    }

    .slide-content p {
        font-size: 15px;
    }
}

.slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

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

.bottom-text {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 45px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    z-index: 2;
    font-weight: 500;
}

.slide::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 220px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    z-index: -1;
}

@media(max-width: 768px) {
    .bottom-text {
        font-size: 20px;
        letter-spacing: 2px;
        bottom: 25px;
    }
}

.daiwik-grid-section {
    padding: 60px;
}

/* Black & White Card Style */
.oldproject-card {
    background: #000;
    overflow: hidden;
    position: relative;
}

.project-img {
    overflow: hidden;
}

.project-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.6s ease;
}

.project-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media(max-width: 991px) {
    .project-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 768px) {
    .project-row {
        grid-template-columns: 1fr;
    }
}

/* Remove Ribbon */
.project-ribbon {
    display: none;
}

/* Content */
.oldproject-card .project-content {
    padding: 25px 10px;
    text-align: center;
    background: #000;
}

.oldproject-card .project-title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.oldproject-card .project-title span {
    color: #ffae12;
    font-weight: 600;
    font-size: 33px;
    letter-spacing: 0px;
    text-decoration: inherit;
}

.oldproject-card:hover .project-title {
    text-decoration: inherit;
}

/* Hover Effect */
.oldproject-card:hover img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Optional Buttons Hide */
.project-btns {
    display: none;
}

.oldproject-card-link {
    text-decoration: none;
    display: block;
}

.sayuri-luxury-card {
    margin: auto;
    background: url(../images/sayuri-bg.png) center center / cover no-repeat;
    padding: 80px 0;
    position: relative;
    text-align: center;
}

.prelaunch-badge {
    display: inline-block;
    background: #6c6aab;
    color: #fff;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

.luxury-header {
    text-align: center;
    margin-bottom: 40px;
}

.luxury-logo {
    width: 65px;
    margin-bottom: 10px;
}

.luxury-header h5 {
    font-size: 22px;
    letter-spacing: 12px;
    margin: 0;
    font-weight: 400;
}

.luxury-header h1 {
    font-size: 70px;
    line-height: .9;
    margin: 0;
    font-weight: 500;
}

.luxury-header p {
    font-size: 20px;
    letter-spacing: 4px;
    padding-top: 25px;
}

.luxury-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 35px;
}

.luxury-image {
    position: relative;
    background-image: url(../images/sayuri-elevation-3.png);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.luxury-image img {
    width: 100%;
    border-radius: 35px;
    border: 2px solid #c8aa66;
}

.luxury-tag {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: rgb(0 0 0 / 60%);
    color: #fff;
    padding: 20px 35px;
    border-radius: 8px;
    font-size: 18px;
}

a.luxury-btn:hover {
    background: #0d1105;
    color: white;
    text-decoration: inherit;
}

.luxury-tag span {
    color: #d9b36b;
    font-size: 34px;
}

.top-features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid #ddd0b4;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0;
}

.top-features div {
    padding: 15px 15px;
    border-right: 1px solid #ddd0b4;
}

.top-features div:last-child {
    border-right: none;
}

.top-features h3 {
    font-size: 22px;
    margin: 8px 0 4px;
}

.top-features p {
    font-size: 16px;
    color: #666;
    padding: 10px 0 0 0;
    margin: 0;
}

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

.luxury-list li {
    display: grid ;
    grid-template-columns: 60px 200px 1fr;
    gap: 0px;
    align-items: center;
    padding: 5px 0;
    justify-items: start;
}

.luxury-list li i {
    width: 42px;
    height: 42px;
    background: #6c6aab;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxury-list span {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.luxury-list strong {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    line-height: 1.5;
}

.luxury-btn {
    margin-top: 35px;
    display: block;
    width: 100%;
    background: #6c6aab;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

@media(max-width: 991px) {
    .luxury-grid {
        grid-template-columns:1fr;
    }

    .luxury-header h1 {
        font-size: 70px;
    }

    .top-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .luxury-list li {
        grid-template-columns: 45px 1fr;
    }

    .luxury-list strong {
        grid-column: 2;
    }
}

.top-features svg {
    font-size: 25px;
    color: #6c6aab;
}

ul.luxury-list li svg {
    background: #6c6aab;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
    color: white;
}

.gold-bg {
    background: #fcf4ea;
}

.portfolio-section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title span {
    display: block;
    color: #3b542a !important;
    letter-spacing: 4px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title h2 {
    margin: 0;
    font-size: 70px;
    font-weight: 500;
    color: #111;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.portfolio-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.portfolio-tile img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all .8s ease;
}

.portfolio-tile:hover img {
    filter: grayscale(0);
    transform: scale(1.08);
}

.portfolio-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 35px;
    background: linear-gradient( to top, rgba(0,0,0,.95), rgba(0,0,0,.65), transparent );
}

.portfolio-caption span {
    display: block;
    color: #fff;
    letter-spacing: 5px;
    font-size: 16px;
    margin-bottom: 8px;
}

.portfolio-caption h3 {
    margin: 0;
    color: #d8b06c;
    font-size: 45px;
    font-weight: 500;
    transition: .4s;
}

.portfolio-tile:hover .portfolio-caption h3 {
    transform: translateY(-5px);
}

@media(max-width: 991px) {
    .portfolio-grid {
        grid-template-columns:1fr;
    }

    .portfolio-tile img {
        height: 500px;
    }

    .section-title h2 {
        font-size: 48px;
    }
}

.portfolio-tile::before {
    content: '';
    position: absolute;
    inset: 15px;
    border: 1px solid rgba(212,175,55,.4);
    border-radius: 20px;
    opacity: 0;
    transition: .4s;
    z-index: 2;
}

.portfolio-tile:hover::before {
    opacity: 1;
}

.banner-title-wrap {
    position: absolute;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    text-align: center;
}

.banner-title {
    margin: 0;
    color: #fff;
    font-size: clamp(38px,3.5vw,78px);
    font-weight: 800;
    letter-spacing: 4px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(60px);
    animation: titleReveal 1.4s ease forwards;
    text-shadow: 0 2px 10px rgba(0,0,0,.4), 0 10px 40px rgba(0,0,0,.35);
}

.banner-title::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin: 18px auto 0;
    background: #d4af37;
    animation: goldLine 1.2s ease 1s forwards;
}

@keyframes titleReveal {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

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

@keyframes goldLine {
    from {
        width: 0;
    }

    to {
        width: 220px;
    }
}

.banner-subtitle {
    display: block;
    margin-bottom: 15px;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    font-weight: 600;
}

.banner-highlight {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 30px;
}

.banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #d4af37;
    color: #fff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: .3s;
}

.banner-btn:hover {
    background: #fff;
    color: #222;
}

.slide {
    cursor: pointer;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,.20) 100% );
    z-index: 1;
}

.daiwik-legacy-section {
    padding: 120px 0;
}

.daiwik-legacy-wrapper {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    gap: 80px;
}

.daiwik-legacy-image {
    position: relative;
}

.daiwik-legacy-image img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
}

.daiwik-legacy-experience {
    position: absolute;
    left: -50px;
    bottom: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,.08);
    text-align: center;
    min-width: 260px;
}

.daiwik-years {
    display: block;
    font-size: 80px;
    line-height: .9;
    font-weight: 700;
    color: #d4af37;
}

.daiwik-years-text {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    color: #222;
}

.daiwik-legacy-subtitle {
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.daiwik-legacy-content h2 {
    font-size: 60px;
    line-height: 1;
    color: #222;
    margin-bottom: 25px;
    font-family: 'Cormorant Garamond',serif;
}

.daiwik-legacy-content p {
    color: #666;
    line-height: 2;
    margin-bottom: 40px;
    font-size: 16px;
}

.daiwik-legacy-stats {
    display: flex;
    gap: 50px;
    margin-bottom: 40px;
}

.daiwik-legacy-stats h3 {
    font-size: 48px;
    color: #d4af37;
    margin-bottom: 5px;
}

.daiwik-legacy-stats span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #555;
    padding-top: 20px;
    display: block;
}

@media(max-width: 991px) {
    .daiwik-legacy-wrapper {
        grid-template-columns:1fr;
    }

    .daiwik-legacy-image img {
        height: 500px;
    }

    .daiwik-legacy-experience {
        right: 20px;
        bottom: 20px;
    }

    .daiwik-years {
        font-size: 80px;
    }

    .daiwik-legacy-content h2 {
        font-size: 48px;
    }

    .daiwik-legacy-stats {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.daiwik-projects-section {
    padding: 60px 0;
    background: #f7f6f2;
}

.daiwik-projects-heading span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9b7b4d;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 10px;
}

.daiwik-projects-heading span:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #9b7b4d;
}

.daiwik-projects-heading h2 {
    font-size: 36px;
    line-height: 50px;
    margin: 0 0 25px;
    text-align: left;
}

.daiwik-projects-slider {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

.daiwik-project-card {
    text-decoration: none;
    color: inherit;
}

.daiwik-project-image {
    overflow: hidden;
    margin-bottom: 25px;
}

.daiwik-project-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .6s;
}

.daiwik-project-card:hover img {
    transform: scale(1.06);
}

.daiwik-project-content h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
    font-size: 24px;
    line-height: 36px;
    /* margin: 0 0 20px; */
}

.daiwik-project-content p {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.daiwik-project-content span {
    font-size: 14px;
    color: #454545;
    line-height: 1.8;
}

@media(max-width: 1200px) {
    .daiwik-projects-slider {
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width: 767px) {
    .daiwik-projects-slider {
        grid-template-columns:1fr;
    }

    .daiwik-project-image img {
        height: 350px;
    }
}

.daiwik-lifestyle-slider {
    padding: 0 0 120px 0;
    position: relative;
    overflow: hidden;
}

.daiwik-pattern-bg {
    position: absolute;
    inset: 0;
    opacity: .05;
    background-image: radial-gradient(circle at 25px 25px,#d4af37 2px,transparent 0);
    background-size: 70px 70px;
}

.daiwikAmenitiesSlider {
    width: 100%;
    padding: 40px 0 80px;
}

.daiwikAmenitiesSlider .swiper-slide {
    width: 620px;
    transition: .5s;
}

.daiwikAmenitiesSlider .swiper-slide img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;
}

.daiwik-slider-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.daiwik-slider-content h2 {
    font-size: 58px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #222;
}

.daiwik-slider-content p {
    color: #777;
    font-size: 18px;
    line-height: 1.8;
}

.sapphire-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/sapphire/sapphire-banner1.jpeg) center center/cover no-repeat;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 42%) 40%, rgba(0, 0, 0, 0) 100%);
}

.banner-content {
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#footer .mb-4 {
    margin-bottom: 10px !important;
}

#footer .mb-3 {
    margin-bottom: 10px !important;
}

.banner-subtitle {
    color: #d8b07a;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.banner-content h1 {
    font-size: 50px;
    line-height: .9;
    color: #fff;
    font-weight: 300;
    margin: 0;
    display: contents;
}

.banner-content h1 span {
    display: block;
    color: #d8b07a;
    font-size: 130px;
    font-weight: 400;
    margin-top: -20px;
    font-family: Great Vibes;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 30px 0;
}

.banner-btn {
    display: inline-block;
    padding: 16px 40px;
    border: 1px solid #d8b07a;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    transition: .4s;
}

.banner-btn:hover {
    background: #d8b07a;
    color: #111;
}

.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
	    display: none;
}

.scroll-indicator span {
    width: 65px;
    height: 65px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: block;
    position: relative;
}

.scroll-indicator span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

.daiwik-story {
    padding: 60px 0;
    background: #faebce;
}

.daiwik-story .container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}

.story-heading {
    text-align: center;
    margin-bottom: 60px;
}

.story-heading span {
    display: block;
    color: #b38b59;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 20px;
}

.story-heading h2 {
    font-size: 72px;
    line-height: 1.1;
    font-weight: 300;
    color: #0d2238;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}

.stats-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0;
    /* border-top:1px solid #d9d2c8; */
    /* border-bottom:1px solid #d9d2c8; */
}

.stat {
    text-align: center;
}

.stat h3 {
    font-size: 41px;
    font-weight: 300;
    color: #0d2238;
    margin: 0;
    line-height: 1;
}

.stat p {
    margin-top: 12px;
    color: #b38b59;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.divider {
    width: 1px;
    height: 80px;
    background: #d9d2c8;
}

.story-content {
    /* max-width:900px; */
    margin: 0 0 0px 0;
    text-align: center;
}

.story-content p {
    font-size: 16px;
    line-height: 2;
    /* color: #5d6670; */
    margin-bottom: 10px;
}

.btn-brochure {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 45px;
    background: #0d2238;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: .4s;
}

.btn-brochure:hover {
    background: #b38b59;
}

@media(max-width: 991px) {
    .story-heading h2 {
        font-size:42px;
    }

    .stats-strip {
        flex-wrap: wrap;
        gap: 25px;
    }

    .divider {
        display: none;
    }

    .stat {
        width: 45%;
    }

    .stat h3 {
        font-size: 50px;
    }
}

.section-title {
    margin-bottom: 0;
}

.eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a8d7a;
    white-space: nowrap;
    font-weight: 500;
}

.line {
    width: 120px;
    height: 1px;
    background: #cfc7bc;
}

.sapphire-highlights {
    padding: 120px 0;
    background: #f8f6f2;
}

.sapphire-highlights .container {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

.eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a8d7a;
    white-space: nowrap;
}

.line {
    width: 120px;
    height: 1px;
    background: #d6d0c8;
}

.title-wrap h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #0d2238;
    font-weight: 400;
    margin-bottom: 70px;
    font-family: serif;
}

.highlight-grid {
    display: grid;
    grid-template-columns: 1.5fr .9fr;
    gap: 40px;
    align-items: stretch;
}

.main-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

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

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(0,0,0,.7), rgba(0,0,0,.1) );
}

.project-name {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
}

.project-name span {
    display: block;
    font-size: 56px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-card {
    background: #fff;
    padding: 30px;
    border: 1px solid #ece7df;
    transition: .4s;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

.info-card span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b38b59;
}

.info-card h3 {
    margin-top: 12px;
    color: #0d2238;
    font-size: 28px;
    font-weight: 500;
}

.brochure-box {
    grid-column: span 2;
    background: #0d2238;
    color: #fff;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: .4s;
}

.brochure-box:hover {
    background: #b38b59;
}

.brochure-box small {
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .7;
}

.brochure-box h4 {
    margin-top: 8px;
    font-size: 28px;
}

.gallery-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: .7s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item span {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.location-advantage {
    padding: 120px 0;
    /* background:#f8f6f1; */
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.sub-title {
    color: #c79a3b;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.section-header h2 {
    font-size: 58px;
    color: #1f1f1f;
    font-weight: 300;
    margin: 15px 0;
    text-transform: uppercase;
}

.section-header p {
    color: #666;
    font-size: 18px;
}

.location-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.loc-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 15px 40px rgba(0,0,0,.06);
}

.loc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

.card-number {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 80px;
    font-weight: 700;
    color: rgba(199,154,59,.08);
}

.icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #faf6eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon i {
    font-size: 32px;
    color: #c79a3b;
}

.loc-card h3 {
    color: #222;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 1px;
}

.loc-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loc-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}

.loc-card ul li span {
    color: #c79a3b;
    font-weight: 600;
}

.loc-card a {
    display: inline-block;
    margin-top: 25px;
    color: #c79a3b;
    text-decoration: none;
    font-weight: 600;
}

.distance-bar {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.05);
}

.distance-item {
    text-align: center;
    padding: 40px 20px;
    border-right: 1px solid #eee;
}

.distance-item:last-child {
    border-right: none;
}

.distance-item h4 {
    font-size: 60px;
    color: #c79a3b;
    margin: 0;
}

.distance-item span {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

@media(max-width: 991px) {
    .location-cards {
        grid-template-columns:1fr;
    }

    .distance-bar {
        grid-template-columns: repeat(2,1fr);
    }

    .section-header h2 {
        font-size: 40px;
    }
}

.loc-card svg {
    font-size: 25px;
    color: #6c6aab;
}

.map-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
}

.map-heading .subtitle {
    color: #c79a3b;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.map-heading h2 {
    font-size: 58px;
    line-height: 1.1;
    margin: 20px 0;
    color: #1f1f1f;
    font-weight: 300;
}

.map-heading p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.map-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: center;
}

.map-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlight-item {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.highlight-item i {
    color: #c79a3b;
    font-size: 22px;
    width: 40px;
}

.highlight-item span {
    font-size: 17px;
    color: #333;
}

.map-image {
    background: #fff;
    padding: 0px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.map-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

@media(max-width: 991px) {
    .map-wrapper {
        grid-template-columns:1fr;
    }

    .map-heading h2 {
        font-size: 40px;
    }
}

.map-image {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}

.map-image img {
    width: 100%;
    display: block;
    transition: transform 1.2s ease;
    /* Focus point */
    transform-origin: 70% 40%;
}

.map-image:hover img {
    transform: scale(1.8);
}

.location-map-premium {
    padding: 120px 0;
    background: #f8f6f1;
}

.amenities-section {
    background: #f8f8f6;
    padding: 80px 0 60px;
    position: relative;
}

.amenities-title {
    font-family: 'Optima', serif;
    font-size: 58px;
    font-weight: 400;
    text-align: center;
    color: #1f2937;
    margin-bottom: 70px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 70px 30px;
}

.amenity-item {
    text-align: center;
}

.amenity-item img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    margin-bottom: 18px;
}

.amenity-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2f3a4a;
    line-height: 1.45;
    margin: 0;
}

@media(max-width: 991px) {
    .amenities-grid {
        grid-template-columns:repeat(2,1fr);
        gap: 50px 20px;
    }

    .amenities-title {
        font-size: 44px;
    }
}

@media(max-width: 767px) {
    .amenities-grid {
        grid-template-columns:1fr;
    }

    .amenities-title {
        font-size: 36px;
    }
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.bg-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center top;
    opacity: 1;
}

.overlay-gradient {
    position: absolute;
    inset: 0;
    /*background: linear-gradient(55deg, rgb(0 0 0 / 20%) 0%, rgb(0 0 0 / 20%) 32%, rgb(0 0 0 / 10%) 58%, rgba(0, 0, 0, 0.9) 80%, rgb(0 0 0 / 0%) 100%);*/
}

.overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28%;
}

.content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: stretch;
}

.left-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8% 5% 6% 0px;
    width: 52%;
    flex-shrink: 0;
}

.brand-line {
    display: flex;
    align-items: center;
    gap: 2%;
    margin-bottom: 4%;
}

.brand-logo {
    width: 8%;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px solid rgba(196,163,97,0.7);
    background: rgba(196,163,97,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.brand-logo svg {
    width: 55%;
    height: 55%;
}

.brand-name {
    font-weight: 600;
    font-size: 1.5vw;
    letter-spacing: 0.25em;
    color: #c4a361;
    text-transform: uppercase;
}

.brand-sub {
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: 0.18em;
    color: rgba(196,163,97,0.65);
    text-transform: uppercase;
    margin-top: 0.3em;
}

.divider-gold {
    width: 18%;
    height: 1px;
    background: linear-gradient(90deg, #c4a361 0%, rgba(196,163,97,0.2) 100%);
    margin-bottom: 5%;
}

.headline-small {
    font-weight: 300;
    font-size: 1.1vw;
    letter-spacing: 4px;
    color: #ffe1a4;
    text-transform: uppercase;
    margin-bottom: 2%;
}

.headline-main {
    font-family: 'Morison', serif;
    font-weight: 300;
    font-size: 4vw;
    line-height: 1.08;
    text-transform: uppercase;
    color: #f0ebe0;
    margin-bottom: 5%;
}

.headline-italic {
    font-family: 'Morison', serif;
    font-style: italic;
    font-weight: 400;
    color: #c4a361;
}

.tag-row {
    display: flex;
    gap: 3%;
    margin-bottom: 6%;
    flex-wrap: wrap;
}

.tag {
    font-weight: 500;
    font-size: 0.75vw;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(240,235,224,0.75);
    border: 0.5px solid rgba(196,163,97,0.35);
    padding: 0.5em 1.2em;
    border-radius: 2px;
    white-space: nowrap;
}

.cta-row {
    display: flex;
    align-items: center;
    gap: 4%;
}

.cta-main {
    font-weight: 600;
    font-size: 0.85vw;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #0a1a14;
    background: #c4a361;
    padding: 0.8em 2.2em;
    border-radius: 0;
    white-space: nowrap;
}

.padding-section {
    padding: 80px 0;
}

.cta-secondary {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(196, 163, 97, 0.8);
    display: flex;
    align-items: center;
    gap: 0.6em;
}

.cta-arrow {
    width: 2.2vw;
    height: 1px;
    background: rgba(196,163,97,0.6);
    position: relative;
    flex-shrink: 0;
}

.cta-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 7px;
    height: 7px;
    border-right: 1px solid rgba(196,163,97,0.6);
    border-top: 1px solid rgba(196,163,97,0.6);
    transform: rotate(45deg);
}

.right-panel {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3% 4% 11% 2%;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2%;
    width: 55%;
    margin-left: auto;
}

.stat-card {
    background: rgb(115 140 200 / 30%);
    border: 0.5px solid rgba(196,163,97,0.3);
    border-radius: 3px;
    padding: 5% 6%;
    backdrop-filter: blur(4px);
}

.stat-number {
    font-weight: 500;
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.3em;
}

.stat-label {
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: rgba(240, 235, 224, 0.65);
    line-height: 14px;
}

.rera-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(5,14,10,0.88);
    border-top: 0.5px solid rgba(196,163,97,0.2);
    padding: 0.7% 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rera-text {
    font-weight: 300;
    font-size: 0.62vw;
    letter-spacing: 0.1em;
    color: rgba(240,235,224,0.35);
}

.location-badge {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-weight: 400;
    font-size: 0.7vw;
    letter-spacing: 0.12em;
    color: rgba(196,163,97,0.7);
    text-transform: uppercase;
}

.loc-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c4a361;
    flex-shrink: 0;
}

.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

.banner {
    position: relative;
    overflow: hidden;
}

/* Slide visibility (existing) */
.slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: transform 1s ease-in-out !important;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

/* Arrows */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3vw;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
    user-select: none;
    z-index: 20;
    padding: 0.2em 0.5em;
    border-radius: 3px;
    transition: background 0.3s, color 0.3s;
}

.arrow:hover {
    color: #fff;
    background: rgba(0,0,0,0.5);
}

.arrow-left {
    left: 1%;
}

.arrow-right {
    right: 1%;
}

/* Dots */
.dots {
    position: absolute;
    bottom: 3%;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.6em;
    z-index: 20;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: rgba(255,255,255,0.9);
}

.arrow {
    width: 55px !important;
    height: 55px !important;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 40px !important;
}

.daiwik-about-section {
    padding: 80px 0;
    background: #f7f6f4;
    font-family: 'Poppins',sans-serif;
}

.daiwik-about-wrap {
    display: flex;
    width: 100%;
}

.daiwik-about-left {
    width: 60%;
    padding-right: 70px;
}

.daiwik-about-right {
    width: 45%;
    border-left: 1px solid #d7d7d7;
    padding-left: 70px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 70px 20px;
    align-content: center;
}

.daiwik-subtitle {
    display: block;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7b4d;
    font-weight: 600;
    margin-bottom: 0;
}

.daiwik-highlight-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.daiwik-highlight-badge {
    font-size: 58px;
    font-weight: 700;
    color: #4f3592;
    line-height: 1;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #d6d6d6;
}

.daiwik-highlight-text {
    font-family: 'Optima',serif;
    font-size: 34px;
    line-height: 1.15;
    color: #222;
    font-weight: 400;
}

.daiwik-about-link {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.daiwik-about-link:hover {
    color: #9b7b4d;
}

.daiwik-stat-box {
    text-align: center;
}

.daiwik-stat-box h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: 400;
    color: #2d2d2d;
    margin: 0 0 10px;
}

.daiwik-stat-box p {
    font-size: 20px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Responsive */
@media(max-width: 991px) {
    .daiwik-about-wrap {
        flex-direction:column;
    }

    .daiwik-about-left {
        width: 100%;
        padding-right: 0;
    }

    .daiwik-about-right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #d7d7d7;
        margin-top: 50px;
        padding-left: 0;
        padding-top: 50px;
    }
}

@media(max-width: 767px) {
    .daiwik-about-right {
        gap: 20px;
    }

    .daiwik-highlight-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .daiwik-highlight-badge {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .daiwik-highlight-text {
        font-size: 28px;
    }

    .daiwik-stat-box h2 {
        font-size: 54px;
    }
}

.flex-div {
    display: flex;
}

.daiwik-about-right-div {
    display: contents;
}

.enquiry-tab {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

.enquiry-tab span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #c4a361;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 5px;
    letter-spacing: 1px;
}

.enquiry-tab .arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    margin-right: 10px;
    font-size: 24px;
}

/* Form Panel */
.enquiry-panel {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    max-width: 100%;
    height: 100vh;
    background: #d7bfa5 ;
    z-index: 10000;
    padding: 40px 30px;
    transition: all 0.4s ease;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.enquiry-panel input, .enquiry-panel textarea {
    color: #96836e;
    /* text color */
}

.enquiry-panel input::placeholder, .enquiry-panel textarea::placeholder {
    color: #96836e;
}

.enquiry-panel.active {
    right: 0;
}

.enquiry-panel h3 {
    margin-bottom: 25px;
    font-size: 30px;
}

.enquiry-panel input, .enquiry-panel textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px;
    border: 1px solid #96836e;
    outline: none;
    background: transparent;
}

.enquiry-panel textarea {
    height: 120px;
    resize: none;
}

.enquiry-panel button {
    width: 100%;
    padding: 15px;
    border: none;
    background: #6c6aab;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

/* Close Button */
.close-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 32px;
    cursor: pointer;
}

/* Overlay */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9998;
}

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

/* Mobile */
@media (max-width: 768px) {
    .enquiry-panel {
        width: 100%;
        right: -100%;
    }

    .enquiry-tab span {
        font-size: 12px;
        padding: 13px 5px;
    }
}

.daiwik-legacy-stats-btn a {
    width: 100%;
}

#footer p.text-color-grey, #footer a, #footer h4,#footer h5,p.text-start.text-3-5 {
    color: #231b12 !important;
}

.bg-color-light {
    background-color: #665d5d !important;
}

.text-color-gold {
    color: #7c542e;
}

.daiwik-projects-heading.center-heading span {
    display: inline;
    display: block;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b7b4d;
    font-weight: 600;
    margin-bottom: 0;
}

.daiwik-projects-heading.center-heading h2 {
    text-align: center;
}

.sapphire-highlights {
    padding: 120px 0;
    background: #fff;
}

.sapphire-highlights .container {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}

.eyebrow-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a8d7a;
    white-space: nowrap;
}

.line {
    width: 120px;
    height: 1px;
    background: #d6d0c8;
}

.title-wrap h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #0d2238;
    font-weight: 400;
    margin-bottom: 70px;
    font-family: 'Optima';
    text-align: center;
}

.highlight-grid {
    display: grid;
    grid-template-columns: 1.5fr .9fr;
    gap: 40px;
    align-items: stretch;
}

.main-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

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

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .1));
}

.project-name {
    position: absolute;
    left: 50px;
    bottom: 50px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
}

.project-name span {
    display: block;
    font-size: 56px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-card {
    background: #fff;
    padding: 30px;
    border: 1px solid #ece7df;
    transition: .4s;
}

.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.info-card span {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b38b59;
}

.info-card h3 {
    margin-top: 12px;
    color: #6c6aab;
    font-size: 28px;
    font-weight: 500;
}

.brochure-box {
    grid-column: span 2;
    background: #6c6aab;
    color: #fff;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: .4s;
}

.brochure-box:hover {
    background: #b38b59;
    color: #fff;
    text-decoration: none;
}

.brochure-box small {
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: .7;
}

.brochure-box h4 {
    margin-top: 8px;
    font-size: 28px;
    color: #fff;
}

.gallery-grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .7s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-item span {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.location-advantage {
    padding: 120px 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 70px;
}

.sub-title {
    color: #c79a3b;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
}

.section-header h2 {
    font-size: 54px;
    color: #1f1f1f;
    font-weight: 300;
    margin: 15px 0;
}

.section-header p {
    color: #666;
    font-size: 18px;
}

.location-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.loc-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 45px;
    overflow: hidden;
    transition: .4s;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, .06);
}

.loc-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.card-number {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 80px;
    font-weight: 700;
    color: rgba(199, 154, 59, .08);
}

.icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #faf6eb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon i {
    font-size: 32px;
    color: #c79a3b;
}

.loc-card h3 {
    color: #222;
    margin-bottom: 25px;
    font-size: 24px;
    letter-spacing: 1px;
}

.loc-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loc-card ul li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    color: #555;
}

.loc-card ul li span {
    color: #c79a3b;
    font-weight: 600;
}

.loc-card a {
    display: inline-block;
    margin-top: 25px;
    color: #c79a3b;
    text-decoration: none;
    font-weight: 600;
}

.distance-bar {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
}

.distance-item {
    text-align: center;
    padding: 40px 20px;
    border-right: 1px solid #eee;
}

.distance-item:last-child {
    border-right: none;
}

.distance-item h4 {
    font-size: 60px;
    color: #c79a3b;
    margin: 0;
}

.distance-item span {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

@media(max-width: 991px) {
    .location-cards {
        grid-template-columns: 1fr;
    }

    .distance-bar {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header h2 {
        font-size: 40px;
    }
}

.loc-card svg {
    font-size: 25px;
    color: #6c6aab;
}

.location-tagline {
    max-width: 1100px;
    margin: 80px auto 0;
    text-align: center;
    padding: 40px 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
    color: #444;
    font-size: 22px;
    line-height: 1.8;
    font-weight: 300;
    position: relative;
}

.location-tagline span {
    color: #c79a3b;
    font-size: 20px;
    margin: 0 15px;
}

.location-tagline::before {
    content: "LOCATION ADVANTAGE";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f8f6f1;
    padding: 0 15px;
    font-size: 11px;
    letter-spacing: 4px;
    color: #c79a3b;
    font-weight: 600;
}

.location-map-section {
    padding: 120px 0;
    background: #f8f6f1;
}

.map-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 70px;
}

.map-heading .subtitle {
    color: #c79a3b;
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.map-heading h2 {
    font-size: 58px;
    line-height: 1.1;
    margin: 20px 0;
    color: #1f1f1f;
    font-weight: 200;
    font-family: 'Optima';
}

.map-heading p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

.map-wrapper {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 40px;
    align-items: center;
}

.map-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.highlight-item {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.highlight-item i {
    color: #c79a3b;
    font-size: 22px;
    width: 40px;
}

.highlight-item span {
    font-size: 17px;
    color: #333;
}

.map-image {
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.map-image img {
    width: 100%;
    display: block;
    border-radius: 18px;
}

@media(max-width: 991px) {
    .map-wrapper {
        grid-template-columns: 1fr;
    }

    .map-heading h2 {
        font-size: 40px;
    }
}

.map-image {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
}

.map-image img {
    width: 100%;
    display: block;
    transition: transform 1.2s ease;
    /* Focus point */
    transform-origin: 70% 40%;
}

.map-image:hover img {
    transform: scale(1.8);
}

.location-map-premium {
    padding: 120px 0;
    background: #f8f6f1;
}

.amenities-section {
    background: #f8f8f6;
    padding: 80px 0 60px;
    position: relative;
}

.amenities-title {
    font-family: 'Optima', serif;
    font-size: 58px;
    font-weight: 400;
    text-align: center;
    color: #1f2937;
    margin-bottom: 70px;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 70px 30px;
}

.amenity-item {
    text-align: center;
}

.amenity-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 18px;
}

.amenity-item p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2f3a4a;
    line-height: 1.45;
    margin: 0;
}

@media(max-width: 991px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 20px;
    }

    .amenities-title {
        font-size: 44px;
    }
}

@media(max-width: 767px) {
    .amenities-grid {
        grid-template-columns: 1fr;
    }

    .amenities-title {
        font-size: 36px;
    }
}

.brochure-box svg {
    color: #fff;
    height: 20px;
}

.brochure-box:hover {
    text-decoration: none !important;
}

.story-content-wrapper p {
    color: #0d2238;
}

.story-content-wrapper a:hover {
    color: #fff !important;
    text-decoration: none;
}

/* PLAN SECTION */
.plan-tabs {
    justify-content: center;
    border-bottom: none;
    margin-bottom: 0px;
    gap: 20px;
}

.plan-tabs .nav-link.active {
    color: #fff;
}

.plan-frame {
    background: #fff;
    padding: 18px;
}

.plan-frame img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.masterplan-section .tab-content {
    border-radius: 0px;
    box-shadow: none;
    background-color: var(--light);
    border: 0px solid #EEE;
    border-top: 0;
    padding: 0;
    background: transparent;
    max-width: 900px;
    margin: 0 auto;
}

.masterplan-section {
    background: linear-gradient(135deg, #4b4964 0%, #5b5981 50%, #6c6aab 100%);
    padding: 70px 0;
}

.plans-section {
    background: transparent;
}

.masterplan-section .nav-tabs li .nav-link {
    font-size: 18px;
    font-weight: 400;
}

/* Main Tabs */
.plan-tabs .nav-link {
    background: none;
    border: none;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    padding: 0 0 15px;
}

.plan-tabs .nav-link.active {
    color: #fff;
    background: none;
    font-weight: 600;
}

.plan-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
}

73 /* Sub Tabs */
.floor-tabs {
    gap: 40px;
}

.floor-tabs .nav-link {
    border: none;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.floor-tabs .nav-link.active {
    color: #fff;
    background: none;
}

.floor-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #fff;
}

/* Image Area */
.plan-image-wrap {
    background: #d7d2d2;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.plan-image-wrap img {
    width: 100%;
    display: block;
}

/* Responsive */
@media(max-width: 991px) {
    .plan-tabs {
        gap: 20px;
    }

    .plan-tabs .nav-link {
        font-size: 28px;
    }

    .floor-tabs {
        gap: 15px;
        flex-wrap: wrap;
    }

    .floor-tabs .nav-link {
        font-size: 16px;
    }
}

@media(max-width: 767px) {
    .plan-tabs {
        flex-wrap: wrap;
        gap: 15px;
    }

    .plan-tabs .nav-link {
        font-size: 22px;
    }

    .floor-tabs .nav-link {
        font-size: 15px;
    }

    .plan-image-wrap {
        padding: 10px;
    }
}

.zoom-image {
    cursor: pointer;
    width: 100%;
    display: block;
}

.zoom-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: zoom-in;
}

.zoom-lens {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px solid #6c6aab;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    pointer-events: none;
    display: none;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 99;
}

.location-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.loc-card {
    background: #fff;
    border-radius: 0;
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0;
    transition: all .4s ease;
    /* border: 1px solid rgba(108, 106, 171, 0.08); */
}

.loc-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.loc-card::before {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #6c6aab, #8d8bc6);
}

.card-number {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 56px;
    font-weight: 700;
    color: rgba(108, 106, 171, 0.08);
    line-height: 1;
}

.location-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff, #66bf);
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    box-shadow: 0 12px 25px rgba(108, 106, 171, 0.25);
}

.loc-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1d293e;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-top: 20px;
    font-family: 'Morison';
}

.loc-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.loc-card ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
    color: #555;
}

.loc-card ul li:last-child {
    border-bottom: none;
}

.loc-card ul li span {
    background: #f3f2fa;
    color: #000000;
    font-weight: 400;
    padding: 5px 8px;
    border-radius: 0;
    min-width: 75px;
    text-align: center;
    width: 75px;
    font-size: 14px;
}

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

    .loc-card {
        padding: 35px 25px;
    }

    .loc-card h3 {
        font-size: 24px;
    }

    .card-number {
        font-size: 42px;
    }

    .location-icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
    }
}

.amenities-section {
    padding: 120px 0;
    background: #f8f9fc;
    position: relative;
    overflow: hidden;
}

.amenities-title {
    text-align: center;
    font-size: 54px;
    font-family: 'Optima';
    letter-spacing: 2px;
    color: #1d293e;
    margin-bottom: 60px;
    position: relative;
}

.amenities-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #6c6aab;
    border-radius: 50px;
    display: block;
    margin: 15px auto 0;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 2;
    width: 800px;
    text-align: center;
    margin: 0 auto;
}

.amenity-item {
    /* background: #fff; */
    /* border-radius: 28px; */
    padding: 35px 0px;
    text-align: center;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    /* box-shadow:
        0 10px 30px rgba(0, 0, 0, .05); */
    /* border: 1px solid rgba(108, 106, 171, .08); */
}

.amenity-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #6c6aab, #8d8bc6);
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s;
}

.amenity-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 25px;
    transition: .4s ease;
}

.amenity-item p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #1d293e;
    line-height: 20px;
    text-wrap: auto;
    line-break: strict;
}

.amenity-item p br {
    display: none;
}

/* Tablet */
@media(max-width: 991px) {
    .amenities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .amenities-title {
        font-size: 42px;
    }
}

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

    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
		
    }

    .amenity-item {
        padding: 25px 15px;
        border-radius: 22px;
    }

    .amenity-item img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .amenity-item p {
        font-size: 14px;
    }

    .amenities-title {
        font-size: 34px;
        margin-bottom: 40px;
    }
}

/* Small Mobile */
@media(max-width: 480px) {
    .amenities-grid {
        grid-template-columns: 1fr 1fr;
		        display: contents;
    }
}

@media (max-width: 991px) {
    .story-content-wrapper {
        padding: 90px 0;
    }

    .story-content p {
        font-size: 17px;
        line-height: 1.9;
    }
}

@media (max-width: 767px) {
    .story-content-wrapper {
        padding: 70px 0;
    }

    .story-content p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 25px;
    }

    .btn-brochure {
        width: 100%;
        max-width: 280px;
        padding: 15px 25px;
        font-size: 13px;
    }
}

.story-content h2 {
    color: #fff;
    font-size: 58px;
    font-family: 'Optima';
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 1.1;
}

@media(max-width: 767px) {
    .story-content h2 {
        font-size: 40px;
    }
}

/*=====================================
  DAIWIK LIFESTYLE SLIDER
======================================*/
.daiwik-lifestyle-slider {
    position: relative;
    padding: 0px 0px 120px 0;
    overflow: hidden;
    background: #faebce;
}

/* Decorative Pattern */
.daiwik-pattern-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .05;
    background-image: radial-gradient(circle at 20% 20%, #6c6aab 2px, transparent 2px), radial-gradient(circle at 80% 60%, #6c6aab 2px, transparent 2px);
    background-size: 80px 80px;
}

/* Swiper Container */
.daiwikAmenitiesSlider {
    padding: 40px 0 80px;
    overflow: visible;
}

/* Slide */
/* Image */
.daiwikAmenitiesSlider .swiper-slide img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: all .6s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .10);
}

/* Active Slide */
.daiwikAmenitiesSlider .swiper-slide-active {
    transform: scale(1);
    opacity: 1;
    filter: none;
}

.daiwikAmenitiesSlider .swiper-slide-active img {
    box-shadow: 0 25px 60px rgba(108, 106, 171, .28);
}

/* Adjacent Slides */
.daiwikAmenitiesSlider .swiper-slide-prev, .daiwikAmenitiesSlider .swiper-slide-next {
    opacity: .8;
    transform: scale(.92);
}

/* Hover */
.daiwikAmenitiesSlider .swiper-slide:hover img {
    transform: scale(1.03);
}

/* Luxury Overlay */
.daiwikAmenitiesSlider .swiper-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0));
    opacity: .75;
    pointer-events: none;
}

/* Decorative Border */
.daiwikAmenitiesSlider .swiper-slide::before {
    content: '';
    position: absolute;
    inset: 12px;
    z-index: 2;
    pointer-events: none;
}

/* Pagination */
.daiwikAmenitiesSlider .swiper-pagination {
    bottom: 0 !important;
}

.daiwikAmenitiesSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d5d3ea;
    opacity: 1;
    transition: .3s;
}

.daiwikAmenitiesSlider .swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 50px;
    background: #6c6aab;
}

/* Navigation Buttons */
.daiwikAmenitiesSlider .swiper-button-prev, .daiwikAmenitiesSlider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: #6c6aab;
    border-radius: 50%;
    box-shadow: transparent;
    color: #000;
    transition: .3s;
}

.daiwikAmenitiesSlider .swiper-button-prev:hover, .daiwikAmenitiesSlider .swiper-button-next:hover {
    background: #6c6aab;
    color: #fff;
    transform: translateY(-4px);
}

.daiwikAmenitiesSlider .swiper-button-prev::after, .daiwikAmenitiesSlider .swiper-button-next::after {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/* Mobile */
@media(max-width: 991px) {
    .daiwik-lifestyle-slider {
        padding: 70px 0;
    }

    .daiwikAmenitiesSlider .swiper-slide {
        width: 320px;
    }

    .daiwikAmenitiesSlider .swiper-slide img {
        height: 420px;
    }
}

@media(max-width: 576px) {
    .daiwikAmenitiesSlider .swiper-slide {
        width: 260px;
    }

    .daiwikAmenitiesSlider .swiper-slide img {
        height: 340px;
        border-radius: 0px;
    }

    .daiwikAmenitiesSlider .swiper-slide::before {
        inset: 8px;
        border-radius: 16px;
    }
}

/*====================================
    LOCATION TAGLINE
=====================================*/
.location-tagline {
    margin-top: 70px;
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(108, 106, 171, 0.12);
}

/* Decorative Glow */
.location-tagline::before {
    content: "";
    position: absolute;
    top: -80px;
    left: -80px;
    width: 180px;
    height: 180px;
    background: rgba(108, 106, 171, 0.08);
    border-radius: 50%;
}

.location-tagline::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    background: rgba(108, 106, 171, 0.08);
    border-radius: 50%;
}

/* Center Content */
.tagline-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

/* Small Label */
.small-text {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6c6aab;
    margin-bottom: 12px;
}

/* Main Text */
.tagline-content h3 {
    margin: 0;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 600;
    color: #2b2b2b;
    font-family: 'Poppins', sans-serif;
}

/* Decorative Stars */
.tagline-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(108, 106, 171, 0.10);
    color: #6c6aab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.tagline-icon::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(108, 110, 185, 0.12);
    border-radius: 50%;
}

/* Hover Effect */
.location-tagline:hover {
    transform: translateY(-6px);
    transition: all .4s ease;
    box-shadow: 0 30px 60px rgba(108, 106, 171, 0.18);
}

/* Responsive */
@media(max-width: 768px) {
    .location-tagline {
        flex-direction: column;
        padding: 35px 25px;
        gap: 20px;
    }

    .tagline-content h3 {
        font-size: 24px;
        line-height: 1.6;
    }

    .tagline-icon {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

    .small-text {
        font-size: 12px;
        letter-spacing: 2px;
    }
}

/*=====================================
    LOCATION MAP SECTION
======================================*/
.location-map-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #faf9ff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative Background */
.location-map-section::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(108, 106, 171, .06);
}

.location-map-section::after {
    content: '';
    position: absolute;
    bottom: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(108, 106, 171, .06);
}

/* Heading */
.map-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 70px;
}

.map-heading .subtitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6c6aab;
    margin-bottom: 18px;
}

.map-heading h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    color: #222;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.map-heading p {
    font-size: 17px;
    color: #666;
    line-height: 1.9;
    max-width: 650px;
    margin: 0 auto;
}

/* Layout */
.map-wrapper {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    align-items: center;
}

/* Highlight Box */
.map-content {
    background: #fff;
    border-radius: 30px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    border: 1px solid rgba(108, 106, 171, .10);
}

/* Highlight Items */
.highlight-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #f1f1f1;
    transition: .3s;
}

.highlight-item:last-child {
    border-bottom: none;
}

.highlight-item:hover {
    transform: translateX(8px);
}

/* Icon */
.highlight-item i {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(108, 106, 171, .10);
    color: #6c6aab;
    font-size: 22px;
    transition: .3s;
}

.highlight-item:hover i {
    background: #6c6aab;
    color: #fff;
}

/* Text */
.highlight-item span {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}

/* Map Image */
.map-image {
    position: relative;
}

.map-image img {
    width: 100%;
    display: block;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
    border: 10px solid #fff;
}

/* Floating Label */
.map-image::after {
    content: "Prime Whitefield Location";
    position: absolute;
    bottom: 25px;
    left: 25px;
    background: #fff;
    color: #6c6aab;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

/* Responsive */
@media(max-width: 991px) {
    .location-map-section {
        padding: 80px 0;
    }

    .map-wrapper {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .map-heading h2 {
        font-size: 38px;
    }

    .map-content {
        padding: 30px;
    }
}

@media(max-width: 576px) {
    .map-heading h2 {
        font-size: 30px;
    }

    .map-heading p {
        font-size: 15px;
    }

    .highlight-item i {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 18px;
    }

    .highlight-item span {
        font-size: 15px;
    }

    .map-image img {
        border-radius: 24px;
        border-width: 6px;
    }

    .map-image::after {
        left: 15px;
        right: 15px;
        bottom: 15px;
        text-align: center;
        font-size: 13px;
    }
}

.image {
    width: 800px;
}

.location-section {
    padding: 100px 0;
    background: #f7f5f1;
}

.location-wrapper {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 80px;
}

.location-map {
    position: relative;
}

.location-map img {
    width: 100%;
    opacity: .9;
}

.map-tag {
    position: absolute;
    left: 8%;
    top: 35%;
}

.map-tag h4 {
    font-size: 48px;
    line-height: 1;
    color: #18274c;
    font-weight: 300;
    margin: 0;
}

.map-tag span {
    color: #777;
}

.location-list {
    /* border-top:1px solid #ddd; */
}

.item {
    display: flex;
    gap: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
    line-height: 36px;
    align-content: center;
}

.icon {
    width: 60px;
    height: 60px;
    background: #eef3f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin: 0;
}

.item h5 {
    font-size: 22px;
    margin: 0;
    color: #0d2348;
    font-weight: 600;
    text-transform: capitalize;
}

.item span {
    color: #666;
}

.map-btn {
    margin-top: 40px;
    display: inline-flex;
    padding: 18px 45px;
    background: #5d848e;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
}

.landmark-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 80px;
}

.mini-card {
    background: #fff;
    padding: 0;
    text-align: center;
    border: 1px solid #b7b1b1;
    transition: .4s;
}

.mini-card:hover {
    transform: translateY(-8px);
}

.mini-card h4 {
    background: #f7f5f1;
    color: #071c35;
    padding: 15px;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #b7b1b1;
}

.mini-card span {
    font-size: 18px;
    color: #18274c;
    padding: 0px 0 15px 0;
    display: block;
    font-weight: 500;
}

/* Responsive */
@media(max-width: 991px) {
    .location-wrapper {
        grid-template-columns:1fr;
        gap: 50px;
    }

    .location-content h2 {
        font-size: 38px;
    }

    .landmark-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 575px) {
    .landmark-grid {
        grid-template-columns:1fr;
    }

    .location-content h2 {
        font-size: 30px;
    }

    .item h5 {
        font-size: 26px;
    }
}

.location-master {
    background: #f8f5f1;
    padding: 80px 0;
    font-family: Poppins;
}

.location-wrap {
    display: grid;
    grid-template-columns: 78% 22%;
    gap: 20px;
}

.map-area {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

svg {
    width: 100%;
}

.road {
    stroke: #152544;
    stroke-width: 20;
    fill: none;
    stroke-linecap: round;
}

.road-yellow {
    stroke: #d8a73d;
    stroke-width: 18;
    fill: none;
}

.node {
    fill: #ff931e;
    stroke: #fff;
    stroke-width: 6;
}

.project {
    fill: none;
    stroke: #d9d9d9;
    stroke-width: 2;
}

.project-logo {
    position: absolute;
    left: 60px;
    top: 230px;
    z-index: 2;
}

.project-logo h2 {
    margin: 0;
    font-size: 26px;
    letter-spacing: 4px;
}

.project-logo span {
    font-size: 70px;
}

.project-logo p {
    color: #666;
}

svg text {
    font-size: 18px;
    fill: #1e355f;
    font-weight: 600;
}

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

.main-sub {
    font-size: 56px;
}

.small {
    font-size: 14px;
}

.landmark-panel {
    background: #fbfaf8;
    padding: 60px;
    border-radius: 24px;
}

.landmark-panel h2 {
    font-size: 54px;
    line-height: 1.1;
    color: #0d2348;
    margin-bottom: 50px;
}

.point {
    display: flex;
    gap: 20px;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.point span {
    font-size: 30px;
}

.point h4 {
    margin: 0;
    font-size: 30px;
}

.point p {
    margin-top: 6px;
    color: #666;
}

.landmark-panel a {
    display: inline-block;
    margin-top: 50px;
    padding: 18px 40px;
    background: #0d2348;
    color: #fff;
    text-decoration: none;
}

.distance-row {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
    margin-top: 25px;
}

.box {
    background: #fff;
    padding: 35px;
    font-size: 34px;
    border-radius: 20px;
    text-align: center;
}

.box span {
    display: block;
    font-size: 15px;
    color: #777;
    margin-top: 10px;
}

@media(max-width: 991px) {
    .location-wrap {
        grid-template-columns:1fr;
    }

    .distance-row {
        grid-template-columns: repeat(2,1fr);
    }

    .project-logo {
        display: none;
    }
}

@media(max-width: 600px) {
    .distance-row {
        grid-template-columns:1fr;
    }

    .landmark-panel h2 {
        font-size: 34px;
    }
}

/* ===== SECTION ===== */
.masterplan-section {
    background: #59567a;
    padding: 80px 0 100px;
}

/* ---------- TOP TABS ---------- */
.plan-tabs {
    gap: 70px;
    margin-bottom: 40px;
}

.plan-tabs .nav-link {
    background: none !important;
    border: none !important;
    padding: 0 0 10px;
    color: rgba(255,255,255,.75);
    font-size: 22px;
    font-weight: 500;
    position: relative;
    transition: .3s;
}

.plan-tabs .nav-link:hover {
    color: #fff;
}

.plan-tabs .nav-link.active {
    color: #fff;
    background: none;
}

/* underline */
.plan-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

/* ---------- SUB TABS ---------- */
.floor-tabs {
    gap: 40px;
    margin-bottom: 35px;
}

.floor-tabs .nav-link {
    background: none;
    border: none;
    color: #d7d7d7;
    padding: 0 0 8px;
    font-size: 18px;
    position: relative;
}

.floor-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

/* ---------- IMAGE ---------- */
.plan-image-wrap {
    max-width: 1120px;
    margin: auto;
    padding: 12px;
    background: #ddd8d4;
}

.plan-image-wrap img {
    width: 100%;
    display: block;
}

/* ---------- MOBILE ---------- */
@media(max-width: 768px) {
    .plan-tabs {
        gap:25px;
    }

    .plan-tabs .nav-link {
        font-size: 18px;
    }

    .floor-tabs {
        gap: 20px;
        overflow: auto;
        flex-wrap: nowrap;
    }
}

/* ===== LOCATION ===== */
.location-section {
    background: #f7f4ef;
    padding: 110px 0;
    overflow: hidden;
}

.location-wrapper {
    display: grid;
    grid-template-columns: 68% 32%;
    gap: 50px;
    align-items: center;
    margin-top: 20px;
}

/* ---------- MAP ---------- */
.location-map {
    background: #fff;
    padding: 0;
    border-radius: 0;
    position: relative;
    box-shadow: 0 30px 80px rgba(0,0,0,.06);
}

.map-image img {
    width: 100%;
    display: block;
    border-radius: 0;
    transition: .8s;
}

.location-map:hover img {
    transform: scale(1.02);
}

.map-tag {
    position: absolute;
    left: 45px;
    bottom: 40px;
    background: rgba(255,255,255,.92);
    padding: 18px 28px;
    backdrop-filter: blur(12px);
}

.map-tag span {
    font-size: 18px;
    letter-spacing: 2px;
    color: #6c6aab;
}

/* ---------- RIGHT ---------- */
.location-content {
    padding-left: 20px;
}

.location-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.item {
    display: flex;
    gap: 23px;
    padding: 20px;
    background: #fff;
    border-radius: 14px;
    transition: .35s;
    border: 1px solid #ede8de;
    align-items: center;
    align-content: center;
}

.item:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
}

.icon {
    height: 50px;
    width: 50px;
    height: 50px;
    background: #f3efe8;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.item h5 {
    font-weight: 6;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    /* font-weight:300; */
}

.item span {
    color: #777;
    font-size: 16px;
}

/* ---------- BUTTON ---------- */
.btn-blue {
    display: inline-flex;
    padding: 14px 30px;
    border-radius: 0;
    background: #6c6aab;
    color: #fff !important;
    text-decoration: none;
    margin-top: 35px;
    transition: .35s;
}

.btn-blue:hover {
    transform: translateY(-4px);
}

/* ---------- BOTTOM ---------- */
.landmark-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 22px;
    margin-top: 50px;
}

.mini-card {
    padding: 0;
    background: #fff;
    padding: 0;
    text-align: center;
    border-radius: 0;
    transition: .35s;
}

.mini-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.mini-card h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #6c6aab;
}

.mini-card span {
    /* font-size: 22px; */
    /* font-weight: 600; */
    /* font-weight:300; */
    /* color: #6c6aab; */
    /* padding: 0; */
}

/* ---------- MOBILE ---------- */
@media(max-width: 991px) {
    .location-wrapper {
        grid-template-columns:1fr;
        gap: 40px;
    }

    .location-content {
        padding: 0;
    }

    .landmark-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 576px) {
    .location-section {
        padding:80px 0;
    }

    .landmark-grid {
        grid-template-columns: 1fr;
    }

    .item {
        padding: 20px;
    }

    .item h5 {
        font-size: 28px;
    }

    .icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }
}

.cta-banner {
    position: relative;
    height: 250px;
    background: url("../images/contact-banner.png") center center/cover no-repeat;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.cta-banner-sayuri {
    position: relative;
    height: 250px;
    background: url("../images/book-a-visit.png") center center/cover no-repeat;
    overflow: hidden;
}

/* Blur background effect */
.cta-banner-sayuri::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) );
}

.cta-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-btn {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0;
    transition: 0.3s;
    font-size: 16px;
    background: #fff;
    padding: 15px 46px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    /* top: 116px; */
    color: #000;
}

.cta-btn:hover {
    background: #d7b07a;
    color: #fff;
}

/* Scroll to top button */
.scroll-top {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: #d7b07a;
    color: #000;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    z-index: 3;
}

.video-card video {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.map-advantage {
    padding: 120px 0;
    background: #faf9f6;
}

.menu-btn {
    min-width: inherit;
    font-size: 12px !important;
    padding: 10px 15px;
    text-align: center;
}

.image-content-section {
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url("../images/sapphire-entrance.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.image-content-section-spandana {
    height: 650px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url("../images/Spandana/Spandana-8.jpeg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

/* PREMIUM SPECIFICATION SECTION */
.specification-section {
    padding: 100px 0;
}

.spec-head {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
}

.spec-head span {
    display: inline-block;
    color: #b08b4f;
    font-size: 13px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 18px;
}

.spec-head h2 {
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 500;
    color: #1b1b1b;
}

.spec-head h2 b {
    color: #b08b4f;
    font-weight: 600;
}

.spec-head p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    max-width: 650px;
    margin: auto;
}

/* SPECIFICATION CARDS */
.spec-content {
    max-width: max-content;
    max-width: 1200px;
    margin: auto;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    align-items: center;
}

.spec-card {
    background: #fff;
    padding: 45px 35px;
    border-radius: 22px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,.07);
    transition: .4s ease;
}

.spec-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: #b08b4f;
    transform: scaleX(0);
    transition: .4s;
}

.spec-card:hover:before {
    transform: scaleX(1);
}

.spec-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

/* ICON */
.spec-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5ead9;
    color: #b08b4f;
    font-size: 32px;
    transition: .4s;
}

.spec-card:hover .spec-icon {
    background: #b08b4f;
    color: #fff;
}

.spec-card h3 {
    font-size: 24px;
    margin: 0 0 18px;
    color: #1a1a1a;
    font-family: "Playfair Display",serif;
    font-weight: 600;
}

.spec-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .spec-content {
        grid-template-columns:repeat(2,1fr);
    }

    .spec-head h2 {
        font-size: 34px;
    }
}

@media(max-width: 600px) {
    .specification-section {
        padding:70px 15px;
    }

    .spec-content {
        grid-template-columns: 1fr;
    }

    .spec-head h2 {
        font-size: 28px;
    }

    .spec-card {
        padding: 35px 25px;
    }
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(0,0,0,0.55), rgba(0,0,0,0.55) );
}

.section-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 1100px;
    padding: 20px;
}

.section-content h2 {
    font-family: 'Optima',serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: capitalize;
    color: white;
}

.section-content p {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: white;
    width: 800px;
    text-transform: capitalize;
}

.lux-btn {
    display: inline-block;
    padding: 15px 45px;
    background: #c99b45;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #c99b45;
    transition: .3s;
}

.location-section-highlights {
    position: relative;
    min-height: 900px;
    padding: 90px 0;
    background: url("../images/daiwik-legacy.jpg") center center/cover no-repeat;
    overflow: hidden;
}

.location-section-highlights-spandana {
    position: relative;
    min-height: 900px;
    padding: 90px 0;
    background: url("../images/Spandana/daiwik-spandana-homepage-banner.jpg") center center/cover no-repeat;
    overflow: hidden;
    z-index: 1;
}

.location-section-highlights-sparsh {
    position: relative;
    min-height: 900px;
    padding: 90px 0;
    background: url("../images/sparsh/Sparsh-11.jpg") center center/cover no-repeat;
    overflow: hidden;
    z-index: 1;
}

.location-section-highlights-sayuri {
    position: relative;
    min-height: 900px;
    padding: 90px 0;
    background: url("../images/sayuri/sayuri-e6.jpg") center center/cover no-repeat;
    overflow: hidden;
    z-index: 1;
}

/* HERO OVERLAY */
.location-section-highlights-spandana:before,.location-section-highlights-sayuri:before,.location-section-highlights-sparsh:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0.45), rgba(0,0,0,0.65) );
    z-index: -1;
}

/* Keep content above overlay */
.location-section-highlights-spandana .container {
    position: relative;
    z-index: 2;
}

.location-card svg {
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
}

/* Dark overlay */
.location-section-highlights::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(4,15,30,.80), rgba(4,15,30,.65) );
}

/* Main container */
.location-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Small heading */
.location-tag {
    color: #d6ad58;
    font-size: 16px;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Main title */
.location-title {
    color: #fff;
    font-family: 'Optima',serif;
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.15;
    margin-bottom: 15px;
}

.location-subtitle {
    color: #fff;
    font-size: 16px;
    letter-spacing: 4px;
    margin-bottom: 45px;
}

/* Cards grid */
.location-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 25px;
}

/* Glass cards */
.location-card {
    background: rgba(255,255,255,.10);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.25);
    padding: 35px 30px;
    min-height: 250px;
    text-align: left;
    border-radius: 8px;
    transition: .4s;
}

.location-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.16);
}

/* Icon */
.location-card i {
    display: block;
    text-align: center;
    font-size: 38px;
    color: #d6ad58;
    margin-bottom: 20px;
}

.location-card h4 {
    color: #fff;
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

.location-card ul li {
    color: #eee;
    font-size: 14px;
    line-height: 2;
    position: relative;
    padding-left: 18px;
    display: flex;
}

.location-card ul li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    /* position: absolute; */
    /* left: 0; */
    color: #d6ad58;
    font-size: 18px;
    padding-right: 10px;
    display: inline-flex;
}

/* Bottom button */
.location-btn {
    margin-top: 55px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 16px 45px;
    border: 1px solid #d6ad58;
    color: #fff;
    text-decoration: none;
    letter-spacing: 3px;
    font-size: 14px;
    transition: .3s;
}

.location-btn:hover {
    background: #d6ad58;
    color: #111;
}

/* Responsive */
@media(max-width: 992px) {
    .location-grid {
        grid-template-columns:repeat(2,1fr);
    }

    .location-title {
        font-size: 45px;
    }
}

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

    .location-title {
        font-size: 35px;
    }
}

/* first 3 cards */
.location-card:nth-child(1), .location-card:nth-child(2), .location-card:nth-child(3) {
    grid-column: span 2;
}

/* last 2 cards center */
.location-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.location-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.white-clr h2, .white-clr span {
    color: white;
}

.gold-line {
    width: 80px;
    height: 2px;
    background: #c9a35d;
    margin: 30px 0;
}

.gold-btn {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #c9a35d;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    transition: .4s;
}

.gold-btn:hover {
    background: #c9a35d;
    color: #000;
}

/* HERO */
.about-hero {
    height: 100vh;
    background: url("../images/daiwik-legacy.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,.85), rgba(0,0,0,.35) );
}

.hero-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.small-title {
    color: #c9a35d;
    letter-spacing: 4px;
}

.hero-content h1 {
    font-size: 80px;
    line-height: 1;
    margin-top: 20px;
}

.hero-content h1 span, .section-title span {
    color: #c9a35d;
}

/* INTRO */
.about-intro {
    padding: 120px 0;
}

.intro-text {
    max-width: 800px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
    color: #ccc;
}

/* STATS */
.stats-section {
    padding: 40px 0 100px;
}

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

.stat-card {
    padding: 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(10px);
    text-align: center;
}

.stat-card h3 {
    font-size: 45px;
    color: #c9a35d;
}

/* CARDS */
.philosophy {
    padding: 100px 0;
}

.cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 50px;
}

.glass-card {
    padding: 45px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(15px);
}

.icon {
    color: #c9a35d;
    font-size: 30px;
}

.glass-card h3 {
    font-size: 32px;
    margin: 20px 0;
}

.glass-card p {
    color: #bbb;
    line-height: 1.8;
}

/* VISION */
.vision {
    height: 500px;
    background: url("images/villa-bg.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.vision-overlay {
    position: absolute;
    inset: 0;
    background: #0008;
}

.vision .container {
    position: relative;
}

.vision h2 {
    font-size: 60px;
}

.vision p {
    max-width: 700px;
    margin: 30px auto;
    font-size: 22px;
}

/* WHY */
.why-section {
    padding: 120px 0;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 50px;
}

.why-grid div {
    padding: 40px;
    border-bottom: 1px solid #c9a35d;
}

.why-grid h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

/* CTA */
.about-cta {
    height: 500px;
    background: url("../images/daiwik-sayuri-villas-whitefield-bangalore.jpg");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media(max-width: 768px) {
    .hero-content h1 {
        font-size:45px;
    }

    .section-title h2 {
        font-size: 38px;
    }

    .stats, .cards, .why-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================
   DAIWIK ABOUT PAGE CSS
========================== */
.daiwik-about-page {
    background: #080808;
    color: #fff;
    overflow: hidden;
}

/* HERO */
.daiwik-about-hero {
    background-image: url(../images/daiwik-about.png);
    height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.daiwik-about-hero-testimonials {
    background-image: url(../images/testmonial-banner-1.png);
    height: 90vh;
    position: relative;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.daiwik-about-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,.85), rgba(0,0,0,.45) );
}

.daiwik-about-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.daiwik-about-small {
    color: #c9a35d;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.daiwik-about-content h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.05;
    color: #ffffff;
    margin: 0;
}

.daiwik-about-content h1 span {
    color: #c9a35d;
    font-style: inherit;
    letter-spacing: 0px;
    margin-top: 22px;
    margin-left: 40px;
    display: block;
    font-family: 'Morison';
    font-weight: 600;
}

.daiwik-about-line {
    width: 80px;
    height: 2px;
    background: #c9a35d;
    margin: 35px 0;
}

.daiwik-about-content p {
    font-size: 18px;
    color: #ddd;
    max-width: 650px;
    line-height: 1.8;
}

.daiwik-about-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 15px 40px;
    border: 1px solid #c9a35d;
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: .4s;
}

.daiwik-about-btn:hover {
    background: #c9a35d;
    color: #000;
}

/* INTRO */
.daiwik-about-intro {
    padding: 120px 0;
}

.daiwik-about-wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.daiwik-about-title small {
    color: #c9a35d;
    letter-spacing: 4px;
}

.daiwik-about-title h2 {
    font-size: 55px;
    font-weight: 400;
    color: white;
}

.daiwik-about-title span {
    color: #c9a35d;
}

.daiwik-about-text {
    margin-top: 40px;
    max-width: 850px;
    font-size: 18px;
    line-height: 2;
    color: #ccc;
}

/* CARDS */
.daiwik-about-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 60px;
}

.daiwik-about-card {
    padding: 45px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(15px);
}

.daiwik-about-card h3 {
    font-size: 35px;
    color: white;
    margin: 20px 0;
}

.daiwik-about-card p {
    color: #bbb;
    line-height: 1.8;
}

/* MOBILE */
@media(max-width: 768px) {
    .daiwik-about-content h1 {
        font-size:45px;
    }

    .daiwik-about-cards {
        grid-template-columns: 1fr;
    }

    .daiwik-about-title h2 {
        font-size: 38px;
    }
}

.daiwik-philosophy {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.daiwik-philosophy-overlay {
    position: absolute;
    inset: 0;
}

.daiwik-philosophy .container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.daiwik-philosophy-content {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

.daiwik-philosophy-text {
    width: 50%;
    color: #fff;
}

.daiwik-small-title {
    display: block;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.daiwik-philosophy-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 300;
    color: #fff;
}

/* Mobile */
@media(max-width: 768px) {
    .daiwik-philosophy {
        height: auto;
        min-height: 600px;
        padding: 80px 0;
    }

    .daiwik-philosophy-content {
        justify-content: center;
    }

    .daiwik-philosophy-text {
        width: 100%;
    }

    .daiwik-philosophy-text h2 {
        font-size: 38px;
        color: black;
    }

    .daiwik-philosophy-text p {
        font-size: 16px;
        color: black;
    }
}

.daiwik-philosophy-text p.gold-text {
    color: #2e2a8f;
    font-weight: 600;
    margin-top: 25px;
}

.daiwik-mission-vision {
    /* background:#172b55; */
    padding: 120px 0;
    color: #fff;
}

.daiwik-mission-vision .container {
    max-width: 950px;
    margin: auto;
}

.mv-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 55px;
}

.mv-title {
    width: 42%;
}

.mv-title h2 {
    /* font-family:"Playfair Display",serif; */
    font-size: 42px;
    font-weight: 300;
    margin: 0;
    /* color:#ffffff; */
}

.mv-title span {
    color: #6c6aab;
    font-style: italic;
    font-family: 'Morison';
    font-weight: 800;
    /* text-transform: capitalize; */
}

.mv-content {
    width: 42%;
}

.mv-content p {
    /* font-size:18px; */
    /* line-height:1.55; */
    /* font-weight:300; */
    /* margin:0; */
    /* color:#f5f5f5; */
}

.mv-line {
    width: 100%;
    height: 1px;
    background: rgb(49 49 49 / 25%);
    margin: 10px 0 35px;
}

/* Mobile */
@media(max-width: 768px) {
    .mv-row {
        display:block;
    }

    .mv-title, .mv-content {
        width: 100%;
    }

    .mv-title h2 {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .mv-content p {
        font-size: 16px;
    }
}

.daiwik-values {
    padding: 100px 0;
}

.daiwik-values .container {
    width: 1200px;
    max-width: 90%;
    margin: auto;
}

.values-heading {
    text-align: center;
    margin-bottom: 60px;
}

.values-heading span {
    letter-spacing: 4px;
    font-size: 13px;
    color: #b18a4a;
    font-weight: 600;
}

.values-heading h2 {
    font-family: "Playfair Display",serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: #111;
}

.values-heading i {
    color: #b18a4a;
    font-style: italic;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding-top: 20px;
}

.value-card {
    height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.value-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .6s;
}

.value-card:hover img {
    transform: scale(1.08);
}

.value-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( transparent, rgba(0,0,0,.85) );
}

.value-content {
    position: absolute;
    bottom: 40px;
    left: 35px;
    right: 35px;
    color: #fff;
}

.value-content:before {
    content: "";
    display: block;
    height: 2px;
    width: 45px;
    background: #c29a55;
    margin-bottom: 20px;
}

.value-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: white;
    text-transform: capitalize;
}

.value-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #eee;
}

/* Mobile */
@media(max-width: 768px) {
    .values-grid {
        grid-template-columns:1fr;
    }

    .values-heading h2 {
        font-size: 34px;
    }
}

.daiwik-contact-form {
    padding: 80px 20px;
    background: #faf9ff;
    font-family: 'Poppins',sans-serif;
}

/* Heading */
.contact-heading {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.contact-heading span {
    color: #5846b8;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-heading h1 {
    font-size: 52px;
    margin: 15px 0;
    color: #111b3a;
    font-weight: 700;
}

.heading-line {
    width: 70px;
    height: 4px;
    background: #5846b8;
    margin: 15px auto 25px;
    border-radius: 20px;
}

.contact-heading p {
    color: #777;
    font-size: 17px;
    line-height: 1.7;
}

/* Form Card */
.contact-box {
    max-width: 1050px;
    margin: 50px auto 0;
    background: white;
    /* padding:45px; */
    border-radius: 25px;
    /* box-shadow:0 15px 45px rgba(55,40,150,.12); */
}

/* Grid */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.input-group {
    display: flex;
    align-items: center;
    border: 1px solid #e4e1f5;
    border-radius: 12px;
    overflow: hidden;
    height: 60px;
    background: #fff;
}

.icon {
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1efff;
    color: #5542b7;
    font-size: 22px;
}

.input-group input, .input-group select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    color: #555;
    background: white;
}

.input-group select {
    cursor: pointer;
}

/* Captcha */
.captcha-box {
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #e6e2fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.captcha-question {
    flex: 1;
    color: #151b36;
    font-size: 17px;
}

.captcha-box input {
    width: 45%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 15px;
    font-size: 16px;
}

/* Button */
.submit-btn {
    display: block;
    margin: 30px auto 0;
    width: 220px;
    height: 55px;
    border: none;
    /* border-radius:30px; */
    background: linear-gradient(90deg, #6c6aab, #6a59d1);
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(80,60,190,.35);
}

/* Responsive */
@media(max-width: 768px) {
    .contact-heading h1 {
        font-size:38px;
    }

    .contact-box {
        padding: 25px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .captcha-box {
        flex-direction: column;
        align-items: stretch;
    }

    .captcha-box input {
        width: 100%;
    }
}

.daiwik-office-section {
    padding: 90px 20px;
    background: #faf9ff;
    font-family: 'Poppins',sans-serif;
}

/* TITLE */
.office-title {
    text-align: center;
    max-width: 850px;
    margin: auto;
}

.office-title span {
    color: #5542b7;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
}

.office-title h1 {
    font-size: 52px;
    margin: 15px 0;
    color: #121b38;
}

.office-title h1 b {
    color: #5542b7;
}

.office-line {
    width: 70px;
    height: 5px;
    background: #5542b7;
    border-radius: 10px;
    margin: 15px auto 25px;
}

.office-title p {
    font-size: 17px;
    color: #777;
    line-height: 1.7;
}

/* MAIN */
.office-container {
    max-width: 1200px;
    margin: 55px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

/* MAP */
.office-map {
    height: 570px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,.10);
}

.office-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* DETAILS */
.office-details {
    background: white;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(55,40,150,.10);
}

.office-head {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0px;
    border-bottom: 1px solid #eee;
}

.office-head span {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1efff;
    color: #6c6aab;
    border-radius: 12px;
    font-size: 25px;
}

.office-head h2 {
    font-size: 28px;
    color: #111b3a;
}

/* ADDRESS ITEMS */
.detail-box {
    display: flex;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.detail-icon {
    width: 50px;
    height: 50px;
    background: #f2efff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    /* color: red; */
}

.detail-box h4 {
    margin: 0 0 10px;
    text-transform: capitalize;
}

.office-head h4 {
    text-transform: inherit;
    margin: 0;
    padding: 0;
}

.detail-box p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 16px;
}

/* CONTACT */
.contact-info {
    padding-top: 25px;
}

.contact-info p {
    font-size: 17px;
    color: #555;
    margin: 15px 0;
}

.contact-info strong {
    color: #111b3a;
}

/* MOBILE */
@media(max-width: 768px) {
    .office-title h1 {
        font-size:36px;
    }

    .office-container {
        grid-template-columns: 1fr;
    }

    .office-map {
        height: 350px;
    }

    .office-details {
        padding: 25px;
    }
}

/* Daiwik Address Final Fix */
.dw-address-section {
    overflow: hidden;
}

.dw-info-heading h3 {
    font-family: 'Poppins',sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
    font-size: 26px !important;
}

.dw-address-item h5 {
    font-family: 'Poppins',sans-serif !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

.dw-address-item p, .dw-contact p {
    font-family: 'Poppins',sans-serif !important;
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.8 !important;
}

.dw-info-box {
    min-height: 560px;
}

.dw-map-box {
    height: 560px !important;
    background: #eee;
}

.dw-map-box iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.dw-info-heading {
    margin-bottom: 10px;
}

.dw-round-icon {
    font-size: 18px;
}

@media(max-width: 900px) {
    .dw-info-box {
        min-height:auto;
    }
}

.dw-project-map-section {
    padding: 80px 20px;
    background: #faf9ff;
}

.dw-project-map-grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.dw-project-map-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    transition: .3s;
}

.dw-project-map-card:hover {
    transform: translateY(-8px);
}

.dw-project-map-card h3 {
    font-size: 22px;
    color: #171d3b;
    margin-bottom: 10px;
    font-weight: 600;
}

.dw-project-map-card p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.dw-map {
    height: 230px;
    border-radius: 15px;
    overflow: hidden;
}

.dw-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive */
@media(max-width: 1100px) {
    .dw-project-map-grid {
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width: 600px) {
    .dw-project-map-grid {
        grid-template-columns:1fr;
    }
}

.luxury-testimonials {
    padding: 100px 0;
    /* background:#decaa4; */
}

.testimonial-heading {
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.testimonial-heading span {
    letter-spacing: 5px;
    color: #b08b4f;
    font-size: 13px;
}

.testimonial-heading h2 {
    font-family: serif;
    font-size: 45px;
    margin: 15px 0;
    color: #111;
}

.testimonial-heading p {
    color: #777;
    line-height: 1.8;
}

.testimonial-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 60px auto 0;
}

.testimonial-card {
    background: #decaa4;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .4s;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.client {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.client-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #ddd;
}

.client h4 {
    margin: 0;
    font-size: 18px;
}

.client small {
    color: #816332;
    font-size: 16px;
}

.quote {
    font-size: 70px;
    color: #8d7a59;
    line-height: 1;
    margin-top: 25px;
}

.testimonial-card h3 {
    font-family: serif;
    font-size: 25px;
    margin: 10px 0;
}

.testimonial-card p {
    color: #666;
    line-height: 1.8;
}

.stars {
    margin-top: 25px;
    color: #b08b4f;
    letter-spacing: 5px;
    font-size: 20px;
}

@media(max-width: 900px) {
    .testimonial-wrapper {
        grid-template-columns:1fr;
    }
}

.spandana-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/spandana-banner.jpg) center center / cover no-repeat;
}

.sparsh-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/sparsh/sparsh-elevation.jpg) center center / cover no-repeat;
}

/* SPECIFICATION SECTION */
.sayuri-banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: url(../images/sayuri/sayuri-e1-hero.png) center center / cover no-repeat;
}

.content-tabs {
    padding: 90px 0;
    background: #fafafa;
}

.section-title {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    margin-bottom: 18px;
}

.section-title p {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
}

/* TABS */
.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    border: 0;
    padding: 0;
    margin: 0 0 40px;
}

.nav-tabs li {
    list-style: none;
}

.tab-btn {
    border: 0;
    background: #fff;
    padding: 18px 32px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    cursor: pointer;
    transition: .3s;
}

.tab-btn:hover, .tab-btn.active {
    background: #7168ad;
    color: #fff;
}

/* CONTENT BOX */
.tab-content {
    background: inherit;
    padding: 0;
    box-shadow: inherit;
    border-radius: 0;
    border: inherit;
}

.spec-card {
    background: #fff;
    border-radius: 0;
    padding: 20px;
    width: 90%;
    margin: 0 auto;
}

/* ITEMS */
.spec-card .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.spec-item, .spec-card .col-md-3 {
    text-align: left;
    padding: 20px;
}

.spec-card h5 {
    font-size: 16px;
    color: #a47738;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    margin-bottom: 18px;
}

.spec-card p {
    font-size: 15px;
    color: #888;
    line-height: 1.9;
    margin: 0;
}

/* TAB ANIMATION */
.tab-pane {
    display: none;
    animation: fadeTab .5s ease;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeTab {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

/* RESPONSIVE */
@media(max-width: 991px) {
    .tab-btn {
        padding:15px 20px;
    }

    .section-title h2 {
        font-size: 32px;
    }

    .spec-card .row {
        flex-wrap: wrap;
    }
}

@media(max-width: 600px) {
    .content-tabs {
        padding:60px 15px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .tab-btn {
        width: 100%;
    }

    .nav-tabs {
        flex-direction: column;
    }
}

.lifestyle-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lifestyle-item {
    width: 55%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.lifestyle-item.left {
    align-self: flex-start;
}

.lifestyle-item.right {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.lifestyle-section .title {
    min-width: 35px;
    font-size: 15px;
    letter-spacing: 5px;
    color: #d8b06c;
    font-weight: 600;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.lifestyle-section .content {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: 30px;
    border-radius: 25px;
    background: rgba(20,25,35,.70);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
}

.lifestyle-section .content::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 135deg, rgba(255,255,255,.08), rgba(255,255,255,.02) );
    z-index: -1;
}

.specifications .nav-tabs {
    border: none;
}

.specifications .fw-semibold {
    color: #8b6c3f;
}

.lifestyle-section .content h3 {
    color: #a29fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 0px;
}

.lifestyle-section .content p {
    color: rgba(255,255,255,.85);
    font-size: 16px;
    line-height: 1.9;
    margin: 0px;
}

.lifestyle-section .title {
    color: #d9b36f;
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 600;
    margin-bottom: 15px;
}

.lifestyle-item:hover .content {
    border-color: #d8b06c;
    transition: .4s;
}

@media(max-width: 991px) {
    .lifestyle-item, .lifestyle-item.right {
        width:100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .title {
        writing-mode: horizontal-tb;
        transform: none;
        min-width: auto;
    }

    .heading h2 {
        font-size: 40px;
    }

    .content {
        padding: 30px;
    }

    .content h3 {
        font-size: 26px;
    }
}

.villa-status {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgb(0 0 0 / 38%);
    padding: 14px 22px;
    width: fit-content;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    border: 1px solid #d4af37;
    margin-top: 40px;
}

.villa-status .dot {
    width: 12px;
    height: 12px;
    background: #d4af37;
    border-radius: 50%;
    position: relative;
}

.villa-status .dot::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px solid #d4af37;
    animation: pulse 1.5s infinite;
}

.villa-status small {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #dac6c6;
    font-weight: 600;
}

.villa-status strong {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.daiwik-philosophy-content h2,.daiwik-philosophy-content p,.daiwik-philosophy-content span {
    color: black !important;
}

..daiwik-philosophy-content h2 {
    margin-top: 3opx;
}

.villa-gallery {
    display: grid;
    grid-template-columns: repeat(1,1fr);
}

.gallery-item {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    background: #fff;
}

.gallery-item img {
    width: 100%;
    cursor: pointer;
    transition: .4s ease;
}

.gallery-item img:hover {
    transform: scale(1.03);
}

/* Popup */
.image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 40px;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    background: #fff;
}

.close-btn {
    position: absolute;
    right: 35px;
    top: 20px;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
    font-weight: 300;
}

.plan-filter {
    display: flex;
    justify-content: center;
    background: #222;
    border-radius: 30px;
    width: max-content;
    margin: 0px auto 40px ;
    overflow: hidden;
}

.section-padding {
    padding: 80px 0;
}

.plan-filter button {
    border: 0;
    background: transparent;
    color: #fff;
    padding: 12px 35px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
}

.plan-filter button.active {
    background: #fff;
    color: #222;
    border-radius: 30px;
}

.gallery-item.hide {
    display: none;
}

.image-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.image-popup img {
    max-width: 90%;
    max-height: 85%;
    object-fit: contain;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #000;
    font-size: 50px;
    line-height: 1;
    font-family: Arial;
    cursor: pointer;
    z-index: 100000;
    display: block;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: .4s ease;
}

.img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s ease;
}

.img-overlay span {
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 25px;
    font-size: 13px;
    letter-spacing: 1px;
}

.gallery-item:hover .img-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex ;
    align-content: center;
    align-items: center;
}

.gallery-item img {
    width: 100%;
    display: block;
    transition: 0.5s ease;
}

/* overlay */
.hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.65) );
    opacity: 0;
    transition: 0.4s ease;
}

.gallery-item:hover .hover-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.04);
}

.amenities-section-sayuri {
    padding: 90px 0;
    background: #faf9f6;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Highlights */
.amenities-highlights {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1200px;
    margin: auto;
    gap: 20px;
}

.highlight-item {
    text-align: center;
    padding: 25px 25px;
    border-right: 1px solid #ddd;
    transition: .4s ease;
}

.highlight-item:last-child {
    border: none;
}

.highlight-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;
    /* border:1px solid #c7b28a; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b8151;
    font-size: 28px;
    transition: .4s ease;
}

.highlight-item h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #222;
}

.highlight-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #777;
}

.highlight-item:hover {
    transform: translateY(-8px);
}

.highlight-item:hover .highlight-icon {
    /* background:#9b8151; */
    /* color:#fff; */
}

@media(max-width: 768px) {
    .amenities-highlights {
        grid-template-columns:1fr;
    }

    .highlight-item {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .section-header h2 {
        font-size: 30px;
    }
}

.villa-gallery.master-plan-view {
    justify-content: center;
}

.villa-gallery.master-plan-view .gallery-item.master-plan {
    max-width: 1000px;
    margin: 0 auto;
}

.villa-gallery.master-plan-view .gallery-item.villa {
    display: none;
}

/* .gallery-item.master-plan {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 1000px;
} */
.courtyard-section {
    position: relative;
    padding: 0px 0 0px;
    overflow: hidden;
    background: #fcedd0;
}

/* Background image */
.courtyard-bg {
    position: absolute;
    inset: 0;
    background: url("../images/sayuri/courtyard-bg.png") center/cover no-repeat;
    z-index: 0;
}

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

/* Heading */
.courtyard-title {
    text-align: center;
    margin-bottom: 60px;
}

.courtyard-title h2 span {
    color: #8c6b35;
}

.courtyard-title p {
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 1px;
    color: #555;
}

/* Content */
.courtyard-text p {
    font-size: 18px;
    color: #75634a;
    letter-spacing: 2px;
}

.courtyard-text h3 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    color: #2d2d2d;
}

.courtyard-text strong {
    color: #6c4814;
    font-weight: 600;
    font-family: 'Cormorant Garamond';
}

/* Image */
.courtyard-image {
    width: 55%;
}

.courtyard-image img {
    width: 100%;
    border-radius: 0px;
    display: block;
}

@media(max-width: 768px) {
    .courtyard-title h2 {
        font-size:50px;
    }

    .courtyard-content {
        flex-direction: column;
    }

    .courtyard-text, .courtyard-image {
        width: 100%;
    }

    .courtyard-text h3 {
        font-size: 20px;
    }
}

.location-content .icon {
    background: inherit;
}

.amenities-section1 {
    background: #faebce;
    padding: 100px 0 !important;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 100%;
}

.amenities-section1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
}

.amenities-section1 .bg-success {
    background: #faebce !important;
    border: 1px solid black;
}

.amenities-section1 h2 {
    font-family: "Cormorant Garamond", serif;
    color: #314b34;
}

.amenities-section1 h5 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}

.bltext {
    color: #000;
}

.bltext h5 {
    color: #000;
}

.amenities-section1 ul {
    list-style-type: none;
    padding: 0px;
}

.amenities-section1 ul li {
    margin-bottom: 14px;
    font-size: 14px;
    display: flex;
    color: black;
}

@media(max-width: 991px) {
    .amenities-section1 img {
        min-height:250px;
    }

    .amenities-section1 .p-5 {
        padding: 2rem !important;
    }

    .amenities-section1 h2 {
        font-size: 42px;
    }
}

.boxsayuri {
    background-color: #fcedd0 !important;
    border: 1px solid #000;
}

.specification-section {
    padding: 90px 0;
    background: #fff;
}

.center-heading {
    text-align: center;
    margin-bottom: 60px;
}

.center-heading span {
    color: #9b7b4d;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 500;
}

.center-heading h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0;
}

.center-heading b {
    font-weight: 600;
}

.spec-content {
    /* display:grid; */
    /* grid-template-columns: repeat(2,1fr); */
    /* gap:25px; */
    /* justify-content: start; */
    /* text-align: left; */
}

.spec-card {
    background: #fffdf9;
    border: 1px solid #eadfce;
    border-top: 3px solid #b48a4a;
    border-radius: 0 0 18px 18px;
    padding: 30px 28px;
    min-height: 260px;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

/* corner design */
.spec-card:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 55px;
    height: 55px;
    background: #f5eee3;
    clip-path: polygon(100% 0,100% 100%,0 0);
}

.spec-card h3 {
    font-size: 25px;
    font-family: serif;
    font-weight: 400;
    color: #183238;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.spec-card ul {
    padding-left: 18px;
    margin: 0;
}

.spec-card li {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.spec-card li::marker {
    color: #b18a4a;
}

.spec-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

@media(max-width: 768px) {
    .spec-content {
        grid-template-columns:1fr;
    }

    .center-heading h2 {
        font-size: 30px;
    }
}

.mv-luxury {
    padding: 100px;
    background: #f8f5ee;
}

.mv-heading {
    text-align: center;
    margin-bottom: 60px;
}

.mv-heading span {
    color: #a7834c;
    letter-spacing: 4px;
    font-size: 12px;
}

.mv-heading h2 {
    font-family: "Playfair Display",serif;
    font-size: 45px;
    font-weight: 400;
    margin-top: 15px;
}

/* cards */
.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.mv-box {
    min-height: 300px;
    overflow: hidden;
    background: #fff;
    padding: 40px 55px;
    border: 1px solid #e6dccb;
}

.side-text {
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-size: 120px;
    font-family: "Playfair Display",serif;
    color: #f2eadc;
}

.mv-inner {
    position: relative;
    z-index: 2;
}

.mv-inner span {
    color: #aa8244;
    letter-spacing: 3px;
    font-size: 12px;
}

.mv-inner h3 {
    font-family: "Playfair Display",serif;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 400;
    margin: 25px 0;
    color: #1d3033;
}

.mv-inner p {
    color: #666;
    font-size: 15px;
    line-height: 1.9;
    max-width: 420px;
}

.mv-inner a {
    display: inline-block;
    margin-top: 25px;
    color: #a7834c;
    font-size: 13px;
    letter-spacing: 2px;
}

.mv-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,.10);
    transition: .4s;
}

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

    .mv-inner h3 {
        font-size: 30px;
    }
}

.side-menu ul li ul {
    margin-left: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.villa-info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(255,255,255,0.92);
    padding: 12px 25px;
    z-index: 2;
    border-left: 3px solid #b9975b;
}

.villa-info h4 {
    margin: 0;
    font-size: 18px;
    color: #222;
    font-family: serif;
    text-transform: uppercase;
}

.villa-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #777;
}

.gallery-item img {
    width: 100%;
    display: block;
}

.lifestyle-section {
    background: #f8f5ed;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

/* heading */
.heading {
    text-align: center;
    margin-bottom: 55px;
}

.heading .top-leaf {
    color: #6d6b35;
    font-size: 35px;
    display: block;
    margin-bottom: 15px;
}

.heading h2 {
    font-family: "Playfair Display",serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3f351e;
    margin: 0;
    letter-spacing: 1px;
}

.heading p {
    margin-top: 15px;
    color: #777;
    font-size: 18px;
    letter-spacing: 1px;
}

/* cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

.feature-card {
    background: #fffdf8;
    padding: 40px 25px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(60,50,20,0.08);
    border-bottom: 3px solid #7a7b3a;
    transition: .4s;
}

.feature-card:hover {
    transform: translateY(-10px);
}

/* icon */
.icon {
    height: 74px;
    height: 60px;
    height: 60px;
    margin: 0 auto 25px;
    background: #efecdf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

/* text */
.feature-card h4 {
    font-family: "Playfair Display",serif;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    color: #49341e;
    margin-bottom: 15px;
}

.feature-card p {
    color: #777;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* background leaves */
.lifestyle-section:before {
    content: "";
    position: absolute;
    left: -40px;
    bottom: -20px;
    width: 220px;
    height: 220px;
    background: url("images/leaves.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .18;
}

.lifestyle-section:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -20px;
    width: 220px;
    height: 220px;
    background: url("images/leaves.png");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .18;
}

/* responsive */
@media(max-width: 992px) {
    .features-grid {
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width: 576px) {
    .features-grid {
        grid-template-columns:1fr;
    }

    .heading h2 {
        font-size: 32px;
    }
}

.exclusive-living {
    position: relative;
    background: #f8f5ed;
    padding: 100px 0;
    overflow: hidden;
}

/* heading */
.living-heading {
    text-align: center;
    margin-bottom: 60px;
}

.heading-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #a5853c;
    font-size: 35px;
}

.heading-icon span {
    width: 70px;
    height: 1px;
    background: #b89a54;
}

.living-heading p {
    color: #777;
    font-size: 18px;
}

/* cards */
.living-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}

.living-card {
    background: #fffdf8;
    text-align: center;
    padding: 30px 30px 0;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 15px 40px rgba(70,60,30,.08);
    border-bottom: 5px solid #9b7b32;
    transition: .4s;
}

.living-card:hover {
    transform: translateY(-10px);
}

.circle-icon {
    width: 100px;
    height: 100px;
    background: #efecdc;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.dots {
    color: #b08b38;
    letter-spacing: 4px;
    margin: 25px 0;
}

.living-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #33291b;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    padding-top: 20px;
}

.gold-line {
    width: 70px;
    height: 2px;
    background: #b18a36;
    margin: 25px auto;
}

.living-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

/* leaves */
.living-leaf {
    position: absolute;
    width: 230px;
    height: 230px;
    background: url("../images/leaves.png") no-repeat;
    background-size: contain;
    opacity: 1;
}

.living-leaf.left {
    left: -40px;
    bottom: -30px;
}

.living-leaf.right {
    right: -40px;
    top: -20px;
    transform: rotate(180deg);
}

@media(max-width: 992px) {
    .living-grid {
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width: 600px) {
    .living-grid {
        grid-template-columns:1fr;
    }

    .living-heading h2 {
        font-size: 34px;
    }
}

.daiwik-about-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.daiwik-about-content h1 {
    margin: 0;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}

.headline-secondary {
    display: inline-block;
    margin-top: 8px;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #c99b4a;
    text-transform: uppercase;
    margin-left: 10%;
}

/* Tablet */
@media(max-width: 991px) {
    .daiwik-about-content {
        margin-left:40px;
    }

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

    .headline-secondary {
        font-size: 45px;
    }
}

/* Mobile */
@media(max-width: 576px) {
    .daiwik-about-hero {
        height:500px;
    }

    .daiwik-about-content {
        margin-left: 25px;
    }

    .daiwik-about-content h1 {
        font-size: 32px;
    }

    .headline-secondary {
        font-size: 38px;
    }
}

.gallery-item.hide {
    display: none;
}

.luxury-launch {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    width: max-content;
    padding: 12px 30px;
    margin-bottom: 35px;
    border-radius: 60px;
    background: linear-gradient( 135deg, rgba(255,255,255,.18), rgba(255,255,255,.03) );
    border: 1px solid rgb(221 175 83 / 42%);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 40px rgb(0 0 0 / 33%), inset 0 0 25px rgb(221 175 83 / 25%);
    overflow: hidden;
    margin-top: 10px;
}

/* moving gold light */
.luxury-launch:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    background: radial-gradient( circle, rgba(255,210,100,.5), transparent 65% );
}

/* shine sweep */
.luxury-launch:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgb(196 163 97), transparent 70%);
}

.launch-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #e4b45b;
    font-size: 24px;
    border: 1px solid #e4b45b;
    box-shadow: 0 0 20px rgba(228,180,91,.8);
}

.launch-text {
    display: flex;
    flex-direction: column;
    font-family: 'bromello-Regular';
}

.launch-text small {
    color: #fff;
    font-size: 14px;
    letter-spacing: 4px;
}

.launch-text strong {
    color: #fff;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 500;
    font-family: 'Optima';
    font-weight: 600;
}

/* animations */
@keyframes sweep {
    100% {
        transform: translateX(120%);
    }
}

@keyframes moveGlow {
    50% {
        left: 80%;
    }
}

@keyframes floatTag {
    50% {
        transform: translateY(-5px);
    }
}

footer svg.text-color-primary {
    color: #7c542e !important;
}

/* =====================
   TABLET
===================== */
@media(max-width: 1100px) {
    .banner {
        height:100svh;
    }

    .content {
        padding: 0 50px;
    }

    .headline-main {
        font-size: 52px;
    }

    .headline-secondary-main {
        font-size: 60px;
    }

    .right-panel {
        width: 320px;
    }

    .stat-card {
        padding: 18px 10px;
    }
}

/* =====================
   MOBILE
===================== */
@media(max-width: 768px) {
    .banner {
        min-height: auto;
        height: 100vh;
    }

    .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 120px 25px 80px;
    }

    .left-panel {
        width: 100%;
    }

    .headline-small {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 15px;
    }

    .headline-main {
        font-size: 34px;
        line-height: 1.2;
    }

    .headline-secondary-main {
        font-size: 42px;
    }

    /* hide stats on mobile */
    .right-panel {
        display: none;
    }

    /* Buttons */
    .cta-row {
        margin-top: 30px;
        gap: 15px;
    }

    .cta-main, .cta-secondary {
        font-size: 12px;
        padding: 12px 20px;
    }

    /* Background */
    .bg-photo {
        background-position: center;
        background-size: cover;
        /* height: 98vh; */
    }

    .overlay-gradient {
        background: linear-gradient( 90deg, rgba(0,0,0,.75), rgba(0,0,0,.35) );
    }

    /* arrows */
    .arrow {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .arrow-left {
        left: 15px;
    }

    .arrow-right {
        right: 15px;
    }

    /* dots */
    .dots {
        bottom: 25px;
    }
}

/* =====================
   SMALL MOBILE
===================== */
@media(max-width: 420px) {
    .contact-menu {
        margin-right: 50px;
    }

    header img {
        width: 80px;
    }

    .headline-main {
        font-size: 29px;
    }

    .villa-gallery {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .gallery-item {
        /* 3 items per row */
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        box-sizing: border-box;
    }

    .gallery-item img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        display: block;
    }

    .gallery-item.hide {
        display: none !important;
    }

    .headline-secondary-main {
        margin-bottom: 0px;
        font-size: 36px;
    }

    .flex-div {
        display: flex ;
        flex-direction: column;
    }

    .flex-div {
        display: flex ;
        flex-direction: column;
    }

    .cta-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-el-1, .custom-el-2 {
        display: none;
    }
}

.modal-header .cta-main {
    display: inline-block;
    background: #6c63ff;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}

.cta-secondary a {
    text-decoration: none !important;
    color: #c4a361;
}

.cta-secondary a:hover {
    text-decoration: none !important;
    color: #c4a361;
}

.modal-header .modal-content {
    border-radius: 10px;
}

.modal-header .modal-header {
    border-bottom: 0;
}

.modal-header .modal-footer {
    border-top: 0;
    justify-content: center;
    gap: 10px;
}

.modal-header .btn {
    min-width: 120px;
}

/* Modal */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #d7bfa5;
}

/* Header */
.modal-header {
    border-bottom: 1px solid #ececec;
    padding: 18px 25px;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* Body */
.modal-body {
    padding: 25px;
}

/* Labels */
.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

/* Inputs */
.form-control, form select {
    height: 45px;
    border-radius: 0 !important;
    border: 1px solid #dcdcdc;
    padding: 6px 15px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #faf1e6 !important;
    box-shadow: inset 1px 1px 8px 0px #e3d7c9 !important;
    color: #161616 !important;
}

.form-select {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}

.form-control:focus {
    border-color: #6c63ff;
    box-shadow: 0 0 0 0.2rem rgba(108, 99, 255, 0.2);
}

/* Footer */
.modal-footer {
    border-top: none;
    padding: 0px 25px 25px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Buttons */
.modal-footer .btn {
    width: 150px;
    height: 48px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    background: #c4a361 !important;
}

/* Close Button */
.btn-secondary {
    background: #6c757d;
    border: none;
}

.btn-secondary:hover {
    background: #5a6268;
}

/* Submit Button */
.btn-primary {
    background: #6c63ff;
    border: none;
}

.btn-primary:hover {
    background: #5548e5;
}

/* Required field color */
.text-danger {
    color: #dc3545 !important;
}

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

.daiwik-projects-heading {
    text-align: center;
    margin-bottom: 30px;
}

.location-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-map {
    text-align: center;
}

.location-map img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.modal input.form-control::placeholder {
    color: #222121;
}

.green-heading {
    color: #234126;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.video-card video {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

/* Center the last video (5th item) */
.video-card:last-child {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
}

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

    .video-card:last-child {
        max-width: 100%;
    }

    .video-card video {
        height: 250px;
    }
}

.sold-capsule {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 30px;
    border-radius: 100px;
    background: #111;
    border: 2px solid #d4af37;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    width: max-content;
    margin-top: 40px;
}

.sold-capsule::before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #d4af37;
    box-shadow: 0 0 15px #d4af37;
}

.image-popup .close-btn {
    color: #ffffff;
}

.amenity-title-vertical {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    color: #2f4f2f;
    text-align: right;
    top: 70px;
}



.club-house {
    position: relative;
    padding-left: 15px;
    /* space for line */
}

.amenities-section1 .col-lg-4 {
    position: relative;
}



.white-text h4 {
    /* color: #bdb2a0; */
}


.fitness-title {
    position: relative;
    display: inline-block;
    /* color: #d8c9aa; */
    letter-spacing: 0px;
    padding-right: 0;
    /* margin-bottom: 40px; */
}

.amenities-section1 ul li svg {
    padding: 5px 10px 0 0;
}

.park-section {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}


.gold-bg {
    background: #faebce !important;
    border: 1px solid #234126;
}

.play-area {
    position: relative;
    padding-left: 0;
    color: #e5d8bb;
}


.play-area ul li {
    color: #3a3a3a;
}

.entrance-title {
    position: relative;
    display: inline-block;
    color: #1f3d24;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 180px;
}



.entrance-area {
    position: relative;
}

/* Entrance Arch */
.entrance-title {
    position: absolute;
    top: 40px;
    left: 0;
    color: #1f3d24;
    width: max-content;
    font-size: 32px;
    text-transform: uppercase;
}



/* Amphitheatre */
.amphi-title {
    position: absolute;
    bottom: 60px;
    right: 50px;
    color: #1f3d24;
    font-size: 32px;
    text-transform: uppercase;
    padding-left: 220px;
}

.amphi-title::after {
    content: "";
    position: absolute;
    left: 135px;
    top: 50%;
    width: 180px;
    height: 2px;
    background: #1f3d24;
    transform: translateY(-50%);
}

.amphi-title {
    position: absolute;
    left: 0;
    bottom: 60px;
    padding-left: 0;
}

.amphi-title::before {
    width: 220px;
    left: -250px;
}

.established-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 15px 0;
}

.established-box .line {
    width: 80px;
    height: 1px;
    background: #c8b08b;
}

.established-icon {
    width: 60px;
    height: 60px;
    border: 2px solid #b88b4a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b88b4a;
    font-size: 28px;
    flex-shrink: 0;
}

.established-content {
    text-align: left;
}

.established-content .label {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    color: #8f8f8f;
    margin-bottom: 6px;
    font-weight: 600;
}

.established-content h3 {
    margin: 0;
    font-size: 40px;
    line-height: 1;
    color: #a6783d;
    font-weight: 500;
}

.luxury-testimonials {
    background: #faf9f6;
    padding: 80px 0;
}

.testimonial-title {
    text-align: center;
    margin: 60px 0 40px;
}

.testimonial-title h3 {
    font-size: 34px;
    margin-bottom: 10px;
    color: #222;
}

.testimonial-title p {
    color: #777;
}

.video-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    transition: .35s;
}

.video-card:hover {
    transform: translateY(-8px);
}

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

.video-info {
    padding: 20px;
}

.video-info h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.video-info span {
    color: #9a9a9a;
    font-size: 14px;
}

.testimonial-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 35px;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    transition: .35s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.quote-mark {
    font-size: 70px;
    color: #b88b4a;
    line-height: 1;
}

.stars {
    color: #b88b4a;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.testimonial-card h4 {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: capitalize;
    height: 50px;
}

.testimonial-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.client {
    border-top: 1px solid #eee;
    padding-top: 18px;
    flex-direction: column;
    gap: 0px;
    align-items: inherit !important;
    justify-content: left;
}

.client h5 {
    margin: 0;
    font-size: 18px;
}

.client span {
    color: #888;
    font-size: 14px;
}

.testimonial-card button.btn.btn-gold {
    background: #c4a361;
    border: #262626;
}

.homes-breathe-section {
    position: relative;
    background: #f4ecd8;
    padding: 120px 0;
    overflow: hidden;
}

.homes-breathe-section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.homes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

/* LEFT SIDE */
.homes-title {
    line-height: 0.9;
    color: #48633d;
    font-weight: 400;
    margin-bottom: 30px;
}

.homes-title span {
    display: inline-block;
    font-size: 35px;
    vertical-align: middle;
}

.homes-subtitle {
    max-width: 500px;
    font-size: 2rem;
    line-height: 1.4;
    color: #6f844f;
    font-weight: 400;
}

/* RIGHT SIDE */
.homes-description p {
    font-size: 1.15rem;
    line-height: 1.9;
    color: #2d2d2d;
    margin-bottom: 25px;
}

.reference-image {
    position: relative;
    margin-top: 30px;
}

.reference-image img {
    width: 100%;
    display: block;
}

.image-label {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    color: #fff;
}

.bottom-caption {
    margin-top: 20px;
    color: #48633d;
    font-size: 1.2rem;
}

/* DECORATIVE FLOWERS */
.flower {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.flower-left {
    left: 0;
    bottom: 0;
    width: 300px;
}

.flower-right {
    right: 0;
    bottom: 0;
    width: 300px;
}

/* RESPONSIVE */
@media(max-width: 991px) {
    .homes-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .homes-title {
        font-size: 1.5rem;
    }

    .homes-title span {
        font-size: 1.5rem;
    }

    .homes-subtitle {
        font-size: 1.4rem;
    }
}

@media(max-width: 576px) {
    .homes-breathe-section {
        padding: 80px 0;
    }

    .homes-title {
        font-size: 1.5rem;
    }

    .homes-title span {
        font-size: 1rem;
    }

    .homes-subtitle {
        font-size: 1.2rem;
    }

    .flower-left, .flower-right {
        width: 150px;
    }
}

.homes-breathe {
    position: relative;
    background: #f4efe1;
    overflow: hidden;
    padding: 120px 0;
}

/* Paper texture */
.homes-breathe::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("images/paper-texture.jpg") center/cover;
    opacity: .08;
}

/* Light shadow effect */
.homes-breathe::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: radial-gradient(circle at top left, rgba(0, 0, 0, .08), transparent 60%);
    pointer-events: none;
}

.container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.homes-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 100px;
    align-items: center;
}

/* LEFT */
.homes-left {
    position: relative;
}

.watermark {
    position: absolute;
    left: -120px;
    top: -40px;
    width: 300px;
    height: 400px;
    background: url(../images/floral-outline.png) center/contain no-repeat;
    opacity: .08;
}

.homes-title {
    color: #3f5938;
    line-height: .9;
    font-size: 40px;
    font-weight: 300;
    line-height: 76px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    gap: 20px;
}

.homes-title span {
    display: block;
    font-weight: 700;
    font-size: 35px;
    font-family: fangsong;
}

.divider {
    width: 120px;
    height: 1px;
    background: #c9a96a;
    margin: 40px 0;
    position: relative;
    margin: 40px auto;
}

.subtitle {
    color: #58754c;
    font-size: 22px;
    display: flex;
    line-height: 1.7;
    max-width: 520px;
    margin: 40px auto;
    text-align: center;
}

/* RIGHT */
.feature-item {
    display: flex;
    gap: 25px;
    margin-bottom: 15px;
}

.icon {
    color: #c9a96a;
    font-size: 22px;
    flex-shrink: 0;
}

.feature-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #3c3c3c;
}

.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-top: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
}

.image-card img {
    width: 100%;
    display: block;
}

.image-label {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 13px;
}

.bottom-note {
    margin-top: 25px;
    color: #4c6941;
    font-size: 30px;
    border-top: 1px solid #d9c79f;
    padding-top: 20px;
}

/* Decorative leaves */
.leaf {
    position: absolute;
    z-index: 1;
}

.leaf-left {
    left: 0;
    bottom: 0;
    width: 320px;
}

.leaf-right-top {
    right: 0;
    top: 0;
    width: 250px;
}

.leaf-right-bottom {
    right: 0;
    bottom: 0;
    width: 220px;
}

/* Responsive */
@media(max-width: 991px) {
    .homes-grid {
        grid-template-columns:1fr;
        gap: 60px;
    }

    .homes-title {
        font-size: 35px;
    }

    .homes-title span {
        font-size: 35px;
    }

    .feature-item p {
        font-size: 16px;
    }

    .bottom-note {
        font-size: 24px;
    }
}

.premium-specs {
    padding: 120px 0;
    background: #f8f5ef;
}

.section-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.eyebrow {
    display: block;
    color: #b68a44;
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 15px;
}

.section-header h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 300;
    color: #1f3f32;
    margin-bottom: 20px;
}

.section-header h2 strong {
    font-weight: 700;
}

.section-header p {
    color: #666;
    font-size: 18px;
}

.spec-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(182,138,68,.15);
    justify-content: flex-start;
    align-content: flex-end;
    flex-direction: row;
}

.spec-item:last-child {
    border-bottom: none;
}

.spec-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #f2ede3;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.spec-icon i {
    color: #b68a44;
    font-size: 26px;
}

.spec-content h4 {
    color: #18324a;
    font-size: 26px;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.spec-content p {
    color: #666;
    font-size: 18px;
    line-height: 1.8;
}

@media(max-width: 768px) {
    .section-header h2 {
        font-size:42px;
    }

    .spec-item {
        gap: 15px;
    }

    .spec-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .spec-content h4 {
        font-size: 26px;
    }

    .spec-content p {
        font-size: 16px;
    }
}

.exclusive-living {
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("../images/sayuri/swimming-pool.png") center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.55) 35%, rgba(0,0,0,.15) 70%, rgba(0,0,0,.05) 100% );
}

.exclusive-content {
    max-width: 650px;
}

.section-tag {
    display: block;
    font-size: 45px;
    line-height: 1;
    color: #f2dfb0;
    margin-bottom: 20px;
    font-family: 'Optima';
}

.exclusive-content h2 {
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 60px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 25px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #cfa45b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    color: #cfa45b;
}

.feature-icon i {
    font-size: 34px;
    color: #d6b06b;
}

.feature-text {
    flex: 1;
    position: relative;
    padding-bottom: 0;
}

.feature-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 320px;
    height: 1px;
    background: rgba(214,176,107,.6);
}

.feature-text h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: capitalize;
}

.feature-text p {
    color: rgba(255,255,255,.8);
    font-size: 14px;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

@media(max-width: 991px) {
    .exclusive-living {
        min-height:auto;
        padding: 100px 0;
    }

    .section-tag {
        font-size: 48px;
    }

    .exclusive-content h2 {
        font-size: 28px;
    }

    .feature-icon {
        width: 65px;
        height: 65px;
    }

    .feature-icon i {
        font-size: 24px;
    }

    .feature-text h4 {
        font-size: 24px;
    }

    .feature-text:after {
        width: 100%;
    }
}

.exclusive-living {
    position: relative;
    min-height: 100vh;
    background: url("../images/sayuri/swimming-pool.png") center center/cover no-repeat;
}

.exclusive-living::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 94%) 0%, rgb(0 0 0 / 67%) 35%, rgba(0, 0, 0, .15) 70%, rgba(0, 0, 0, .05) 100%)
}

.villa-size-tabs, .facing-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.villa-size-tabs button, .facing-tabs button {
    padding: 14px 40px;
    border: 1px solid #c8a15c;
    background: #fff;
    color: #264334;
    border-radius: 50px;
    cursor: pointer;
}

.villa-size-tabs button.active, .facing-tabs button.active {
    background: #264334;
    color: #fff;
}

.tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.tabs button {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.tabs button.active {
    background: #1f6f43;
    color: #fff;
    border-color: #1f6f43;
}

.image-wrapper img {
    width: 100%;
    max-width: 800px;
    display: block;
}

.specification-section {
    position: relative;
    overflow: hidden;
    background: #f8f5ef;
    padding: 120px 0;
}

/* Top Right Floral */
.specification-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 350px;
    background: url("../images/sayuri/corner-flower.png") no-repeat top right;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

/* Bottom Left Floral */
.specification-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 350px;
    background: url("../images/sayuri/corner-left-flower.png") no-repeat bottom left;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

/* Keep content above decorations */
.specification-section .container {
    position: relative;
    z-index: 2;
}

.specification-section {
    background: linear-gradient( rgba(248,245,239,.95), rgba(248,245,239,.95) ), url("../images/paper-texture.jpg");
    background-size: cover;
}

.floor-plans-section {
    /* max-width:1200px; */
    margin: auto;
    padding: 120px 0;
    background: #f8f6f2;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.floor-plans-section {
    padding: 100px 0;
    background: #faebce;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 58px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #111;
}

.section-title strong {
    color: #c7a55c;
    font-weight: 700;
}

.section-title p {
    color: #666;
    font-size: 16px;
}

.layout-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
}

.size-tabs, .facing-tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.size-tabs button, .facing-tabs button {
    min-width: 170px;
    height: 45px;
    line-height: 17px;
    border: none;
    border-radius: 22px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    color: #ab7e1d;
}

.size-tabs button:hover, .facing-tabs button:hover {
    transform: translateY(-3px);
}

.size-tabs button.active, .facing-tabs button.active {
    backgroundlinear-gradient(135deg, #c4a361, #b28f4a); background: #c2a260;
    color: #fff;
    box-shadow: 0 20px 40px rgba(31,111,67,.25);
}

.floor-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.floor_card_wr {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.7);
    padding: 6px 13px;
    z-index: 2;
    border-left: 3px solid #b9975b;
    text-align: left;
}

.floor_card_wr .floor-header {
    background: transparent;
    font-size: 14px;
    padding: 0;
    color: #000;
    text-align: left;
}

.floor_card_wr .plan-type {
    text-align: left;
    padding: 0;
    color: #000;
    font-size: 14px;
    border-bottom: 0px solid #eee;
}

.floor-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: auto;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .4s;
}

.floor-card:hover {
    transform: translateY(-8px);
}

.floor-header {
    background: linear-gradient( 135deg, #c7a55c, #b89447 );
    color: #fff;
    text-align: center;
    padding: 18px;
    font-size: 20px;
    font-weight: 600;
}

.plan-type {
    text-align: center;
    padding: 12px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.floor-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #fafafa;
    cursor: pointer;
    transition: .4s;
}

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

/* Zoom Modal */
.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.95);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.image-modal.show {
    display: flex;
}

.image-modal img {
    max-width: 90%;
    max-height: 90vh;
}

.floor-card {
    position: relative;
    background: rgba(255,255,255,.95);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
    transition: .4s ease;
    border: 1px solid rgba(255,255,255,.5);
}

.floor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 80px rgba(0,0,0,.15);
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

.floor-header {
    background: linear-gradient( 135deg, #c9a55b 0%, #d7bc7f 50%, #b88e42 100% );
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    letter-spacing: .5px;
}

@media(max-width: 1200px) {
    .floor-grid {
        grid-template-columns:1fr;
    }
}

@media(max-width: 768px) {
    .section-title h2 {
        font-size:38px;
    }

    .size-tabs button, .facing-tabs button {
        width: 100%;
        min-width: unset;
    }
}

.floor-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
    /* reduce or increase as needed */
}

.floor-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    /* gap between East & West columns */
    margin-top: 40px;
}

.floor-column {
    gap: 15px;
}

.launch-text a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.launch-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    cursor: inherit;
    position: relative;
    z-index: 999;
}

.launch-text strong {
    color: #fff;
}

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

.price-table-wrap {
    max-width: 1000px;
    margin: auto;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.table-top-content {
    background: #0b4b36;
    color: #fff;
    text-align: center;
    padding: 35px;
}

.table-top-content h3 {
    margin-bottom: 15px;
}

.table-top-content p {
    margin-bottom: 8px;
}

.table-top-content span {
    background: #f8d55b;
    color: #000;
    padding: 2px 8px;
}

.offer-tag {
    display: inline-block;
    margin-top: 15px;
    background: #f8d55b;
    color: #000;
    padding: 6px 12px;
    font-weight: 600;
}

.villa-price-table {
    width: 100%;
    border-collapse: collapse;
}

.villa-price-table th {
    background: #c4a361;
    color: #ffffff;
    padding: 18px;
    text-align: center;
    /* border: 1px solid #0000005c; */
}

.villa-price-table td {
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    color: #070707;
}

.unlock-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

.unlock-btn:hover {
    background: #222;
}

.bottom-offers {
    text-align: center;
    padding: 20px;
    background: #fafafa;
}

.bottom-offers p {
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}

.villa-gallery {
    width: 100%;
}

.gallery-item {
    display: none;
}

.gallery-item.active {
    display: block;
}

/* sayuri page download brocherue*/
.unlock-btn, .download-btn {
    background: #b88b4a;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}

.unlock-btn:hover, .download-btn:hover {
    background: #222;
    color: #fff;
}

.enquiry-modal {
    border: none;
    border-radius: 18px;
    padding: 20px;
}

.enquiry-modal h3 {
    text-align: center;
    margin-bottom: 10px;
}

.enquiry-modal p {
    text-align: center;
    color: #777;
    margin-bottom: 25px;
}

.enquiry-modal input, .enquiry-modal textarea {
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 12px;
}

.submit-btn {
    width: 100%;
    padding: 14px;
    background: #b88b4a;
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 600;
}

.submit-btn:hover {
    background: #222;
}

.facing-tabs {
    display: none;
    margin-top: 18px;
}

.facing-tabs.show {
    display: flex;
}

.image-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.92);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .35s;
    z-index: 999999;
}

.image-popup.show {
    opacity: 1;
    visibility: visible;
}

.image-popup img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,.5);
    animation: zoomIn .35s ease;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 48px;
    cursor: pointer;
    line-height: 1;
    transition: .3s;
}

.popup-close:hover {
    color: #d3af62;
}

.daiwikAmenitiesSlider .swiper-slide img {
    cursor: pointer;
}

@keyframes zoomIn {
    from {
        transform: scale(.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.daiwik-lifestyle-slider1 {
    padding-bottom: 100px;
}

/* 9m */
.floor-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.image-wrap {
    position: relative;
}

.image-wrap img {
    width: 100%;
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 15px;
    text-align: center;
}

.image-overlay .floor-header {
    margin: 0;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
}

.image-overlay .plan-type {
    margin-top: 10px;
    color: #4b5563;
    font-size: 22px;
    font-weight: 500;
}

.image-wrap img {
    padding-top: 110px;
    /* creates space under overlay */
}

/*banner */
.bg-photo {
    background-position: 30% -70px;
    background-size: cover;
}

.bg-photo img {
    object: position 25% top;
}

.image-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.image-modal.show {
    display: flex;
}

#modalImage {
    max-width: 90%;
    max-height: 90%;
    margin: 0 auto;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}

.modal-prev, .modal-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    user-select: none;
}

.modal-prev {
    left: 20px;
}

.modal-next {
    right: 20px;
}

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

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .bg-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.overlay-gradient {
    position: absolute;
    inset: 0;
  //  background: linear-gradient(286deg, rgb(22 15 10) 0%, rgba(22, 15, 10, .38) 20%, rgb(22 15 10 / 0%) 38%, rgb(22 15 10 / 4%) 52%, rgb(68 35 11 / 56%) 70%);
    z-index: 1;
}

/* Optional bottom fade */
.overlay-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    /* background:linear-gradient(to top,rgba(0,0,0,.45),transparent); */
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    /* max-width:1280px; */
    margin: auto;
    /* padding:0 60px; */
}

.left-panel {
    width: auto;
}

.overlay-hero-banner {
    position: relative;
    padding: 100px 0 10px 0;
}

/* Soft glow behind text */
.overlay-hero-banner::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(90,58,34,.38) 0%, rgba(90,58,34,.18) 45%, transparent 75%);
    pointer-events: none;
    z-index: -1;
}

.headline-small {
    display: block;
    color: #d7b77a;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.overlay-hero-banner h1 {
    font-family: "Cormorant Garamond",serif;
    color: #fff;
    font-size: 76px;
    line-height: 1.05;
    font-weight: 300;
    margin-bottom: 20px;
}

.overlay-hero-banner h1 span {
    color: #d7b77a;
    font-style: italic;
}

.overlay-hero-banner p {
    color: #d9d9d9;
    font-size: 18px;
    line-height: 1.8;
    margin: 25px 0 35px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    background: linear-gradient(90deg,#8b7440,#6e6032);
    border: 1px solid rgba(255,220,160,.18);
    box-shadow: 0 10px 35px rgba(0,0,0,.35);
    transition: .35s;
}

.hero-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(90deg,#a48747,#7b6837);
}

/*image swipe */
.daiwikAmenitiesSlider {
    width: 100%;
    padding: 70px 0;
}

.daiwikAmenitiesSlider .swiper-slide {
    width: 520px;
    transition: .5s;
}

.daiwikAmenitiesSlider .swiper-slide img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 0px;
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

/* Center Image */
.daiwikAmenitiesSlider .swiper-slide-active {
    transform: scale(1.05);
}

/* Side Images */
.daiwikAmenitiesSlider .swiper-slide-prev, .daiwikAmenitiesSlider .swiper-slide-next {
    opacity: .85;
    transform: scale(.85);
}

/*layout */
.floor-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
    align-items: start;
}

.floor-left {
    display: flex;
}

.floor-left .floor-card {
    width: 100%;
    height: 100%;
}

.floor-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.floor-card {
    background: #fafafa;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    min-height: 460px;
}

.floor_card_wr {
    padding: 7px 10px;
    text-align: center;
}

.floor-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.plan-type {
    color: #777;
    font-size: 15px;
}

.floor-card img {
    width: 100%;
    display: block;
    object-fit: contain;
    background: #fafafa;
}

/* Ground Floor (large) */
.floor-left img {
    height: 760px;
}

/* First & Second Floor */
.floor-right img {
    height: 365px;
}

/* Responsive */
@media(max-width: 991px) {
	
    .floor-grid {
        grid-template-columns:1fr;
    }

    .floor-right {
        flex-direction: column;
    }

    .floor-left img, .floor-right img {
        height: auto;
    }
}

.project-disclaimer {
    max-width: 760px;
    margin: 40px auto 0;
    text-align: center;
    color: #222;
    line-height: 1.7;
}

.project-disclaimer h5 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .3px;
}

.project-disclaimer p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.project-disclaimer p strong {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 768px) {
    .project-disclaimer {
        max-width:100%;
        padding: 0 20px;
        margin-top: 30px;
    }

    .project-disclaimer h5 {
        font-size: 18px;
    }

    .project-disclaimer p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* Court yard section */
.courtyard-section {
    position: relative;
    width: 100%;
    padding: 0px 0;
    background: url(../images/sayuri/courtyard-bg.png) center / cover no-repeat;
}

.courtyard-content {
    display: flex;
    align-items: stretch;
    min-height: 580px;
}

/* LEFT IMAGE */
.courtyard-image {
    width: 60%;
    overflow: hidden;
}

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

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

.daiwik-project-image img {
    width: 100%;
    display: block;
}

.sold-capsule-projects {
    font-size: 12px;
    position: absolute;
    border: 2px solid #d4af37;
    color: #fff;
    font-weight: 400;
    color: white;
    gap: 14px;
    padding: 2px 10px;
    border-radius: 30px;
    background: #c4a361;
    border: 1px solid #b7924a;
    top: 10px;
    left: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    z-index: 10;
}

/* swipper*/
.popup-prev, .popup-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: rgba(255,255,255,.2);
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: .3s;
    z-index: 1001;
    backdrop-filter: blur(6px);
}

.popup-prev {
    left: 25px;
}

.popup-next {
    right: 25px;
}

.popup-prev:hover, .popup-next:hover {
    background: #fff;
    color: #000;
}

#popupImg {
    max-width: 90%;
    max-height: 90vh;
    display: block;
    margin: auto;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    z-index: 1002;
}

/* RIGHT CONTENT */
.courtyard-text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background: transparent;
    text-align: center;
}

.courtyard-logo {
    width: 260px;
    margin-bottom: 20px;
    margin: 0 auto;
}

.courtyard-text .subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    color: #8c6c44;
    margin-bottom: 25px;
    margin-top: 0px;
}

.courtyard-text h2 {
    font-size: 26px;
    line-height: 1.5;
    padding: 0 4% 0 12%;
    color: #222;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin: 0 auto;
    text-align: center;
}

.courtyard-text h2 span {
    color: #8b6a3d;
    font-weight: 600;
}

.courtyard-text p {
    max-width: 500px;
    color: #666;
    font-size: 17px;
    line-height: 1.9;
}

/* Mobile */
@media(max-width: 991px) {
    .courtyard-content {
        flex-direction:column;
    }

    .courtyard-image, .courtyard-text {
        width: 100%;
    }

    .courtyard-text {
        text-align: center;
    }

    .courtyard-logo {
        margin: auto auto 20px;
    }

    .courtyard-text h2 {
        font-size: 30px;
    }
}

.daiwik-lifestyle-slider1, .mv-luxury, .daiwik-legacy-section, .daiwik-projects-section, .container.container-xl-custom, .daiwik-story, .daiwik-lifestyle-slider, .gold-bg {
    background: #f8f9fc !important;
    border: 0px !important;
}

#footer h4 {
    font-size: 14px;
}

body.body {
    background: #f8f9fc !important;
}

.philosophy-section {
    background: #fff;
    background-size: cover;
    padding: 90px 0 110px;
    position: relative;
}

.philosophy-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.title-divider {
    width: 420px;
    height: 1px;
    background: #c8a45d;
    margin: 0 auto 20px;
    position: relative;
}

.title-divider span {
    position: absolute;
    left: 50%;
    top: -7px;
    width: 14px;
    height: 14px;
    border: 2px solid #c8a45d;
    background: #f8f6f1;
    transform: translateX(-50%) rotate(45deg);
}

.bottom {
    margin-top: 20px;
    margin-bottom: 40px;
}

.philosophy-content p {
    font-size: 18px;
    line-height: 2;
    color: #444;
    margin: 0 auto 15px;
}

.small-divider {
    width: 120px;
    height: 1px;
    background: #c8a45d;
    margin: 0 auto 40px;
    position: relative;
}

.small-divider:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #c8a45d;
    background: #f8f6f1;
    left: 50%;
    top: -4px;
    transform: translateX(-50%) rotate(45deg);
}

.bottom-heading {
    font-size: 38px;
    font-weight: 500;
    color: #222;
    line-height: 1.15;
    margin-bottom: 35px;
}

.bottom-heading span {
    display: block;
    color: #b89143;
}

.small-bottom-text {
    max-width: 760px;
    margin: auto;
    font-size: 20px;
    line-height: 1.9;
    color: #444;
}

.tagline {
    margin-top: 0;
    font-size: 20px;
    line-height: 1.6;
    color: #222;
}

.tagline strong {
    font-weight: 600;
}

h2.gold-text {
    color: #be9951;
}

.artistic-note {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 10px;
    color: rgba(255,255,255,.85);
    padding: 4px 8px;
    border-radius: 3px;
    letter-spacing: .3px;
    font-weight: 400;
    z-index: 10;
}

/* Floor Plan Popup */
.fp-image-wrap {
    position: relative;
    display: inline-block;
    max-width: 90%;
}

.fp-image-wrap img {
    display: block;
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

/* Overlay */
.fp-overlay-info {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 100;
    padding: 18px 22px;
    min-width: 320px;
    background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.55) 65%, rgba(0,0,0,0) 100%);
    border-left: 4px solid #d4af37;
    border-radius: 4px;
}

/* Floor Heading */
.fp-floor-title {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

/* Plan Type */
.fp-plan-type {
    margin: 8px 0 0;
    color: #d4af37;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Mobile */
@media(max-width: 768px) {
	.specification-section::before,.specification-section::after{

    width: 300px;
    height: 120px;
	 }
    .fp-overlay-info {
        left:15px;
        right: 15px;
        bottom: 15px;
        min-width: auto;
        padding: 12px 16px;
    }

    .fp-floor-title {
        font-size: 22px;
    }

    .fp-plan-type {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width:1279px) {
    .amenities-section1 .bg-success {
        padding: 15px 15px !important;
    }
}

@media(max-width: 991px) {
    .bottom-heading {
        font-size:40px;
    }

    .title-divider {
        width: 260px;
    }

    .philosophy-content p {
        font-size: 18px;
    }

    .tagline {
        font-size: 22px;
    }
}

/* ===== Sayuri Proximity Map Popup ===== */
.sayuri-map-popup {
    display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 999999;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.sayuri-map-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.sayuri-map-content img {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,.4);
}

.sayuri-map-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s;
}

.sayuri-map-close:hover {
    color: #d4af37;
    transform: rotate(90deg);
}

@media(max-width: 768px) {
    .sayuri-map-popup {
        padding:15px;
    }

    .sayuri-map-close {
        right: 18px;
        top: 12px;
        font-size: 34px;
    }

    .sayuri-map-content img {
        max-height: 80vh;
    }
}

.cta-row a:hover {
    text-decoration: none;
}

.grey-background {
    background-color: #f3f3f3 !important;
}
/*=================================
   DAIWIK METRICS SECTION
==================================*/

.daiwik-metrics-section{
    padding:80px 20px;
    background:#f9f8f5;
}

.daiwik-wrapper{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.daiwik-metric-box{
    background:#fff;
    border-radius:18px;
    padding:40px 25px;
    text-align:center;
    border:1px solid #ececec;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    transition:.35s ease;
}

.daiwik-metric-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.daiwik-metric-number{
    margin:0;
    font-size:58px;
    line-height:1;
    font-weight:700;
    color:#c4a361;
}

.daiwik-metric-title{
    display:block;
    margin-top:16px;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#666;
}

/* Tablet */

@media(max-width:991px){

.daiwik-wrapper{
    grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:576px){

.daiwik-wrapper{
    grid-template-columns:1fr;
}

.daiwik-metric-number{
    font-size:46px;
}

}
/*change box model*/
.daiwik-values-section{
    padding:90px 0;
    background:#faf8f5;
    position:relative;
    overflow:hidden;
}

.daiwik-values-heading{
    text-align:center;
    max-width:750px;
    margin:auto auto 70px;
}

.daiwik-values-heading span{
    display:inline-block;
    color:#b88936;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    text-transform:uppercase;
}

.daiwik-values-heading h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
    font-weight:700;
}

.daiwik-values-heading p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

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

.daiwik-values-wrapper{
    display:grid;
    grid-template-columns:1fr 320px 1fr;
    align-items:center;
    gap:60px;
}

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

.daiwik-values-column{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.daiwik-value-item{
    position:relative;
    background:#fff;
    padding:28px;
    border-radius:18px;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.daiwik-value-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.daiwik-value-item .icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#b88936;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:18px;
}

.daiwik-value-item h3{
    font-size:22px;
    margin-bottom:12px;
    color:#222;
}

.daiwik-value-item p{
    color:#666;
    line-height:1.8;
    margin:0;
}

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

.daiwik-logo-center{
    display:flex;
    justify-content:center;
    align-items:center;
}


.logo-circle img{
    max-width:270px;
}

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

@media(max-width:991px){

.daiwik-values-wrapper{
    grid-template-columns:1fr;
    gap:40px;
}

.daiwik-logo-center{
    order:-1;
}

.logo-circle{
    width:220px;
    height:220px;
}

.daiwik-values-heading h2{
    font-size:32px;
}

}
.daiwik-value-item h3{
    text-align: center;
}
.faq-heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}
div#moreTestimonials {
    margin: 30px 0;
    width: 100%;
padding: 0;
}
.daiwik-bank-slider{
    overflow:hidden;
    position:relative;
    margin-top:50px;
}

.daiwik-bank-track{
    display:flex;
    width:max-content;
    animation:daiwikScroll 28s linear infinite;
}

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

.daiwik-bank-item{
    width:220px;
    height:100px;
    margin:0 15px;
    background:#fff;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(0,0,0,.08);
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    flex-shrink:0;
}

.daiwik-bank-item img{
    max-width:130px;
    max-height:55px;
    filter:grayscale(100%);
    opacity:.75;
    transition:.35s;
}

.daiwik-bank-item:hover img{
    filter:none;
    opacity:1;
}

@keyframes daiwikScroll{

    0%{
        transform:translateX(0);
    }

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

}

/* Fade edges */

.daiwik-bank-slider:before,
.daiwik-bank-slider:after{
    content:"";
    position:absolute;
    top:0;
    width:120px;
    height:100%;
    z-index:5;
    pointer-events:none;
}

.daiwik-bank-slider:before{
    left:0;
    background:linear-gradient(to right,#f9f8f4 0%,transparent 100%);
}

.daiwik-bank-slider:after{
    right:0;
    background:linear-gradient(to left,#f9f8f4 0%,transparent 100%);
}

@media(max-width:768px){

    .daiwik-bank-item{
        width:160px;
        height:80px;
    }

    .daiwik-bank-item img{
        max-width:95px;
    }

}
.daiwik-closing-section{
    position:relative;
    padding:140px 20px;
    background:#f8f6f1 url(../images/philosophy-bg.png) center bottom;
    overflow:hidden;
    text-align:center;
	background-size:cover;
}

.closing-overlay{
    inset:0;
    background: #faf0e4;
}

.daiwik-closing-section .container{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:auto;
}

.closing-tag{
    display:inline-block;
    color:#d6b66a;
    letter-spacing:4px;
    font-size: 20px;
    text-transform:uppercase;
    margin-bottom:25px;
    font-weight:600;
}

.daiwik-closing-section h2{
    color: #000000;
    font-size:54px;
    line-height:1.2;
    margin-bottom:35px;
    font-weight:500;
    font-family:'Optima',serif;
}

.closing-text{
    color: #010101;
    font-size:19px;
    line-height:2;
    max-width:760px;
    margin:auto;
}

.closing-divider{
    width:90px;
    height:2px;
    background: #c4a361;
    margin:55px auto;
    position:relative;
}

.closing-divider:before{
    content:"";
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
    background: #c3a261;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.daiwik-closing-section h3{
    color: #1a1919;
    font-size:42px;
    line-height:1.4;
    font-family:'Optima',serif;
    margin-bottom:45px;
}

.closing-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background: #c4a361;
    color: #ffffff;
    padding:18px 42px;
    border-radius: 0;
    text-decoration:none;
    font-weight:600;
    transition:.4s;
}

.closing-btn:after{
    content:"→";
    transition:.3s;
}

.closing-btn:hover{
    background:#fff;
    transform:translateY(-5px);
}

.closing-btn:hover:after{
    transform:translateX(6px);
}

/* Decorative circles */

.daiwik-closing-section:before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border:1px solid rgba(214,182,106,.12);
    border-radius:50%;
    top:-170px;
    left:-130px;
}

.daiwik-closing-section:after{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    border:1px solid rgba(214,182,106,.08);
    border-radius:50%;
    right:-120px;
    bottom:-150px;
}

@media(max-width:768px){

.daiwik-closing-section{
padding:90px 20px;
}

.daiwik-closing-section h2{
font-size:36px;
}

.closing-text{
font-size:17px;
line-height:1.8;
}

.daiwik-closing-section h3{
font-size:30px;
}

.closing-btn{
padding:16px 32px;
}
}

.daiwik-values-section{
    padding:90px 0;
    background:#faf8f5;
    position:relative;
    overflow:hidden;
}

.daiwik-values-heading{
    text-align:center;
    max-width:750px;
    margin:auto auto 70px;
}

.daiwik-values-heading span{
    display:inline-block;
    color:#b88936;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    text-transform:uppercase;
}

.daiwik-values-heading h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
    font-weight:700;
}

.daiwik-values-heading p{
    color:#666;
    line-height:1.8;
    font-size:16px;
}

/========================/

.daiwik-values-wrapper{
    display:grid;
    grid-template-columns:1fr 320px 1fr;
    align-items:center;
    gap:60px;
}

/========================/

.daiwik-values-column{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.daiwik-value-item{
    position:relative;
    background:#fff;
    padding:28px;
    border-radius:18px;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.daiwik-value-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.daiwik-value-item .icon{
    width:65px;
    height:65px;
    border-radius:50%;
    background:#b88936;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:18px;
}

.daiwik-value-item h3{
    font-size:22px;
    margin-bottom:12px;
    color:#222;
}

.daiwik-value-item p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/========================/

.daiwik-logo-center{
    display:flex;
    justify-content:center;
    align-items:center;
}


.logo-circle img{
    max-width:270px;
}

/========================/

@media(max-width:991px){

.daiwik-values-wrapper{
    grid-template-columns:1fr;
    gap:40px;
}

.daiwik-logo-center{
    order:-1;
}

.logo-circle{
    width:220px;
    height:220px;
}

.daiwik-values-heading h2{
    font-size:32px;
}

}
.daiwik-value-item h3{
    text-align: center;
}
.daiwik-values-section{
    padding:90px 0;
    background:#faf9f6;
}

.daiwik-values-heading{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.daiwik-values-heading span{
    color:#b48a2c;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:600;
}

.daiwik-values-heading h2{
    font-size:56px;
    font-weight:700;
    margin:20px 0;
    color:#08142d;
}

.daiwik-values-heading h2 span{
    color:#b48a2c;
}

.daiwik-values-heading p{
    font-size:20px;
    color:#555;
    line-height:1.8;
}

/======================/

.daiwik-values-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:30px;
}

/* First Row */
.daiwik-value-card:nth-child(1){
    grid-column:1 / span 2;
}

.daiwik-value-card:nth-child(2){
    grid-column:3 / span 2;
}

.daiwik-value-card:nth-child(3){
    grid-column:5 / span 2;
}

/* Second Row */
.daiwik-value-card:nth-child(4){
    grid-column:2 / span 2;
    margin-top:20px;
}

.daiwik-value-card:nth-child(5){
    grid-column:4 / span 2;
    margin-top:20px;
}

/======================/

.daiwik-value-card{
    background:#fff;
    border:1px solid #d8b15a;
    border-radius:18px;
    padding:45px 30px;
    text-align:center;
    transition:.4s;
}

.daiwik-value-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.value-icon{
   
    width:65px;
    height:65px;
    border-radius:50%;
    background:#b88936;
    margin:0 auto 30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.value-icon img{
    width:52px;
}

.value-icon i{
    font-size:46px;
    color:#b48a2c;
}

.daiwik-value-card h3{
    font-size:25px;
    color:#08142d;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:15px;
}

.line{
    width:45px;
    height:3px;
    background:#b48a2c;
    display:block;
    margin:20px auto;
}

.daiwik-value-card h5{
    color:#b48a2c;
    font-size:24px;
    font-weight:600;
    line-height:1.5;
    margin-bottom:20px;
}

.daiwik-value-card p{
    color:#333;
    font-size:18px;
    line-height:1.9;
}

/* Responsive */

@media(max-width:991px){

.daiwik-values-grid{
    grid-template-columns:1fr;
}

.daiwik-value-card{
    grid-column:auto!important;
    margin-top:0!important;
}

.daiwik-values-heading h2{
    font-size:36px;
}



}
.value-icon img{
    width:75px;
    height:75px;
}
/* Icon Circle */
.daiwik-value-icon{
   font-size:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
}
.villa-layouts{
    padding:100px 0;
    background:#faf8f4;
}

.layout-heading{
    text-align:center;
    margin-bottom:45px;
}

.layout-heading span{
    color:#9b7b44;
    letter-spacing:3px;
    font-size:13px;
    text-transform:uppercase;
}

.layout-heading h2{
    font-size:46px;
    margin:15px 0;
    font-weight:500;
}

.layout-heading p{
    color:#777;
    max-width:620px;
    margin:auto;
}

.layout-filter{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-bottom:45px;
}

.layout-filter button{
    border:none;
    background:#fff;
    padding:13px 30px;
    border-radius:40px;
    cursor:pointer;
    font-weight:600;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.layout-filter button.active,
.layout-filter button:hover{
    background:#1d1d1d;
    color:#fff;
}

.layout-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.layout-card{
    background:#fff;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    cursor:pointer;
    transition:.4s;
}

.layout-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.12);
}

.layout-card img{
    width:100%;
    display:block;
    transition:.6s;
}

.layout-card:hover img{
    transform:scale(1.05);
}

.layout-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.layout-popup img{
    max-width:92%;
    max-height:90%;
    border-radius:12px;
}

.close-popup{
    position:absolute;
    right:40px;
    top:30px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
}

@media(max-width:991px){

.layout-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.layout-grid{
grid-template-columns:1fr;
}

.layout-heading h2{
font-size:34px;
}

.layout-filter{
flex-wrap:wrap;
}

.layout-filter button{
padding:11px 24px;
}

}
.values-section{
    padding:100px 20px;
    background:#fafafa;
}

.section-title{
    text-align:center;
    max-width:800px;
    margin:auto;
    margin-bottom:70px;
}

.section-title span{

    color:#b88a2b;
    letter-spacing:4px;
    font-size:14px;
    font-weight:600;
}

.section-title h2{

    font-size:60px;
    margin:20px 0;
    font-family:"Cormorant Garamond",serif;
    color:#0d2341;
}

.section-title h2 span{

    color:#c89b3c;
}

.section-title p{

    font-size:18px;
    color:#666;
    line-height:1.8;
}

.values-grid{

    width:1200px;
    max-width:100%;
    margin:auto;

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:35px;

}

/* First Row */

.value-card:nth-child(1){

    grid-column:1/span 2;
}

.value-card:nth-child(2){

    grid-column:3/span 2;
}

.value-card:nth-child(3){

    grid-column:5/span 2;
}

/* Second Row */

.value-card:nth-child(4){

    grid-column:2/span 2;
}

.value-card:nth-child(5){

    grid-column:4/span 2;
}

.value-card{

    position:relative;

    background:#fff;

    padding:45px 35px;

    border-radius:25px;

    overflow:hidden;

    border:1px solid rgba(200,155,60,.20);

    box-shadow:0 15px 45px rgba(0,0,0,.07);

    transition:.4s;

    text-align:center;

}

.value-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#b88a2b,#f5deb3,#b88a2b);

}

.value-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:25px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff8e8;

    border:1px solid rgba(184,138,43,.25);

    box-shadow:0 8px 25px rgba(184,138,43,.18);

}

.icon img{

    width:42px;
}

.value-card h3{

font-size: 25px;

line-height:1.1;

margin-bottom: 20px;

color:#0d2341;

font-family:"Cormorant Garamond",serif;

margin-bottom: 19px;
}

.value-card h5{

    color:#b88a2b;

    margin-bottom:20px;

    font-size:15px;

    font-weight:600;

    text-transform:capitalize;

    letter-spacing:1px;

}

.value-card p{

    color:#666;

    line-height:1.9;

    font-size:15px;

}

.value-card::after{

    content:"";

    width:70px;

    height:3px;

    background:#b88a2b;

    position:absolute;

    bottom:22px;

    left:50%;

    transform:translateX(-50%);

    border-radius:30px;

}

/* Tablet */

@media(max-width:991px){

.values-grid{

grid-template-columns:repeat(2,1fr);

}

.value-card{

grid-column:auto!important;

}

}

/* Mobile */

@media(max-width:767px){
.flex-div {
    display: flex
;
    flex-direction: column;
}
.section-title h2{

font-size:42px;

}

.values-grid{

grid-template-columns:1fr;

}

.value-card{

grid-column:auto!important;

padding:35px 25px;

}

}
.philosophy-content p {
    font-weight: 400;
    font-size: 20px;
}
.btn-gold:hover {
    background: #c4a361;
}



/* ================================
   MOBILE
================================ */

@media (max-width: 767px) {

    .villa-price-table {
        width: 100%;
        table-layout: fixed;
    }

    .villa-price-table th,
    .villa-price-table td {
        padding: 12px 5px;
    }

    .villa-price-table th {
        font-size: 15px;
        line-height: 1.8;
    }

    .villa-price-table td {
        font-size: 14px;
        line-height: 2;
        word-break: normal;
        overflow-wrap: break-word;
    }

    /* Mobile column widths */
    .villa-price-table th:nth-child(1),
    .villa-price-table td:nth-child(1) {
        width: 14%;
    }

    .villa-price-table th:nth-child(2),
    .villa-price-table td:nth-child(2) {
        width: 27%;
    }

    .villa-price-table th:nth-child(3),
    .villa-price-table td:nth-child(3) {
        width: 24%;
    }

    .villa-price-table th:nth-child(4),
    .villa-price-table td:nth-child(4) {
        width: 35%;
    }

    /* Unlock button */
    .unlock-btn {
        width: 105px;
        min-width: 105px;
        padding: 11px 8px;
        font-size: 14px;
        line-height: 1.7;
        border-radius: 50px;
    }
}


/* ================================
   SMALL PHONES
================================ */

@media (max-width: 400px) {

    .villa-price-table th,
    .villa-price-table td {
        padding: 10px 3px;
    }

    .villa-price-table th {
        font-size: 13px;
    }

    .villa-price-table td {
        font-size: 13px;
        line-height: 1.9;
    }

    .unlock-btn {
        width: 92px;
        min-width: 92px;
        padding: 9px 5px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
	.floor-card {
    min-height: 300px;
}
.villa-info {
    position: relative;
	        left: 0;
        bottom: 0;
	}
	.gallery-item.proximity {
    height: auto !important;
}
    .plan-filter {
        width: 100%;
        display: flex;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .plan-filter button {
        flex: 1 1 33.333%;
        width: 33.333%;
        min-width: 0;
        max-width: 33.333%;
        padding: 14px 5px;
        font-size: 13px;
        white-space: nowrap;
        border-radius: 0;
    }

    .villa-gallery {
        width: 100%;
        padding: 35px 15px 10px;
        display: flex;
        justify-content: center;
    }

    .gallery-item {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .gallery-item img {
        width: 100%;
        height: auto !important;
        max-height: 500px;
        object-fit: contain;
    }

    .gallery-item.google iframe {
        width: 100%;
        height: 350px;
        display: block;
    }

    .project-disclaimer {
        width: 100%;
        padding: 25px 15px 0;
        box-sizing: border-box;
        text-align: center;
        overflow: hidden;
    }

    .project-disclaimer h5 {
        width: 100%;
        font-size: 15px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        word-break: break-word;
        white-space: normal;
    }

    .project-disclaimer p {
        width: 100%;
        font-size: 15px;
        line-height: 1.75;
        overflow-wrap: break-word;
    }
}
/* ================================
   IMAGE CONTENT SECTION - MOBILE
================================ */

@media (max-width: 767px) {

    .image-content-section {
        width: 100%;
        min-height: 420px;
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
    }

    .image-content-section .image-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .image-content-section .section-content {
        position: relative;
        z-index: 2;

        width: 100%;
        max-width: 100%;
        box-sizing: border-box;

        padding: 80px 20px 40px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .image-content-section .section-content h2 {
        width: 100%;
        max-width: 100%;

        margin: 0 0 20px;

        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1px;

        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .image-content-section .section-content p {
        width: 100%;
        max-width: 340px;

        margin: 0 auto;

        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 0.5px;

        text-align: center;
        overflow-wrap: break-word;
    }
}


/* Smaller phones */
@media (max-width: 400px) {

    .image-content-section {
        min-height: 400px;
    }

    .image-content-section .section-content {
        padding: 70px 15px 35px;
    }

    .image-content-section .section-content h2 {
        font-size: 25px;
        line-height: 1.25;
        letter-spacing: 0.5px;
    }

    .image-content-section .section-content p {
        max-width: 330px;
        font-size: 11px;
        line-height: 1.7;
    }
}/* =========================================
   AMENITIES & LIFESTYLE - MOBILE
========================================= */

@media (max-width: 767px) {

    .amenities-section {
        width: 100%;
        overflow: hidden;
        padding: 60px 15px 50px !important;
    }

    .amenities-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    /* Heading */
    .amenities-section .daiwik-projects-heading {
        width: 100%;
        margin: 0 auto 35px !important;
        text-align: center;
    }

    .amenities-section .daiwik-projects-heading span {
        display: block;
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .amenities-section .daiwik-projects-heading h2 {
        font-size: 26px !important;
        line-height: 1.35;
        margin: 0;
        white-space: normal;
    }


    /* Amenities grid */
    .amenities-section .amenities-grid,
    .amenities-section .amenities-list {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px 15px;
        margin: 0;
        padding: 0;
    }


    /* Individual amenity */
    .amenities-section .amenity-item {
        width: 100%;
        min-width: 0;
        margin: 0 !important;
        padding: 10px 5px !important;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        text-align: center;
    }


    /* Icon */
    .amenities-section .amenity-item i,
    .amenities-section .amenity-item img {
        margin: 0 auto 10px;
        display: block;
    }

    .amenities-section .amenity-item i {
        font-size: 28px;
    }


    /* Amenity title/text */
    .amenities-section .amenity-item h4,
    .amenities-section .amenity-item h5,
    .amenities-section .amenity-item p,
    .amenities-section .amenity-item span {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .amenities-section .amenity-item h4,
    .amenities-section .amenity-item h5 {
        font-size: 13px;
        line-height: 1.4;
    }

    .amenities-section .amenity-item p,
    .amenities-section .amenity-item span {
        font-size: 11px;
        line-height: 1.5;
    }
}


/* =========================================
   VERY SMALL PHONES
========================================= */

@media (max-width: 400px) {

    .amenities-section {
        padding: 50px 12px 40px !important;
    }

    .amenities-section .daiwik-projects-heading {
        margin-bottom: 30px !important;
    }

    .amenities-section .daiwik-projects-heading h2 {
        font-size: 24px !important;
    }

    .amenities-section .amenities-grid,
    .amenities-section .amenities-list {
        gap: 22px 10px;
    }

    .amenities-section .amenity-item i {
        font-size: 25px;
    }

    .amenities-section .amenity-item h4,
    .amenities-section .amenity-item h5 {
        font-size: 12px;
    }
}
@media (max-width: 767px) {

    /* Section */
    .daiwik-amenities {
        width: 100%;
        overflow: hidden;
        padding: 55px 15px 50px !important;
    }

    .daiwik-amenities .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    /* Heading */
    .daiwik-amenities .daiwik-projects-heading {
        width: 100%;
        margin: 0 auto 35px !important;
        text-align: center;
    }

    .daiwik-amenities .daiwik-projects-heading h2 {
        font-size: 25px !important;
        line-height: 1.35;
        margin: 0;
    }

    /* ==========================
       AMENITIES GRID
    ========================== */

    .daiwik-amenities .amenities-grid {
        width: 100% !important;

        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

        gap: 30px 15px !important;

        margin: 0 !important;
        padding: 0 !important;
    }

    /* Individual item */
    .daiwik-amenities .amenity-item {
        width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;
        padding: 5px !important;

        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        text-align: center;
    }

    /* Remove unwanted pseudo-element positioning */
    .daiwik-amenities .amenity-item::before {
        display: none !important;
    }

    /* Icons */
    .daiwik-amenities .amenity-item img,
    .daiwik-amenities .amenity-item i {
        display: block;
        width: auto;
        max-width: 55px;
        height: auto;

        margin: 0 auto 10px !important;
    }

    /* Text */
    .daiwik-amenities .amenity-item p {
        width: 100%;
        max-width: 160px;

        margin: 0 auto !important;

        font-size: 12px !important;
        line-height: 1.5 !important;

        text-align: center;
    }
}


/* =====================================
   SMALL MOBILE
===================================== */

@media (max-width: 400px) {

    .daiwik-amenities {
        padding: 45px 12px 40px !important;
    }

    .daiwik-amenities .daiwik-projects-heading {
        margin-bottom: 30px !important;
    }

    .daiwik-amenities .daiwik-projects-heading h2 {
        font-size: 23px !important;
    }

    .daiwik-amenities .amenities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 28px 10px !important;
    }

    .daiwik-amenities .amenity-item img,
    .daiwik-amenities .amenity-item i {
        max-width: 48px;
        margin-bottom: 8px !important;
    }

    .daiwik-amenities .amenity-item p {
        font-size: 11px !important;
        line-height: 1.45 !important;
    }
}
/* =========================================
   VIDEO WALKTHROUGH - MOBILE
========================================= */

@media (max-width: 767px) {

    .video-section {
        width: 100%;
        overflow: hidden;
        padding: 55px 15px 50px !important;
        box-sizing: border-box;
    }

    .video-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    /* Heading */
    .video-section .daiwik-projects-heading {
        width: 100%;
        margin: 0 auto 30px !important;
        text-align: center;
    }

    .video-section .daiwik-projects-heading span {
        display: block;
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

    .video-section .daiwik-projects-heading h2 {
        font-size: 25px !important;
        line-height: 1.4;
        margin: 0;
        white-space: normal;
    }


    /* Video wrapper */
    .video-section .video-wrapper {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
    }


    /* Video */
    .video-section video {
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;

        margin: 0 auto;

        object-fit: contain;
        border-radius: 12px;
    }
}


/* =========================================
   SMALL PHONES
========================================= */
.amenities-section1 .p-5{
        padding: 2.5rem !important;
    }
@media (max-width: 400px) {

    .video-section {
        padding: 45px 12px 40px !important;
    }

    .video-section .daiwik-projects-heading {
        margin-bottom: 25px !important;
    }

    .video-section .daiwik-projects-heading span {
        font-size: 10px;
        letter-spacing: 2.5px;
    }

    .video-section .daiwik-projects-heading h2 {
        font-size: 23px !important;
        line-height: 1.35;
    }

    .video-section .video-wrapper {
        width: 100%;
        max-width: 330px;
    }

    .video-section video {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px;
    }
}
/* =========================================================
   COMPLETE MOBILE RESPONSIVE FIX
   Daiwik Housing Pages
========================================================= */

@media (max-width: 767px) {

    /* -----------------------------------------
       GLOBAL MOBILE FIX
    ----------------------------------------- */

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    * {
        box-sizing: border-box;
    }

    img,
    video,
    iframe {
        max-width: 100%;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }


    /* -----------------------------------------
       SECTION SPACING
    ----------------------------------------- */

    section {
        overflow: hidden;
    }

    .section-padding {
        padding-top: 55px !important;
        padding-bottom: 55px !important;
    }


    /* -----------------------------------------
       HEADINGS
    ----------------------------------------- */

    .center-heading h2,
    .daiwik-projects-heading h2 {
        font-size: 27px !important;
        line-height: 1.35 !important;
        text-align: center;
    }

    .center-heading span,
    .daiwik-projects-heading span {
        font-size: 11px !important;
        letter-spacing: 3px;
    }


    /* =====================================================
       PLAN FILTER / MASTER PLAN / GOOGLE MAP
    ===================================================== */

    .plan-filter {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        white-space: nowrap;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;

        margin-bottom: 30px;
    }

    .plan-filter::-webkit-scrollbar {
        display: none;
    }

    .plan-filter button {
        flex: 0 0 auto !important;

        min-width: 145px !important;

        padding: 14px 20px !important;

        font-size: 13px !important;

        white-space: nowrap !important;
    }


    /* -----------------------------------------
       VILLA GALLERY
    ----------------------------------------- */

    .villa-gallery {
        width: 100% !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;

        gap: 25px;
    }

    .villa-gallery .gallery-item {
        width: 100% !important;
        max-width: 340px !important;

        height: auto !important;

        margin: 0 auto !important;

        position: relative;
    }

    .villa-gallery .gallery-item img {
        width: 100% !important;
        height: auto !important;

        display: block;
        object-fit: cover;
    }


    /* -----------------------------------------
       VILLA INFO AFTER IMAGE
    ----------------------------------------- */

    .villa-gallery .villa-info {
        position: static !important;

        width: 100% !important;

        padding: 15px 10px !important;

        background: #ffffff !important;

        text-align: center !important;

        transform: none !important;

        opacity: 1 !important;
    }

    .villa-gallery .villa-info h4 {
        margin: 0 0 5px !important;

        font-size: 18px !important;

        color: #222 !important;
    }

    .villa-gallery .villa-info p {
        margin: 0 !important;

        font-size: 13px !important;

        color: #777 !important;
    }

    .villa-gallery .hover-overlay {
        display: none !important;
    }


    /* -----------------------------------------
       GOOGLE MAP
    ----------------------------------------- */

    .villa-gallery .gallery-item.google {
        width: 100% !important;
        max-width: 100% !important;

        display: block !important;

        order: 3;
    }

    .villa-gallery .gallery-item.google iframe {
        width: 100% !important;
        height: 350px !important;

        display: block;

        border: 0 !important;
    }


    /* -----------------------------------------
       MAP POPUP
    ----------------------------------------- */

    .sayuri-map-popup {
        padding: 15px !important;
    }

    .sayuri-map-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sayuri-map-content img {
        width: 100% !important;
        height: auto !important;
    }

    .sayuri-map-close {
        top: 10px !important;
        right: 15px !important;
    }


    /* =====================================================
       PRICE TABLE
    ===================================================== */

    .villa-price-table {
        width: 100% !important;

        table-layout: fixed !important;

        font-size: 12px !important;
    }

    .villa-price-table th,
    .villa-price-table td {
        padding: 10px 5px !important;

        word-break: normal !important;
        overflow-wrap: break-word !important;

        text-align: center !important;
    }

    .villa-price-table th {
        font-size: 11px !important;
        line-height: 1.5 !important;
    }

    .villa-price-table td:nth-child(1) {
        width: 12% !important;
    }

    .villa-price-table td:nth-child(2) {
        width: 28% !important;
    }

    .villa-price-table td:nth-child(3) {
        width: 25% !important;
    }

    .villa-price-table td:nth-child(4) {
        width: 35% !important;
    }

    .unlock-btn {
        width: 105px !important;
        min-height: 80px !important;

        padding: 10px 5px !important;

        font-size: 13px !important;

        line-height: 1.5 !important;

        border-radius: 35px !important;
    }


    /* =====================================================
       AMENITIES
    ===================================================== */

    .amenities-grid {
        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 25px !important;

        width: 100% !important;
    }

    .amenity-item {
        width: 100% !important;

        text-align: center !important;
    }

    .amenity-item img {
        max-width: 65px !important;
        height: auto !important;

        margin: 0 auto 10px !important;
    }

    .amenity-item p {
        font-size: 13px !important;

        line-height: 1.5 !important;
    }


    /* =====================================================
       VIDEO WALKTHROUGH
    ===================================================== */

    .video-section,
    .Video {
        width: 100% !important;
    }

    .video-section video,
    .Video video {
        width: 100% !important;
        height: auto !important;

        display: block;
    }


    /* =====================================================
       IMAGE CONTENT SECTION
    ===================================================== */

    .image-content-section {
        min-height: 500px !important;

        background-position: center !important;
    }

    .image-content-section .section-content {
        width: 100% !important;

        padding: 20px !important;

        text-align: center !important;
    }

    .image-content-section h2 {
        font-size: 27px !important;

        line-height: 1.3 !important;
    }

    .image-content-section p {
        font-size: 12px !important;

        line-height: 1.7 !important;
    }


    /* =====================================================
       METRIC / COUNTER BOXES
    ===================================================== */

    .daiwik-metrics-grid {
        display: grid !important;

        grid-template-columns: 1fr !important;

        gap: 20px !important;
    }

    .daiwik-metric-box {
        width: 100% !important;

        min-height: 120px !important;

        padding: 25px 15px !important;
    }


    /* =====================================================
       TESTIMONIALS
    ===================================================== */

    .luxury-testimonials .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .testimonial-card {
        width: 100% !important;

        min-height: auto !important;

        margin-bottom: 20px !important;

        padding: 25px 20px !important;
    }

    .testimonial-card h4 {
        font-size: 20px !important;

        line-height: 1.35 !important;
    }

    .testimonial-card p {
        font-size: 13px !important;

        line-height: 1.7 !important;
    }

    .testimonial-card .btn {
        width: 100% !important;

        font-size: 11px !important;

        padding: 13px 10px !important;
    }

    .testimonial-card .client {
        margin-top: 18px !important;
    }


    /* =====================================================
       TESTIMONIAL MODALS
    ===================================================== */

    .modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .modal-dialog {
        width: auto !important;

        max-width: calc(100% - 30px) !important;

        margin: 15px auto !important;
    }

    .modal-content {
        width: 100% !important;

        max-width: 100% !important;

        border-radius: 14px !important;

        overflow: hidden !important;

        background: #ffffff !important;

        color: #222222 !important;
    }

    .modal-header {
        padding: 18px !important;

        background: #ffffff !important;
    }

    .modal-header h5,
    .modal-title {
        font-size: 18px !important;

        color: #222222 !important;

        margin: 0 !important;
    }

    .modal-body {
        padding: 18px !important;

        background: #ffffff !important;

        color: #333333 !important;
    }

    .modal-body h6 {
        font-size: 13px !important;

        color: #777777 !important;
    }

    .modal-body p {
        font-size: 14px !important;

        line-height: 1.7 !important;

        color: #333333 !important;
    }

    .btn-close {
        flex-shrink: 0;
    }


    /* =====================================================
       RERA / DISCLAIMER
    ===================================================== */

    .project-disclaimer {
        width: 100% !important;

        padding: 25px 15px !important;

        text-align: center !important;

        overflow: hidden !important;
    }

    .project-disclaimer h5 {
        font-size: 15px !important;

        line-height: 1.5 !important;

        word-break: break-word !important;
    }

    .project-disclaimer p {
        font-size: 13px !important;

        line-height: 1.7 !important;
    }


    /* =====================================================
       CONTACT / ENQUIRE NOW TAB
    ===================================================== */

    .enquire-now,
    .enquiry-tab,
    .floating-enquiry {
        right: 0 !important;

        z-index: 999 !important;
    }


    /* =====================================================
       FOOTER
    ===================================================== */

    footer .row {
        display: block !important;
    }

    footer .col-lg-3,
    footer .col-md-6 {
        width: 100% !important;

        margin-bottom: 25px;
    }


    /* =====================================================
       HIDE DESKTOP-ONLY ELEMENTS
    ===================================================== */

    .desktop-only {
        display: none !important;
    }

}


/* =========================================================
   VERY SMALL PHONES
   320px - 375px
========================================================= */

@media (max-width: 375px) {

    .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .plan-filter button {
        min-width: 135px !important;

        padding: 12px 15px !important;

        font-size: 12px !important;
    }

    .villa-gallery .gallery-item {
        max-width: 300px !important;
    }

    .villa-price-table {
        font-size: 10px !important;
    }

    .villa-price-table th {
        font-size: 9px !important;
    }

    .unlock-btn {
        width: 85px !important;

        min-height: 65px !important;

        font-size: 11px !important;
    }

    .testimonial-card {
        padding: 20px 15px !important;
    }

    .testimonial-card h4 {
        font-size: 18px !important;
    }

}
/* =========================================
   DAIWIK SPANDANA SLIDER
========================================= */

.daiwik-lifestyle-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.daiwikAmenitiesSlider {
    width: 100%;
    overflow: hidden;
}

.daiwikAmenitiesSlider .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.daiwikAmenitiesSlider .swiper-slide {
    flex-shrink: 0;
    overflow: hidden;
}



/* =========================================
   DESKTOP
   4 IMAGES
========================================= */

@media (min-width: 1025px) {

   
    .daiwikAmenitiesSlider .swiper-slide img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

}


/* =========================================
   IPAD
   2 IMAGES
========================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .daiwikAmenitiesSlider .swiper-slide {
        width: 50%;
    }

    .daiwikAmenitiesSlider .swiper-slide img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

}


/* =========================================
   MOBILE
   1 IMAGE
========================================= */

@media (max-width: 767px) {

    .daiwikAmenitiesSlider .swiper-slide {
        width: 100%;
    }

    .daiwikAmenitiesSlider .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

}
@media (min-width: 1025px) {

    .daiwikAmenitiesSlider .swiper-slide img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        display: block;
    }

}
/* =========================================
   SAYURI GALLERY
========================================= */

.sayuri-gallery-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 70px 0;
}

.sayuriGallerySlider {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 50px;
}

.sayuriGallerySlider .swiper-wrapper {
    align-items: center;
}

.sayuriGallerySlider .swiper-slide {
    width: 55%;
    height: 430px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.55;
}

.sayuriGallerySlider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

    /* IMPORTANT FOR IPAD TOUCH */
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
}

/* CENTER IMAGE */

.sayuriGallerySlider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
}

/* SIDE IMAGES */

.sayuriGallerySlider .swiper-slide-prev,
.sayuriGallerySlider .swiper-slide-next {
    opacity: 0.6;
    transform: scale(0.82);
}

/* Artistic note */

.sayuriGallerySlide .artistic-note,
.sayuri-gallery-slide .artistic-note {
    position: absolute;
    bottom: 12px;
    left: 15px;
    color: #fff;
    font-size: 11px;
    z-index: 10;
    text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}


/* ARROWS */

.sayuriGallerySlider .swiper-button-prev,
.sayuriGallerySlider .swiper-button-next {
    color: #c39a54;
}

.sayuriGallerySlider .swiper-button-prev:after,
.sayuriGallerySlider .swiper-button-next:after {
    font-size: 25px;
}


/* =========================================
   POPUP
========================================= */

.sayuri-image-popup {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.92);

    display: none;
    align-items: center;
    justify-content: center;

    z-index: 999999;
}

.sayuri-image-popup.show {
    display: flex;
}

#sayuriPopupImg {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    user-select: none;
    -webkit-user-select: none;
}

.sayuri-popup-close {
    position: absolute;
    top: 25px;
    right: 35px;

    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;

    z-index: 10;
}

.sayuri-popup-prev,
.sayuri-popup-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    color: #fff;
    font-size: 45px;

    cursor: pointer;
    z-index: 10;

    padding: 20px;
}

.sayuri-popup-prev {
    left: 20px;
}

.sayuri-popup-next {
    right: 20px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sayuri-gallery-section {
        padding: 40px 0;
    }

    .sayuriGallerySlider {
        padding: 10px 0 35px;
    }

    .sayuriGallerySlider .swiper-slide {
        width: 78%;
        height: 360px;
    }

    .sayuriGallerySlider .swiper-slide-prev,
    .sayuriGallerySlider .swiper-slide-next {
        transform: scale(0.88);
        opacity: 0.55;
    }

    .sayuri-popup-close {
        top: 15px;
        right: 20px;
        font-size: 35px;
    }

    .sayuri-popup-prev,
    .sayuri-popup-next {
        font-size: 30px;
        padding: 10px;
    }

    #sayuriPopupImg {
        max-width: 94%;
        max-height: 82vh;
    }
}


/* =========================================
   IPAD
========================================= */

@media (min-width: 768px) and (max-width: 1100px) {

    .sayuriGallerySlider .swiper-slide {
        width: 60%;
        height: 430px;
    }

}
.daiwikAmenitiesSlider img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
	
}
/* REMOVE BLUE SELECTION / HIGHLIGHT DURING DRAG */
.daiwikAmenitiesSlider,
.daiwikAmenitiesSlider * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

.daiwikAmenitiesSlider img {
    user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
}



/* Remove focus/selection effect */
.daiwikAmenitiesSlider .swiper-slide,
.daiwikAmenitiesSlider .swiper-slide:focus,
.daiwikAmenitiesSlider .swiper-slide:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent !important;
}