/* --- 1. Base Styles & Utilities --- */

body {

    font-family: 'Poppins', sans-serif;

    overflow-x: hidden;

    background-color: #FDF8F0;

    /* Cream background */

}



html {

    scroll-behavior: smooth;

}



.font-playfair {

    font-family: 'Playfair Display', serif;

}



.font-montserrat {

    font-family: 'Montserrat', sans-serif;

}



.font-poppins {

    font-family: 'Poppins', sans-serif;

}



.blob-shape {

    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;

}



.blob-shape-2 {

    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;

}



.organic-border {

    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;

}



.nav-link {

    color: #333;

    font-size: 15px;

    font-weight: 500;

    text-decoration: none;

    position: relative;

    transition: color 0.3s;

    padding-bottom: 2px;

}



.nav-link:hover {

    color: #23427F;

}



.nav-link::after {

    content: '';

    position: absolute;

    bottom: -2px;

    left: 0;

    width: 0;

    height: 2px;

    background: #C9A227;

    transition: width 0.3s ease;

}



.nav-link:hover::after {

    width: 100%;

}



.enquire-tab {

    position: fixed;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    z-index: 100;

    writing-mode: vertical-rl;

    text-orientation: mixed;

    background: #23427F;

    color: #fff;

    padding: 18px 12px;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 1px;

    cursor: pointer;

    border-radius: 8px 0 0 8px;

    transition: all 0.3s ease;

    text-decoration: none;

    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);

}



.enquire-tab:hover {

    background: #1a3261;

    padding: 18px 16px;

}



.hero-section {

    position: relative;

    background: #ffffff;

    overflow: hidden;

}



@media (min-width: 1024px) {

    .hero-section {

        display: flex;

        align-items: center;

        justify-content: flex-start;

    }



    .content-container-left {

        width: 40% !important;

        padding-left: 16% !important;

        padding-right: 2rem !important;

        position: relative;

        z-index: 20;

    }

}



.hero-heading {

    font-family: 'Montserrat', sans-serif;

    color: #23427F;

}



.info-strip {

    display: flex;

    align-items: center;

    gap: 18px;

    opacity: 1;

}



@media (min-width: 1024px) {

    .info-strip {

        width: 498px;

        height: 81px;

        transform: rotate(0deg);

    }

}



.info-strip-item {

    padding-right: 18px;

    border-right: 1.5px solid #c0c0c0;

    height: auto;

    display: flex;

    align-items: center;

}



.info-strip-item:last-child {

    border-right: none;

    padding-right: 0;

}



.info-text {

    font-family: 'Poppins', sans-serif;

    font-weight: 400;

    font-size: 20px;

    line-height: 27px;

    letter-spacing: -0.02em;

    text-transform: capitalize;

    color: #23427F;

}





.banner-img-specific {

    position: absolute !important;

    right: 0 !important;

    left: auto !important;

    top: 50% !important;

    transform: translateY(-50%) !important;

    width: 60vw !important;

    height: 85vh !important;

    object-fit: contain;

    z-index: 30;

    pointer-events: none;

}



.bird-container .bird {

    width: 40px;

}



.bird-container .bird:nth-child(1) {

    width: 50px;

    margin-left: 50px;

    margin-right: 50px;

}



.bird-container .bird:nth-child(2) {

    width: 20px;

}



.bird-container .bird:nth-child(3) {

    width: 20px;

}



.bird-container .bird:nth-child(4) {}



.bird-container .bird:nth-child(5) {}



.bird-container .bird:nth-child(6) {}



.bird-container .bird:nth-child(7) {}



.bird-container .bird:nth-child(8) {}



.bird-container .bird:nth-child(9) {}



.bird-container .bird:nth-child(10) {}



.bird-container .bird:nth-child(11) {}



.bird-container .bird:nth-child(12) {}



.bird-container .bird:nth-child(13) {}



.hero-banner-mask {

    position: absolute !important;

    z-index: 1;

    pointer-events: none;

    object-fit: fill;

    padding-top: 2rem;

    width: 1420px !important;

    height: 500px !important;

    transform: rotate(-1.55deg);

    opacity: 1;

    top: -20px;

    left: -140px;

}



/* --- 7. Animations --- */

@keyframes birdFloat {



    0%,

    100% {

        transform: translateY(0) translateX(0);

    }



    25% {

        transform: translateY(-6px) translateX(3px);

    }



    50% {

        transform: translateY(-2px) translateX(6px);

    }



    75% {

        transform: translateY(-8px) translateX(2px);

    }

}



