@import url(../fonts/fontawesome/css/all.min.css);
@import url(./animsition.min.css);
@import url(./plugins.css);
@import url(./header.css);
@import url(./tca-slider.css);
@import url(./style.css);

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}





/* Preloader  */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    background-image: url(../images/loader-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
    display: grid;
    place-items: center;
    transition: 0.3s;
}


.loader {
    position: relative;
    width: 220px;
    height: 140px;
    background-image: url(../images/logo/logo-type-colored.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: loader-logo-animation 2s linear infinite;
}


@keyframes loader-logo-animation {
    0% {
        -webkit-transform: scale3d(1, 1, 1) translateZ(0);
        transform: scale3d(1, 1, 1) translateZ(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
        transform: scale3d(1.05, 1.05, 1.05) translateZ(0);
        opacity: 0.8;
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1) translateZ(0);
        transform: scale3d(1, 1, 1) translateZ(0);
        opacity: 1;
    }
}

@media screen and (max-width: 575px) {
    .loader {
        width: 180px;
        height: 100px;
    }
}

header {
    background: rgba(19, 19, 19, 0.512);
}

header .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.navigation-bg-light {
    background: #131313;
}

.header-container .logo img {
    width: 200px;
    max-height: 120px;
    object-fit: contain;
}

.header-container .logo.logo-2 img {
    width: auto;
    max-height: 70px;
    object-fit: contain;
}

.header-top .header-container .logo {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: auto;
    float: left;
    z-index: 99999;
}

.right-wrapper {
    display: flex;
}

.right-wrapper .logo {
    background-color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-left: 10px;
    transition: background-color 0.3s ease;
}

.right-wrapper .logo.kedar {
    background-color: #042f51;
}

.navigation-bg-light .right-wrapper .logo {
    background-color: rgba(0, 0, 0, 0.507);
}

@media screen and (max-width: 992px) {
    .logo img {
        max-width: 130px;
    }

    .logo.logo-2 img {
        max-height: 60px !important;
    }
}

@media screen and (max-width: 575px) {
    .logo img {
        max-width: 160px;
    }

    .logo.logo-2 img {
        max-height: 50px !important;
    }

    .right-wrapper .logo {
        border-radius: 12px;
    }
}

.container {
    width: 100% !important;
    max-width: 1400px !important;
}

.container-fluid {
    width: 100% !important;
    max-width: 1920px !important;
}

.home-page-title {
    font-family: "Casanova Serif Display";
    text-transform: none !important;
    color: #4d3609 !important;
}

h1.home-page-title {
    font-size: 5.5rem;
}

.hero-section h1 {
    display: none;
}

.hero-section .overlay-dark-70:before {
    background: rgba(232, 227, 200, 0.623);
}

.hero-section .slide__content p {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
    text-align: center;
}

@media screen and (max-width: 992px) {

    .hero-section .jarallax-container div {
        background-position: 82% 50% !important;
    }

    .hero-section .slide__content p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 575px) {

    .hero-section .slide__content p {
        font-size: 1rem;
    }
}

.post-title {
    font-family: "Casanova Serif Display";
    letter-spacing: 0.05em;
    color: #cfb279;
}

.anime-text .char {
    opacity: 0;
    will-change: transform;
}

.parallax-title-content {
    font-family: "Casanova Serif Display";
    letter-spacing: 0.05em !important;
    font-size: 2.6rem;
    margin: 0;
    line-height: 1.4em;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.04em !important;
    font-weight: 500;
    color: #E9DCC5;
    background: transparent;
}

.parallax-title-content.sub-title {
    font-size: 2rem;
    text-transform: none;
}

.parallax-title-content b {
    font-weight: 600;
}

.parallax-title-content.anime-text {
    line-height: 1.2em;
    letter-spacing: 0.01em !important;
}

.parallax-title-content.text-uppercase {
    text-transform: uppercase !important;
}

.parallax-title-content span.colored {
    color: #cfb279;
}

.section-intro p {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.8em;
    color: rgb(230, 230, 230);
    margin-bottom: 20px;
    max-width: 900px;
}

.section-intro ul {
    list-style: inherit !important;
    padding-left: 1.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2.2em;
    color: #dadada;
}

ul li::marker {
    color: #BE9543 !important;
}

.section-intro p:last-child {
    margin-bottom: 0;
}

.sec-right-text-wrapper {
    padding: 20px 50px;
}


section {
    position: relative;
    overflow: hidden;
}

section .container,
section .container-fluid {
    padding: 120px 25px;
}



.signature-hallmarks-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/pattern.png);
    background-position: 96% top;
    background-repeat: repeat-y;
    background-size: 90px auto;
    background-attachment: fixed;
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.outdoor-sec {
    background-image: url(../images/outdoor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
}

.indoors-sec {
    background-image: url(../images/indoor-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}




.royal-courtyard-sec {
    background-image: url(../images/bg-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .royal-courtyard-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(229, 217, 217, 0.479);
    z-index: 0;
    pointer-events: none;
} */

.outdoor-sec .container-fluid,
.indoors-sec .container-fluid,
.royal-courtyard-sec .container-fluid {
    position: relative;
    z-index: 2;
}

.outdoor-sec .parallax-title-content,
.indoors-sec .parallax-title-content,
.royal-courtyard-sec .parallax-title-content {
    color: rgb(29, 29, 29);
}


.locations-sec {
    background-image: url(../images/locations-sec-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .locations-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ced5c370;
    z-index: 0;
    pointer-events: none;
} */

.locations-sec .container {
    position: relative;
    z-index: 2;
}

.locations-sec .parallax-title-content {
    color: rgb(29, 29, 29);
}


.specifications-sec {
    background-image: url(../images/specifications-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .specifications-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #e5dfe17a;
    z-index: 0;
    pointer-events: none;
} */

.specifications-sec .container {
    position: relative;
    z-index: 2;
}

.specifications-sec .parallax-title-content {
    color: rgb(29, 29, 29);
}



.nyatiAbout-section .container {
    padding: 120px 25px;
}

.parallax-facts {
    background-image: url(../images/about-nyati-bg.png);
}

.facts-counter-number {
    position: relative;
    color: #333333;
    font-size: 6rem;
    font-weight: 800;
    font-family: "Interstate Regular";
}

.facts-counter-number.pluse::after {
    content: "+";
    font-size: 0.8em;
    margin-left: 0.1em;
}

.facts-counter-title {
    color: #333333;
    font-size: 1.2rem;
    font-weight: 500;
}

.the-line {
    color: #4d3609;
}

.facts-counter-wrapper {
    padding: 140px 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 992px) {

    .facts-counter-wrapper {
        padding: 60px 20px;
    }

    .counter-item {
        margin: 20px 0;
    }
}


.walkthrough-sec {
    height: 100dvh;
    user-select: none !important;
}

@media screen and (max-width: 992px) {
    .walkthrough-sec {
        height: 60vw;
        min-height: 340px;
    }
}


.amenities-slider {
    position: relative;
    margin: auto;
}

.amenities-slider-swiper {
    padding: 40px 0;
    padding-bottom: 60px;
}

.amenities-slider-swiper .slider_nav_container {
    bottom: 0 !important;
}

.amenities-slider .text-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 40px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    color: white;
}

.text-wrapper h2 {
    font-family: "Casanova Serif Display";
    text-transform: none;
    color: #CFB279;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.text-wrapper h2 .char {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: .4s;
}


.swiper-slide.swiper-slide-active .text-wrapper h2 .char {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: var(--delay);
}


@media screen and (min-width: 1024px) {

    .swiper-slide.swiper-slide-next .text-wrapper h2 .char,
    .swiper-slide.swiper-slide-active .text-wrapper h2 .char {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        transition-delay: var(--delay);
    }
}


.text-wrapper p {
    max-width: 950px;
    font-size: 0.9rem;
    color: #dadada;
    font-weight: 300;
    text-transform: none;
    line-height: 1.4;
    opacity: 0;
    transition: .4s ease 0s;
}

.swiper-slide.swiper-slide-next .text-wrapper p,
.swiper-slide.swiper-slide-active .text-wrapper p {
    opacity: 1;
    transition: .6s ease 0.8s;
}

.amenities-slider .img-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    min-height: 400px;
}

.amenities-slider .img-wrapper::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.849) 85%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .amenities-slider-swiper {
        padding: 0;
        padding-bottom: 60px;
    }

    .text-wrapper h2 {
        font-size: 1.6rem;
    }

    .text-wrapper p {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 575px) {
    .amenities-slider .text-wrapper {
        padding: 50px 20px;
    }

    .amenities-slider-swiper {
        padding: 0;
        padding-bottom: 60px;
    }

    .text-wrapper h2 {
        font-size: 1.6rem;
    }

    .text-wrapper p {
        font-size: 0.8rem;
    }

}

.amenities-slider .slides {
    max-height: 100%;
}

.amenities-slider.style-2 .slides {
    max-height: 900px;
}

@media screen and (max-width: 1400px) {
    .amenities-slider.style-2 .slides {
        max-height: 60vw;
    }
}

@media screen and (max-width: 992px) {
    .amenities-slider.style-2 .slides {
        max-height: 110vw;
    }
}


.amenities-slider .slides .slide__content {
    transform: none;
    left: 0;
    padding: 50px 50px;
    bottom: 0;
    top: auto;
    align-items: flex-start;
    max-width: 900px;
}

.amenities-slider .frame__nav {
    display: none;
}

.amenities-slider .slide__content h2 {
    font-size: 3.5rem;
    text-align: left;
}

.amenities-slider .slide__content p {
    font-size: 1rem;
    text-align: left;
}

.amenities-slider .slide__img::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.87) 10%,
            rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.amenities-slider.style-2 .slide__img::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0.342) 2%,
            rgba(0, 0, 0, 0) 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.amenities-slider .slider_nav_container {
    bottom: 60px;
}

