@font-face {
    font-family: 'celine-peach-script';
    src: url('../fonts/celine-peach-script.woff2') format('woff2'), url('../fonts/celine-peach-script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sacramento';
    src: url('font/Sacramento-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-family: 'Sacramento', cursive !important;
}

section.floorplan-block.pb-6 {
    padding-top: 7em;
}

:root {
    --text-white: #ffffff;
    --font-celine: 'celine-peach-script';
    --font-roboto: 'Roboto', sans-serif;
    --font-jost: 'Jost', sans-serif;
    --bg-primary: #D9B989;
    --text-dark: #241F21;
}

.text-white {
    color: #ffffff;
}

.text-dark {
    color: var(--text-dark);
}

body {
    font-family: var(--font-jost);
    color: #000000;
}

h1,
h2,
h3 {
    font-family: var(--font-celine);
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.py-6 {
    padding-top: 5em;
    padding-bottom: 5em;
}

.pt-6 {
    padding-top: 4em;
}

.pb-6 {
    padding-bottom: 4em;
}

h2 {
    font-size: 5rem;
    line-height: 1.1;
    margin-bottom: 0;
}

h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 17px;
    color: #241F21;
}

p {
    font-size: 17px;
    margin-bottom: 0;
}

p.aos-init.aos-animate {
    color: #ffffff;
}

li.aos-init.aos-animate {
    color: #6e753f;
}

.shore-btn {
    background: #fff;
    padding: 8px 25px;
    text-transform: uppercase;
    text-align: center;
    color: #9cca02;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}


/* Floater */

.floater a {
    padding: 10px 20px;
    position: fixed;
    right: -63px;
    top: 50%;
    transform: rotate(90deg);
    font-size: 18px;
    color: white !important;
    background: #6e753f;
    border-radius: 10px;
}


/* footer conditions */

.footer-conditions {
    display: inline-block;
    margin-top: 2rem;
}

.footer-conditions li {
    display: inline-block;
    font-size: 17px;
}


/* Policies */

.policies-content h1 {
    font-family: var(--font-jost) !important;
    font-weight: 500;
    font-size: 2em;
}

.policies-content h2 {
    font-family: var(--font-jost) !important;
    font-weight: 300;
    font-size: 1.5em;
    margin-bottom: 1em;
}

.header-block.policies {
    position: relative;
}

.policies-content ul {
    padding-left: 2rem;
    text-align: justify;
    word-break: break-word;
}

.policies-content ul li {
    list-style: disc !important;
}

.policies-content ul.numbered li {
    list-style: decimal !important;
    padding-bottom: 1em;
}

.policies-content ul.inner li {
    list-style: lower-roman !important;
}

.policies-content p {
    text-align: justify;
}

.slick-dots {
    right: 5%;
    position: absolute;
    bottom: 1em;
    z-index: 999999;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    padding: 0;
    width: 40px;
    height: 1.5px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: transparent;
    margin-top: 1em;
    opacity: .6;
}

.slick-dots li.slick-active button {
    opacity: 1;
}


/* Header Block Starts */

.header-block {
    padding: 2em 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-block .logo img {
    height: 85px;
    filter: invert(1);
}

.cm-box {
    padding: 10px;
}

.config-item {
    border-radius: 12px;
    transition: 0.3s ease;
}

.config-item:hover {
    transform: translateY(-5px);
}
.config-item {
    background: #fff;
    padding: 25px 10px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}


.nav-lists {
    display: inline-block;
    margin-right: 2em;
}

.nav-lists .nav-item {
    display: inline-block;
    margin: 0 5px;
}

.nav-lists .nav-item .nav-link {
    /* color: #6B8D96; */
    color: #fff;
    text-transform: uppercase;
}

.banner-block {
    height: 100vh;
    overflow: hidden;
}

.banner-block .hero-banner-slider {
    height: 100vh;
}

.banner-block .hero-banner-slider .hero-banner-item {
    height: 100vh;
}

.banner-block .hero-banner-slider .hero-banner-item .hero-bg {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.bg-1 {
    background-image: url(../images/banner-slide-1.png);
}

.bg-3 {
    background-image: url(../images/banner-slide-3.png);
}

.banner-block .hero-banner-slider .hero-banner-item .hero-video-wrapper {
    height: 100vh;
}

.banner-block .hero-banner-slider .hero-banner-item .hero-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mute-toggle {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 99;
}

#muteIcon {
    width: 30px;
    margin: auto
}

.banner-block .hero-banner-slider .hero-banner-item .hero-bg .g-element {
    position: absolute;
    width: 430px;
    left: 12%;
    z-index: 9;
    top: 15%;
}

.banner-block .hero-banner-slider .hero-banner-item .hero-bg.bg-3 .g-element {
    position: initial;
    float: right;
}

.g-element.reveal {
    --duration: 2s;
    animation: revealMask var(--duration) ease-out both;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 50%, transparent 50%);
    -webkit-mask-size: 200% 100%;
    -webkit-mask-position: 100% 0;
    animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes revealMask {
    to {
        -webkit-mask-position: 0 0;
    }
}

.banner-block h1 {
    color: #5F7B00;
    font-size: 6em;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0;
}

.banner-block h1 span {
    display: block;
    font-family: var(--font-jost);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.banner-block h1 span:first-child {
    padding-left: 2em;
    position: relative;
    bottom: -25px;
}

.banner-block h1 span:last-child {
    padding-left: 6em;
}

.banner-block p {
    /* text-align: center; */
    color: #5F7B00;
    padding-left: 40%;
}

.content-block {
    color: #6e753f;
}

.config-block {
    color: #5F7B00;
}

.content-block p {
    margin-bottom: 1em;
    text-align: justify;
}

.springs-block {
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: var(--text-white);
}

.springs-block h2 {
    line-height: 1;
}

.springs-block h3 {
    font-family: var(--font-jost);
    font-weight: 500;
    font-size: 2.5em;
    padding-left: 2em;
}

.springs-block p {
    padding-top: 45%;
}

.amenities-block {
        background: #90b905;
    color: var(--text-white);
}

.amenities-block h2 {
    margin-bottom: 20px;
}

.amenities-block .amen-icon {
    text-align: center;
    margin: 2em 0;
}

.amenities-block .amen-icon img {
    height: 65px;
}

.amenities-block .amen-icon span {
    display: block;
    margin-top: 10px;
    font-size: 17px;
}

.floorplan-block h2 {
    color: #6e753f;
}

.floorplan-block.bg-green {
    background: #6E753F;
    color: #fff;
}

.floorplan-block .floor-img {
    width: 100%;
    background: #fff;
}

.floorplan-block ul li {
    color: #6E753F;
    margin: 10px 0;
    font-size: 17px;
}

.amenity-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.amenity-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: all .6s ease-in-out;
}

.amenity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    inset: 0;
    background: #90b90557;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: center center;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all .45s ease-in-out;
}

.amenity-overlay h5 {
    font-size: 3rem;
    line-height: 40px;
    font-family: var(--font-celine);
    text-align: center;
    margin: 0;
}

.amenity-box:hover .amenity-overlay {
    opacity: 1;
    transform: scale(1);
}

.form-block .form-inner {
    border: 1px solid #90b905;
    padding: 3em;
}

.form-block .form-inner h3 {
    position: absolute;
    background: #fff;
    color: #90b905;
    top: -45px;
    left: 20px;
    font-size: 3.5rem;
    margin-bottom: 0;
    padding: 10px 20px;
}

.form-group {
    margin-bottom: 10px;
    position: relative;
}

.form-group label {
    font-size: 15px;
    text-transform: uppercase;
    color: #6B8D96;
}

.form-group label.error {
    color: red;
    font-weight: 500;
}

.form-group input,
.form-group select {
    font-size: 17px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #5F7B00;
    background-color: transparent;
}

.form-group input:focus-visible,
.form-group select:focus-visible {
    outline: none;
}

.form-submit .submit-btn {
    background: #000;
    border: 1px solid #000;
    padding: 6px 40px;
    text-transform: uppercase;
    text-align: center;
    color: var(--text-white);
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    font-size: 22px;
    margin-top: 1em;
}

.cm-box {
    border: 1px solid #90b905;
    padding: 40px;
}

p.fw-semibold {
    color: #6e753f;
}
i.fa-regular.fa-building.fs-2.mb-2.mb-md-3 {
    color: #90b905;
}
.config-item i::before {
    color: #6e753f;
}
button:disabled{
    cursor: not-allowed !important;
    opacity: .5;
}
.check-group input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0;
    height: 35px;
}
.check-group span {
    vertical-align: top;
    width: 90%;
    padding-left: 10px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
}
.brochure-block {
    background: url(s.png);
    background-position: center;
    background-size: cover;
    color: var(--text-white);
}

a.shore-btn.aos-init.aos-animate {
   color: #6e753f;
    background: #fff;
    border: 3px solid #6e753f;
}

.footer-block {
    background: #000;
    color: var(--text-white);
}

.footer-block small {
    font-size: 16px;
}

.footer-block a {
    color: var(--text-white);
}


/* Modal Block Starts */

.modal-body {
    padding: 4em 1em 0;
}

.modal-body h2 {
    line-height: 65px;
}

.modal {
    z-index: 999999999;
}

.modal-close {
    position: absolute;
    right: 2em;
    top: 2em;
    background: transparent;
    border: none;
    color: #6B8D96;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    z-index: 999999999;
    font-weight: 600;
}


/* fixed */

.fixed-footeform {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background: #efefef;
    padding-top: 2rem;
}

.footer-block {
    padding: 4rem 0;
}

.fixed-footeform-mob {
    display: none;
}
.error-side,
.error-banner,
.error-modal {
    display: none;
    color: red;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 18px;
}

/* Modal Block Ends */

@media screen and (max-width: 1024px) {
    .fixed-footeform {
        display: none;
    }
    .fixed-footeform-mob {
        display: block !important;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #efefef;
        text-align: center;
        padding: 1rem;
    }
    .fixed-footeform-mob a {
        color: #6E753F !important;
        font-size: 17px;
        font-weight: 700;
    }
    .footer-block {
        padding: 2rem 0;
    }
}


/* Modal Block Ends */

@media (min-width: 1025px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1025px) {}

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 992px) {}

@media (max-width: 767.98px) {
    .banner-block .hero-banner-slider .hero-banner-item .hero-bg .g-element {
        width: 320px;
        left: 0;
    }
    .floater a {
        right: -55px;
        top: 69%;
        transform: rotate(90deg);
        font-size: 15px;
        color: white;
        background: #5F7B00;
        border-radius: 10px;
    }
    .policies-content ul {
        padding-left: 1em;
    }
    .policies-content h1 {
        font-size: 1.3em;
    }
    .py-6 {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .pt-6 {
        padding-top: 2em;
    }
    .pb-6 {
        padding-bottom: 2em;
    }
    h2 {
        font-size: 3rem;
        line-height: 40px;
    }
    .modal-body h2 {
        line-height: 40px;
    }
    .header-block {
        padding: 1em 0;
    }
    .header-block .logo img {
        height: 60px;
    }
    .mobile-menu-icon {
        width: 28px;
        cursor: pointer;
        display: inline-block;
    }
    .mobile-menu-icon span {
        height: 3px;
        width: 100%;
        background: #fff;
        display: block;
        margin: 5px 0;
        transition: 0.3s;
    }
    .offcanvas {
        background: #6E753F;
    }
    .canvas-close {
        position: absolute;
        left: 2em;
        top: 2em;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 15px;
        padding: 0;
        text-transform: uppercase;
        z-index: 999999999;
        font-weight: 600;
    }
    .nav-lists .nav-item {
        display: block;
        margin: 10px 0;
    }
    .nav-lists .nav-item .nav-link {
        color: var(--text-white);
    }
    .banner-block {
        height: 80vh;
    }
    .banner-block .hero-banner-slider {
        height: 80vh;
    }
    .mute-toggle {
        bottom: 12em;
    }
    .banner-block .hero-banner-slider .hero-banner-item {
        height: 80vh;
    }
    .banner-block .hero-banner-slider .hero-banner-item .hero-bg {
        align-items: flex-start;
        padding: 5em 0 0;
    }
    .banner-block .hero-banner-slider .hero-banner-item .hero-bg .g-wrapper {
        top: 5em;
        width: auto;
        left: 0;
        right: 0;
        margin: auto;
    }
    .banner-block .hero-banner-slider .hero-banner-item .hero-bg .g-element {
        width: 180px;
        margin: auto;
        position: initial;
    }
    .banner-block .hero-banner-slider .hero-banner-item .hero-bg.bg-3 .g-element {
        float: initial;
    }
    .banner-block h1 {
        font-size: 5em;
        color: #fff;
    }
    .banner-block h1 span:first-child {
        padding-left: 0;
    }
    .banner-block h1 span:last-child {
        padding-left: 0;
    }
    .banner-block p {
        color: #fff;
        text-align: center;
        padding-left: 0;
    }
    .springs-block h3 {
        padding-left: 0;
        font-size: 2em;
    }
    .amenities-block .amen-icon {
        margin: 1em 0;
    }
    .amenities-block .amen-icon img {
        height: 50px;
    }
    .amenities-block .amen-icon span {
        margin-top: 10px;
    }
    .floorplan-block ul li {
        margin: 5px 0;
    }
    .floorplan-block ul li:last-child {
        margin-bottom: 0;
    }
    .form-block .form-inner {
        padding: 1em;
    }
    .form-block .form-inner h3 {
        position: static;
        padding: 0;
    }
    .brochure-block {
        text-align: center;
    }
    .brochure-block h2 {
        margin-bottom: 25px;
    }
    .footer-block p {
        font-size: 14px;
    }
    .footer-conditions li {
        font-size: 14px;
    }
    .slick-dots {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: 5px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {}



.project-dual-section {
    padding: 80px 20px;
    background: #f8f9f6;
}

.section-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 50px;
    color: #2d2d2d;
    font-weight: 600;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.project-card {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.project-card:hover {
    transform: translateY(-8px);
}

.project-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.project-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.project-card ul {
    padding-left: 18px;
    margin-bottom: 25px;
}

.project-card ul li {
    margin-bottom: 10px;
    color: #444;
}

.project-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #9bc43b;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
	cursor: pointer;
}

.project-btn:hover {
    background: #7fa62e;
}

/* Verde theme */
.project-card.verde h3 {
    color: #2f8f83;
}

/* Greenshore theme */
.project-card.greenshore h3 {
    color: #6ea12b;
}

/* Responsive */
@media (max-width: 768px) {
    .project-grid {
        grid-template-columns: 1fr;
    }
}
.hero-carousel-section {
    width: 100%;
    overflow: hidden;
}

.hero-carousel {
    border-radius: 0;
}

.hero-img {
    width: 100%;
    height: 90vh;        /* Full screen hero */
    object-fit: cover;
}

/* Dark overlay for premium look */
.hero-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.25),
        rgba(0,0,0,0.35)
    );
    pointer-events: none;
}

/* Arrow styling */
.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 22px;
}








.hero-slider {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.hero-text {
    position: absolute;
    left: 8%;
    bottom: 25%;
    color: #fff;
    max-width: 600px;
}

.hero-text h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.hero-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

.hero-btn {
    padding: 12px 30px;
    background: #0b5d4c;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

/* Navigation */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    font-size: 30px;
    padding: 10px 18px;
    cursor: pointer;
    z-index: 10;
}

.prev { left: 20px; }
.next { right: 20px; }

/* Floating Buttons */
.floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.float-btn:hover {
    transform: scale(1.1);
}

/* Call Button */
.call-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

/* WhatsApp Button */
.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Mobile Position */
@media(max-width:768px){
    .floating-buttons{
        right:15px;
        bottom:15px;
    }
}



/* Floating Buttons */
.floating-buttons {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.float-btn:hover {
    transform: scale(1.1);
}

/* Call Button */
.call-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

/* WhatsApp Button */
.whatsapp-btn {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

/* Mobile Position */
@media(max-width:768px){
    .floating-buttons{
        right:15px;
        bottom:15px;
    }
}