.bird {

    animation: birdFloat 4s ease-in-out infinite;

}



.bird-delay-1 {

    animation-delay: 0.5s;

}



.bird-delay-2 {

    animation-delay: 1s;

}



.bird-delay-3 {

    animation-delay: 1.5s;

}



.bird-delay-4 {

    animation-delay: 2s;

}



@keyframes waveFloat {



    0%,

    100% {

        transform: translateY(0);

    }



    50% {

        transform: translateY(-8px);

    }

}



.wave-float {

    animation: waveFloat 6s ease-in-out infinite;

}



.book-now-btn {

    background-color: #C2A64E;

    font-family: 'Poppins', sans-serif;

    color: #0B253E;

    font-weight: 600;

    font-size: 15px;

    padding: 9px 40px;

    border: none;

    cursor: pointer;

    letter-spacing: 1px;

    transition: all 0.3s ease;

    display: inline-block;

    text-decoration: none;

    border-radius: 5px;

}



.book-now-btn:hover {

    transform: translateY(-1px);

}



.fixed-header {

    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;

}



.sustain-tab-btn {

    border-bottom: 2px solid transparent;

}



.sustain-tab-btn.active {

    border-color: #C9A227;

}



/* sticky form code */

.stickyForm {

    position: fixed;

    top: 18%;

    width: 310px;

    right: -310px;

    text-align: center;

    padding: 17px;

    background: rgba(84, 84, 84, 0.81);

    border-radius: 11px 0px 0 11px;

    -webkit-transition: 0.35s ease-in-out;

    -o-transition: 0.35s ease-in-out;

    transition: 0.35s ease-in-out;

    z-index: 9999;
    /* margin-right: 15px; */

}



.stickyForm.active {

    right: 0px;

}



.stickyForm .btn {

    background: #004280;

    padding: 10px 30px;

    position: absolute;

    top: 0px;

    bottom: 0px;

    margin: auto;

    left: -96px;

    color: #fff;

    height: 40px;

    border-radius: 7px 7px 0 0;

    font-size: 15px;

    cursor: pointer;

    transform: rotate(-90deg);

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    -o-transform: rotate(-90deg);

    -ms-transform: rotate(-90deg);

    border: 0;

    perspective: 100px;

    outline: 0 !important;

}



input#phone {

    /* padding-left: 50px !important; */

}



body .stickyForm * {

    color: #fff;

}



body .stickyForm label {

    width: 100% !important;

}



body .stickyForm input[type="text"],

body .stickyForm input[type="email"],

body .stickyForm textarea,

body .stickyForm .intl-tel-input {

    width: 100% !important;

    border: 0;

    height: 35px;

    background: transparent;

    border-bottom: 1px solid #fff;

    margin-bottom: 13px;

}



.stickyForm [type="submit"] {

    background: #4b6759;

    color: white;

    border: 0;

    padding: 10px 25px;

    border-radius: 2px;

    border: 1px solid #4b6759;

}



body .stickyForm ._checkbox {

    margin-bottom: 10px;

}



body .stickyForm ._checkbox .text {

    text-align: left;

    margin-bottom: 10px;

}



body .stickyForm ._checkbox label {

    width: 50% !important;

    float: left;

    padding-right: 5px;

}



body .stickyForm ._checkbox span {

    padding-left: 4px;

    font-size: 13px;

    float: left;

}



.stickyForm,

.stickyForm.active .btn {

    background: rgb(0 50 99);

}



.stickyForm ::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    letter-spacing: 0px;

    color: #ccc;

}



.stickyForm ::-moz-placeholder {

    /* Firefox 19+ */

    letter-spacing: 0px;

    color: #ccc;

}



.stickyForm ::-ms-input-placeholder {

    /* IE 10+ */

    letter-spacing: 0px;

    color: #ccc;

}



.stickyForm :-moz-placeholder {

    /* Firefox 18- */

    letter-spacing: 0px;

    color: #ccc;

}



body .stickyForm select {

    width: 100%;

    color: #fff;

    border: 0;

    background: transparent;

    border-bottom: 1px solid #fff;

    height: 40px;

}



body .stickyForm .btn-group {

    margin-top: 20px;

}



body .stickyForm .error {

    margin-bottom: 0 !important;

}



body .stickyForm label.error {

    padding: 7px 0;

}



body .stickyForm [type="submit"] {

    background: #fff;

    color: #000;

    height: 40px;

    padding: 0px 30px;

    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */

}



/* end of sticky form code */



.gallery_tab_cotnent,

