<!-- .slider-wrapper.p-chalet .banner-slider-wrapper .banner-slider.section-overlay::before{
	bottom: -80% !important;
    height: 150% !important;
	background: linear-gradient(0deg,#19212b,#19212b,transparent) !important;
	content: "" !important;
    position: absolute !important;
    z-index: 1 !important;
    width: 100% !important;
    pointer-events: none !important;
    left: 0 !important;
} -->
.sec-enquire , .arrow-3{
	padding-top: 250px !important;
}
.footer .footer-wrapper .sec-bottom .sec-wrapper {
    justify-content: space-between !important;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages {
    display: flex !important;
    align-items: flex-end !important;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    max-width: 70%;
    flex: 0 0 70%;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper {
    max-width: 50%;
    flex: 0 0 50%;
}

.header .section-right .sec-request .request-button-mobile .logo-mbl {
    transition: all 0.3s ease 0s;
}

.dd.mobile {
    display: none;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 {
    display: flex;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .sec-legal {
    max-width: 30%;
    flex: 0 0 30%;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 a {
    width: 300px;
    height: 72px;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 a img {
    width: 100%;
    height: 100%;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper.sty-1 {
    max-width: 50% !important;
    flex: 0 0 50% !important;
}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper .logo-box {
    width: 300px;
    height: 72px;

}

.footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-wrapper {
    align-items: center !important;
    gap: 20px;
}

.interesting-pages-wrapper-container {
    display: flex;
    width: 38%;
    gap: 64px;
    height: 100px;
    justify-content: center;
    object-fit: cover;
    align-items: center;
}

.interesting-pages-wrapper-container .interesting-pages-wrapper.sty-1 {
    height: 100%;
    overflow: hidden;
    width: 50%;
    display: contents;
}

.interesting-pages-wrapper-container .interesting-pages-wrapper.sty-1 .logo-box {
    height: 100%;
}

.interesting-pages-wrapper-container .interesting-pages-wrapper.sty-1 .logo-box img {
    height: 100%;
    object-fit: contain;
}

.homepage-chalet-container {
    padding-top: 45px;
    padding-bottom: 45px;
    max-width: 1170px;
}

.homepage-chalet-container p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}

.chalet-heading {
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;

}

.slider-wrapper .banner-slider-wrapper .banner-slider .slider-img .nav-slider-img .nav-slider-img-wrap img {
    /* height: calc(100vh - 80px) !important; */
    height: 100vh !important;
}

.slider-wrapper .banner-slider-wrapper .headerbutton {
    bottom: 80px;
}

.slider-wrapper .banner-slider-wrapper .banner-slider .slick-dots {
    bottom: 30px;
}

.slider-wrapper .banner-slider-wrapper .banner-slider .slick-prev {
    left: 60px;
    top: 50%;
}

.slider-wrapper .banner-slider-wrapper .banner-slider .slick-prev:hover {
    left: 50px;
}

.slider-wrapper .banner-slider-wrapper .banner-slider .slick-next {
    top: 50%;
    right: 60px;
}

.slider-wrapper .banner-slider-wrapper .banner-slider .slick-next:hover {
    right: 50px;
}

.slider-wrapper .banner-slider-wrapper .banner-content {
    top: 45%;
}

.mobile-only {
    display: none;
}

.promo-section {
    transition: all ease 0.3s;
    height: auto;
}

.header-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.promo-section {
    background-color: #f39c12;
    /* Example promo background color */
    text-align: center;
    padding: 10px;
    transition: height 0.3s ease, padding 0.3s ease;
    /* Smooth transition for promo section */
}

.header {
    position: unset;
    width: 100%;
    transition: top 0.3s ease;
    /* Smooth transition for the header's position */
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #3498db;
    /* Optional: Set the background color of the sticky header */
}



.header .sidenav-section .section-container {
    display: none;
}

@media (max-width: 1200px) {
    /* .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 a img {
        width: 80%;
    } */

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages a {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages {
        max-width: 80%;
        flex: 0 0 80%;
        width: 100%;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .sec-legal {
        max-width: 80%;
        flex: 0 0 80%;
        width: 100%;
        padding-top: 20px;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper {
        flex-direction: column;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 {
        justify-content: center;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper.sty-1 {
        justify-content: center;
        margin: 0 30px;

    }

    .interesting-pages-wrapper-container {
        display: flex;
        width: 50%;
        gap: 30px;
    }
}

@media (max-width: 767px) {
	    .header .ham-menu .nav-wrapper .nav-menu nav ul li {
        margin: 22px 0 auto;
    }
    .footer .footer-wrapper .sec-bottom .sec-wrapper {
        padding-bottom: 20px;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .sec-legal {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 {
        justify-content: center;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .sec-legal .legal-menu {
        width: 100%;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 a {
        display: flex;
        justify-content: center;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper.sty-1 {
        max-width: 100% !important;
        flex: 0 0 100% !important;

    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper .logo-box {
        width: 200px;
        height: 65px;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 a {
        width: 200px;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages .interesting-pages-wrapper.sty-1 a img {

        object-fit: contain !important;

    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper .interesting-pages.c-sty-2 .interesting-pages-wrapper.sty-1 {
        padding-bottom: 20px;
    }

    .homepage-chalet-container p {
        font-size: 16px;
        text-align: center;
    }

    .chalet-heading {
        text-align: center;
    }

    .slider-wrapper .banner-slider-wrapper .banner-content .logo img {
        margin-top: 0;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-prev:after,
    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-next:after {
        top: 0;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-prev {
        left: 0;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-prev:hover {
        left: 0;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-next {
        right: 0;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-next:hover {
        right: 0;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-next:after {
        right: 25px;
    }
}




.c-margin {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .c-margin {
        margin-top: 40px;
    }
}

.services-wrap .services-module .upper-module-wrap .module-left .module-icons-group .module-icon img {
    height: 50px;
    object-fit: contain;
}

.page-1718 .sec-accordion .price-accordion-flipper .custom-btn,
.page-1718 .sec-accordion .price-accordion-flipper .custom-btn li {
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 29-04-24 */
.dd {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    height: 55px;
}

.f-fixed .dd:focus path,
.f-fixed .dd:hover path {
    stroke: #fff
}

.f-fixed .dd .f-btn-faux:focus,
.f-fixed .dd .f-btn-faux:hover {
    background-color: #9b9b9b;
    color: #fff
}

.f-fixed .dd .dd-item {
    background-color: #9b9b9b
}

.f-fixed .dd .dd-item a {
    color: #fff
}

.dd .f-btn-faux {
    font-size: 1.1875rem;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 10px;
    background: transparent;
    border: none;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.dd .f-btn-faux .material-icons {
    transition: 0.3s;
}

.dd .f-btn-faux:hover .material-icons {
    transform: rotate(180deg);
    transition: 0.3s;
}

.dd .f-btn-faux:focus,
.dd .f-btn-faux:hover {
    background-color: #fff;
    opacity: 0.7;
    color: #4a4a4a
}

.dd .f-btn-faux:focus+.dd-item,
.dd .f-btn-faux:hover+.dd-item {
    opacity: 1;
    pointer-events: all;
    color: #fff;
}

.dd .dd-item {
    background-color: #19212b;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition: opacity .2s;


}

.dd .dd-item li a {
    color: #fff;
}

.dd .dd-item li a:hover {
    color: #9b8f78;
}

.dd .dd-item li a.active {
    color: #9b8f78;

}

.dd .dd-item.alt {
    left: auto;
    right: 0;
    width: 230px
}

.dd .dd-item.alt a {
    display: block;
    padding: 4px 0;
    text-align: right
}

.dd .dd-item.language {
    width: 100%;
}

.dd .dd-item.language a {
    padding-bottom: 5px;
    padding-top: 5px
}

.dd .dd-item:hover {
    opacity: 1;
    pointer-events: all
}

.dd .dd-item li+li {
    margin-top: 5px
}

.dd .dd-item a {

    display: flex
}

.dd .dd-item a img {
    width: 32px
}

.header .section-right .sec-request .request-button-mobile {
    min-width: 53px;
    margin-left: 20px;
}

.custom-btn-container {
    display: none;
}
.slider-wrapper .banner-slider-wrapper .banner-slider .slider-img .nav-slider-img .nav-slider-img-wrap img {
    -webkit-animation: none;
    animation: none;
}

@media screen and (max-width: 767px) {
    .dd {
        height: 45px;
    }

    .dd .f-btn-faux {
        font-size: 16px;
    }

    /* .banner-content .logo {
        display: none !important;
    } */
    .picture-section::after {
        background: linear-gradient(90deg, rgba(25, 33, 43, 0) 0, rgba(25, 33, 43, 0) 30%, #19212b) !important;
    }
	
    .slider-wrapper .banner-slider-wrapper .banner-slider .slider-img .nav-slider-img .nav-slider-img-wrap img {
        animation: none !important;
		
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider.section-overlay:after {
        background: none;
        height: 70%;
    }

    .slider-wrapper .banner-slider-wrapper .headerbutton {
        display: none !important;
    }

    /* .slider-wrapper .banner-slider-wrapper .headerbutton{
        display: none !important;

    } */

}

@media screen and (min-width: 992px) and (max-width:1060px) {


    .interesting-pages-wrapper-container {
        width: 50%;
    }
}

@media screen and (min-width: 480px) and (max-width:767px) {


    .interesting-pages-wrapper-container {
        width: 70%;
    }
}

@media screen and (max-width: 480px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .slider-wrapper .banner-slider-wrapper .banner-content .logo img {
        /* margin-top: 140px; */
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slider-img .nav-slider-img .nav-slider-img-wrap img {
        height: calc(100vh - 45px) !important;
    }

    .header .ham-menu .nav-wrapper .nav-menu .menu-container-header {
        margin-top: 40px !important;
    }

    .header .ham-menu .nav-wrapper {
        padding-top: 155px;
    }

    .header.fixed .ham-menu .nav-wrapper {
        padding-top: 100px;
    }

    .dd {
        margin-left: 0;
    }

    .header .section-right .sec-request .request-button-mobile {

        margin-left: 0px;
    }

    .header {
        padding: 0px;
    }

    .header .section-right {
        width: 100%;
        justify-content: space-between;
    }

    .dd .f-btn-faux {
        background-color: transparent;
        border: 0;
    }

    .dd .f-btn-faux:hover {
        background-color: transparent;
        color: #fff;
        opacity: 1;
        outline: none;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-prev {
        display: none !important;
    }

    .slider-wrapper .home-banner .homeSlider .slick-dots {
        display: none !important;
    }

    .slider-wrapper .banner-slider-wrapper .banner-slider .slick-next {
        display: none !important;
    }

    .slider-wrapper .banner-lower-content {
        margin-top: -380px !important;
    }

    .header .sidenav-section .section-toggle.sty1 {
        display: block !important;
    }

    .slider-wrapper .banner-lower-content.js-bannerLowerContent {
        opacity: 1 !important;
    }

    .interesting-pages-wrapper-container {
        display: block;
        height: fit-content;

    }

    .interesting-pages-wrapper-container .interesting-pages-wrapper {
        margin-top: 20px;
    }

    .interesting-pages-wrapper-container .interesting-pages-wrapper .logo-box {
        height: 100px !important;
        display: inline-block;
    }

    .custom-btn-container {
        width: 100%;
        display: block;
        display: flex;
    }

    .header .sidenav-section {
        left: 0;
        bottom: 0;
        right: 0;
    }

    .call-icon {
        background-color: #36475a;
        padding: 9.5px 8px;
        display: flex;
        align-items: center;
    }

    .call-icon svg path {
        stroke: white;
    }

    .enquire-btn,
    .book-btn {
        width: 47%;
    }

    .enquire-btn button a,
    .book-btn button a {
        color: white;
        text-decoration: none;
        font-weight: 500;
    }

    .book-btn button {
        background-color: #36475a;
        /* border: 1px solid black; */
        /* color: whi; */
        width: 100%;
    }

    .enquire-btn button {

        width: 100%;
    }

    .promo-container p {
        font-size: 12px !important;
        line-height: 20px;
    }

    .footer .footer-wrapper .content-wrap .info-wrapper .left .family p {
        font-size: 14px;
    }

    .services-wrap .services-module .upper-module-wrap .module-left .module-content p {
        text-align: left;
    }

    .footer .footer-wrapper .sec-bottom .sec-wrapper {
        padding-bottom: 50px;
    }
}

/* To hide plugin's country selector checkbox from footer */
.country-selector {
    display: none;
}

@media (max-width: 1600px) {
    .header .ham-menu .nav-wrapper .nav-menu nav ul li a {
        font-size: 30px !important;
    }
}

@media (max-width: 1420px) {
    .header .ham-menu .nav-wrapper .nav-menu nav ul li a {
        font-size: 20px !important;
    }
}

@media (max-width: 1024px) {
    .header .ham-menu .nav-wrapper .nav-menu nav ul li a {
        font-size: 26px !important;
    }
}

@media (max-width: 480px) {
    .header .ham-menu .nav-wrapper .nav-menu nav ul li a {
        font-size: 24px !important;
    }
}

.slider-wrapper .banner-slider-wrapper .banner-slider.section-overlay:after {
    bottom: 0;
    background: linear-gradient(0deg, #ffffff00, rgba(255, 255, 255, 0), transparent);
}

.slider-wrapper .banner-slider-wrapper .banner-slider.section-overlay:before {
    background: transparent linear-gradient(180deg, #19212b00, rgba(50, 78, 83, 0)) 0 0 no-repeat padding-box;
}

/* .header{
    display: flex;
    flex-direction: column;
}
.header .header__wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
} */


.header {
    transition: all 0.3s ease-in-out;
}

.header.fixed {
    top: 0;
    transition: all 0.3s ease-in-out;
}

#navbar-promo {
    /* display: none; */
}

#navbar-promo {
    display: none;
    background-color: #9b8f78;
    text-align: center;
    padding: 6px 0;
    width: 100%;
    transition: all 0.5s ease;
}

.promo-container {
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-container p {
    font-size: 18px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    margin: 0;

}

#navbar-promo img {
  max-height: 100%;
  width: auto;
}

.promo-container a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.promo-container a:hover {
    color: #19212b;
}


.body,
button,
input {
    font-family: Montserrat, sans-serif;
}

.full-width-iframe-container {
    width: 92%;
    max-width: 1600px;
    /* Prevents it from getting too wide on large screens */
    margin: 0 auto;
    /* Centers the iframe */
    position: relative;
    height: 80vh;
    /* Adjust height as needed */
    max-height: 900px;
    overflow: hidden;
    margin-bottom: 20px;
}

.full-width-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    /* Optional: Adds soft rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
}

@media screen and (min-width:1500px) {
    .full-width-iframe-container {
        max-width: 1400px
    }
}

@media screen and (min-width:1400px) {
    .full-width-iframe-container {
        max-width: 1373px
    }
}

@media screen and (max-width:1399px) {
    .full-width-iframe-container {
        width: 95%;
        max-width: none
    }
}
@media screen and (max-width:480px) {
   #navbar-promo {
		max-height: 70px;
	}
	#navbar-promo img {
		max-height: 58px;
		width: auto;
	}
	.promo-container {
		padding: 0;
	}
}
.full-width-iframe-container {
    margin-bottom: 80px
}
.services-wrap .services-module .module-wrap .module-box .module-box-item .module-box-inner-wrapper{justify-content: space-around;}
@media screen and (min-width:1500px) {
    .services-wrap .services-module .module-wrap .module-box .module-box-item{ width:200px}
}
.loadHomeSlider .slider-img{opacity:0 !important; height: 0px !important;}
.loadHomeSlider .slider-img:first-child{opacity:1 !important; height: auto !important;}

.order-now-section {
    display: flex;
    justify-content: center;
    margin: auto;
    background: #f4f0eb;
}

.order-now-section .left {
    flex: 0 0 50%;
    max-width: 50%;
}

.order-now-section .left img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}


.order-now-section .right {
    flex: 1;
    background: #f4f0eb;
    padding: 60px 60px;
    box-sizing: border-box;
        flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.order-now-section .right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #19212b;
    margin-bottom: 30px;
    margin-top: 0;
}

.order-now-section .right p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1.2px;
    font-weight: 300;
    color: rgb(25, 33, 43);
    margin:0px;
}

.order-now-section a {
    color: #fff;
    background-color: #9b8f78;
    padding: 15px 20px 12px;
    line-height: 14px;
    text-decoration: none;
    outline: none !important;
    margin-top: 70px;
    width: fit-content;
}
.order-now-section a:hover .oder-icon {
    transition: .5s;
    padding-left: 145px;
}
.order-now-section a span{
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
    margin: 15px 0;
    letter-spacing: 1.2px;
}
.order-now-section .oder-icon{
    position: relative;
    padding-left: 139px;
    transition: .5s;
    top: -2px;
}
.order-now-section .oder-icon::before{
    content: "";
    background-image: url(../img/icon/arrow-right-white.svg);
    width: 22px;
    height: 18px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: -6px;
}
.order-now-section .oder-icon::after{
    content: "";
    width: 105px;
    height: 1.5px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7.5px;
}
@media(max-width: 1024px) {
    .order-now-section .right h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .order-now-section .right p {
        font-size: 15px;
        line-height: 2;
    }
}
@media(max-width: 764px) {
    .order-now-section .right h1 {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 3px;
    }
    .order-now-section .right p {
        font-size: 13px;
        line-height: 2;
    }
}
@media(max-width: 900px) {
    
    .order-now-section {
        flex-direction: column;
        padding: 0;
    }
    .order-now-section .right {
        padding: 40px 20px;
        max-width: 100%;
    }
    .order-now-section .left {
        max-width: 100%;
    }
}
@media(max-width: 767px) {
    .order-now-section {
        margin-top: 70px;
    }
    .page-526 .order-now-section {
        margin-top: 0px;
    }
    .order-now-section a{
        padding: 12px 16px 10px;
    }
    .order-now-section a span{
        font-size: 13px;
    }
    .order-now-section .oder-icon{
        padding-left: 115px;
    }
    .order-now-section .oder-icon::before{
        height: 14px;
    }
    .order-now-section .oder-icon::after{
        width: 90px;
    }
    .gallery-wrapper {
        padding-bottom: 0;
    }
    .call-icon {
        display: none;
    }
}
@media(max-width: 480px) {
    .order-now-section a{
        padding: 14px 20px 10px 15px;
    }
    .order-now-section a span{
        font-size: 16px;
    }
    .order-now-section .oder-icon{
        padding-left: 90px;
    }
    .order-now-section .oder-icon::before{
        height: 18px;
    }
    .order-now-section .oder-icon::after{
        width: 40px;
    }
	.order-now-section .right h2 {
		font-size: 20px;
		
	}
}
@media(max-width: 350px) {
    .order-now-section a{
        padding: 12px 16px 10px;
    }
    .order-now-section a span{
        font-size: 14px;
    }
    .order-now-section .oder-icon{
        padding-left: 50px;
    }
}

.features-section {
        background: transparent;
        padding: 40px 20px;
        /* max-width: 1200px; */
        margin: 40px auto;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.features-flex {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}
.feature-card-wrapper {
    display: flex;
    gap: 10px;
    flex: 0 0 100%;
    max-width: 100%;
    background:#19212b;
}
@media (max-width: 1024px) {
    .feature-card-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-card {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

.feature-card {
    /* min-width: 25%; responsive breakpoint */
    background: #19212b;
    padding: 20px;
    text-align: center;
    width: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
}

@media (max-width: 1200px) {
    .feature-card {
         padding: 20px 15px;    
    }        
}

/* .feature-card:first-child {
border-right: solid;    
}
.feature-card:last-child {
border-left: solid; 
} */

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
}
.feature-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1.45;
    letter-spacing: 3.5px;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
}

.feature-text {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3.5px;
    font-weight: 300;
}

@media (max-width: 1120px) {
    .features-flex {
        display: block;
        max-width: 100%;
    }
    .features-section {
        padding-block: 40px;
    }
    .feature-card-wrapper {
        max-width: 100%;
    }
}
@media (max-width: 440px) {
    .features-flex {
        display: block;
        max-width: 100%;
    }
    .features-section {
        padding: 40px 0px;
    }
    .feature-card-wrapper {
        max-width: 100%;
        /* display: block; */
    }
    /* .feature-card:first-child {
        border-right: none;
    }
    .feature-card:last-child {
        border-left: none;
    } */
    .feature-card {
        width: 100%;    
    }
}
@media (max-width: 700px) {
    .feature-card-wrapper {
        display: flex;
    }
    .feature-card {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .feature-text {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
   .waitlist-form-response{
        left: 50% !important;
        bottom: 50px !important;
        transform: translateX(-50%);
   }
	.order-now-section .right h2 {
		font-size: 20px;
		
	}
}

.accordion-faq {
  width: 100%;
  background: #141e2b;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.accordion-item-faq {
  border-bottom: 1px solid #fff;
}

.accordion-header-faq {
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: background 0.3s ease;
}

.accordion-header-faq:hover {
  background: #1b2838;
}

.accordion-header-faq i {
  transition: transform 0.3s ease;
}

.accordion-header-faq.active i {
  transform: rotate(180deg);
}

.accordion-content-faq {
  max-height: 0;
  overflow: hidden;
  background: #1b2838;
  transition: max-height 0.4s ease;
  padding: 0 20px;
}

.accordion-content-faq p {
  margin: 15px 0;
  font-size: 13px;
  color: #fff;
}

/* WYSIWYG / Content Styling */
.wysiwyg {
  font-size: 14px;
  line-height: 1.7;
  color: #ccc;
}

/* Paragraphs */
.wysiwyg p {
  margin: 0 0 14px;
}

/* Headings */
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.wysiwyg h1 { font-size: 24px; }
.wysiwyg h2 { font-size: 20px; }
.wysiwyg h3 { font-size: 18px; }
.wysiwyg h4 { font-size: 16px; }
.wysiwyg h5 { font-size: 14px; }
.wysiwyg h6 { font-size: 13px; }

/* Lists */
.wysiwyg ul,
.wysiwyg ol {
  margin: 12px 0 16px 20px;
  padding: 0;
}

.wysiwyg ul {
  list-style-type: disc;
}

.wysiwyg ol {
  list-style-type: decimal;
}

.wysiwyg li {
  margin-bottom: 6px;
}

/* Anchors / Links */
.wysiwyg a {
  color: #9ecfff;
  text-decoration: underline;
  transition: color .3s ease;
}

.wysiwyg a:hover {
  color: #d2e7ff;
}

/* Bold / Strong */
.wysiwyg strong,
.wysiwyg b {
  font-weight: 600;
  color: #fff;
}

/* Italic */
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}

/* Blockquote */
.wysiwyg blockquote {
  border-left: 3px solid #9ecfff;
  padding-left: 12px;
  margin: 16px 0;
  color: #ddd;
  font-style: italic;
}

/* Tables */
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.wysiwyg th,
.wysiwyg td {
  border: 1px solid #444;
  padding: 8px 10px;
}

.wysiwyg th {
  background: #1e2a38;
  color: #fff;
  font-weight: 600;
}

/* Images */
.wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 12px 0;
}
.card-body.pera-section.wysiwyg * {
    font-size: 14px !important;
}

@media (max-width: 767px) {
    .card-body.pera-section.wysiwyg * {
        font-size: 12px !important;
    }
}
.order-now-popup {
    display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 75%;
}

.order-now-popup .order-now-section {
    position: relative;
}

.order-now-popup .order-now-section .right {
    padding: 25px;
}
.order-now-popup .order-now-section .right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #19212b;
    margin-bottom: 30px;
    margin-top: 0;
}
.order-now-popup .order-now-section .close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
}
#custom-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
}

.order-now-popup .order-now-section .close-icon rect {
    fill: #000;
    stroke: #000;
    stroke-width: 5px;
}
.order-now-popup .order-now-section .close-icon {
    cursor: pointer;
}
.order-now-popup {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.order-now-popup.show {
    opacity: 1;
}


@media (max-width: 1220px) {
    .order-now-popup .order-now-section {
        flex-direction: column;
    }
    .order-now-popup .order-now-section .left,
    .order-now-popup .order-now-section .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .order-now-popup .order-now-section .right h2 {
        font-size: 20px;
    }
    .gallery-wrapper {
        padding-bottom: 0;
    }
    .call-icon {
        display: none;
    }
    .enquire-btn {
        flex: 1;
    }
    .btn-style-1 {
        background-color: #212a35;
    }
    .book-btn {
        flex: 1;
    }
    .book-btn button {
        background-color: #19212b;
    }
    .btn-style-1 {
        width: auto;
    }
}

@media (max-width: 600px) {
    .order-now-popup {
        width: 90%;
    }
}

@media (max-width: 425px) {
    .order-now-popup .order-now-section .right .oder-icon {
        padding-left: 55px;
    }
}


@media (max-width: 480px) {
    .header .ham-menu .nav-wrapper {
        padding-top: 100px;
    }
    .dd {
        display: none;
    }
    
    .dd.mobile {
        display: block;
        max-width: max-content;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .header {
        position: fixed;
        height: 85px;
        transition: all 0.3s ease 0s;
        background-image: none;
    }
    .header.fixed {
        height: 60px;
        background-color: #19212b;
    }
    .header .ham-menu {
        position: relative;
        min-width: max-content;
        transition: all 0.3s ease 0s;
    }
    /* .header.fixed .ham-menu {
        transform: scale(0.9);
    } */
    .request-button {
        transition: all 0.3s ease 0s;
    }
    .request-button.mobile-only {
        background-color: transparent;
        width: 40px;
        height: 40px;
        border: 1px solid rgb(255 255 255 / 60%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: all 0.3s ease 0s;
    }
    .request-button.mobile-only .start-info-det {
        position: absolute;
        background-color: rgb(25, 33, 43);
        top: 0;
        left: 0;
        opacity: 0;
        /* pointer-events: none; */
        border-radius: 5px;
        padding: 26px;
        transition: all 0.3s ease 0s;
        z-index: -2;
        height: 0;
    }
    .request-button.mobile-only .start-info-det .contact-item {
        position: relative !important;
        line-height: 35px;
        padding-right: 10px;
        white-space: nowrap;
        font-size: 18px;
        left: unset !important;
        top: unset !important;
        transform: none !important;
        color: #fff;
        display: flex;
        width: max-content !important;
        height: max-content !important;
        align-items: center;
    }
    .request-button.mobile-only .start-info-det .contact-item svg {
        width: 21px;
        height: auto;
        margin-right: 10px;
    }
    .request-button.mobile-only .start-info-det .contact-item:first-child svg path {
        fill: transparent !important;
        stroke: #fff;
        stroke-width: 3px;
    }
    .request-button.mobile-only .start-info-det .contact-item:last-child svg {
        width: 25px;
    }
    /* .request-button.mobile-only .start-info-det .contact-item:last-child svg path {
        fill: transparent !important;
        stroke: #fff;
        stroke-width: 3px;
    } */
    .request-button.mobile-only .start-info-det .contact-item svg path {
        fill: #fff !important;
    }
    .request-button.mobile-only .start-info-det.active {
        opacity: 1;
        height: max-content !important;
        top: 40px;
        z-index: 2;
        height: auto;
    }
    .header.fixed .request-button.mobile-only {
        border-color: transparent;
        width: 30px;
        height: 30px;
    }
    .header .ham-menu .menuToggle {
        background-color: transparent;
        width: 100%;
        transition: all 0.3s ease 0s;
        align-items: normal;
    }
    .header .ham-menu .menuToggle span {
        left: 10px;
        transform: none;
        transition: all 0.3s ease 0s;
    }
    .header .ham-menu .menuToggle span.bar1 {
        top: 3px;
        left: 16px;
    }
    .header .ham-menu .menuToggle span.bar2 {
        top: 13px;
        left: 10px;
        width: 20px !important;
    }
    .header .ham-menu .menuToggle span.bar3 {
        bottom: 10px;
        width: 20px;
        left: 15px;
    }
    .header .section-right .sec-request .request-button-mobile .logo-mbl {
        background-color: transparent;
        width: 120px;
        height: 71px;
        padding: 0;
    }
    .header.fixed .section-right .sec-request .request-button-mobile .logo-mbl {
        width: 92px;
        height: 55px;
    }
    .header .section-right .sec-request {
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .request-button.mobile-only .btn-style-1 {
        background-color: transparent;
        width: 100%;
    }
    .header .section-right .sec-request .request-button a {
        transition: all 0.3s ease 0s;
        height: 100%;
        height: 21px;
        width: 21px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .btn-style-1 .tosvg {
        width: 21px;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        filter: brightness(20);
        transition: all 0.3s ease 0s;
    }
    .btn-style-1 .tosvg path {
        fill: #fff;
    }
    .header .section-right .sec-request .request-button-mobile .logo-mbl img {
        transition: all 0.3s ease 0s;
    }
    .header .section-right .sec-request .request-button-mobile .logo-mbl img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease 0s;
    }
    /* .header.fixed .section-right .sec-request .request-button-mobile .logo-mbl img {
        width: 65px;
        transition: all 0.3s ease 0s;
    } */
    .header .section-right .sec-request .request-button-mobile {
        min-width: auto;
        transition: all 0.3s ease 0s;
    }
    body.scroll-y .sec-request {
        opacity: 0;
        visibility: hidden;
    }
    body.scroll-y .section-right {
        width: 0;
    }
    .header .ham-menu .nav-wrapper {
        padding-bottom: 50px;
    }
    section .picture-section {
        position: relative;
        max-height: 425px;
        height: 100%;
    }
    .sec-height {
        align-items: flex-end;
        flex-direction: column;
    }
    .picture-section::after {
        /* background: linear-gradient(180deg, rgba(25, 33, 43, 0) 0, rgba(25, 33, 43, 0) 30%, #19212b) !important; */
        background: linear-gradient(360deg, hsla(213, 26%, 13%, 1) 0%, rgb(255 255 255 / 0%) 47%) !important;
    }
    .pera-section p {
        font-size: 16px;
    }
    .services-wrap .services-module .upper-module-wrap .module-left .module-content .module-rte p {
        font-size: 16px;
    }
    .services-wrap .services-module .module-wrap .module-box .module-box-item .module-box-inner-wrapper .module-rte p {
        font-size: 16px;
    }
    .order-now-section .right p {
        font-size: 16px;
    }
    section .arrow-list-content-box .pera-section ul li {
        font-size: 16px;
    }
    .feature-text {
        font-size: 16px;
    }
    .sec-accordion .price-accordion-flipper .tab-content .tab-pane .accordion .card .card-header h5 button {
        font-size: 16px;
    }
    .card-body.pera-section.wysiwyg * {
        font-size: 16px !important;
    }
    .header .ham-menu .menuToggle .menu-content {
        display: block;
        margin-left: 30px;
        margin-right: 15px;
        transition: all 0.3s ease 0s;
    }
    body.scroll-y .header .ham-menu .menuToggle .menu-content {
        display: none;
    }
    .header .ham-menu .menuToggle .menu-content p {
        transition: all 0.3s ease 0s;
        text-transform: lowercase;
        margin: 6px 0 0px 0;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7px 100%, 7px calc(100% - 15px), 0% calc(100% - 7px));
        /* clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7px 100%, 7px calc(100% - 13px), 0% calc(100% - 13px)); */
    }
    p {
        letter-spacing: 1.2px;
    }
    .order-now-popup {
        top: 85px;
        transform: translateX(-50%);
        max-height: 500px;
        overflow-y: scroll;
    }
    .no-margin.sec-height {
        min-height: auto;
    }
}

/* .slider-wrapper.p-chalet {
    height: auto;
}
.slider-wrapper {
    position: relative;
    height: 100vh;
}
.banner-slider-wrapper{
    height: 100%;
}
.banner-slider {
    height: 100%;
}
.slick-list {
    height: 100%;
}
.slick-track {
    height: 100%;
}

.banner-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */

.slider-wrapper.home-slider {
    position: relative;
    height: 100vh;
}
.banner-slider-wrapper{
    height: 100%;
}
.banner-slider {
    height: 100%;
}
.slick-list {
    height: 100%;
}
.slick-track {
    height: 100%;
}
 
.banner-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}