@font-face {
    font-family: 'against-font';
    src: url('../font/against-regular.woff2')format('woff2'), 
    url('../font/against-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --text-white: #ffffff;
    --font-againt: 'against-font';
    --bg-primary: #D9B989;
    --text-dark-green: #1F3836;
    --light-text:#2C2C2CB2;
    --text-dark:#000000E5;
    --abel-font: "Abel", sans-serif;
    --text-orange: #E9882B;
    --text-light-white: rgba(255, 255, 255, 0.7);
}
html {
    /* scroll-behavior: smooth;
    scroll-padding-top: 564px; */
}
/* FONT COLORS */
.text-white {
    color: #ffffff;
}
.text-orange{
    color: var(--text-orange);
}
.text-dark-green {
    color: var(--text-dark-green);
}
.text-dark{
    color: var(--text-dark);
}
.text-light-white{
    color: var(--text-light-white);
}
/*  */
/* Fonts styles */
p {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--light-text);
    font-family: var(--abel-font);
    font-weight: 400;
}
h1{
    font-family: var(--font-againt);
    font-weight: 400;
    letter-spacing: normal;
    color: var(--text-dark-green);
    /* text-transform: uppercase; */

}
h1 span{
    display: block;
    font-family: "Allura";
    font-weight: 400;
    font-style: normal;
    color: var(--text-orange);
}
h2{
    font-family: 'against-font';
    font-weight: 400;
    letter-spacing: normal;
    color: var(--text-dark-green);
}
h2 span{
    display: block;
    font-family: "Allura";
    font-weight: 400;
    font-style: normal;
    color: var(--text-orange);
    font-size: 2.85rem;
}
.details-box p.line{
    border-left: 1px solid #E9882B; 
    padding-left: 10px;
}
/*  */
body {
    /* font-family: var(--font-jost); */
    /* color: #000000; */
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}
/* PADDINGS */
.py-6 {
    padding-top: 5em;
    padding-bottom: 5em;
    padding-left: 2em;
    padding-right: 2em;

}

.pt-6 {
    padding-top: 5em;
    padding-left: 2em;
    padding-right: 2em;
}

.pb-6 {
    padding-bottom: 4em;
}
.ptc-3{
    padding-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
}
.pbc-5{
    padding-bottom: 5em;
}


/* Header Block Starts */



.header-block {
    padding: 13px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    transition: background 0.3s ease; 
}
/* Class added on scroll */
.header-block.scrolled {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optional shadow */
}

.nav-lists {
    display: inline-block;
    margin-right: 2em;
}

.nav-lists .nav-item {
    display: inline-block;
    margin: 0 10px;
}