.sus_tab_content {

    display: none;

}



.gallery_tab_cotnent.active,

.sus_tab_content.active {

    display: flex;

}



.gallery_tab_button {

    min-width: 100px;

}



.gallery_tab_button.active {

    border-color: #C9A227
}



@media(max-width:650px) {

    .sustain-tab-btn {

        background: #ccc;

        color: #fff;

        padding: 10px 20px;

        border-radius: 10px;

    }



    .sustain-tab-btn.active {

        background: #C9A227;

    }

}



.wave_bg {

    background-image: url("../images/footermask2.webp");

    background-position: bottom;

    background-repeat: no-repeat;

    background-size: 100%;

}



/* banner section */
:root {
    --gold: #C09A3D;
    --gold-light: #D4B45C;
    --gold-pale: #EDD98A;
    --gold-dim: rgba(192, 154, 61, 0.15);
    --navy: #1B2D52;
    --navy-deep: #0E1B36;
    --cream: #FAF8F3;
}

.hero-section {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    /* height: 100vh; */
    min-height: 600px;
    overflow: hidden;
}

/* ─── MASK IMAGE ─── */
.hero-mask {
    position: absolute;
    top: 20%;
    left: 0;
    width: 63%;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

/* ─── LEFT PANEL ─── */
.left-hero-section {
    position: relative;
    width: 42%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 clamp(28px, 5vw, 72px);
    z-index: 10;
    margin-top: 80px;
}

/* Vertical gold accent line */
.left-hero-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--gold) 30%, var(--gold-light) 70%, transparent);
    z-index: 20;
}

/* Soft ambient glow behind text */
.left-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 5% 55%, rgba(192, 154, 61, 0.07) 0%, transparent 65%);
    pointer-events: none;
}

/* ─── LEFT CONTENT WRAPPER ─── */
.left-content {
    width: 100%;
    max-width: 440px;
    display: flex;
    flex-direction: column;
}

/* ─── LOGO ─── */
.logo-wrap {
    margin-bottom: 22px;
    opacity: 0;
    animation: riseIn 0.75s cubic-bezier(.22, .68, 0, 1.2) 0.1s forwards;
}

.logo-wrap img {
    width: 210px;
    display: block;
    margin: auto;
}

/* ─── THIN DIVIDER ─── */
.divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    opacity: 0;
    animation: riseIn 0.7s ease 0.28s forwards;
}

.divider-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
}

.divider-line.rev {
    background: linear-gradient(90deg, transparent 0%, var(--gold) 100%);
}

.divider-label {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 4px;
    color: var(--gold);
    text-transform: uppercase;
    white-space: nowrap;
}

/* ─── HEADING ─── */
.hero-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 25px;
    line-height: 1.18;
    color: var(--navy);
    letter-spacing: -0.3px;
    margin-bottom: 6px;
    opacity: 0;
    animation: riseIn 0.85s ease 0.42s forwards;
}

.hero-heading .line-light {
    font-weight: 400;
    font-size: 0.78em;
    color: #5A6580;
    display: block;
    letter-spacing: 0.1px;
    margin-top: 4px;
}

/* ─── PRICE ─── */
.price-wrap {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 20px;
    opacity: 0;
    animation: riseIn 0.8s ease 0.55s forwards;
}

.price-from {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8A92A6;
}

.price-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: clamp(26px, 2.8vw, 42px);
    color: var(--gold);
    letter-spacing: -0.5px;
    position: relative;
    line-height: 1;
}

.price-value::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1.5px;
    background: linear-gradient(90deg, var(--gold), var(--gold-pale), transparent);
    opacity: 0.5;
}

.price-star {
    font-size: 12px;
    color: #8A92A6;
    /* align-self: flex-start; */
    margin-top: 3px;
}

/* ─── TAGS ─── */
.tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    opacity: 0;
    animation: riseIn 0.7s ease 0.68s forwards;
}

.tag {
    padding: 5px 13px;
    border: 1px solid rgba(192, 154, 61, 0.3);
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--navy);
    background: rgba(192, 154, 61, 0.05);
    transition: all 0.22s ease;
    cursor: default;
}

.tag:hover {
    background: rgba(192, 154, 61, 0.14);
    border-color: var(--gold);
    color: #7A5E18;
}

/* ─── CTA ROW ─── */
.cta-row {
    display: flex;
    align-items: center;
    gap: 20px;
    opacity: 0;
    animation: riseIn 0.7s ease 0.82s forwards;
}