.img-wrapper img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: left center;
}

.list-title {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0.8em;
    color: #cfb279;
    font-weight: 600;
    text-transform: uppercase;
}

.list-box-wrapper {
    position: relative;
    margin-bottom: 20px;
    row-gap: 20px;
}

.list-box h3 {
    position: relative;
    display: block;
    font-size: 1rem;
    margin-bottom: 0.8em;
    color: #dadada;
    font-weight: 600;
}

.list-box h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 30px;
    height: 2px;
    background-color: #cfb279af;
}

.list-box ul {
    list-style: inherit !important;
    padding-left: 1.2rem;

}

.list-box ul li {
    font-size: 0.95rem;
    line-height: 1.6em;
    color: #c2c2c2;
    font-size: 500;
}

.list-box ul li b {
    color: #CFB279;
    font-weight: 600;
}

.list-box ul li::marker {
    color: #b8b098 !important;
}

.list-box ul.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}

.list-box ul li ul {
    display: block !important;
    list-style: none !important;
    padding-left: 0;
}

.list-box ul li ul>li {
    padding: 2px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #333333;
}

@media screen and (max-width: 1500px) {
    .list-box ul li {
        font-size: 0.8rem;
    }

    .list-box ul li ul>li {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 992px) {
    .list-box ul.grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .list-box ul.grid {
        grid-template-columns: repeat(1, 1fr);
    }
}



.accordion-item {
    background-color: #161616;
    border: none;
    margin: 8px 0;
}

.accordion-item ul {
    list-style: inherit !important;
    padding-left: 1.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.8;
    color: #dadada;
}

.accordion-item ul li b {
    color: #e4cc9c;
    font-weight: 600;
}


.accordion-button {
    box-shadow: none !important;
    background: #e9dcc5 !important;
    padding: 14px 20px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 0 !important;
    color: #242424 !important;
}




.map-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    padding: 0;
    background-color: #784a20;
}