.nav-lists .nav-item .nav-link {
    color: rgba(44, 44, 44, 1);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.nav-lists .nav-item .nav-link:hover {
    color: #E9882B;

}
/* Banner Block */
.banner-block{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url(../images/banner-image-v2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-desc {
    color: rgba(0, 0, 0, 0.9);
}
/* Enq Btn */
.btn-custom{
    background: var(--text-white);
    color: #0A413F;
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
}
.btn-custom-green{
    background: #0A413F;
    color: #ffffff;
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
}
.btn-custom-green-banner{
     background: #0A413F;
    color: #ffffff;
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
    font-size: 14px;
}
.btn-custom-white{
    background: #ffffff;
    color: #0A413F;
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
}
.btn-custom-transparent{
    background: transparent;
    color: rgba(255, 255, 255, 1);
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-left: 1em;
    display: inline-block;
    margin-top: 2rem;
}
/* block-2  */
.block-2 .block-desc{
text-align: justify;
}
/* block-3 */
.card-item{
    background: #0A413F;
    border-radius: 10px;
    padding: 2rem;
    min-height: 300px;
}
.block-3 .card-title{
    font-family: var(--abel-font);
    font-weight: 400;
    font-size: 1.50rem;
    margin-top: 15px;
    margin-bottom: 20px;
}
.card-item ul li{
    list-style: disc;
    color: #FFFFFF;
    font-size: 15px;
    font-family: var(--abel-font);
    font-weight: 400;
}
.card-item ul{
    padding-left: 20px;
}
    

/* Block 4 */
.block-4{
    background: #0A413F;
}
/* .bg-img img{
    width: 100% !important;
} */
.bg-img {
    margin-top: -2px;  /* ← pulls image up to cover the gap */
    line-height: 0;
    font-size: 0;
}

.bg-img img {
    width: 100% !important;
    display: block;  /* ← removes inline gap */
    margin-bottom: -2px;
}
/*  */
/* Slider */
.balance-slider-items .slick-slide {
    padding: 0;
}
.gallery-slider-items .slick-slide {
    padding: 0;
}
.balance-slider-item {
    border-radius: 18px;
    overflow: hidden;
    height: 310px !important;
    margin: 0 12px;
}

.balance-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.balance-slider-items .slick-slide {
    padding: 0;
}

/*  */
.slider-gallery{
    background: rgba(232, 227, 219, 0.3);
}
.gallery-slider-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 300px;
    margin: 0 12px;
    /* width: 400px !important; */

}

.gallery-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slider-inner{
    overflow: hidden !important;
}
.gallery-slider-items {
    overflow: hidden;
}

.slick-list {
    overflow: hidden;
}
.gallery-slider-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55%;
    background: linear-gradient( to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    z-index: 1;
}

.gallery-slider-item h5 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: start;
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
    z-index: 2;
    line-height: 1.4;
    font-weight: 300;
    font-family: "Allura";
}
.gallery-slider-item h5 span{
    font-family: var(--abel-font);
    display: block;
    font-size: 18px;
    font-weight: 100;
}
.gallery-slider-items .slick-slide {
    padding: 0;
}

/*  */
.aminity-block{
    background: rgba(232, 227, 219, 0.5);
    border-radius: 10px;
    padding: 12px;
    width: 550px;
    padding-bottom: 1rem;
}
.aminity-block h3{
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1em;
}
.aminity-block p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.85em;
}
/* Location */
.location{
    background: rgba(232, 227, 219, 0.3);
}
.location-card{
    background: rgba(232, 227, 219, 0.5);
    border-radius: 10px;
    padding: 12px;
    padding-bottom: 1rem;
}
.location-card h4{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.location-card h4 span{
    font-size: 14px;
    display: block;
    margin-top: 8px;
}
.location-card h5{
    color: rgba(212, 165, 116, 1);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
}
/*  */
/* Holiday */
.holiday-home{
 background: rgba(255, 255, 255, 1);
}
.card-item-holiday{
   background: rgba(212, 165, 116, 0.05);
    padding: 1.4rem;
    border-radius: 10px;
    border: 1px solid #1B4D3E1A;
    min-height: 140px;
}
.card-item-holiday p{
    font-family: var(--abel-font);
     font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: rgba(44, 44, 44, 0.7);
}

.details-box{
background: linear-gradient(
    rgba(27, 77, 62, 0.05),
    rgba(212, 165, 116, 0.05));
    padding: 4rem 1rem 4rem 1rem;
    border-radius: 10px;
    margin-top: 22px;
    border:1px solid #1B4D3E1A;
}
.details-box p{
    line-height: normal;
    font-size: 15px;
    color: rgba(44, 44, 44, 0.7);
    font-family: var(--abel-font);
}
/*  */
/* holiday-living */
.holiday-living{
    background: #1F3836;
}
.holiday-living h3{
    font-weight: 500;
    font-size: 23px;
}
/*  */

/* new */
.wave-children-wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.wave-top {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.wave-img {
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
}
/* new end */
/* FROM BLOCK */
.form-block-bg {
    background-image: url(../images/form-bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.form-block h2 {
    color: #fff;
}

.form-block p {
    font-weight: 600;
}

.form-block .park-btn {
    background: #fff;
    color: #173649;
    font-weight: 500;
}

.form-block .form-inner {
    padding: 3rem 2rem;
    background: #ffffffd4;
    border-radius: 16px;
}

.form-block .form-group {
    margin-bottom: 1em;
}

.form-block label {
    color: #1F3A46;
    margin-bottom: 5px;
    font-size: 13px;
    /* display: none; */
}

.form-block label.error {
    color: red;
}

/* .form-block input,
.form-block select, .form-block textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ADACAC;
    background-color: transparent !important;
    color: #1F3A46;
    height: 30px;
} */

.form-block input,
.form-block select,
.form-block textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ADACAC;
    background-color: transparent !important;
    color: #1F3A46;
    height: 30px;
}

.form-block textarea {
    height: 45px;        /* taller than input */
    resize: vertical;     /* allow user to resize vertically only */
    padding-top: 5px;
}

.form-block input::-webkit-input-placeholder {
    color: #1F3A46;
}

.form-block input:-ms-input-placeholder {
    color: #1F3A46;
}

.form-block input::placeholder {
    color: #1F3A46;
}

.form-block input:focus-visible,
.form-block select:focus-visible, .form-block textarea:focus-visible {
    outline: none;
}

.check-group input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin: 0;
    height: 35px;
}

.check-group span {
    vertical-align: top;
    width: 85%;
    padding-left: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
}

.form-block input[type="submit"] {
    width: 100%;
    background-color: rgba(31, 56, 54, 1) !important;
    color: #ffff;
    border: none;
    padding: 15px 0;
    border-radius: 30px;
    height: auto;
    font-weight: 700;
    font-size: 18px;
}
.submit-wrap {
    position: relative;
    /* display: inline-block; */
}

.submit-arrow {
    position: absolute;
    right: 85px;
    top: 50%;
    /* transform: translateY(-50%); */
    pointer-events: none;
}

.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;
}

/*  */
/* footer */

.footer-block {
    background: rgba(31, 56, 54, 1);
    color: rgba(138, 158, 176, 1);
    padding-bottom: 1rem;
}

.footer-block p {
    font-size: 14px;
    color: rgba(138, 158, 176, 1);
}

.footer-block .contact-us p {
    font-size: 15px;
    color: #B0C4D4;
}

.footer-block .contact-us p a {
    font-size: 15px;
    color: rgba(138, 158, 176, 1);
}

.footer-block a {
    color: rgba(138, 158, 176, 1);
    font-size: 14px;
}

.footer-block h5 {
    color: rgba(255, 255, 255, 1);
    font-family: var(--abel-font);
    font-weight: 200;
}

.footer-block .copy-rights {
    /* border-top: 1px solid #2A4A62; */
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
    color: rgba(138, 158, 176, 1);
}

.footer-block .copy-rights p {
    font-size: 15px;
}

.qr-codes li {
    display: inline-block;
    margin-right: 5px;
}

.qr-codes li img {
    width: 80px;
}

/* RESPONSIVE STYLE */
@media (max-width: 767.98px) {
    .py-6{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .pt-6{
        padding-top: 3em;
    }
    .pb-6{
        padding-bottom: 3em;

    }
.header-block {
        padding: 1em 0;
    }
    .header-block .logo img {
        height: 25px;
        width: auto;
    }
    .mobile-menu-icon {
        width: 28px;
        cursor: pointer;
        display: inline-block;
    }
    .mobile-menu-icon span {
        height: 3px;
        width: 100%;
        background: #000;
        display: block;
        margin: 5px 0;
        transition: 0.3s;
    }
    .offcanvas {
        background: rgba(10, 65, 63, 1);
    }
    .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);
    }
    .balance-slider-items .slick-slide {
    padding: 0;
    }
    .gallery-slider-items .slick-slide {
    padding: 0;
}
    .balance-slider-items {
        padding-bottom: 2em;
    }
    .gallery-slider-items {
        padding-bottom: 2em;
    }
     .slick-dots {
        position: absolute;
        bottom: 0;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }
    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }
    .slick-dots li button {
        padding: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 0;
        background: #1F3836;
        color: transparent;
        margin-top: 1em;
        opacity: .4;
    }
    .slick-dots li.slick-active button {
        opacity: 1;
    }
    .btn-custom-green{
    display: inline-block;
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
}
.btn-custom-white{
    padding: 10px 21px 12px 20px;
    border-radius: 28px;
    font-weight: 500;
    display: inline-block;
}
.btn-custom-transparent{
    display: inline-block;
    padding: 10px 21px 12px 20px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 1);
    margin-top: 1em;
}
.submit-arrow{
    right: 15px;
}
.form-block input[type="submit"]{
    font-size: 15px;
}
}
@media (max-width: 1199.98px) {
    .aminity-block{
        width: 100% !important;
        justify-content: center;
    }
}