@font-face {
    font-family: 'abril_displayregular_';
    src: url('../fonts/abril-display-regular-webfont.woff2') format('woff2'), url('../fonts/abril-display-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --text-white: #ffffff;
    --font-abril: 'abril_displayregular_';
    --bg-primary: #D9B989;
    --text-dark: #241F21;
}

.text-white {
    /* color: var(--text-white); */
    color: #ffffff;
}

.text-dark {
    color: var(--text-dark);
}

.font-abril {
    font-family: var(--font-abril);
}

.fs-09 {
    font-size: .938em;
}

.fs-08 {
    font-size: .850em;
}

.lh-1-1 {
    line-height: 1.1;
}

.bgcolor-primary {
    background: var(--bg-primary);
}

.textcolor-primary {
    color: #9C7944;
}

body {
    font-family: "Poppins", serif;
    color: #000000;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.h3,
h3 {
    font-size: 3.125rem;
}

.col-items .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.col-items .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #000;
    color: transparent;
    margin-top: 1em;
    opacity: .3;
}

.col-items .slick-dots li.slick-active button {
    opacity: 1;
}


/* Custom dots wrapper */

.mock-items .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    width: 50%;
    margin: 1em auto;
}

.mock-items .slick-dots li {
    list-style: none;
    position: relative;
    flex: 1;
    text-align: center;
}

.mock-items .slick-dots li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    width: 50px;
    height: 1px;
    background: #ddd;
    transform: translateY(-50%);
}

.mock-items .slick-dots li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mock-items .slick-dots li.completed span {
    background: #d1b97c;
}

.mock-items .slick-dots li.completed::after {
    background: #d1b97c;
    /* gold for completed */
}

.mock-items .slick-dots li:last-child::after {
    display: none;
}

.section-full-height {
    min-height: 100dvh;
}

@supports (-webkit-touch-callout: none) {
    .section-full-height {
        min-height: 97vh;
    }
}


/* Extra Safari desktop fallback */

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .section-full-height {
            min-height: 97vh;
        }
    }
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

h2 {
    color: #241F21;
    font-family: var(--font-abril);
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 17px;
    color: #241F21;
}

p {
    margin-bottom: 0;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}


/* Header Block Starts */

.header-block {
    position: absolute;
    z-index: 99999999;
    width: 100%;
    top: 0;
    left: 0;
}

.header-block .logo {
    width: 130px;
}

.header-block .header-right a img {
    width: 30px;
    margin-right: 10px;
}


/* Header Block Ends */


/* Hero Section Starts */

.image-banner {
    object-fit: cover;
    object-position: center;
}

.mute-toggle {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
}

#muteIcon {
    width: 22px;
}

.hero-section .hero-video-wrapper {
    max-width: 100%;
    overflow: hidden;
}

.hero-section .hero-video-wrapper::after {
    position: absolute;
    content: "";
    background: #000;
    opacity: .27;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.hero-section .hero-video-wrapper .hero-video-player {
    top: 0;
    z-index: 9;
    object-position: center;
    object-fit: cover;
}

.hero-section .hero-video-wrapper .video-banner-contents {
    z-index: 99;
    bottom: 3em;
    width: 100%;
    margin: auto;
}

.hero-section .hero-video-wrapper .video-banner-contents h3 {
    color: #FBDF92;
    font-family: var(--font-abril);
    line-height: 1;
    margin-bottom: 5px;
}

.hero-section .hero-video-wrapper .video-banner-contents h6 {
    color: #fff;
}

.hero-section .hero-video-wrapper .video-banner-contents .banner-logo {
    width: 200px;
}

.banner-enquire {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    z-index: 99;
    width: 150px;
    color: #000000;
    background: #d9b989;
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px 5px;
    font-weight: 700;
}

.banner-enquire:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid #d9b989;
    border-left: 20px solid transparent;
    left: -20px;
    top: 0;
}

.banner-enquire:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid #d9b989;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}


/* Hero Section Ends */


/* Form Section Starts */

label {
    color: #6E4F21;
    font-weight: 600;
    font-size: 15px;
}

input[type="text"] {
    background: #FFFFFF82;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #6E4F21;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
}

input[type="text"]:focus {
    outline: none;
}

input::placeholder {
    opacity: .4;
}

button {
    background: #241F21;
    border: 1px solid #241F21;
    color: #FFFFFF;
    padding: 10px 48px;
    text-transform: capitalize;
    font-size: 17px;
    margin: 2em 0 0;
    border-radius: 5px;
    font-weight: 500;
}


/* Form Section Ends */


/* Slider Section Starts */

.slider-block h2 {
    margin-bottom: 30px;
}

.slider-block .mock-items .mock-item {
    height: auto!important;
}

.slider-block .mock-items .mock-item img {
    height: 480px;
    width: auto;
    border-radius: 15px;
    margin: auto;
}