.book-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 55%, #E8C46A 100%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(192, 154, 61, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.book-now-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #E8C46A 0%, var(--gold) 100%);
    opacity: 0;
    transition: opacity 0.25s;
}

.book-now-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(192, 154, 61, 0.45);
}

.book-now-btn:hover::before {
    /* opacity: 1; */
}

.book-now-btn span {
    position: relative;
    z-index: 1;
}

.btn-arrow {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    transition: width 0.25s;
}

.btn-arrow::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3.5px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid rgba(255, 255, 255, 0.9);
    border-right: 1.5px solid rgba(255, 255, 255, 0.9);
    transform: rotate(45deg);
}

.book-now-btn:hover .btn-arrow {
    width: 26px;
}

/* ─── RERA NOTE ─── */
.rera-note {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    opacity: 0;
    animation: riseIn 0.6s ease 1s forwards;
}

.rera-dot {
    width: 5px;
    height: 5px;
    background: var(--gold);
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
}

.rera-note p {
    font-size: 9.5px;
    color: #9AA0B0;
    line-height: 1.7;
    letter-spacing: 0.2px;
}

/* ─── RIGHT PANEL ─── */
.right-hero-section {
    width: 58%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.hero_banner {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero_banner img {
    height: 100%;
  width: 100%;
        object-fit: contain;
    object-position: 0% 36%;
    position: relative;
    z-index: 2;
}

/* ─── ENQUIRE NOW ─── */
.enquire-sidebar {
    position: fixed;
    right: -36px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: var(--navy);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 11px 22px;
    cursor: pointer;
    z-index: 100;
    transition: right 0.25s ease;
}

.enquire-sidebar:hover {
    right: -30px;
    background: var(--gold);
}

/* ─── KEYFRAMES ─── */
@keyframes riseIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
    .left-hero-section {
        width: 46%;
        padding-left: 32px;
    }

    .right-hero-section {
        width: 54%;
    }

    .hero-mask {
        width: 75%;
    }


}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        height: auto;
        min-height: 100svh;
    }

    .left-hero-section {
        width: 100%;
        padding: 110px 24px 36px;
        align-items: flex-start;
    }

    .left-hero-section::after {
        display: none;
    }

    .right-hero-section {
        width: 100%;
        /* height: 55vw; */
        min-height: 260px;
    }

    .hero-mask {
        top: 7%;
        width: 100%;
        opacity:1 !important;
    }

    .left-content {
        max-width: 100%;
    }
}

/* banner section */

/* footer form */
#footerform-design {
    display: flex;
    padding: 15px;
    justify-content: space-between;
}

#footerform-design label {
    margin: 0px 10px;
    width: 25%;
}

#footerform-design input {
    /* width: 100%; */
    padding: 10px;
}

label.text-xs.text-navy-dark.font-poppins.leading-tight {
    width: 100% !important;
}

#footerform-design .iti__selected-country-primary {
    padding-top: 10px;
}

/* footer form */

div#popup-form {
    border-radius: 9px;
}

.enquire_now_header_wrapper {
    position: absolute;
    color: #2f2d2d !important;
    display: inline-block;
    cursor: pointer !important;
    background: #ffffff78;
    right: 0px;
}

#popup-form input {
    font-size: 16px;
}

.enquire-heading {
    padding: 30px;
    padding-bottom: 0px;
}

.enquire-heading h3 {
    font-family: Montserrat, sans-serif;
    font-size: 17px;
}

.enquire-heading {
    padding: 20px;
    padding-bottom: 0px;
}

.s-btn {
    display: flex;
    justify-content: center;
}

#popup-form input {
    font-size: 16px;
    margin: 15px 0px;
}

.form-left {
    width: 30%;
}

.form-right {
    width: 70%;
}

.form-design {
    display: flex;
    width: 100%;
}

.first-icon {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.first-icon img {
    width: 20px;
    width: 35px;
    height: 35px;
}

.first-icon p {
    font-size: 12px;
}
.amenities_carouse .owl-nav {
    justify-content: center;
    display: flex;
    padding-top: 20px;
}


@media (max-width: 768px) {


    .flex.items-start.gap-3 {
        margin: 10px 0px;
    }

    .top-form {
        display: flex;
        justify-content: center;
    }
    .lock-icon{
        display: none;
    }

}
@media (max-width:1024px) {
    #footerform-design {
        flex-direction: column;
    }

    #footerform-design input {
        width: 100%;
        margin: 10px 0px;
    }

    #footerform-design label {
        width: 100%;
    }

    #footerform-design input#agree {
        width: auto;
    }
}