.map-container iframe {
    width: 100%;
    height: 600px;
    min-height: 100%;
}

.map-sec .container {
    padding-bottom: 0;
}

.image-border-box {
    width: 100%;
}

.image-border-box img {
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center;
}

.slide-caption {
    position: absolute;
    right: 15px;
    bottom: 10px;
    padding: 10px 20px;
    z-index: 4;
    font-size: 0.7rem;
    color: #e6e6e6;
}

.slide-caption.left {
    right: auto;
    left: 15px;
    bottom: 10px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 0.8rem;
    letter-spacing: normal;
}

.footer-bottom a {
    color: #8b8b8b;
}

.footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

@media screen and (max-width: 1100px) {
    .footer-bottom {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .footer-menu {
        margin-bottom: 20px;
        gap: 10px;
    }
}

@media screen and (max-width: 992px) {

    section .container,
    section .container-fluid {
        padding: 80px 25px;
    }

    .nyatiAbout-section .container {
        padding: 80px 25px;
    }

    .sec-right-text-wrapper {
        padding: 80px 40px;
    }

    .parallax-title-content {
        font-size: 2rem;
    }

    .parallax-title-content.sub-title {
        font-size: 1.6rem;
    }

    .section-intro p {
        font-size: 0.85rem;
    }

    .section-intro ul {
        list-style: inherit !important;
        font-size: 0.9rem;
    }

    .facts-counter-number {
        font-size: 4rem;
    }

    .facts-counter-title {
        font-size: 1rem;
    }

    .amenities-slider .slides {
        max-height: 500px;
    }

    .amenities-slider .slides .slide__content {
        padding: 80px 30px;
    }

    .amenities-slider .slide__content h2 {
        font-size: 2.5rem;
    }

    .amenities-slider .slide__content p {
        font-size: 0.9rem;
    }

    .map-container iframe {
        max-height: 420px;
    }


}

@media screen and (max-width: 575px) {
    .parallax-title-content {
        font-size: 1.8rem;
    }

    .section-intro p {
        font-size: 0.85rem;
    }

    .signature-hallmarks-sec::before {
        background-size: 50px auto;
        opacity: .4;
    }


    .facts-counter-number {
        font-size: 4rem;
    }

    .facts-counter-title {
        font-size: 0.9rem;
    }

    .amenities-slider .slides .slide__content {
        padding: 80px 30px;
    }

    .amenities-slider .slide__content h2 {
        font-size: 1.8rem;
    }

    .amenities-slider .slide__content p {
        font-size: 0.8rem;
    }

    .img-wrapper img {
        min-height: auto;
    }

    .amenitiesAccordion .accordion-body ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .accordion-button {
        font-size: 0.85rem;
    }

    .accordion-item ul {
        font-size: 0.8rem;
    }



    .the-button {
        font-size: 0.8rem !important;
        padding: 16px 30px !important;
    }


    footer {
        padding: 20px 8px;
    }

    .footer .footer-links {
        padding: 40px 0;
    }

    footer p,
    footer a {
        font-size: 0.8rem;
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 0.7rem;
    }


}







/* Form elements  */

.the-button {
    position: relative;
    padding: 20px 40px;
    border: none;
    outline: none;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    line-height: normal;
    height: auto;
    background-color: white;
}

.the-button::after {
    top: 0 !important;
    height: 100% !important;
    display: none;
}

.the-button::before {
    top: 0 !important;
    height: 100% !important;
    display: none;
}

.the-button.the-button-light {
    color: #B9925B;
}

.the-button.the-button-dark {
    color: #000000;
}

.the-button.the-button-light::before,
.the-button.the-button-dark::before {
    border-color: #97724e;
}

.the-button.the-button-light::after,
.the-button.the-button-dark::after {
    border-color: #97724e;
}

.form-container {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.form-control {
    height: auto !important;
    padding: 12px 8px !important;
    position: relative;
    width: 100%;
    border: none;
    border-bottom: 1px solid #949494 !important;
    border-radius: 0;
    box-shadow: none !important;
    background-color: transparent;
    color: white !important;
    font-size: 1rem;
    font-weight: 500 !important;
}

.form-control:focus {
    border-color: #97724e !important;
    background-color: transparent;
}

.form-control::placeholder {
    color: #c9c9c9;
}

.invalid-feedback {
    margin-top: 8px;
    padding: 0 8px;
    color: rgb(223, 65, 65);
    font-size: 0.85rem;
}

.form-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.form-box form .input__wrap {
    display: flex;
    flex-direction: column;
}

.form-box form .form-group {
    text-align: left !important;
    margin-bottom: 20px;
}

.form-box p {
    font-size: 0.8rem;
    letter-spacing: normal;
    text-align: left;
    color: rgb(173, 173, 173);
}

input,
textarea {
    color: black !important;
    text-align: left !important;
}

.form-box form .form-group .entry {
    margin-bottom: 10px;
}



.modal-button-wrapper {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.modal-title {
    font-size: 2rem;
    font-family: "Casanova Serif Display";
    font-weight: 700;
    color: #ac8042 !important;
}

.btn-close {
    cursor: pointer;
}

.modal .the-button {
    background-color: #B9925B;
    color: white;
}

.modal .the-button:hover {
    background-color: #ac8042;
}

.modal-body form {
    padding: 12px 0;
}

.modal form .form-control {
    color: black !important;
}


.modal form .form-control::placeholder {
    color: #4e4e4e;
}

.modal form p {
    padding: 4px 6px;
    font-size: 0.8rem;
    letter-spacing: normal;
    line-height: 1.4;
    color: #868686;
}

.thankyou-sec {
    background-image: url(../images/locations-sec-bg.jpg);
}

.thankyou-sec .parallax-title-content {
    text-transform: none;
    font-size: 3.5rem;
    color: #1d1d1d;
    margin-bottom: 0.2em;
}

.thankyou-sec .parallax-title-content span.colored {
    color: #1d1d1d;
}

.thankyou-sec .parallax-title-content.sub-title {
    font-size: 1.6rem;
}

.thankyou-sec {
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content p {
    color: rgb(201, 201, 201);
    margin-bottom: 20px;
    line-height: 1.8;
}

.page-content h2 {
    font-size: 2rem;
    color: #cfb279;
    font-weight: 600;
    margin-bottom: 0.2em;
    font-family: "Casanova Serif Display";
}


.page-content ul {
    list-style: inherit;
    padding-left: 20px;
    margin-bottom: 20px;
}

.page-content li {
    line-height: 1.8;
}

.page-content a {
    color: #e9dcc5;
}

.page-content a:hover {
    color: #cfb279;
}

@media screen and (max-width: 992px) {
    .thankyou-sec .parallax-title-content {
        text-transform: none;
        font-size: 3rem;
    }

    .thankyou-sec .parallax-title-content.sub-title {
        font-size: 1.2rem;
    }

    .page-content h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 575px) {
    .thankyou-sec .parallax-title-content {
        text-transform: none;
        font-size: 2.6rem;
    }

    .thankyou-sec .parallax-title-content.sub-title {
        font-size: 1rem;
    }

    .page-content h2 {
        font-size: 1.6rem;
    }

    .page-content p {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }

    .page-content li {
        font-size: 0.8rem;
    }

    .modal-title {
        font-size: 1.6rem;
    }

    .modal form p {
        font-size: 0.7rem;
    }
}


.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 15px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    z-index: 9999;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white;
}

.lp-live-button {
    right: 15px !important;
    bottom: 20px !important;
    margin-bottom: 0 !important;
}

.lp-live-button img {
    width: 55px;
    height: 55px;
}