.slider-block .mock-items .mock-item .mock-item-contents {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.slider-block .mock-items .mock-item .mock-item-contents h4 {
    font-size: 1.35rem;
    margin-bottom: 15px;
}

.slider-block .mock-items .mock-item .mock-item-contents p {
    font-weight: 100;
    line-height: 1;
    margin-bottom: 2em;
    font-size: 15px;
}

.finest-text {
    color: #241F21;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1em;
    font-size: 18px;
}

.book-now {
    background: #9C7944;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}


/* Single column Block Starts */

.life-item-block {
    background: rgb(251 223 146 / 12%);
}

.col-items {
    padding: 1em 0;
}

.col-items img {
    margin-bottom: 1em;
}

.life-item {
    height: auto!important;
}

.col-items div {
    padding: 0 12px;
}

.col-items h6 {
    margin-bottom: 5px;
    font-size: 17px;
}

.col-items p {
    font-size: 15px;
}


/* Single column Block Ends */


/* Map Block Starts */

.map-img {
    margin-top: 1em;
}

.nav-tabs {
    border-bottom: 0;
}

.nav .nav-item {
    padding: 0 15px;
}

.nav .nav-item .nav-link {
    color: #241F21;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    font-weight: 300;
    border: 0;
}

.nav .nav-item .nav-link:hover {
    border: 0;
}

.nav .nav-item .nav-link.active {
    font-weight: 600;
    position: relative;
    background: transparent;
    border: 0;
}

.nav .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FBDF92;
    left: 0;
    bottom: 0;
}

.accordion {
    margin-top: 1em;
}

.accordion-button {
    margin-top: 0;
    background-color: #fff;
    color: #000;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    background: transparent;
    border: 0;
}

.route-details {
    width: 75%;
    margin: auto;
}

.route-details li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
}

.route-details li h5 {
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.route-details li p {
    font-size: 15px;
    font-weight: 300;
}


/* Footer Block Starts */

.footer-block .rera-img {
    width: 120px;
    margin-bottom: 10px;
}

.footer-block p {
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-block span {
    color: #241F21;
    font-size: 14px;
    margin-bottom: 1em;
    display: block;
}

.footer-block small {
    font-weight: 100;
    font-size: .8em;
    color: #84857E;
}

.footer-block p a {
    color: #241F21;
    text-decoration: underline;
}


/* Footer Block Ends */


/* Modal Block Starts */

.modal-body {
    padding: 4em 1em 0;
}

.modal-body input {
    border: 1px solid;
}

.modal {
    z-index: 999999999;
}

.modal-close {
    position: absolute;
    right: 2em;
    top: 0;
    background: transparent;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 0;
    text-transform: uppercase;
    z-index: 999999999;
}


/* Modal Block Ends */


/* Video Cursor Styles

.home.visible-cursor .cursor {
    transform: scale(0.8);
}

.home .cursor {
    display: block;
    position: relative;
    position: fixed;
    width: 100px;
    height: 100px;
    transform: scale(0);
    transition: transform .5s ease;
    z-index: 99999;
    pointer-events: none;
}

.home .cursor.mute div:not(.center-icon) {
    opacity: 0;
}

.home .cursor.mute .center-icon {
    width: 0;
    height: 0;
}

.home .cursor.mute .center-icon:after {
    background-image: url("../images/mute-1.png");
}

.home .cursor .center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #048052;
    border-radius: 50px;
    transition: height .3s ease, width .3s ease;
}

.home .cursor .center-icon:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("../images/unmute-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home .cursor div:not(.center-icon) {
    pointer-events: none;
    box-sizing: border-box;
    transform-origin: center center;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: opacity .3s ease;
    border: 5px solid #048052;
    border-radius: 50%;
    animation: lds-ring 2s cubic-bezier(0.7, 0.1, 0.3, 0.88) infinite;
    border-color: transparent;
    border-top-color: #048052;
}

.home .cursor div:not(.center-icon):nth-child(2) {
    animation-delay: .21s;
    border-top-style: dashed;
    border-top-color: #048052;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */


/* Privacy Policy */


/* .privacy-contents{
    background: #eee;
} */

.privacy-contents h1,
.privacy-contents h2,
.privacy-contents h3 {
    font-weight: 600;
    color: #222;
    margin-top: 30px;
}

.privacy-contents h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    color: #0d3b66;
}

.privacy-contents h2 {
    font-size: 1.4rem;
    border-left: 4px solid #0d3b66;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.privacy-contents h3 {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #444;
}

.privacy-contents p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.privacy-contents ul {
    /* margin: 10px 0 20px 20px;
    padding: 0; */
    list-style-type: disc;
    padding-left: 2rem;
}

.privacy-contents ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.privacy-contents a {
    color: #0d3b66;
    text-decoration: none;
}

.privacy-contents a:hover {
    text-decoration: underline;
}

.privacy-contents .contact {
    background: #f0f4f8;
    padding: 15px;
    border-left: 4px solid #0d3b66;
    border-radius: 6px;
    margin-top: 20px;
}

.privacy-contents .contact b {
    color: #0d3b66;
}

.floating_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0.6);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(66, 219, 135, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(66, 219, 135, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    /* Smoother pulse */
    animation: pulsing 2s infinite ease-in-out;
    transition: transform 0.3s ease;
}


/* Sliding Form */

#instant-callback-div {
    position: fixed;
    vertical-align: top;
    right: -245px;
    top: 16%;
    z-index: 999999999;
}

#instant-callback-div .instant-switch {
    background: url(../images/enquire.png) no-repeat scroll 0 0 #fff;
    background-size: 42px;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 232px;
    cursor: pointer;
    margin-top: 6em;
    border-radius: 5px;
}

#instant-callback-div .content-switcher {
    display: inline-block;
    width: 280px;
    margin: 0 0 0 -4px;
    vertical-align: top;
    border-radius: 6px;
    background: #fefefe;
    padding: 2em 1em;
}

.sliding-form label {
    font-size: .875em;
    color: var(--text-dark);
    font-weight: normal;
    display: block;
}

.sliding-form .wpcf7-form-control-wrap {
    margin-bottom: 1.25em;
    display: block;
}

.sliding-form input,
.sliding-form textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    width: 100%;
    font-weight: var(--fw-semibold);
    font-size: 14px;
}

.sliding-form input:focus-visible,
.sliding-form textarea:focus-visible {
    outline: none;
}

.sliding-form textarea {
    resize: none;
}

.sliding-form input[type="submit"] {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    width: auto;
    padding: 8px 20px;
    text-transform: uppercase;
    height: auto;
    font-size: 15px;
}

#hide {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

#switch-for-mobile,
#switch-panel-mobile {
    display: none;
}

#open-link {
    position: fixed;
    cursor: pointer;
    z-index: 999999999;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    background: #d9b989;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

#switch-panel-mobile {
    padding: 2em 1em 1em;
    width: 100%;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    background: #fefefe;
}

#close-link {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

.sliding-form .wpcf7-spinner {
    display: block;
}

@media only screen and (orientation: landscape) {
    #switch-panel-mobile {
        height: 150px;
        overflow: scroll;
    }
}


/* Sliding Form Ends*/

@media (min-width: 768px) and (max-width: 992px) {}

@media (max-width: 992px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    .col-items div {
        padding: 0;
    }
    .col-items img {
        margin: 0 auto 10px;
    }
    .slider-block .mock-items .mock-item img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .footer-block small {
        display: block;
        margin-bottom: 3.5em;
    }
    .privacy-contents h1 {
        font-size: 1.45rem;
        margin-bottom: 5px;
    }
    .privacy-contents h2 {
        font-size: 1.125rem;
    }
    .privacy-contents h3 {
        font-size: 1.1rem;
    }
    .privacy-contents p,
    .privacy-contents ul {
        font-size: 15px;
    }
    .h3,
    h3 {
        font-size: 1.85rem;
    }
    .py-6 {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .fs-09 {
        font-size: .813em;
    }
    .hero-section .hero-video-wrapper .video-banner-contents {
        bottom: 5em;
    }
    .hero-section .hero-video-wrapper .video-banner-contents .banner-logo {
        width: 115px;
    }
    .banner-enquire {
        font-size: 15px;
        padding: 5px 0;
    }
    h2 {
        font-size: 30px;
    }
    h6 {
        font-size: 15px;
    }
    h2 br,
    h6 br {
        display: none;
    }
    input[type="text"] {
        font-size: 15px;
    }
    input[type="submit"] {
        margin: 1em 0 0;
    }
    .mock-items .slick-dots li span {
        width: 30px;
        height: 30px;
    }
    .slider-block .mock-items .mock-item .mock-item-contents h4 {
        font-size: 1.125rem;
    }
    .slider-block .mock-items .mock-item .mock-item-contents p {
        margin-bottom: 1em;
        font-size: 14px;
    }
    .slider-block .mock-items .mock-item .mock-item-contents p br {
        display: none;
    }
    .slider-block .mock-items .mock-item img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }
    .finest-text {
        font-size: 15px;
        line-height: 1.1;
    }
    .book-now {
        padding: 8px 20px;
    }
    .col-items img {
        width: 275px;
        margin: 0 auto 1em;
    }
    /* .col-items p {
        font-size: 13px;
    } */
    .life-item,
    .first-item {
        height: auto!important;
    }
    .nav .nav-item {
        padding: 0 5px;
    }
    .nav .nav-item a {
        font-size: 16px;
    }
    .route-details li h5 {
        font-size: 1rem;
    }
    .route-details li p {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
    }
}