@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Hero Section news Start Css 26-02-26 */
body .news-hero-section {
    position: relative;
}
body .news-site-banner-slider-item {
    position: relative;
}
body .news-site-banner-slider-img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    display: block;
}
body .news-hero-section .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1320px;
    padding: 0 20px;
    z-index: 1;
}
body .news-page-hero-title {
    max-width: 685px;
    background: #fff;
    padding: 50px;
    text-align: left;
    transform: translateY(-50%);
}
body .news-page-inner-heading {
    font-weight: 700;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
}
body .news-date {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-bottom: 20px;
}

body .news-page-hero-title .btn {
    padding: 0;
    background: transparent;
    color: #0a3255;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    border: none;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 500;
}
body .news-page-hero-title .btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: #0a3255;
    transition: 0.3s ease;
}
body .news-page-hero-title .btn:hover {
    color: #000;
}
body .news-page-hero-title .btn:hover::after {
    width: 60%;
}
.info-section .owl-nav.disabled {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    padding: 0 30px;
}
.info-section button.owl-prev {
    transform: rotate(180deg);
}
.info-section button.owl-prev, .info-section button.owl-next {
    margin: 0 !important;
    width: 40px;
    font-size: 0 !important;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/arrow.png) !important;
    border-radius: 50% !important;
    z-index: 9;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
@media (max-width: 992px) {
    body .news-site-banner-slider-img {
        height: 550px;
    }
    body .news-page-inner-heading {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    body .news-hero-section .container {
        top: auto;
        left: auto;
        transform: none;
        padding: 0 15px;
    }
    body .news-page-hero-title {
        padding: 25px;
        position: unset;
                transform: translateY(0%);
    }
    body .news-page-inner-heading {
        font-size: 24px;
    }
    body .news-date {
        font-size: 16px;
    }
    body .news-site-banner-slider-img {
        height: 420px;
    }
    body .news-page-hero-title .btn{
        font-size: 16px
    }

    /*body .news-hero-section .site-banner-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }*/
}

/* Single Details Imgae Wrap Css */
.site-only-text-page .img-right-wrap {
  float: left;
  width: 400px;
  height: auto !important;
  margin: 0 30px 20px 0;
  display: block;
}
.site-only-text-page::after {
  content: "";
  display: block;
  clear: both;
}
body .gallery-slider .owl-nav{
    display: none !important;
}
.gallery-slider .owl-dots{
    margin-top: 15px;
}
/*end of 24-02-26*/

/*-------- |-- Gallery Pop Up - Start CSS --| ----------*/
.mfp-gallery .mfp-container .mfp-arrow {
    opacity: 1;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 36px;
    height: 36px;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right {
    right: 15px;
}
.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left {
    left: 15px;
}
.mfp-gallery .mfp-container .mfp-arrow:hover {
    opacity: 0.85;
}

.mfp-gallery .mfp-container .mfp-arrow:before, 
.mfp-gallery .mfp-container .mfp-arrow:after {
    border-width: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}

.mfp-gallery .mfp-container .mfp-arrow:before {
    border-width: 0!important;
    border: 0!important;
    opacity: 1;
    background: url("/public/assets/images/arrow.png") !important;
    z-index: 111;
    inset: 0 !important;
    width: 35px;
    height: 35px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left:before {
    transform: rotate(-180deg);
}

.mfp-gallery .mfp-container .mfp-content button.mfp-close {
    background: red;
    opacity: 1;
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0;
    font-size: 34px;
    border-radius: 100px;
    font-weight: 500;
    font-family: inherit;
    line-height: 0;
    top: 20px !important;
    right: -15px !important;
    cursor: pointer !important;
    transition: 0.3s all;
    justify-content: center;
}

/*20-08-25*/
.mfp-gallery .mfp-iframe-holder .mfp-content button.mfp-close { 
    top: -20px !important;
}
/*End 20-08-25*/

.mfp-gallery .mfp-container .mfp-content button.mfp-close:hover { 
    background: #ff0000d4;
}
.mfp-gallery .mfp-container .mfp-content .mfp-bottom-bar {
    display: none;
}


/*28-08-25*/
.cancellation-policy-section p {
    text-align: left !important;
}
/*End 28-08-25*/

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

    .mfp-gallery .mfp-container .mfp-content {
        max-width: 85%;
    }

}


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

    .mfp-gallery .mfp-container .mfp-content button.mfp-close {
        width: 30px !important;
        height: 30px !important;
        font-size: 28px;
        top: 23px !important;
        right: -12px !important;
    }

    /*20-08-25*/
    .mfp-gallery .mfp-iframe-holder .mfp-content button.mfp-close { 
        top: -23px !important;
    }
    /*End 20-08-25*/

    .mfp-gallery .mfp-container .mfp-content {
        max-width: 100%;
    }

    .mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-left {
        left: 5px;
        top: 7px;
    }
    .mfp-gallery .mfp-container .mfp-arrow.mfp-arrow-right {
        right: 5px;
    }

}


/*-------- |-- Gallery Pop Up - End CSS --| ----------*/



html body{
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: auto;
}

.text-a-inner{
    color: #0a3255;;
}

/* header */
.header-top-bar {
    background: #0a3255;
}

.site-icon-list-topbar {
    column-gap: 40px;
    list-style: none;
}

.nav-list-item-link.active {
    font-weight: 600 !important;
}

.icon-list-topbar a {
    color: #fff;
    text-decoration: none;
    column-gap: 8px;
    font-size: 16px;
}

.icon-list-topbar a:hover{
    color: #fff;
    text-decoration: underline;
}

.out-line-btn {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 5px 12px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}

.site-topbar-btn a.out-line-btn {
    border-radius: 8px;
}

.out-line-btn:hover {
    background: #fff;
    color: #0a3255;
}

.site-topbar-icons-wrap {
    display: flex;
    align-items: center;
    column-gap: 21px;
}

.site-topbar-icons-wrap a {
    color: #fff;
    font-size: 18px;
}

.site-topbar-icons-wrap a:hover {
    color: #fff;
}

.site-nav-list {
    display: flex;
    list-style: none;
    justify-content: end;
    align-items: center;
    column-gap: 35px;
    margin: 0;
    padding: 0;
}
.green-mega-menu-nav .site-nav-list{
    column-gap: 25px;
}
.green-mega-menu-nav .site-nav-list .site-nav-list-item {
    max-width: 200px;
}

.site-logo-wrap a {
    display: block;
}

.site-logo-wrap img {
    max-width: 216px;
}

a.nav-list-item-link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 400;
    position: relative;
}

.nav-list-item-link:hover,
.nav-list-item-link.active {
    color: #0a3255;
}

.nav-list-item-link:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0a3255;
    transition: 0.3s;
    opacity: 0;
}

.nav-list-item-link:hover:after,
.nav-list-item-link.active:after {
    bottom: -38px;
    opacity: 1;
}

.site-languages-drop-down button#dropdownMenuButton1 {
    background: transparent;
    border: none;
}

.site-languages-drop-down i {
    margin-right: 10px;
}

.site-languages-drop-down button#dropdownMenuButton1:focus {
    box-shadow: none;
}
.site-mobile-menu-icon i {
    font-size: 24px;
}

.site-languages-drop-down button#dropdownMenuButton1 {
    padding: 0;
}


.site-nav-list-sub-main {
    top: 100%;
    padding: 15px 0 !important;
    list-style: none;
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 250px;
    left: 0;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.site-nav-dropdown {
    position: relative;
}

/* .site-nav-dropdown .nav-list-item-link:after {
    display: none;
} */

.site-submenu-link {
    color: #0a3255;
    text-decoration: none;
    padding: 0 20px;
    display: block;
}

.site-submenu-wrap {
    margin-bottom: 12px;
}

.site-submenu-wrap:last-child {
    margin-bottom: 0;
}

.site-nav-dropdown.active .site-nav-list-sub-main {
    display: block;
}

.site-submenu-inner-main {
    padding: 10px 0;
    list-style: none;
    position: absolute;
    width: 250px;
    right: 100%;
    top: 0;
    background: #fff;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.site-submenu-link:hover {
    color: #3474c3;
}

.site-submenu-inner {
    position: relative;
}

.site-submenu-inner:hover .site-submenu-inner-main {
    display: block;
}

.site-nav-dropdown .nav-list-item-link {
    padding-right: 20px;
}

.site-nav-dropdown .nav-list-item-link:before,
.site-submenu-inner .site-submenu-link:before{
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 0;
    transition: 0.3s;
}

.site-submenu-inner .site-submenu-link:before {
    right: 10px;
}

.site-nav-dropdown.active .nav-list-item-link:before,
.site-submenu-inner:hover .site-submenu-link:before {
    transform: rotate(180deg);
}

.site-submenu-inner .site-submenu-link {
    padding-right: 30px;
    position: relative;
}

.site-submenu-inner-main .site-submenu-link:before {
    display: none;
}

.site-languages-drop-down ul.dropdown-menu.show {
    min-width: unset;
    width: fit-content;
}

.site-languages-drop-down .dropdown-toggle:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    margin: 0;
    vertical-align: unset;
    border: 0;
    font-size: 16px;
}
/* END Header */

/* Footer */

.footer-heading a {
    color: #fff !important;
    text-decoration: none;
}

.site-footer-top {
    background: #203857;
}

.site-footer-bottom {
    background: #1c314c;
}

.footer-heading {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-logo-wrap a {
    display: flex;
    justify-content: start;
    width: 100%;
}

.footer-logo-wrap img {
    max-width: 210px;
}

.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.footer-list-item {
    padding-bottom: 5px;
}

.footer-list-link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    left: 0;
}

.footer-list-link:hover {
    color: #fff;
    left: 10px;
}

.footer-heading+.footer-heading {
    margin-top: 40px;
}

.footer-logo-wrap {
    margin: 50px 0 10px;
}

.footer-bottom-links {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    column-gap: 15px;
}

.footer-list-icon {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 15px;
}

.footer-icon-list-team a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    border-radius: 50px;
    color: #203857;
    border: 1px solid #fff;
    transition: 0.3s;
}

.footer-icon-list-team a:hover {
    background: #203857;
    color: #fff;
}

.footer-bottom-links-item a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.footer-bottom-links-item a:hover {
    text-decoration: underline;
    color: #fff;
}

.site-copyright {
    margin: 0;
    text-align: right;
    color: #fff;
    font-size: 14px;
}
/* END Footer */

/* banner section */

.site-banner-slider-item {
    /* min-height: 800px; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.site-banner-slider-item-text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    max-width: 950px;
    margin: 0 auto;
    z-index: 2;
}

.site-banner-slider-item-heading {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.site-banner-slider-item-description {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.site-resort-slider-wrap .site-banner-slider-item .site-banner-slider-img{
    height: 80vh;
    object-fit: cover;
    width: 100% !important;
}

.site-primary-btn {
    padding: 12px 28px;
    background: #0a3255;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #0a3255;
    transition: 0.3s;
    border-radius: 5px;
}

.site-secondary-btn {
    padding: 12px 28px;
    background: #ffffff00;
    color: #0a3255;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #0a3255;
    transition: 0.3s;
    border-radius: 5px;
}

.site-secondary-btn:hover{
    background: #0a3255;
    color: #fff;
}
.site-primary-btn:hover {
    color: #0a3255;
    background: #fff;
}

/* .site-banner-slider-item {
    background-image: url(../images/banner-img.jpg);
} */

.site-banner-slider-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

/* end banner section */

/* Info section */
.site-info-wrap {
    /* max-width: 860px; */
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.site-body-lg {
    font-size: 18px;
    color: #000;
}
/* End Info section */

/* Search bar  */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3%;
    transform: translate(-50%, -50%);
    width: 60%;
    /*margin-left: 20%;*/
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
}

#search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#search input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 40px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    cursor: pointer;
}
/* End Search bar  */

/* Page Loader */
#page-loader-overlay{   
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height:100%;
  display: none;
  background: rgba(0,0,0,0.6);
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #0A3255 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
/* End Page Loader  */

.box-section {
    background: #e6f7f7;
    padding-top: 80px;
    padding-bottom: 80px;
}

.site-box-heading:after {
    content: "";
    width: 60%;
    height: 3px;
    background: #3474c3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.site-box-heading {
    position: relative;
    padding-bottom: 20px;
    color: #3474c3;
    font-size: 26px;
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.section-heading-sm {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.body-text {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.img-border-radius {
    border-radius: 25px;
}

.site-testimonial-main {
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-section {
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-left: 30px;
    padding-right: 30px;
}

.site-testimonial-img img {
    max-width: 90px;
    border-radius: 50%;
    margin-top: -40px;
}

.site-testimonial-img {
    text-align: center;
    padding-bottom: 10px;
}

.site-testimonial-wrap {
    background: rgb(0 0 0 / 50%);
    padding: 0 30px 40px;
}

.site-testimonial-text {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.site-testimonial-name {
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.latest-news-section .section-heading {
    margin-bottom: 0;
}

.latest-news-item {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news-box-link .site-secondary-btn {
    padding: 8px 28px;
}
.news-custom-container .news-box-link {
	color: inherit;
	text-decoration: none;
	height: 100%;
	display: flex;
}

.portfolio-info-main .body-text {
	font-size: 14px;
	display: -webkit-box;
	height: 45px;
	overflow: hidden;
	margin: 0;
}
/*
.portfolio-info-main:after {
	content: "";
	background-image: linear-gradient(transparent 0px, rgba(255, 255, 255, 0.7) 52px, #fff 80px);
	width: 100%;
	height: 85px;
	left: 0;
	bottom: 0;
	position: absolute;
} */

.news-custom-container .news-box-link .site-btn-wrap {
	padding: 0 15px 15px 15px;
}

.news-custom-container .news-box-link {
    color: inherit;
    text-decoration: none;
}
.portfolio-info-main {
    padding: 15px;
    position: relative;
    max-height: 210px;
    overflow: hidden;
}

.portfolio-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    min-height: 44px;*/
}

.portfolio-info-main .body-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

.portfolio-info-main .site-secondary-btn {
    color: #5992d7;
    border-color: #5992d7;
    padding: 8px 28px;
}

.portfolio-info-main .site-secondary-btn:hover {
    background: #5992d7;
    color: #fff;
}

.portfolio-date {
    font-size: 14px;
    font-weight: 700;
    color: #5992d7;
}

.portfolio-image img {
    /* height: 230px; */
    height: auto;
    object-fit: cover;
    min-height: 230px;
    object-fit: cover;
}

.portfolio-image {
    position: relative;
}

.portfolio-ietm-tag {
    background: #5992d7;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    left: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 6px;
    color: #fff;
    border-radius: 3px;
}

.site-featured-box-item {
    overflow: hidden;
    border-radius: 8px;
}

.site-featured-image img {
    height: 235px;
    object-fit: cover;
}

.featured-section {
    background: #d1e6e4;
    position: relative;
    overflow: hidden;
}

.site-featured-info {
    background: #fff;
    padding: 22px;
    border-radius: 8px;
    margin-top: -8px;
    position: relative;
    z-index: 2;
}

.featured-section-heading {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #0a3255;
    color: #fff;
    border-radius: 8px;
    padding-right: 10px;
}

.featured-section-bg {
    position: relative;
}

.featured-section-bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #0a3255;
}

.featured-section-wrap {
    position: relative;
    z-index: 2;
}

.site-featured-tag {
    background: #40a9a0;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    left: 15px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 6px;
    color: #fff;
    border-radius: 3px;
}

.site-featured-image {
    position: relative;
}

.site-featured-options {
    color: #40a9a0;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}

.site-featured-heading {
    color: #0a3255;
    font-size: 20px;
    font-weight: 700;
}

.site-featured-text {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0a3255;
    min-height: 84px;
}

.site-featured-info .site-secondary-btn {
    padding: 8px 28px;
}

.bg-img-none:after{
    display: none;
}

.featured-section-heading .body-text,
.featured-section-heading .section-heading {
    color: #fff;
}

.site-featured-box-wrap .owl-dots .active span {
    background: #203857 !important;
}

.site-featured-box-wrap .owl-dots span {
    background: #20385780 !important;
}

.slider-section {
    background-image: url(../images/banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-color: #33B771;
}

.slider-section:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(51 183 113 / 70%);
    z-index: 0;
}

.slider-section-heading {
    position: relative;
    z-index: 2;
}

.commitment-slider-main {
    position: relative;
    z-index: 2;
}

.slider-section-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 800px;
    margin: 0 auto;
}

.slider-section-heading .section-heading {
    color: #fff;
    text-align: center;
}

.slider-section-heading .body-text {
    color: #fff;
    text-align: center;
    margin: 0;
}

.commitment-slider-item-img img {
    height: 220px;
    object-fit: cover;
}

.commitment-slider-item {
    overflow: hidden;
    border-radius: 10px;
}

.commitment-slider-item-info {
    background: #fff;
    padding: 20px;
}

.commitment-slider-item-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.commitment-slider-item-list {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.commitment-list-item {
    font-size: 16px;
    margin-bottom: 10px;
}

.commitment-list-item i {
    margin-right: 7px;
}

.commitment-slider-item-info .site-secondary-btn {
    padding: 8px 26px;
}

.commitment-slider-wrap .owl-dots {
    margin-top: 40px !important;
}

.commitment-slider-wrap  .owl-dot span {
    background: #fff !important;
    opacity: 0.6;
    margin: 2px !important;
}

.commitment-slider-wrap .owl-dot.active span {
    opacity: 1;
    width: 50px !important;
}

.form-field-type-oneline {
    row-gap: 7px;
}
/* portfolio-development */
.site-inner-page-info p {
    text-align: center;
}

.page-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-hero-section{
    position: relative;
}

.inner-banner-slider .inner-banner-slider-item, .inner-banner-slider .inner-banner-slider-item img {
    height: 493px;
    object-fit: cover;
    object-position: top center;
}

.banner-heading-wrap {
    margin-bottom: 0;
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.text-shadow {
    text-shadow: 0px 0px 2px #000000;
}

.information-submit-captcha {
    display: flex;
    align-items: center;
    column-gap: 50px;
}
/* END portfolio-development */

.tab-section {
    background: #f7faff;
}

.site-tab-wrap .nav-link {
    margin-bottom: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid rgb(64 169 160 / 0%) !important;
    padding: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.site-tab-wrap .nav-tabs {
    column-gap: 50px;
}

.site-tab-wrap .nav-link:hover{
    color: rgb(64, 169, 160) !important;
}

.site-tab-wrap .nav-link.active {
    border-color: rgb(64, 169, 160) !important;
    color: rgb(64, 169, 160) !important;
}

.site-tab-content-wrap .site-btn-wrap {
    text-align: center;
}


.site-tab-content-wrap-inner {
    position: relative;
}

.map-address-box {
    position: absolute;
    max-width: 340px;
    top: 60px;
    right: 70px;
    width: 100%;
}

.map-address-box-wrap {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.map-address-box-info {
    padding: 20px 15px;
}

.map-address-box-heding {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
}

.map-address-box-subheading {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.map-address-box-text {
    font-size: 14px;
    color: #000;
}

.map-location-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 !important;
    padding: 0px 15px 8px;
}

.map-address-box-info .site-btn-wrap {
    text-align: left;
}

.map-address-box-info .site-btn-wrap .site-primary-btn {
    padding: 6px 22px;
    font-size: 13px;
    background: #40a9a0;
    border-color: #40a9a0;
    font-weight: 600;
}

.map-address-box-info .site-btn-wrap .site-primary-btn:hover {
    background: #fff;
    color: #40a9a0;
}


.team-member-wrap:nth-child(even) {
    background: #f7faff;
}


.slider-career-item {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
    overflow: hidden;
}

.career-slider-section {
    background: #f8f8f8;
}

.slider-career-info {
    padding: 30px 20px 60px;
}

.slider-career-text {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
}

.slider-career-bottom {
    position: relative;
    padding: 32px 30px 40px;
    background-image: url(../images/coming-soon-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider-career-bottom .quote {
    width: 50px;
    height: 50px;
    background: #254866;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    position: absolute;
    top: -25px;
    left: 15px;
}

.slider-career-bottom .quote i {
    font-size: 18px;
}

.slider-career-title {
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.career-slider-search-box-inner {
    background-color: #fff;
    padding: 30px 80px;
    border-radius: 10px;
    box-shadow: -1px -1px 6px 2px #0000002b;
    margin-top: -100px;
    z-index: 2;
    position: relative;
}

.career-slider-search-box-heading {
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
}

.career-slider-search-box-inner .site-btn-wrap {
    margin-top: 15px;
}

.career-slider-search-box-inner .site-btn-wrap a {
    width: 100%;
}

.slider-career-main .owl-nav {
    margin-top: 20px !important;
    width: 50%;
    float: left;
    text-align: left !important;
}

.slider-career-main .owl-dots {
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 50%;
    margin-top: 20px;
    padding: 15px 0px;
    justify-content: end;
}

.slider-career-main button.owl-prev span,
.slider-career-main button.owl-next span {
    font-size: 28px;
    width: 40px;
    height: 40px;
    line-height: 35px;
    display: block;
    background: #3C3A43;
    color: #fff;
}

.slider-career-main .owl-dots button.owl-dot span {
    margin: 0;
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    border-radius: 50%;
    opacity: 0.5;
}

.slider-career-main .owl-dots button.owl-dot.active span {
    background: #869791;
    opacity: 1;
}

.bluffs-section {
    background: #0a3255;
}

.bluffs-slider-text {
    max-width: 600px;
}

.bluffs-slider-text .section-heading {
    color: #fff;
}

.bluffs-slider-text .body-text {
    color: #fff;
}

.bluffs-slider-main button.owl-next span,
.bluffs-slider-main button.owl-prev span{
    color: #0a3255;
    font-size: 28px;
    position: relative;
    top: -2px;
}

.bluffs-slider-main button.owl-next,
.bluffs-slider-main button.owl-prev{
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.bluffs-slider-main .owl-nav {
    display: flex;
    width: 50%;
    top: -20px;
    position: relative;
}

.site-partnership-wrap {
    margin: 0 auto;
    max-width: 1600px;
}

/*.site-partnership-slider .site-partnership-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 720px;
}*/

.site-partnership-info .section-heading {
    max-width: 600px;
    color: #45424d;
    margin-bottom: 30px;
}

.site-partnership-slider .owl-nav {
    width: 58.33333333%;
    margin: 0 0 0 auto !important;
    display: flex;
    column-gap: 8px;
    position: relative;
    top: -34px;
    padding-left: 10px;
}

.site-partnership-slider .owl-nav button {
    margin: 0 !important;
    width: 34px;
    height: 34px;
    border: 1px solid #888 !important;
    border-radius: 50px !important;
    background: #ffffff00 !important;
    color: #000 !important;
}

.site-partnership-slider .owl-nav button span {
    font-size: 28px;
    line-height: 26px;
}

.site-partnership-slider .owl-nav button.owl-prev span {
    position: relative;
    left: -1px;
}

.site-partnership-slider .owl-nav button.owl-next span {
    position: relative;
    right: -1px;
}

.communities-slider-wrap .site-partnership-info {
    /*max-width: 770px;*/
    margin: 0 0 0 auto;
    padding-right: 30px !important;
}
.info_content {
    max-width: 330px;
}
.site-communities-main {
    position: relative;
}

/*.site-communities-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 3.5rem;
    width: 100%;
    height: calc(100% - 8rem) !important;
    background: #0a3255;
}*/

.site-partnership-item.communities-slider-wrap {
    background: #0a3255;
    margin-top: 60px;
    margin-bottom: 60px;
}

.site-slider-partnership-row .site-partnership-image {
    /* height: calc(100% + 120px); */
    height: 665px;
    margin-top: -60px;
    object-fit: cover;
    margin-bottom: -60px;
}

.site-partnership-image .partnership-image-inner {
    /*height: 100%;*/
    height: 665px;
    object-fit: cover;
}

.site-communities-main .site-partnership-wrap {
    position: relative;
    z-index: 2;
}

.site-communities-main .section-heading {
    color: #fff;
}

.site-communities-main .site-partnership-text p {
    color: #fff;
}

.site-partnership-item.communities-slider-wrap .site-partnership-info .site-primary-btn, 
.bluffs-slider-main .bluffs-slider-text .site-primary-btn {
    padding: 12px 28px;
    background: #ffffff;
    color: #0a3255;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 10px;
}

.site-partnership-item.communities-slider-wrap .site-partnership-info .site-primary-btn:hover,
.bluffs-slider-main .bluffs-slider-text .site-primary-btn:hover{
    background: #0a3255;
    color: #fff;
}

.site-communities-main .site-partnership-slider .owl-nav {
    margin: 0  !important;
    justify-content: end;
    top: -110px;
    padding-left: 0;
    padding-right: 50px;
}

.site-communities-main .site-partnership-slider .owl-nav button {
    background: #fff !important;
}

.site-cta-wrap {
    text-align: center;
}

.cta-section {
    background: #40a9a0;
}

.cta-section .section-heading-sm {
    color: #fff;
}

.cta-section  a.site-primary-btn {
    color: #0a3255;
    background: #fff;
    border-color: #fff;
}

.cta-section a.site-primary-btn:hover {
    color: #fff;
    border-color: #0a3255;
    background: #0a3255;
}

.background-overlay {
    width: 100%;
    padding: 50px;
    background: rgb(0 0 0 / 30%);
}

.map-canvas-wrap .gm-style-iw.gm-style-iw-c {
    padding: 0;
}

.map-canvas-wrap  .gm-style-iw-chr {
    position: absolute;
    right: 0;
}

.map-canvas-wrap  .gm-style-iw-d {
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    overflow: unset !important;
}

.map-canvas-wrap .gm-style-iw-d div {
    width: 100%;
}
.map-button-wrap{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.map-button-wrap a{
    line-height: 16px;
    font-size: 12px !important;
        padding: 10px 20px 8px 20px !important;
}
.contain-address-map-img h4 {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 !important;
    padding: 20px 15px 8px;
}

.contain-address-map-details-wrap {
    padding: 0 15px 20px;
}

.contain-address-map-details-wrap p {
    font-size: 14px;
    color: #000;
    margin: 0 !important;
    margin-bottom: 24px !important;
}

.contain-address-map-img img {
    max-width: 330px;
}

.contain-address-map-details-wrap  a.map-book-now-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 6px 22px;
    background: rgb(64, 169, 160);
    border: 1px solid rgb(64, 169, 160);
}

.contain-address-map-details-wrap a.map-book-now-btn:hover {
    background: #fff;
    color: rgb(64, 169, 160);
}

.contain-address-map-img img {
    max-width: 330px;
}

.gm-ui-hover-effect>span {
    color: #fff;
}

.map-canvas-wrap .gm-style-iw-chr button.gm-ui-hover-effect {
    background: #203857 !important;
    opacity: 1;
    width: 36px !important;
    height: 36px !important;
}

.map-canvas-wrap .gm-style-iw-chr button.gm-ui-hover-effect span {
    margin: 0 !important;
    background-color: #ffffff;
    position: relative;
    left: 6px;
}

/* Search */
.search-result-heading-wrap {
    font-size: 22px;
    font-weight: 700;
    color: #203857;
}

.search-result-list-item-link img {
    height: 200px;
    object-fit: cover;
}

.search-result-list-item-link {
    display: inline-block;
    text-decoration: none;
}

.search-result-list-heading {
    color: #203857;
    margin: 0;
    font-weight: 600;
}

.search-result-list-item {
    border-bottom: 1px solid #203857;
}

.search-result-list-item:last-child {
    border: 0;
}


/* Communities */

.select-box-label {
    font-weight: 700;
    color: rgb(69, 66, 77);
    font-size: 16px;
    margin-bottom: 15px;
}

.select-section-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.select-box-inner select {
    min-height: 42px;
    color: rgb(69, 66, 77);
    border: 1px solid rgb(206 206 206);
    border-radius: 5px;
    width: 100%;
    padding: 4px 10px;
    font-size: 16px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select-box-inner select:focus-visible {
    outline: none;
}

.select-box-inner {
    position: relative;
}

.select-box-inner:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 15px;
    color: #5d5c60;
}

.map-with-address-wrap {
    overflow: hidden;
}

.map-with-address-iiframe iframe {
    width: 100%;
    height: 700px;
}

.map-with-address-list-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c7c7c7;
}

.map-with-address-main {
    overflow: auto;
    padding-right: 40px;
    height: 700px;
    overflow-x: hidden;
}

.map-with-address-item-heading {
    font-size: 20px;
    font-weight: 600;
}

.map-with-address-list-text .site-primary-btn {
    background: #40a9a0;
    border-color: #40a9a0;
    padding: 8px 20px;
}

.map-with-address-list-text .site-primary-btn:hover {
    background: #fff;
    color: #40a9a0;
}

.map-with-address-main::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #f5f5f500;
}

.map-with-address-main::-webkit-scrollbar{
    width: 12px;
    background-color: #f5f5f500;
}

.map-with-address-main::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #203857;
}

.map-with-address-img-main {
    width: 250px !important;
}

.map-with-address-text-main {
    width: calc(100% - 250px) !important;
}

.map-with-address-list-text .body-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

.stay-up-field-wrap {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
}

.field-half-width {
    width: calc(50% - 8px);
}

.field-full-width {
    width: 100%;
}

.form-field-wrap input,
.form-field-wrap select {
    width: 100%;
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 4px 10px;
    color: #858585;
    font-size: 14px;
}

.stay-up-main {
    background: #eff4fa;
    border-radius: 25px;
    padding: 40px;
}

.stay-up-wrap .section-heading {
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
}

.form-field-wrap input:focus-visible,
.form-field-wrap select:focus-visible {
    outline: none;
}

.site-two-images-set.single-img img{
    max-width: 100% !important; 
}

.form-field-type-oneline {
    display: flex;
}

.form-field-radio-with-text {
    column-gap: 15px;
    display: flex;
}

.form-field-radio-main {
    display: flex;
    line-height: normal;
    column-gap: 10px;
}

.form-field-radio-inner input {
    width: 18px;
    min-height: 18px !important;
}

.form-field-radio-inner {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.form-field-radio-inner label {
    font-size: 14px;
    line-height: normal;
}

.form-field-radio-with-text p {
    margin: 0;
    font-size: 14px;
}

.form-field-radio-with-text:first-child {
    margin-right: 40px;
}

.form-field-recaptcha {
    width: 33%;
}

.form-field-recaptcha div#html_element {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


.form-field-checkbox {
    width: 67%;
    display: flex;
    align-items: start;
}

.form-field-checkbox input {
    width: 18px;
    min-height: 20px !important;
}

.form-field-checkbox label {
    width: calc(100% - 18px);
    padding-left: 6px;
    font-size: 12px;
}

.form-field-radio-inner input:checked,
.form-field-checkbox input:checked {
    accent-color: darkcyan;
}

.form-submit-btn .site-primary-btn {
    background: #40a9a0;
    border-color: #40a9a0;
    min-width: 120px;
}

.form-submit-btn .site-primary-btn:hover {
    color: #40a9a0;
    background: #fff;
}

.form-field-type-oneline {
    flex-wrap: wrap;
}

.site-form-select-arrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-right: 24px;
}

.site-form-select-arrow {
    background: #fff;
    position: relative;
    border-radius: 6px;
}
/* 
.site-form-select-arrow:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 13px;
    color: #5d5c60;
} */
.site-form-select-arrow .select2-selection__rendered:after {
    content: "\f078";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 13px;
    color: #5d5c60;
    cursor: pointer;
}
.map-with-address-list-img img {
    height: 195px;
    object-fit: cover;
}
/* End Communities */

/* parkland village */
.map-section iframe {
    width: 100%;
}

section.map-section {
    line-height: 0;
}
.village-info-wrap {
    text-align: center;
}

.village-info-wrap .section-heading {
    font-weight: 500;
}

.subheading-wrap {
    margin-bottom: 15px;
    font-size: 20px;
}

.only-slider-section {
    background: #203857;
}

.site-slider-item-wrap {
    border-radius: 10px;
    overflow: hidden;
}

.only-slider-wrap {
    position: relative;
    bottom: -80px;
}

.information-form-section{
    padding-top: 150px;
}

.only-slider-wrap .owl-dots {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
}

.only-slider-wrap .owl-dots button.owl-dot span {
    margin: 3px !important;
}

.only-slider-wrap .owl-dots  button.owl-dot.active span {
    width: 100px !important;
}

.tab-img-with-text-inner {
    padding-top: 60px;
}

.site-two-images-set {
    position: relative;
}

.site-two-images-set img { width: 579px; min-height: 443px; object-fit: cover; }

.site-two-images-top {
    max-width: 72%;
}

.site-two-images-bottom {
    position: absolute;
    width: 100%;
    right: 40px;
    bottom: -66px;
    height: auto;
    max-width: 62%;
    max-height: 84%;
    min-height: auto !important;
    height: 100%;
}

.tab-img-with-text-section {
    padding-bottom: 90px;
}

.tab-text-subheading {
    color: #40a9a0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 16px;
}

.tab-text-wrap .section-heading {
    font-weight: 400;
}

.tab-text-listing-wrap {
    font-size: 16px;
    line-height: 26px;
}

.tab-text-listing-wrap li {
    margin-bottom: 5px;
}

.tab-text-listing-wrap a {
    text-decoration: underline;
    color: #000;
}

.tab-text-listing-wrap a:hover {
    color: #203857;
}

.tab-text-contact {
    margin-top: 60px;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.tab-text-contact-icon i {
    font-size: 45px;
    color: #0a3255;
}

.tab-text-contact-label {
    color: #40a9a0;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.tab-text-contact-link {
    font-size: 20px;
    text-decoration: none;
    color: #000;
    margin-top: 5px;
    display: inline-block;
}

.tab-text-contact-link:hover{
    color: #203857;
}

.tab-img-with-text-main .site-tab-wrap .nav-link.active {
    border-color: #265eac !important;
    color: #265eac !important;
}

.inner-banner-slider .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.inner-banner-slider button.owl-prev, .inner-banner-slider button.owl-next {
    margin: 0 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/arrow.png) !important;
    border-radius: 50% !important;
    z-index: 9;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.inner-banner-slider button.owl-prev {
    transform: rotate(180deg);
}

.inner-banner-slider button span {
    display: none;
}

.information-form-field-wrap input::placeholder,
.information-form-field-wrap textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.information-form-details-wrap .section-heading {
    font-weight: 400;
    margin-bottom: 40px;
}

.heading-address {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 70px;
}

.offfice-address-heading {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}

.offfice-address-details {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.address-details-list-item {
    color: #203857;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    text-decoration: none;
    width: max-content;
}

.address-details-list-item:hover {
    color: #000;
}

.information-form-inner {
    padding: 50px 30px 70px;
    background: #203857;
    text-align: center;
    border-radius: 10px;
}

.information-form-inner .section-heading {
    font-weight: 400;
    color: #fff;
}

.information-form-inner .information-form-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.information-form-inner>.section-heading+.information-form-text{
    margin-bottom: 8px;
}

.information-form-wrap {
    padding-top: 40px;
}

.information-form-field-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 16px;
}

.information-form-field-wrap input, .information-form-field-wrap textarea {
    width: 100%;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0 2px 6px;
    font-size: 16px;
}

.information-form-field-wrap textarea {
    min-height: 100px;
}

.information-form-submit {
    color: rgb(0, 74, 173);
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 12px 30px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 8px;
    transition: 0.3s;
}

.information-form-submit:hover {
    background: transparent;
    color: #fff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0;
}

.information-form-details-wrap {
    padding-top: 50px;
}
/* END parkland village */


/* FAQs */
.faqs-section .accordion-item {
    border: 1px solid #203857;
    margin-bottom: 5px;
    border-radius: 0;
    overflow: hidden;
}

.faqs-section .accordion-item:not(:first-of-type) {
    border-top: 0;
}

.faqs-section .accordion-item button.accordion-button {
    background: #203857;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-right: 40px;
    box-shadow: none;
}

.faqs-section .accordion-item button.accordion-button:after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    position: absolute;
    right: 18px;
    transition: 0.3s;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.faqs-section .accordion-item button.accordion-button.collapsed:after{
    transform: rotate(0);
}

.faqs-section .accordion-body a {
    color: #203857;
}
/* END FAQs */

/* residential */
.bg-color-dark{
    background: #203857;
}

.bg-color-dark .section-heading,
.bg-color-dark .body-text{
    color: #fff;
}

.bg-color-dark .site-primary-btn,
.image-four-box-main .site-primary-btn {
    background: #fff;
    color: #0a3255;
    border-color: #fff;
}

.bg-color-dark .site-primary-btn:hover,
.image-four-box-main .site-primary-btn:hover {
    background: transparent;
    color: #fff;
}

.testimonial-slider-main {
    background: #203857;
}

.testimonial-slider-item{
    background-image: url(../images/Testimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 70px 50px;
}

.testimonial-slider-inner {
    text-align: center;
}

.testimonial-slider-inner * {
    color: #fff;
}

.testimonial-star-icons {
    margin-bottom: 20px;
}

.testimonial-slider-wrap .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.testimonial-slider-wrap .owl-nav button span {
    color: #fff;
    font-size: 60px;
}

.testimonial-slider-wrap .owl-nav button:hover,
.testimonial-slider-wrap .owl-nav button span:hover {
    background: transparent !important;
}

.testimonial-slider-wrap .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.image-box-slider-item{
    background-image: url(../images/slider-1.jpg);
}

.image-four-box-section {
    background: #203857;
    padding: 100px;
}

.image-four-box-main .section-heading {
    color: #fff;
}

.image-box-slider-item {
    min-height: 550px;
    position: relative;
    padding: 20px;
    transition: .5s;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    justify-content: end;
}

.image-box-slider-inner .section-heading-sm {
    margin-bottom: 5px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.image-box-slider-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.image-box-hide-text {display: none;}

.image-box-hide-text .body-text {
    padding-top: 12px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.image-box-link-wrap {
    font-weight: 600;
    color: #fff !important;
    font-size: 14px;
}

.image-box-slider-inner {
    width: 100%;
}
/* END residential */


/* Contact form */
.site-residents-featured-list-item .select2-container--default .select2-results__option--highlighted {
    background-color: #203857 !important;
}
.site-residents-featured-list-item label.control-label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 600;
}

.site-residents-featured-list-item span.select2.select2-container {
    height: 42px;
    width: 100% !important;
}

.site-residents-featured-list-item .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid #333333 !important;
    width: 100%;
    height: auto !important;
    padding: 0 20px 0 0px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 !important;
    min-height: 32px;
    color: #000;
}

.site-residents-featured-list-item .select2-container--default .select2-selection--single span {
    color: #000 !important;
}

.site-residents-featured-list-item .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 6 free";
    font-weight: 900;
}

.site-residents-featured-list-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.residents-featured-box-form .form-group {
    margin-bottom: 35px;
}

.site-residents-featured-list-item input.select2-search__field:focus-visible {
    outline: none;
}

.residents-featured-box-form h4.form-group {
    text-align: center;
    color: #000;
}

.residents-featured-box-form .form-group input,
.residents-featured-box-form .form-group textarea {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    height: 36px;
    width: 100%;
    padding: 12px 0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: none;
    color: #000000 !important;
    resize: none;
    overflow: hidden;
}

.residents-featured-box-form .form-control:focus {
    border: 0;
    border-bottom: 1px solid #707070;
    box-shadow: none;
}

.residents-featured-box-form .custom-check-grop-btn button {
    width: auto;
    height: 50px;
    background: #3FA89F;
    letter-spacing: 4.8px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 16px;
    line-height: 45px;
    border: 1px solid #3FA89F;
    transition: all 500ms ease-in-out;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    margin-top: 25px;
    border-radius: 0;
}

.residents-featured-box-form .custom-check-grop-btn button:hover {
    background: #fff;
    color: #3FA89F;
    border-color: #3FA89F;
}

/* END Contact form */

/* News */

.news-filter-group .form-check {
    padding: 0;
    margin: 0;
}

.news-page-section .news-filter-group {
    border-bottom: 2px solid #dbdbdb;
}

.news-filter-group .form-check label.form-check-label {
    border: 0;
    background: transparent;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    color: #3c3c3c;
    font-weight: 600;
    position: relative;
}

.news-filter-group .form-check input[type="radio"]:checked + label.form-check-label {
    background: transparent;
    color: #0a3255;
    opacity: 1;
}

.news-filter-group .form-check input[type="radio"]:checked + label.form-check-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #0a3255;
}

.news-page-section .site-btn-wrap a.site-secondary-btn {
    border-color: #0a3255;
    color: #0a3255;
    transition: 0.3s;
}

.news-page-section .site-btn-wrap a.site-secondary-btn:hover {
    background: #0a3255;
    color: #fff;
}

.news-page-section p.portfolio-date {
    color: #0a3255;
}

.portfolio-ietm-tag {
    background: #0a3255;
}

.news-featured-section .site-featured-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}
/* End News */

.youtube-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.site_popup_wrap .modal-header {
    justify-content: end;
}

.site_popup_wrap .site-modal-close-btn {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
}

.site_popup_wrap .site-modal-close-btn i {
    font-size: 20px;
    color: #203857;
}

.site-cms-modal-content-wrap img {
    width: 100% !important;
    height: auto !important;
}


/* Residential Page View Our Community List Section CSS */
.site-parking-view-all-camping {
    padding-top: 84px;
}
.site-parking-view-all-camping .site-parking-view-all-camping-text {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0px;
    color: #0a3255;
    line-height: 36px;
    font-weight: 700;
    cursor: pointer;
}
.site-parking-view-all-camping .site-parking-view-all-camping-text i {
    margin-left: 62px;
}
.site-parking-view-all-camping .site-parking-view-all-camping-text.main i {
    transform: rotate(180deg);
}

.site-parking-view-all-camping {
    padding: 100px 35px 72px;
}
.site-parking-resorts-list-wrap {
    padding: 0 157px 80px;
    display: none;
}
.site-parking-resorts-list-wrap .site-parking-resorts-list-row {
    display: flex;
    margin: 0 -15px;
    justify-content: center;
}
.site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item {
    padding: 0 22px;
}
.site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item .site-parking-resorts-list-title {
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}
.site-parking-resorts-list-item ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item ul li {
    line-height: normal;
}
.site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    word-break: break-word;
    position: relative;
    left: 0;
    transition: all 500ms ease-in-out;
    text-decoration: none !important;
}
/* END Residential Page View Our Community List Section CSS */

/* Ways to Stay Page Start */
.ways-to-stay-blocks-row{
    display: flex;
    flex-wrap: wrap;
    gap: 44px 20px;
 }
.ways-to-stay-blocks-row .ways-to-stay-block-inner{
    width: calc(50% - 10px);
  }
.ways-to-stay-blocks-section .ways-to-stay-block-inner-wrap{
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #247069;
}
.ways-to-stay-blocks-section .ways-to-stay-block-content-inner{
    padding: 30px;
}
.ways-to-stay-blocks-section .ways-to-stay-block-content-inner .section-heading{
    font-size: 26px;
    margin-bottom: 20px;
}
.ways-to-stay-blocks-section .ways-to-stay-block-content-inner .site-body-lg{
    font-size: 16px;
}
.ways-to-stay-blocks-section .ways-to-stay-btns{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}
.ways-to-stay-blocks-section .ways-to-stay-btns .site-btn-wrap .site-primary-btn{
    background: #247069;
    color: #fff;
    border: 1px solid #247069;
    font-weight: 600;
}
.ways-to-stay-blocks-section .ways-to-stay-btns .site-btn-wrap .site-primary-btn:hover{
    background: #fff;
    color: #247069;
    border: 1px solid #247069;
}
.ways-to-stay-blocks-row .ways-to-stay-block-inner .ways-to-stay-block-img img{
    border-radius: 15px 15px 0 0;
}
.ways-to-stay-blocks-row .ways-to-stay-block-inner .ways-to-stay-block-img{
    position: relative;
    padding: 30px 30px 0 30px;
}
.ways-to-stay-banner::after{
    content: "";
    background: hsl(174deg 51% 29% / 40%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ways-to-stay-banner .page-banner-text{
    z-index: 1;
}
.ways-to-stay-banner .banner-heading-wrap{
    padding-bottom: 15px;
}
.ways-to-stay-banner .site-body-lg{
    color: #fff;
    max-width: 500px;
    text-align: center;
}
/* Ways to Stay Page End */
/* Activities & Experiences Start */
.activities-experiences-p-blocks-row{
    display: flex;
    flex-wrap: wrap;
    gap: 44px 20px;
 }
.activities-experiences-p-blocks-row .activities-experiences-p-inner{
    width: calc(50% - 10px);
  }
.activities-experiences-p-section .activities-experiences-inner-p-wrap{
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #247069;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.activities-experiences-p-section .activities-experiences-block-content-inner{
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.activities-experiences-p-section .activities-experiences-block-content-inner .section-heading{
    font-size: 26px;
    margin-bottom: 20px;
}
.activities-experiences-p-section .activities-experiences-block-content-inner .site-body-lg{
    font-size: 16px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}
.activities-experiences-p-section .activities-experiences-p-btns{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 15px;
    margin-top: auto;
}
.activities-experiences-p-section .activities-experiences-p-btns .site-btn-wrap .site-primary-btn{
    background: #247069;
    color: #fff;
    border: 1px solid #247069;
    font-weight: 600;
}
.activities-experiences-p-section .activities-experiences-p-btns .site-btn-wrap .site-primary-btn:hover{
    background: #fff;
    color: #247069;
    border: 1px solid #247069;
}
.activities-experiences-p-blocks-row .activities-experiences-p-inner .activities-experiences-block-img img{
    border-radius: 15px 15px 0 0;
    height: 480px;
    object-fit: cover;
}
.activities-experiences-p-blocks-row .activities-experiences-p-inner .activities-experiences-block-img{
    position: relative;
    padding: 30px 30px 0 30px;
}
/* Activities & Experiences Page End */
/* Special Offer Page Start */
.special-offer-banner .banner-heading-wrap{
    font-size: 50px;
}
.membership-benefits-list .benefits-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}
.membership-benefits-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.membership-benefits-list .benefits-icon img {
    width: 24px;
    height: 24px;
}
.membership-required-benefits-inner {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px #6C6C6C40;
    padding: 37px 74px 37px 37px;
    margin: 0 !important;
}
.membership-required-benefits-img img{
    border-radius: 20px;
}
body .membership-required-benefits-content{
    max-width: 535px;
    width: 100%;
    margin-left: auto;
}
.membership-required-title{
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 12px;
    margin-bottom: 0;
}
.membership-required-benefits-content .membership-required-first{
    padding-bottom: 30px;
}
.membership-required-benefits-content .membership-required-content{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
body .membership-required-benefits{
    padding-bottom: 60px;
}
.membership-required-info .section-heading{
    margin-bottom: 16px;
}
.membership-required-info{
    padding-top: 60px;
    padding-bottom: 60px;
}
.membership-required-info   .site-info-wrap{
    max-width: 100%;
}
/* Featured Offer Section */
body .featured-offer-section {
    position: relative;
    overflow: visible;
}
.featured-offer-section .featured-offer-wrrpaer{
    display: flex;
    flex-direction: column;
    gap: 215px;
}
.featured-offer-section .featured-offer-inner:first-child{
    margin-top: 138px;
}
.featured-offer-section .featured-offer-inner:last-child{
    margin-bottom: 138px;
}
.featured-offer-section .featured-offer-inner{
    background: #247069;
    border-radius: 30px;
    margin-right: 0;
    margin-left: 0;
}
.featured-offer-section .featured-offer-content{
    padding: 20px 40px;
}
.featured-offer-section .featured-offer-content .limited-offer-title{
    font-weight: 500;
    font-size: 16px;
    color: #FFDE59;
    padding-bottom: 6px;
}
.featured-offer-section .featured-offer-content .offer-resort-number{
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.featured-offer-section .featured-offer-content .availablelity-title{
    color: #fff;
    padding-bottom: 20px;
}
.featured-offer-section .featured-offer-content .offer-discription,
.featured-offer-section .featured-offer-content .body-text{
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.featured-offer-section .btn-offer {
    padding: 12px 12px;
    background: #ffde59;
    color: #0a3255;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #ffde59;
    transition: 0.3s;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 30px;
}
.featured-offer-section .btn-offer:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #247069;
}
.featured-offer-section .offer-image-wrapper .offer-image {
    width: 100%;
    min-height: 655px;
    border-radius: 30px;
    object-fit: cover;
}
.featured-offer-section .offer-image-wrapper {
    position: relative;
    margin-top: -78px;
    margin-bottom: -78px;
}
.featured-offer-section .featured-offer-wrrpaer  .featured-offer-inner:nth-child(even){
    flex-direction: row-reverse;
}
/* Advantage Incentive Section */
.advantage-incentive-section {
    padding-bottom: 60px
}
.advantage-incentive-title{
    padding-bottom: 30px;
    text-align: center;
}
.advantage-incentive-section .advantage-incentive-cards-wraper{
    gap: 24px 0;
}
.advantage-incentive-section .card{
    border-radius: 16.64px;
    box-shadow: 0px 0px 10.88px 0px #6C6C6C40;
    border: none;
}
.advantage-incentive-section .card-img-top {
    height: 215px;
    object-fit: cover;
    border-radius: 16.75px 16.75px 0 0;
}
.advantage-incentive-section .card-body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      height: 100%;
}
.advantage-incentive-section .card-body .card-title{
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 6px;
}
.advantage-incentive-section .card-body .text-muted-available{
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 16px;
}
.advantage-incentive-section .card-body .description{
    font-weight: 400;
    font-size: 15.07px;
    line-height: 21.76px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.advantage-incentive-section .card-body .site-primary-btn{
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 12px 16px;
    border: 1px solid #40A9A0;
    background-color: #40A9A0;
    color: #fff;
}
.advantage-incentive-section .card-body .site-primary-btn:hover{
    background-color: #fff;
    color: #40A9A0;
}
.advantage-incentive-section .card-body .btn-bottom {
    margin-top: auto;
}
.advantage-incentive-section .card-body .participating-resorts-btn{
    padding-top: 20px;
}
/* Filter Section Section */
/* .resorts-filter-section{
    padding-bottom: 60px;
} */
.resorts-filter-section .filter-form-wraper{
    gap: 50px;
}
.resorts-filter-section .resorts-filter-wrap-child-select{
    width: 100%;
}
.resorts-filter-section .resorts-filter-wrap-filter{
    width: calc(450px - 60px);
}
.resorts-filter-section .resorts-filter-wrap-filter{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
.resorts-filter-section .resorts-filter-wrap-filter .resorts-filter-su-btn{
    border: 1px solid #0A3255;
    background: #0A3255;
    color: #fff;
    border-radius: 6px;
    min-height: 50px;
    padding: 5px 25px;
    transition: 0.3s;
}
.resorts-filter-section .resorts-filter-wrap-filter .resorts-filter-su-btn:hover{
    border: 1px solid #0A3255;
    background: #fff;
    color: #0A3255;
}
.resorts-filter-section .resorts-filter-wrap-filter .resorts-clear-filter-btn:hover{
    border: 1px solid #0A3255;
    background: #fff;
    color: #0A3255;
}
.resorts-filter-section .resorts-filter-wrap-filter .resorts-clear-filter-btn{
    border: 1px solid #0A3255;
    background: #0A3255;
    color: #fff;
    border-radius: 6px;
    min-height: 50px;
    padding: 5px 25px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: capitalize;
}
.resorts-filter-section .resorts-filter-wrap-child-select .select-box{
    width: 33.33%;
}
.resorts-filter-section .resorts-filter-wrap-child-select .select-box-inner:after{
    content: unset;
}
.resorts-filter-section .resorts-filter-wrap-child-select .select-box select{
    min-height: 50px;
    color: #797979;
    padding: 5px 16px;
    border-radius: 6px;
}
.resorts-filter-section .resorts-filter-wrap-child-select .select-box .form-select{
    background-size: 15px;
}
.resorts-filter-section .resorts-filter-wrap-child-select .select-box select:focus {
    border-color: #0A3255;
    outline: 0;
    box-shadow: unset;
}
.resorts-filter-wrap-child-select{
    gap: 30px;
}
/* Special Offer Page End */

/* Green Mega Menu Header Start */
.green-mega-menu-nav .site-nav-list-item > .green-home-mega-menu {
    position: absolute;
    left: 0;
    width: 100vw;
    top: 145px;
    background-color: #fefef4;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: block;
    border-top: 1px solid #247069;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.green-mega-menu-nav .green-home-mega-menu-wrpaer{
    padding-left: 0;
    padding-right: 0;
}
.green-mega-menu-nav .site-nav-list-item.active > .green-home-mega-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
@keyframes fadeSlideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.green-mega-menu-nav .mega-menu-left-content .mega-menu-left-title{
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;
}
.green-mega-menu-nav .mega-menu-right-block .mega-menu-left-title{
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.green-mega-menu-nav .mega-menu-left-content .mega-menu-left-discription{
    padding-bottom: 25px;
}
.green-mega-menu-nav .mega-menu-left-content .mega-menu-left-btn{
    padding: 12px 12px;
    background: #ffde59;
    color: #0a3255;
    font-size: 16px;
    border: 1px solid #0a3255;
    text-align: center;
    font-weight: 600;
    max-width: 300px;
    width: 100%;
}
.green-mega-menu-nav .mega-menu-right-block{
    padding-left: 50px;
}
.green-mega-menu-nav .mega-menu-right-block>.row{
    padding-bottom: 15px;
}
.green-mega-menu-nav .mega-menu-right-block .mega-menu-title{
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 15px;
    margin: 0;
    color: #247069;
}
.green-mega-menu-nav .second-mega-menu-title {
    padding-top: 30px;
}
.green-mega-menu-nav .mega-menu-nav-list{
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 2px 5px;
}
.green-mega-menu-nav .mega-menu-nav-list li a{
    text-decoration: none;
    color: #212529;
    font-weight: 500;
}
.green-site-header-wrap{
    z-index: 1;
    position: relative;
}
/* Green Mega Menu Header End */

/* 06-06-2025 Start */
.rv-resort-lodging-section .rv-resort-row .site-partnership-info{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.warranty-sub-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.warranty-sub-content-inner:nth-child(1) {
    width: calc(25% - 15px)
}
.warranty-sub-content-inner:nth-child(2) {
    width: calc(30% - 15px)
}
.warranty-sub-content-inner:nth-child(3) {
    width: calc(20% - 15px)
}
.warranty-sub-content-inner:nth-child(4) {
    width: calc(25% - 15px)
}
/* 06-06-2025 End */

/* 04-07-2025 Start */
/*.rv-resort-and-lodging-bluffs .site-primary-btn{
    padding: 12px 28px;
    background: #ffffff;
    color: #0a3255;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #ffffff;
    transition: 0.3s;
    border-radius: 5px;
}
.rv-resort-and-lodging-bluffs .site-primary-btn:hover{
    background: rgb(255 255 255 / 70%);
    border: 1px solid rgb(255 255 255 / 70%);
}*/
.rv-resort-and-lodging-partner .owl-stage-outer{
    height: auto !important;
}
.rv-resort-and-lodging-partner .site-partnership-item{
     min-height: auto !important;
}
.rv-resort-and-lodging-partner .site-partnership-text a.text-a-inner{
    padding: 12px 28px;
    background: #0a3255;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #0a3255;
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 20px;
}
.rv-resort-and-lodging-partner .site-partnership-text a.text-a-inner:hover{
    color: #0a3255;
    background: #fff;
}
/* 04-07-2025 End */

/* Sidebar Calender Start */
#sidebar{
    background: #fff; 
    border-radius: 5px;
}
#calendar .fc-header-toolbar{
    background: #fff;
    margin: 0;
    padding: 10px;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title{
    color: #247069;
    font-weight: 500;
    font-size: 20px;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk button{
    background: #247069;
    border-color: #247069;
    padding: 3px 6px;
}
#calendar .fc-header-toolbar .fc-button-group{
    gap: 2px;
}
#calendar .fc-header-toolbar .fc-toolbar-chunk button .fc-icon{
    line-height: 16px;
    font-size: 18px;
}
#calendar .fc-scrollgrid thead tr{
    background: #247069;
}
#calendar .fc-scrollgrid thead tr th a{
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
#calendar .fc-daygrid-day-top{
    justify-content: center;
}
#calendar .fc-daygrid-day-top a{
    text-decoration: none;
    color: #247069;
}
#calendar .fc-scrollgrid,
#calendar td, 
#calendar th{
    border-color: #247069;
}
#calendar .fc-col-header .fc-day{
    border-right-color: #fff;
}
#calendar .fc-daygrid-day-events a{
    background: #247069;
    border-color: #247069;
    font-size: 11px;
}
#calendar .fc-daygrid-day.fc-day-today {
    background-color: rgb(36 112 105 / 15%);
}
 
.site-main-header.site-main-second-header .dropdown-item.active, 
.site-main-header.site-main-second-header .dropdown-item:active {
    background-color: #247069 !important;
}
.site-main-header .dropdown-item.active, 
.site-main-header .dropdown-item:active {
    background-color: #0a3255 !important;
}



/*07-10-25*/
.guest-page-link {
    text-decoration: none;
}

ul.guest-page-list {
    list-style: none;
    padding: 0;
}
.guest-page-item .guest-page-link {
    color: #247069;
}

ul.guest-page-list .guest-page-item {
    margin-bottom: 10px;
}
/*07-10-25 end*/

/* Sidebar Calender End */
@media (min-width: 1921px)  {
  .site-communities-main .site-partnership-slider .owl-nav {
      margin: 0 auto !important;
      justify-content: center;
      top: -110px;
      padding-left: 50px;
      padding-right: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .green-mega-menu-nav .site-nav-list {
        column-gap: 20px;
    }
    .green-mega-menu-nav .site-nav-list .site-nav-list-item {
        max-width: 160px;
    }
    .site-main-second-header .site-second-menu-btn {
        margin-left: 15px !important;
    }
    a.nav-list-item-link{
        font-size: 13px;
    }
    .form-field-recaptcha div#html_element {
        transform: scale(0.55);
        -webkit-transform: scale(0.55);
    }
    .site-nav-list{
        column-gap: 24px;
    }

    .information-form-inner .section-heading {
        font-size: 30px;
    }
}


@media only screen and (min-width: 1200px) {
  .custom-20 {
    width: 20% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-20 {
        width: 50% !important;
    }
}


@media screen and (max-width: 1800px) and (min-width: 1280px) {
        .site-parking-resorts-list-wrap {
            padding: 0 80px 80px;
        }
        .site-parking-view-all-camping .site-parking-view-all-camping-text {
            font-size: 36px;
        }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .site-parking-resorts-list-wrap {
        padding: 0 30px 60px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item {
        padding-bottom: 30px;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text {
        font-size: 28px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .site-parking-resorts-list-wrap {
        padding: 0 30px 60px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item {
        padding-bottom: 30px;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .map-with-address-iiframe div#mapCanvasResort{
        height: 700px;
    }
}

@media only screen and (max-width: 1740px) {
    .featured-section-bg:after{
        width: 20%;
    }
    .testimonial-slider-item{
        min-height: 600px;
    }

    .image-box-slider-item{
        padding: 20px 15px;
    }
}
@media screen and (max-width: 1500px) {
    /* 17-06-2025 Start */
    .site-resort-slider-wrap .site-banner-slider-item .site-banner-slider-img{
        height: calc(100dvh - 189px);
    }
    /* 17-06-2025 End */
}
@media screen and (max-width: 1400px) {
    .only-slider-wrap .owl-dots {
        display: flex;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 10px;
    }
    /* Special Offer Start */
    .resorts-filter-section .resorts-filter-wrap-filter {
        width: calc(491px - 60px);
    }
    /* Special Offer End */
    
}

@media screen and (max-width: 1366px) {
    /* 06-06-2025 Start */
    .warranty-sub-content-inner:nth-child(1) {
        width: calc(33.33% - 14px)
    }
    .warranty-sub-content-inner:nth-child(2) {
        width: calc(33.33% - 13px)
    }
    .warranty-sub-content-inner:nth-child(3) {
        width: calc(33.33% - 13px)
    }
    .warranty-sub-content-inner:nth-child(4) {
        width: calc(100% - 18px)
    }
    /* 06-06-2025 End */
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row {
        flex-wrap: wrap;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item {
        margin-bottom: 20px;
    }

    /* Special Offer Start */
    body .membership-required-benefits-content {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding-left: 30px !important;
    }
    /* Special Offer End */
}
@media only screen and (max-width: 1199px) {
    /* Header */
    .site-nav-list{
        flex-direction: column;
        display: flex !important;
    }
    
    .site-mobile-menu{
        display: none;
    }
    .site-mobile-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #0a3255;
        z-index: 99;
    }
    
    .site-header-wrap {
        position: relative;
    }
    
    .site-nav-list {
        align-items: start;
        padding: 12px 20px;
    }
    
    .site-nav-list-item {
        width: 100%;
        padding: 10px 5px;
        border-bottom: 1px solid #ddd;
    }
    
    .nav-list-item-link:hover:after,
    .nav-list-item-link.active:after {
        display: none;
    }
    
    .site-topbar-icons-wrap {
        display: none;
    }
    
    .site-topbar-btn {
        display: none;
    }
    
    .icon-list-topbar a {
        font-size: 0;
    }
    
    .icon-list-topbar a i {
        font-size: 16px;
    }
    
    .site-icon-list-topbar {
        column-gap: 10px;
    }

    .site-mobile-menu-bttom-info .site-topbar-btn {
        display: block;
    }
    
    .site-mobile-menu-bttom-info .site-topbar-icons-wrap {
        display: flex;
        margin-top: 20px;
    }
    
    .nav-list-item-link:hover,
    .nav-list-item-link.active,
    .nav-list-item-link {
        color: #fff !important;
    }
    
    .site-mobile-menu-bttom-info {
        padding: 10px 20px 40px;
    }

    .site-submenu-inner-main{
        box-shadow: none;
    }
    /* END Header */

    /* Footer */
    .footer-heading a {
        color: #fff;
        text-decoration: none;
    }
    
    .footer-logo-wrap a {
        margin: 0;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .site-copyright {
        text-align: center;
        margin-top: 18px;
    }
    /* END Footer */

    .featured-section-bg:after{
        display: none;
    }

    .featured-section-heading {
        align-items: baseline;
        padding: 20px;
    }

    .site-partnership-slider .owl-nav {
        position: relative;
        top: -24px;
        width: 100%;
        justify-content: end;
        padding: 0 !important;
    }

    .site-communities-main .site-partnership-slider .owl-nav {
        justify-content: start;
        top: -110px;
        padding-left: 30px !important;
    }

    .map-with-address-main{
        padding-right: 10px;
    }

    .testimonial-slider-item{
        min-height: 550px;
    }
    .form-field-recaptcha{
        width: 100%;
    }

    .form-field-checkbox {
        width: 100%;
    }

    /* mobile menu */
    a.site-submenu-link {
        color: #fff;
        padding: 0;
    }

    .mobile-submenu-main {
        padding: 12px;
        list-style: none;
    }

     .site-mobile-submenu a.nav-list-item-link,
    .mobile-submenu-inner>.site-submenu-link {
        display: block;
        margin-right: 40px;
    }

    .site-mobile-submenu:before,
    .site-mobile-submenu .mobile-submenu-inner:before {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 free";
        position: absolute;
        right: 5px;
        transition: 0.3s;
        color: #fff;
    }

    .mobile-submenu-inner .site-submenu-inner-main {
        display: block;
        position: relative;
        width: 100%;
        right: 0;
        background: transparent;
        padding: 10px;
    }

    .site-mobile-submenu {
        position: relative;
    }

    .mobile-submenu-inner {
        position: relative;
    }

    .a.nav-list-item-link{
        color: #fff;
    }

    .mobile-submenu-inner ul.site-submenu-inner-main {
        display: none;
    }
     
    ul.mobile-submenu-main {
        display: none;
    }
    /* emd mobile menu */

    .information-form-inner .section-heading {
        font-size: 30px;
    }

}
@media only screen and (max-width: 1024px) {
    /* Resort Details Page Start */
    .resort-detail-hero-banner img{
        height: 200px;
        min-height: 200px;
    }
    .resort-detail-fullpage .site-image-gallery-section .image-gallery-item{
        height: 350px !important;
    }
    .resort-detail-hero-banner .banner-heading-wrap {
        font-size: 52px !important;
    }
    /* Resort Details Page End */
    /* 06-06-2025 */
    .site-partnership-info .section-heading{
        margin-bottom: 20px;
        font-size: 30px;
    }
    .rv-resort-lodging-section .rv-resort-row .site-partnership-info{
        padding: 0 20px !important;
    }
     .warranty-claims-wrpaer .col-sm-6:not(:last-of-type){
        padding-bottom: 20px;
    }
    .warranty-sub-content-inner:nth-child(1) {
        width: calc(50% - 10px)
    }
    .warranty-sub-content-inner:nth-child(2) {
        width: calc(50% - 10px)
    }
    .warranty-sub-content-inner:nth-child(3) {
        width: calc(50% - 10px)
    }
    .warranty-sub-content-inner:nth-child(4) {
        width: calc(50% - 10px)
    }
    /* banner section */
    .site-banner-slider-item-text {
        padding: 40px;
    }
    .site-resort-slider-wrap .site-banner-slider-item .site-banner-slider-img{
        height:auto;
    }
    .mobile-banner-set {
        min-height: 500px;
        object-fit: cover;
    }
    /* .site-banner-slider-item {
        min-height: 570px;
    } */

    .site-banner-slider-item-heading {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .site-banner-slider-item-description {
        font-size: 16px;
        line-height: 24px;
    }
    /* end banner section */
    
    .bluffs-slider-main .owl-nav{
        top: 0;
    }

    /* Special Offer Start */
    .membership-required-title{
        font-size: 22px;
    }
    .membership-benefits-list .benefits-icon img {
        width: 20px;
        height: 20px;
    }
    .membership-required-benefits-content .membership-required-content{
        font-size: 16px;
    }
    .membership-required-benefits-inner{
        padding: 35px;
    }
    .featured-offer-section .featured-offer-content .site-body-lg{
        font-size: 16px;
    }
    .featured-offer-section .offer-image-wrapper{
        margin-top: -40px;
        margin-bottom: -40px
    }
    .featured-offer-section .featured-offer-wrrpaer{
        gap: 140px;
    }
    .featured-offer-section .featured-offer-inner:first-child {
        margin-top: 100px;
    }
    .featured-offer-section .featured-offer-inner:last-child {
        margin-bottom: 100px;
    }
    .resorts-filter-wrap-child-select {
        gap: 15px;
    }
    .resorts-filter-section .filter-form-wraper {
        gap: 25px;
    }
    /* Special Offer End */
}



@media only screen and (max-width: 991px) {
     /* 06-06-2025 */
    .rv-resort-lodging-section .partnership-section:nth-child(even) .rv-resort-row{
        flex-direction: column-reverse;
    }
    .rv-resort-lodging-section .partnership-section{
        padding-bottom: 10px !important;
    }
    .rv-resort-lodging-section .rv-resort-row .site-partnership-info{
            padding: 1rem 0 !important;
    }
    .site-event-box-text{
        min-height: 45px !important;
    }

    /* Special Offer Start */
    .resorts-filter-section .filter-form-wraper{
        flex-direction: column;
        align-items: start !important;
    }
    .resorts-filter-section .resorts-filter-wrap-filter {
        width: 100%;
        justify-content: start;
    }
    /* Special Offer End */

    /* Resort Details Page Start */
    .site-resort-listing-main .site-location-card-list{
        height: max-content !important;
        height: auto;
        padding: 10px !important;
    }
    .site-communities-main:after {
        height: calc(100% - 6rem) !important;
        top: 0;
    }
 
    .site-communities-main .site-partnership-slider .owl-nav {
        position: absolute;
        top: 20px;
        justify-content: end;
        padding-left: 0 !important;
        padding-right: 20px !important;
    }

    .map-with-address-main {
        max-height: 700px;
        height: auto;
        padding: 10px;
    }

    .map-with-address-iiframe iframe {
        height: 450px;
    }

    .stay-up-field-wrap {
        margin-bottom: 16px;
    }

    .tab-text-wrap {
        margin-top: 80px;
    }

    .information-form-details-wrap {
        margin-bottom: 30px;
        padding-top: 0;
    }

    .testimonial-slider-item{
        min-height: 470px;
    }

    .site-slider-partnership-row.d-flex {
        display: block !important;
    }

    .site-slider-partnership-row .site-partnership-image {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

    .site-partnership-item.communities-slider-wrap.px-md-4.px-3 {
        margin: 0;
    }


    .site-tab-wrap .nav-tabs{
        column-gap: 30px;
    }

    .site-slider-item-wrap img{
        min-height: 480px !important;
    }
}

@media only screen and (max-width: 767px) {
    /*.site-main-second-header .guests-popup-model.header-guest-btn {
        padding: 5px !important;
        font-size: 12px;
    }*/

    .site-main-second-header .guests-portal-global.header-guest-btn {
        padding: 5px !important;
        font-size: 12px;
    }

    .guests-popup-section .modal-content .btn-close {
        right: 0px;
    }
    .guests-popup-section .btn-close {
        width: 30px;
        height: 30px;
    }

    /* Sidebar Calender Start */
    #calendar .fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title{
        font-size: 18px;
    }
    #calendar .fc-scrollgrid thead tr th a{
        font-size: 14px;
    }
    #calendar .fc-daygrid-day-top a{
        font-size: 14px;
    }
    /* Sidebar Calender End */
    .site-partnership-info .site-primary-btn{
        padding: 12px 15px !important;
    }
    .map-clear-filter-section .filter-main-section{
        flex-wrap: wrap;
    }
    .map-clear-filter-section .show-map-btn{
        width: 100%;
        justify-content: center;
        padding: 10px 15px !important;
    }
    .map-clear-filter-section .clear-filter-btn{
        padding: 10px 15px !important;
    }
    .map-clear-filter-section .clear-filter-btn,
    .map-clear-filter-section .filter-sorting-section{
       width: calc(50% - 5px);
    }
    .map-clear-filter-section .filter-sorting-section{
        justify-content: end;
    }
    .map-clear-filter-section .clear-filter-btn{
        justify-content: center;
    }
    /* Resort Details Page Start */
    .resort-detail-hero-banner img{
        min-height: 300px;
        height: 300px;
    }
    .resort-detail-fullpage .site-image-gallery-section .image-gallery-item{
        height: 310px !important;
    }
    .resort-detail-hero-banner .banner-heading-wrap {
        font-size: 40px !important;
    }
    /* Resort Details Page End */
    /* Resort Start */
    body .featured-locations-section{
        padding-top: 0 !important;
    }
    body .site-event-section{
        padding-top: 20px !important;
    }
    .resort-tabing-section .tabing-list .nav-item {
        width: 100% !important;
    }
    .resort-tabing-section .mb-4{
        margin-bottom: 0 !important;
    }
    /* Resort End */
    .site-tab-wrap .nav-tabs {
        row-gap: 15px;
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        align-items: center !important;
        padding: 0 10px;
        width: 100%;
        overflow-x: auto;
    }

    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item{
        padding: 0 !important;
    }

    .image-box-slider-item{
        min-height: 380px !important; 
        background-position: top center; 
    }

    .tab-text-wrap.single-img{
        margin-top: 40px;
    }

    .tab-img-with-text-section{
        padding-bottom: 60px;
    }

    .tab-text-contact{
        margin-top: 30px;
    }

    .site-tab-wrap .nav-tabs li button{
        white-space: nowrap; 
    }
    .career-slider-search-box-inner {
        margin-top: -80px;
        padding: 30px 20px;
    }
   body .offers-card-section{
        padding-bottom: 10px !important;
    }
    /* Footer */
    .footer-list {
        margin-bottom: 30px;
    }
    /* END Footer */
    /* banner section */
    .inner-banner-slider .inner-banner-slider-item, .inner-banner-slider .inner-banner-slider-item img {
        height: 250px;
        object-fit: cover;
        object-position: top center;
    }

    .site-resort-slider-wrap .site-banner-slider-item .site-banner-slider-img{
        height:auto;
    }

    .mobile-banner-set {
        min-height: 250px;
    }

    .site-banner-slider-item-text {
        width: 100%;
        padding: 30px 20px;
    }
    
    .site-banner-slider-item {
        flex-direction: column;
    }
    
    .site-banner-slider-item:after {
        opacity: 0;
    }
    
    .site-banner-slider-item-heading {
        color: #ffffff;
        font-size: 28px;
    }
    
    .site-banner-slider-item-description {
        color: #000;
        display: none;
    }
    
    .site-banner-slider-item-text {
        padding: 40px 20px;
    }
    /* end banner section */
    /* Info section */
    .site-body-lg {
        font-size: 16px;
        line-height: 24px;
    }
    /* End Info section */

    .section-heading {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-heading-sm{
        font-size: 22px;
    }

    .testimonial-section {
        min-height: 600px;
    }
    
    .site-testimonial-wrap {
        padding: 0 20px 20px;
    }
    .banner-heading-wrap {
        font-size: 26px;
    }

    .map-address-box {
        max-width: 320px;
        top: 50px;
        right: 20px;
    }

    .bluffs-slider-img{
        padding-top: 30px;
    }

    .site-partnership-info .section-heading {
        margin-bottom: 15px;
    }
    
    .site-partnership-text .body-text {
        font-size: 14px;
        line-height: 22px;
    }

    .site-communities-main:after {
        height: calc(100% - 1rem) !important;
        top: 3rem;
    }
    
    .site-communities-main .site-partnership-slider .owl-nav {
        position: relative;
        top: 10px;
    }
    
    .communities-slider-wrap .site-partnership-info {
        padding-right: 0 !important;
    }

    .background-overlay {
        padding: 15px;
    }

    .search-result-list-text {
        margin-top: 20px;
    }

    .search-result-heading-wrap {
        font-size: 18px;
    }
    
    .search-result-inner .section-heading-sm {
        font-size: 20px;
    }
    
    .search-result-list-text .body-text {
        font-size: 14px;
        line-height: 20px;
    }
    
    .search-result-list-text .search-result-list-item-link {
        margin-bottom: 10px !important;
    }
    
    .search-result-list-text {
        margin-top: 15px;
    }

    .select-box-wrap {
        margin-bottom: 15px;
    }

    .select-box-label {
        margin-bottom: 5px;
        font-size: 14px;
    }

    .select-box-inner select {
        font-size: 14px;
        min-height: 40px;
    }

    .map-with-address-iiframe iframe {
        height: 420px;
    }

    .map-with-address-img-main {
        width: 100% !important;
    }

    .map-with-address-text-main {
        width: 100% !important;
        padding-top: 20px;
    }

    .stay-up-main {
        border-radius: 15px;
        padding: 20px 0px;
    }

    .stay-up-field-wrap {
        row-gap: 10px;
        margin-bottom: 10px;
    }

    .field-half-width {
        width: 100%;
    }

    .form-field-wrap input, .form-field-wrap select {
        min-height: 38px;
    }

    .form-field-radio-with-text {
        flex-wrap: wrap;
    }

    .site-two-images-bottom {
        right: 0;
    }

    .inner-banner-slider .owl-nav {
        padding: 0 10px;
    }

    .inner-banner-slider button.owl-prev,
    .inner-banner-slider button.owl-next {
        width: 30px;
        height: 30px;
    }

    .tab-text-contact-icon i {
        font-size: 40px;
    }

    .heading-address {
        margin-bottom: 0;
    }

    .information-form-details-wrap .section-heading {
        margin-bottom: 10px;
    }

    .offfice-address-heading {
        margin: 10px 0;
    }

    .information-form-inner {
        padding: 40px 20px 50px;
    }
    .faqs-section .accordion-item button.accordion-button {
        padding: 12px;
        padding-right: 30px;
    }

    .faqs-section .accordion-item button.accordion-button:after {
        right: 10px;
    }

    .faqs-section .accordion-item button.accordion-button{
        font-size: 16px;
    }

    .testimonial-slider-item{
        min-height: 570px;
        background-position: bottom;
        background-size: contain;
    }

    .testimonial-slider-wrap .owl-nav {
        padding: 0 5px;
    }

    .testimonial-slider-wrap .owl-nav button span {
        font-size: 49px;
    }

    .testimonial-slider-item {
        align-items: start;
        padding: 30px 15px;
    }

    .image-four-box-section {
        padding: 60px 30px;
    }

    .image-box-slider .owl-nav button span {
        font-size: 49px;
        color: #fff;
    }

    .site-slider-item-wrap img{
        min-height: 380px !important;
    }

    .image-box-slider .owl-nav button:hover{
        background: transparent !important;
    }

    .image-box-slider .owl-nav {
        margin: 0 !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .news-page-section .news-filter-group{
        gap: 0 !important;
        justify-content: center;
    }

    .form-field-type-oneline {
        row-gap: 8px;
    }

    .form-field-recaptcha {
        margin-top: 10px;
    }

    .form-field-checkbox {
        margin-bottom: 20px;
    }
    .map-with-address-list-img img{
        height: auto;
    }

    .information-submit-captcha {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        row-gap: 30px;
        align-items: start;
    }


    /* Residential page View Our Community Section CSS  */
    body .site-parking-view-all-camping {
        padding: 0 30px 60px;
        text-align: center;
    }
    
    .site-parking-view-all-camping .site-parking-view-all-camping-text {
        font-size: 22px;
    }
    .site-parking-view-all-camping .site-parking-view-all-camping-text i {
        right: 5px;
    }

    .site-parking-resorts-list-wrap {
        padding: 0 30px 60px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row {
        gap: 10px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item .site-parking-resorts-list-title {
        font-size: 12px;
        line-height: 32px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item ul li {
        margin-bottom: 10px;
    }
    .site-parking-resorts-list-wrap .site-parking-resorts-list-row .site-parking-resorts-list-item ul li a {
        font-size: 12px;
        line-height: normal;
    }
    /* End Residential page View Our Community Section CSS  */

    .site-two-images-set img { width: 100%; min-height: 300px; }
    .site-two-images-bottom{    max-width: 64%;
        max-height: 78%;}

    /*25-07-25*/
    .resort-detail-banner-slider .owl-nav {
        padding: 0 10px !important;
    }
    
    .resort-detail-banner-slider button.owl-prev, .resort-detail-banner-slider button.owl-next {
        width: 30px !important;
        height: 30px !important;
    }

    

}

@media only screen and (max-width: 576px) {
    .footer-nav-two-grid {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        height: 1520px;
        counter-reset: items;
        justify-content: start !important;
    }
}

@media only screen and (max-width: 820px) {
    /* Special Offer Start */
    .featured-offer-section .featured-offer-inner{
        flex-direction: column-reverse;
    }
    .featured-offer-section .offer-image-wrapper .offer-image{
        min-height: 300px;
    }
    .featured-offer-section .offer-image-wrapper{
        margin-bottom: 0;
        padding: 20px 20px 0 20px;
        margin-top: -80px;
        border-radius: 20px;
    }
    .featured-offer-section .featured-img-block{
        width: 100%;
    }
    .featured-offer-section .featured-offer-block{
        width: 100%;
    }
    .featured-offer-section .featured-offer-content {
        padding: 30px 30px 30px 30px;
    }
    .featured-offer-section .featured-offer-inner{
        border-radius: 20px;
    }
    .featured-offer-section .offer-image-wrapper .offer-image{
        border-radius: 20px;
    }
    .featured-offer-section .featured-offer-wrrpaer .featured-offer-inner:nth-child(even) {
        flex-direction: column-reverse;
    }
    .featured-offer-section .featured-offer-inner:last-child {
        margin-bottom: 50px;
    }
    .featured-offer-section .featured-offer-inner:first-child {
        margin-top: 140px;
    }
    /* Special Offer End */
}

/* Resort Details Page Start */
.download-detials-wraper .site-page-block-wrap {
    border-radius: 10px;
    background-color: #fff;
    padding: 1.75rem;
    margin-bottom: 60px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.download-detials-wraper .site-page-block-contents .site-page-block-description{
    margin-bottom: 0 !important;
}
    .download-detials-wraper .comman-warant-title .warranty-title{
    padding-bottom: 30px;
    position: relative;
    width: max-content;
}
    .download-detials-wraper .comman-warant-title .warranty-title::after{
    content: "";
    width: 100%;
    height: 2px;
    display: inline-block;
    position: absolute;
    background: #247069;
    left: 0;
    bottom: 20px;
}
    .download-detials-wraper .comman-warant-title .warranty-title i{
    color: #247069;
}
    .download-detials-wraper .comman-warant-title{
    padding-top: 45px;
}
    .download-detials-wraper .warranty-main-title{
    font-weight: 500;
}
    .download-detials-wraper .warranty-address-wrap p{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px
}
    .download-detials-wraper .warranty-address-wrap a{
    color: #000;
    text-decoration: none;
}
    .download-detials-wraper .warranty-address-wrap i{
    color: #247069;
}
    .download-detials-wraper .warranty-address-wrap .warranty-address-number{
    padding-bottom: 5px;
}
    .download-detials-wraper .site-page-block-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #247069;
}
    .download-detials-wraper .site-page-block-title i {
    color: #247069;
}
    .download-detials-wraper .form-group {
    padding: 16px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border-left: 4px solid #247069;
    height: 100%;
}
    .download-detials-wraper .form-group .adress-title {
    padding-top: 20px;
}
    .download-detials-wraper .form-group .adress-title p{
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}
    .download-detials-wraper .form-group .adress-title p a{
    color: #000;
    text-decoration: none;
    }
    .download-detials-wraper .form-group .adress-title p:not(:last-child){
    padding-bottom: 5px;
}
    .download-detials-wraper .form-group strong {
    display: block;
    color: #222;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
    .download-detials-wraper .form-group i {
    margin-right: 6px;
    color: #247069;
}
    .download-detials-wraper .gap-rows {
    row-gap: 2rem;
}
    .room-adress-wrap{
    padding-top: 24px;
}
    .room-adress-wrap .form-group .first-title-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000;
}
.site-grid-logo-wrap{
    border-radius: 0 !important;
    background-color: transparent !important;
    padding: 60px 0 !important;
    margin-bottom: unset !important;
    box-shadow: unset !important;
}
.site-grid-logo-wrap .form-group{
    border: 1px solid #247069 !important;
    background-color: #fff !important;
    padding: 30px 30px !important;
}
.site-grid-logo-wrap .site-page-block-description{
    margin-bottom: 0 !important;
}
/* Resort Details Page End */

/* Green layout */
/* Header Css Start */
.site-green-container .container-xl{
    max-width: 1440px !important;
}
.site-main-second-header .header-top-bar{
    background: #247069;
}
.site-main-second-header .site-second-menu-btn{
    margin-left: 35px;
}
.site-main-second-header .site-second-menu-btn .book-now-btn{
    padding: 12px 12px;
    background: #ffde59;
    color: #0a3255;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #909e7d;
    transition: 0.3s;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.site-main-second-header .site-second-menu-btn .book-now-btn:hover{
    background: #fff;
    color: #247069;
    border-color: #247069;
}
.site-main-second-header .site-topbar-icons-wrap{
    gap: 15px;
}
.site-main-second-header .nav-list-item-link:hover, .site-main-second-header .nav-list-item-link.active {
    color: #40a9a0;
}
.site-main-second-header .nav-list-item-link:active {
    color: #40a9a0;
    /*font-weight: 700;*/
}
.site-main-second-header .nav-list-item-link:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #40a9a0;
    transition: 0.3s;
    opacity: 0;
}
.site-main-second-header .nav-list-item-link:hover:after, .site-main-second-header .nav-list-item-link.active:after {
    bottom: -10px;
    opacity: 1;
}
.site-main-second-header .social-icon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    border-radius: 50px;
    color: #203857;
    border: 1px solid #fff;
    transition: 0.3s;
}
.site-main-second-header .social-icon i{
    color: #247069;
    font-size: 14px;
}
.site-main-second-header .site-topbar-search .site-search-input{
    border: 2px solid #fff;
    border-radius: 100px;
}
.site-main-second-header .site-topbar-search .site-search-input input{
    background-color: transparent;
    outline: none;
    border: none;
    max-width: 120px;
    width: 100%;
    color: #fff;
}
.site-main-second-header .site-topbar-search .site-search-input button{
    background-color: transparent;
    border: none;
    outline: none;
}
.site-main-second-header .site-topbar-search .site-search-input button i{
    color: #fff;
}

/*.site-main-second-header .guests-popup-model.header-guest-btn {
    background-color: white;
    color: #0a3255;
    border-radius: 10px;
    font-weight: 600;
    padding: 6px 25px;
}*/
.site-main-second-header .guests-portal-global.header-guest-btn {
    background-color: white;
    color: #0a3255;
    border-radius: 10px;
    font-weight: 600;
    padding: 6px 25px;
}


/* Header Css End */

/* Page Css Satrt */
/* Filter start */
.site-locations-filters .filters-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}
.site-locations-filters .site-form-select-arrow {
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.site-locations-filters .filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.site-locations-filters select {
      min-height: 42px;
    color: rgb(69, 66, 77);
    border: 1px solid rgb(206 206 206);
    border-radius: 5px;
    width: 100%;
    padding: 4px 10px;
    font-size: 16px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.site-locations-filters select:focus{
    outline: none;
}
.site-locations-filters .filter-group .select2 .select2-selection{
    min-height: 42px;
    color: rgb(69, 66, 77);
    border: 1px solid rgb(206 206 206);
    border-radius: 5px;
    width: 100%;
    padding: 4px 10px;
    font-size: 16px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
}
.site-locations-filters .filter-group .select2 .select2-selection .select2-selection__rendered li{
    display: none;
    padding: 0;
}
.site-locations-filters .filter-group .select2 .select2-selection .select2-selection__rendered li:first-child{
    display: block;
}
.site-locations-filters .filter-group .select2 .select2-selection .select2-selection__rendered li .select2-selection__choice__remove{
    display: none;
}
.site-locations-filters .filter-group .select2 .select2-selection .select2-search__field{
    margin: 0;
}
.site-locations-filters .filter-group .select2 .select2-selection .select2-selection__rendered li{
    margin: 0;
    background-color: transparent;
    border: none;
}
.site-locations-filters .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}
.site-locations-filters .tag {
    display: flex;
    align-items: center;
    background-color: #ffe2e0;
    color: #f0493a;
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid #f0493a;
    gap: 10px;
}
.site-locations-filters .tag p{
     font-size: 14px;
     font-weight: 600;
     margin: 0;
}
.site-locations-filters .tag.green {
    background-color: #d1e6e4;
    color: #247069;
    border: 1px solid #247069;
}
.site-locations-filters .tag.blue {
    background-color: #cbe4fa;
    color: #203857;
    border: 1px solid #203857;
}

.site-locations-filters .tag.purple {
    background: #2bb6751a;
    color: #2BB675;
    border-color: #2BB675;
}
.site-locations-filters .tag.yellow {
    color: #FCB442;
    background: #fcb4420f;
    border-color: #FCB442;
}

.site-locations-filters .tag .close {
    cursor: pointer;
    font-weight: bold;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.site-locations-filters .tag .close i{
    font-size: 9px;
}
.site-locations-filters .tag .close{
    background-color: #f0493a;
}
.site-locations-filters .tag.green .close{
    background-color: #247069;
}
.site-locations-filters .tag.blue .close{
    background-color: #203857;
}
.site-locations-filters .filter-group label{
    font-weight: 600;
    color: #45424d;
}

.site-locations-filters .tag.purple .close {
    background-color: #2BB675;
}


.site-locations-filters .tag.yellow .close { 
    background-color: #FCB442;
}


.site-locations-filters .filter-location,
.site-locations-filters .filter-province,
.site-locations-filters .filter-stay{
    width: calc(18.66% - 12.9px);
}
.site-locations-filters .filter-promotions,
.site-locations-filters .filter-features{
    width: calc(22% - 12.9px);
}
/* Filter End */
.site-location-palce .site-map-location .map{
    height: 100%;
}
.site-location-palce .site-map-location iframe{
    width: 100%;
    height: 100%;
}
.site-location-card-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.site-resort-listing-main .site-location-card-list{
    overflow: auto;
    padding-right: 40px;
    height: 700px;
    overflow-x: hidden;
}
.site-resort-listing-main .site-location-card-list .site-book-stay-form-map-desc h4{
    margin-bottom: 0;
}
/* .site-location-palce .site-map-location{
    height: 700px;
} */
.site-resort-listing-main .site-location-card-list::-webkit-scrollbar-track{
    border-radius: 10px;
    background-color: #f5f5f500;
}

.site-resort-listing-main .site-location-card-list::-webkit-scrollbar{
    width: 12px;
    background-color: #f5f5f500;
}

.site-resort-listing-main .site-location-card-list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #203857;
}
.site-location-card-list .resort-card{
    border: 1px solid #ddd;
    background: #fff;
}
.site-location-card-list .resort-card .resort-thumb-image {
    width: 300px;
}
.site-location-card-list .resort-card .site-map-loyout-align {
    width: calc(100% - 300px);
}
.site-location-card-list .resort-card .icon-group{
    gap: 10px;
}
.site-location-card-list .resort-card .icon-group img{
    max-width: 25px;
    width: 100%;
}
.site-location-card-list .resort-card .location-title{
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.site-location-card-list .location-place-title-info{
    padding-bottom: 15px;
}
.site-location-card-list .resort-card .resort-content-info .resort-address,
.site-location-card-list .resort-card .resort-content-info .resort-contact a{
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.site-location-card-list .resort-card .resort-content-info .resort-discription{
    font-size: 14px;
    line-height: 22px;
    color: #45424d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-location-card-list .resort-card .resort-btn-group{
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}
.site-location-card-list .resort-card .resort-btn-group .resort-btn{
    padding: 5px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 700;
}
.site-location-card-list .resort-card .resort-btn-group .vr-btn,
.site-location-card-list .resort-card .resort-btn-group .bsg-btn{
    background: #0a3255;
    border-color: #0a3255;
}
.site-location-card-list .resort-card .resort-btn-group .vr-btn:hover,
.site-location-card-list .resort-card .resort-btn-group .bsg-btn:hover{
    background: #fff;
    border-color: #0a3255;
    color: #0a3255;
}
.site-location-card-list .resort-card .resort-btn-group .bn-btn{
    background: #f0493a;
    border-color: #f0493a;
}
.site-location-card-list .resort-card .resort-btn-group .bn-btn:hover{
    background: #fff;
    border-color: #f0493a;
    color: #f0493a;
}
.load-more-container{
    text-align: center;
}
.load-more-container .load-more-btn{
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 700;
     background: #0a3255;
    border-color: #0a3255;
    text-transform: uppercase;
}
.load-more-container .load-more-btn:hover{
    background: #fff;
    border-color: #0a3255;
    color: #0a3255;
}

/* .site-locations-filters {
    padding-bottom: 30px;
} */
.map-clear-filter-section .show-map-btn{
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #0a3255;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 500;
    background: #0a3255;
}
.map-clear-filter-section .filter-main-section{
    display: flex;
    gap: 10px;
}
.map-clear-filter-section .show-map-btn:hover{
    background: #fff;
    border: 1px solid #0a3255;
    color: #0a3255;
}
.map-clear-filter-section .filter-sorting-section{
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}
.map-clear-filter-section .clear-filter-btn{
    padding: 8px 15px;
    color: #0a3255;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #0a3255;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
}
.map-clear-filter-section .clear-filter-btn:hover{
    color: #fff;
    border: 1px solid #0a3255;
    background: #0a3255;
}
.map-clear-filter-section .filter-sorting-section{
    align-items: center;
}
.map-clear-filter-section .filter-sorting-section .form-select{
    padding: 8px 15px;
    color: #0a3255;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #0a3255;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 500;
    background: transparent;
    min-height: unset;
}
.map-clear-filter-section .filter-sorting-section label{
    color: #0a3255;
    font-size: 16px;
    line-height: 26px;
}
.site-location-palce {
    padding-top: 60px;
    position: relative;
}

.site-location-palce:after {
    content: "";
    position: absolute;
    right: 0;
    width: 60%;
    top: 0;
    height: 100%;
    background: rgb(254, 254, 244);
    z-index: -1;
    border-radius: 40px 0 0 0;
}

.site-map-loyout-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Popup Model Css Start */
.guests-popup-section .modal-dialog{
    max-width: 900px;
}
.guests-popup-section .modal-content{
    background-color: #d1e6e4;
    position: relative;
    padding: 35px 30px;
}
.guests-popup-section .modal-content .site-primary-btn{
    text-transform: uppercase;
}
.guests-popup-section .modal-header{
    padding: 0;
}
.guests-popup-section .modal-header .section-heading-sm{
    color: #0a3255;
    padding-bottom: 10px;
}
.guests-popup-section .modal-header .body-text{
    color: #45424d;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 25px;
}
.guests-popup-section .modal-content .btn-close{
    position: absolute;
    top: 15px;
    right: 10px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(17%) saturate(7195%) hue-rotate(192deg) brightness(99%) contrast(92%);
    opacity: 1;
    background: url(../images/close-new-img.png) !important;
    background-size: 18px !important;
    display: inline-block;
    background-repeat: no-repeat !important;
}
.guests-popup-section .form-filed-same-title{
    font-weight: 700;
/*    text-transform: uppercase;*/
    font-size: 14px;
    color: #45424d;
    margin: 0;
    padding-bottom: 15px;
}
.guests-popup-section .form-section{
    padding-bottom: 15px;
}
.guests-popup-section .site-primary-btn{
    font-weight: 700;
    padding: 10px 40px;
}
.guests-popup-section .form-control,
.guests-popup-section .form-select{
    padding: 15px 15px;
}
.guests-popup-section .form-check-label{
    font-size: 14px;
    line-height: 20px;
}
/* Popup Model Css End */
/* Page Css Satrt */

/* Footer Css Start */
.site-main-second-footer .site-footer-top{
    background: #247069;
}
.site-main-second-footer .site-footer-bottom{
    background: #1f625b;
}
.site-main-second-footer .footer-list-icon .footer-icon-list-team i{
    color: #40a9a0;
}
.site-main-second-footer .footer-icon-list-team a {
    width: 30px;
    height: 30px;
}

.location-placeholder {
    height: 100%;
    object-fit: cover;
}
/* Footer Css End */

/* Resort Details Page Start */
.resort-detail-hero-banner img{
    min-height: 400px;
    height: 400px;
    object-fit: cover;
}
.resort-detail-hero-banner .banner-heading-wrap{
    font-size: 70px;
}
.resort-detail-fullpage .site-image-gallery-section .owl-stage{
    display: flex
}
.resort-detail-fullpage .site-image-gallery-section .image-gallery-item{
    height: 445px;
    width: calc((100% - 0px) / 1);
}
.resort-detail-fullpage .site-image-gallery-section .image-gallery-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.resort-detail-fullpage .site-image-gallery-section .owl-video-wrapper,
.resort-detail-fullpage .site-image-gallery-section .item-video-wrap,
.resort-detail-fullpage .site-image-gallery-section .owl-video-wrapper .owl-video-tn{
   border-radius: 30px;
}
.image-gallery-item .video-popup {
    position: relative; 
}
 
.image-gallery-item .video-popup .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px; 
    margin: auto;
    border: solid 2px #fff;
    border-radius: 50%;
    padding: 15px 30px;
}
/* Resort Details Page Emd */

/* Resort Details Page Green*/
.full-page-section {
    padding-top: 40px;
    background: #fefef4;
    position: relative;
    overflow-x: hidden;
}

.image-gallery-item img {
    border-radius: 30px;
}

.resort-details-banner .body-text-lg {
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
}

.site-ways-to-stay-grid-img img {
    border-radius: 30px;
    height: 340px;
    object-fit: cover;
}

.site-ways-to-stay-details {
    margin-top: 20px;
}

.site-ways-to-stay-details .section-heading-sm {
    font-size: 26px;
}

.site-ways-to-stay-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 96px;
    margin-bottom: 15px;
}

.site-ways-to-stay-details .site-secondary-btn {
    border-color: #004aad;
    color: #0a3255;
    font-weight: 700;
}

.site-ways-to-stay-details .site-secondary-btn:hover {
    color: #fff;
    border-color: #0a3255;
}

.resort-details-border-radius {
    border-radius: 30px;
}

.resort-details-side-main {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 450px;
    z-index: 9;
    background: #247069;
    padding: 40px 20px 40px 60px;
    /*height: 100%;*/
    height: auto;
    min-height: 100%;
}
.resort-details-side-main .side-bar-list-wrap a{
    color: #fff;
    text-decoration: none;
}
.side-bar-open .resort-details-side-wrap .site-btn-wrap a{
    font-weight: 700;
}
.side-bar-arrow {
    position: absolute;
    left: 25px;
    top: 23px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.side-bar-heading {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 40px;
}

.side-bar-arrow i {
    transform: rotate(180deg);
    transition: 0.3s;
}

.resort-details-side-wrap .body-text-lg {
    color: #fff;
}

.side-bar-sub-text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.side-bar-list-wrap {
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}

.side-bar-list-wrap li {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.resort-details-side-wrap .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
}

.resort-details-side-wrap .accordion-item {
    background: transparent;
}

.resort-details-side-wrap .accordion-flush .accordion-item {
    border-color: #ffffff87;
}

.resort-details-side-wrap .accordion-body {
    padding-left: 0;
    min-height: 100px;
    max-height: 80vh;
    overflow-y: auto;
}

/*.resort-details-side-wrap .accordion-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.resort-details-side-wrap .accordion-body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.resort-details-side-wrap .accordion-body::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}*/

.resort-details-side-wrap .resort-details-tab-text {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0;
}

.resort-details-side-wrap .resort-details-tab-text li {
    font-size: 16px;
    color: #fff;
    width: 100%;
    margin-bottom: 4px;
}

.resort-details-side-wrap .accordion {
    border-top: 1px solid #ffffff87;
    border-bottom: 1px solid #ffffff87;
}

.resort-details-side-wrap .accordion-button::after {
    content: "\2b";
    background-image: unset;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
}

.resort-details-side-wrap .accordion-button:not(.collapsed)::after {
    background-image: unset;
    content: "\f068";
    font-weight: 600 !important;
    font-family: "Font Awesome 6 free" !important;
    font-size: 16px;
    transform: unset;
}

.resort-details-side-wrap .accordion-button {
    padding-right: 0;
    padding-left: 0;
    color: #fff !important;
    font-weight: 600;
}

.resort-details-side-wrap .accordion-body * {
    color: #fff;
}

.resort-details-side-wrap .site-primary-btn {
    color: #0a3255;
    background: #fff;
    border-color: #fff;
}

.resort-details-side-wrap .site-primary-btn:hover {
    background: transparent;
    color: #fff;
}

.resort-details-side-main {
    transform: translateX(calc(100% - 60px));
    transition: 0.5s;
}

.resort-details-side-wrap {
    opacity: 0;
    transition: 0.3s;
}

.side-bar-open .resort-details-side-wrap {
    opacity: 1;
}

.side-bar-open.resort-details-side-main {
    transform: translateX(0);
}

.side-bar-open .side-bar-arrow i {
    transform: rotate(0);
}


/*25-07-25*/
.resort-detail-banner-slider .owl-nav {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.resort-detail-banner-slider .owl-stage-outer {
    border-radius: 30px !important;
}
 
.resort-detail-banner-slider button.owl-prev, .resort-detail-banner-slider button.owl-next {
    margin: 0 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/arrow.png) !important;
    border-radius: 50% !important;
    z-index: 9;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
 
.resort-detail-banner-slider button.owl-prev {
    transform: rotate(180deg);
}
 
.resort-detail-banner-slider button span {
    display: none;
}
/* END Resort Details Page Green */


/* Home page Green */
/* 29-05-2025 Start */
.resort-tabing-section .tabing-bg {
    background-size: cover !important;
    background-repeat: repeat !important;
    background-position: center !important;
    position: relative;
    z-index: 5;
    font-size: 18px;
    border-radius: 0 !important;
    transition: background 0.3s ease;
    padding: 16px;
    color: #fff;
    min-height: 75px;
    border: 1px solid transparent !important;
}
.resort-tabing-section .tabing-bg:hover{
    color: #fff;
}
.resort-tabing-section .tabing-bg::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a3255;
    opacity: 0.5;
    z-index: -1;
}
.resort-tabing-section .tabing-list{
    gap: 24px;
}
.resort-tabing-section .site-primary-btn{
    font-weight: 600;
    width: fit-content;
}
.resort-tabing-section .section-heading-sm{
    color: #0a3255;
    margin-bottom: 15px;
}
.resort-tabing-section .tab-pane {
   /* opacity: 0;*/
    transition: opacity 0.5s ease-in-out;
    height: 100%;
}
.resort-tabing-section .tab-pane {
    animation: slide-down 1s;
}
/* 
.resort-tabing-section .nav-pills .nav-link.active {
    background-color: #0a3255;
} */
.resort-tabing-section .nav-link.active {
    border-color: #FCB444 !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.resort-tabing-section .nav-link.active::after{
    background-color: #FCB444;
}
@keyframes slide-down {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.resort-tabing-section .tab-pane.show.active {
    opacity: 1;
}
.resort-tabing-section .tab-image {
    height: 370px;
    object-fit: cover;
    width: 100%;
}


.special-offer-section-banner {
    background: url('../images/Testimonial.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
    color: white;
    position: relative;
    background-position: 15% 15%;
}
.special-offer-section{
    z-index: 1;
}
.special-offer-section .site-primary-btn{
    padding: 12px 28px;
    background: #fff;
    color: #0a3255;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    transition: 0.3s;
    border-radius: 5px;
    font-weight: 600;
}
.special-offer-section .site-primary-btn:hover{
    background: #0a3255;
    color: #fff;
}
.special-offer-section .section-heading{
    color: #fffd;
}
.special-offer-section .body-text{
    color: #fffd;
}

.offers-card-section .offers-card-section-group{
    margin-top: -500px;
}
.offers-card-section .card{
    border-radius: 10px;
    height: 100%;
}
.offers-card-section .card .card-body{
    display: flex;
    flex-direction: column;
}
.offers-card-section .card .card-body .site-primary-btn{
    margin-top: auto;
    width: fit-content;
}
.offers-card-section .card .card-img{
    border-radius: 0;
}
.offers-card-section .card-img-overlay-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.offers-card-section .card-img-overlay-info i{
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}
.offers-card-section .card-img-overlay-info span{
    font-size: 16px;
    font-weight: 500;
}
.offers-card-section .card-body .body-text{
    color: #6c6d75;
     margin-bottom: 10px;
}
.offers-card-section .card-body .card-title{
    font-weight: 600;
    font-size: 20px;
}
.offers-card-section .card-body .site-primary-btn{
    font-weight: 400;
    font-weight: 400;
}
.offers-card-section .card-body  .card-text-point li{
    color: #6c6d75;
}
.offers-card-section .card-body .card-text-point li:not(:last-child){
    margin-bottom: 5px;
}
.offers-card-section .card-custom {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.offers-card-section .card-img-top {
    height: 220px;
    object-fit: cover;
    position: relative;
    border-radius: 9px 9px 0 0;
}

/* Book Now Buttun Sidebar Panel Start */
.book-now-sidebar-section .sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.book-now-sidebar-section .book-sidebar-panel {
  position: fixed;
  right: -400px;
  top: 0;
  width: 500px;
  height: 100%;
  background: #ffffff;
  z-index: 1001;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.4s ease;
  display: flex;
  flex-direction: column;
}
.book-now-sidebar-section .book-sidebar-panel.active {
  right: 0; 
}
.book-now-sidebar-section .sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
.book-now-sidebar-section .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fefef4;
  padding: 20px;
  border-bottom: 1px solid #247069;
}
.book-now-sidebar-section .sidebar-header .section-heading-sm {
  margin: 0;
  color: #0a3255;
}
.book-now-sidebar-section .close-sidebar{
  line-height: 0;
}
.book-now-sidebar-section .close-sidebar i{
  font-size: 24px;
  cursor: pointer;
  font-size: 20px;
  cursor: pointer;
  color: #0a3255;
  line-height: normal;
}
.book-now-sidebar-section .sidebar-content {
  overflow-y: auto;
}
.book-now-sidebar-section .sidebar-content .book-now-form{
    padding: 20px;
    background: #247069;
}
.book-now-sidebar-section .sidebar-content .book-now-form .banner-form-field label{
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 500;
}
.book-now-sidebar-section .sidebar-content .book-now-form .top-banner-form-wrap{
    padding: 0;
    background: transparent;
}
.book-now-sidebar-section .sidebar-content .book-now-form .top-banner-form-wrap .site-top-banner-form{
    flex-direction: column;
    align-items: unset;
    gap: 20px;
}
.book-now-sidebar-section .sidebar-content .book-now-form .banner-form-field:first-child,
.book-now-sidebar-section .sidebar-content .book-now-form .banner-form-field{
    width: 100%;
}
.book-now-sidebar-section .sidebar-content .recommended-resorts{
   padding: 35px 20px 35px 20px;
   background: #fefef4;
}

.book-now-sidebar-section .recommended-resorts .recommended-resorts-title{
    margin-bottom: 0;
    padding-bottom: 35px;
    color: #0a3255;
    font-weight: 500;
}
.book-now-sidebar-section .resort-card-img img{
    height: 160px;
    object-fit: cover;
}
.book-now-sidebar-section .recommended-resorts .resort-card-content .site-primary-btn{
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
}
.book-now-sidebar-section .recommended-resorts .resort-card-content .resort-title{
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #0a3255;
    font-weight: 600;
    font-size: 16px;
}
.book-now-sidebar-section .recommended-resorts .resort-card-content .resort-discription{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.book-now-sidebar-section .recommended-resorts .resort-card-item-wrap .resort-card-item:not(:last-of-type){
    margin-bottom: 20px;
    border-bottom: solid 1px #0a325580;
    padding-bottom: 20px;
}
.book-now-sidebar-section #bookSidebar,
.book-now-sidebar-section #sidebarOverlay {
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.book-now-sidebar-section #bookSidebar.active,
.book-now-sidebar-section #sidebarOverlay.active {
  opacity: 1;
  pointer-events: auto;
}
.side-panel-fixed {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
}
/* Book Now Buttun Sidebar Panel End */
/* 29-05-2025 End */

.site-warm-white-color {
    background: #fefef4;
}

.section-heading-text {
    max-width: 980px;
    margin: 0 auto;
}

.featured-locations-main .section-heading {
    color: #0a3255;
}

.featured-locations-box {
    background: #fff;
    border: 1px solid #7c7c7c;
    border-radius: 12px;
    overflow: hidden;
}

.featured-locations-details {
    padding: 15px 20px;
}

.featured-locations-box-img img {
    height: 200px;
    object-fit: cover;
}

.location-available {
    position: absolute;
    bottom: 12px;
    z-index: 2;
    left: 20px;
    color: #fff;
    display: flex;
    column-gap: 8px;
    align-items: baseline;
    font-weight: 600;
}

.featured-locations-box-img {
    position: relative;
}

.featured-locations-box-text {
    font-size: 14px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 105px;
    color: #0a3255;
}

.featured-locations-details .site-secondary-btn {
    font-weight: 700;
    padding: 9px 30px;
}

.featured-locations-box-heading {
    color: #0a3255;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.site-event-box-heading {
    font-size: 24px;
    font-weight: 700;
    color: #0a3255;
    margin-bottom: 12px;
}

.site-event-heading-bar .body-text {
    color: #737373;
}

.site-event-box-text {
    color: #737373;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 68px;
    color: rgb(10, 50, 85);
    overflow: hidden;
}

.site-event-heading-bar .section-heading {
    color: #0a3255;
}

.site-event-box-image img {
    height: 270px;
    object-fit: cover;
}

.site-event-box-image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.site-event-box-image:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    left: 0;
}

.site-event-box-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
}

.site-event-box-icon-text {
    margin-bottom: 0;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 16px;
}

.site-event-box-icon-text i {
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.site-event-box-details .site-primary-btn {
    padding: 8px 14px;
    font-weight: 700;
    background: #fff;
    color: #0a3255;
    border-color: #fff;
}

.site-event-box-details .site-primary-btn:hover {
    background: transparent;
    color: #fff;
}

.site-event-box-details .site-btn-wrap {
    margin-top: 10px;
}

.activities-experiences-slider-iteam {
    min-height: 600px;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
}
.activities-experiences-slider-iteam:after{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0));
  z-index: 1;
}
.site-activities-experiences-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.activities-experiences-slider-iteam .container-xl {
    position: relative;
    z-index: 2;
}

.activities-experiences-wrap .section-heading {
    color: #fff;
    margin-bottom: 60px;
}

.activities-experiences-subtext {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.activities-experiences-text {
    max-width: 600px;
}

.activities-experiences-text .body-text {
    color: #fff;
    margin-bottom: 0;
}

.activities-experiences-btns {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.activities-experiences-btns .site-primary-btn {
    background: #fff;
    color: #0a3255;
    border-color: #fff;
    padding: 10px 28px;
    font-weight: 600;
}

.activities-experiences-btns .site-primary-btn:hover {
    background: #0a3255;
    color: #fff;
    border-color: #0a3255;
}

.activities-experiences-slider .owl-dots {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: center;
    position: relative;
    top: -50px;
}

.activities-experiences-slider .owl-dots button.owl-dot span {
    margin: 3px !important;
    background: #fff;
}

.activities-experiences-slider .owl-dots  button.owl-dot.active span {
    width: 100px !important;
    background: #fff;
}

.activities-experiences-slider .owl-nav {
    display: none;
}

.site-top-banner-form {
    display: flex;
    align-items: end;
    column-gap: 20px;
}

.top-banner-form-wrap {
    background: #0a3255;
    padding: 24px 40px;
    border-radius: 18px;
}

.top-banner-form-section {
    padding-bottom: 30px;
}

.top-banner-form-main {
    max-width: 1200px;
    margin: -90px auto 0;
    z-index: 2;
    position: relative;
}

.banner-form-field:first-child {
    width: 35%;
}

.banner-form-field {
    width: 21%;
}

 .banner-form-field input[type="date"]::-webkit-inner-spin-button,
.banner-form-field input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background-image: url(../images/calendar.svg);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-form-field input[type="text"]::-webkit-inner-spin-button,
.banner-form-field input[type="text"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    background-image: url(../images/calendar.svg);
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}


.banner-form-field input {
    width: 100%;
    font-size: 13px;
    min-height: 44px;
    border: 1px solid #000;
    border-radius: 12px;
    padding: 4px 8px;
    padding-left: 35px;
    -webkit-appearance: none;
    appearance: none;
    color: #737373;
}

.banner-form-field-search {
    position: relative;
}

.banner-form-field-search:after {
    font-size: 14px;
    content: "";
    position: absolute;
    left: 13px;
    top: 50%;
    content: "\f002";
    font-family: "Font Awesome 6 free";
    font-weight: 600;
    transform: translateY(-56%);
    color: #737373;
}

.banner-form-field .banner-form-field-date input {
    padding-left: 10px;
}

.banner-form-field label {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.banner-form-submit {
    width: 100%;
    background: #ffde59;
    min-height: 44px;
    border-radius: 12px;
    outline: none;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    color: #0a3255;
    padding: 5px 15px;
}
/* END Home page green */
/* Media css */
@media only screen and (max-width: 1440px){
    /* Resort Details Page Start */
    .resort-detail-fullpage .site-image-gallery-section .image-gallery-item {
        height: 400px;
    }
    .resort-detail-hero-banner .banner-heading-wrap {
        font-size: 60px;
    }
    /* Resort Details Page End */
    .activities-experiences-p-blocks-row .activities-experiences-p-inner .activities-experiences-block-img img{
        height: 300px;
    }
}
@media only screen and (max-width: 1199px) {
     /* Green Mega Menu Header Start */
    .mobile-submenu-main.mobile-megamenu-main {
        display: none;
    }
    .mobile-submenu-main.mobile-megamenu-main .mega-menu-right-block .row:nth-child(2){
        gap: 15px 0;
    }
    .mobile-megamenu-main{
        padding-right: 0;
        padding-left: 0;
    }
    .mobile-megamenu-main .green-home-mega-menu{
        background: #fefef4;
        border-radius: 5px;
    }
    .mobile-megamenu-main .mega-menu-left-content .mega-menu-left-title{
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 10px; 
    }
    .mobile-megamenu-main .mega-menu-left-content .mega-menu-left-discription {
        padding-bottom: 25px;
        padding-bottom: 20px;
        font-size: 14px;
    }
    .mobile-megamenu-main .mega-menu-left-content .mega-menu-left-btn{
        padding: 10px 15px;
        background: #ffde59;
        color: #0a3255;
        font-size: 16px;
        border: 1px solid #0a3255;
        text-align: center;
        font-weight: 600;
        max-width: 100%;
        width: auto;
    }
    .mobile-megamenu-main .mega-menu-left-content .mega-menu-left-btn:hover{
        border: 1px solid #247069;
        background: #247069;
        color: #fff;
    }
    .mobile-megamenu-main .mega-menu-left-content{
        border-bottom: 1px solid #247069;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .mobile-megamenu-main .mega-menu-right-block .mega-menu-left-title{
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 30px;
    }
    .mobile-megamenu-main .mega-menu-right-block .mega-menu-title{
        font-weight: 600;
        font-size: 14px;
        padding-bottom: 10px;
        margin: 0;
        color: #247069;
    }
    .mobile-megamenu-main .mega-menu-nav-list li a {
        text-decoration: none;
        color: #212529;
        font-weight: 500;
        font-size: 14px;
    }
    /* Green Mega Menu Header End */
    /* Header Css Start */
    .site-main-second-header .site-mobile-menu{
        background: #247069;
    }
    .site-main-second-header .site-mobile-menu-icon i{
        color: #247069;
    }
    .site-main-second-header .site-second-menu-btn{
        margin: 0;
    }
    .site-main-second-header .site-second-menu-btn .book-now-btn{
        padding: 5px 12px;
    }
    /* Header Css End */

    .site-map-location .map iframe {
        height: 500px;
    }
    .activities-experiences-slider-iteam {
        min-height: 440px;
    }

    .site-top-banner-form {
        flex-wrap: wrap;
        row-gap: 14px; 
    }

    .top-banner-form-section {
        padding: 0 30px;
    }

    .banner-form-field {
        /* width: calc(33.33% - 14px); */
        width: calc(25% - 15px) !important;
    }
    .banner-form-field:last-child {
        width: 100% !important;
    }
    .site-location-palce .site-map-location .map{
        height: 80vh;
    }
}

@media only screen and (max-width: 991px) {
    .site-locations-filters .filter-location, .site-locations-filters .filter-province, .site-locations-filters .filter-stay {
        width: calc(33.33% - 11px);
    }

    .site-locations-filters .filter-promotions, .site-locations-filters .filter-features {
        width: calc(50% - 8px);
    }

    .resort-details-border-radius {
        border-radius: 15px;
    }

    .banner-form-field {
        width: calc(50% - 10px) !important;
    }
}
@media only screen and (max-width: 768px) {
    /* 06-06-2025 Start */
    .warranty-claims-wrpaer .col-sm-6,
    .room-adress-wrap .col-sm-6{
        width: 100%;
    }
     .warranty-sub-content-inner:nth-child(1) {
        width: 100%;
    }
    .warranty-sub-content-inner:nth-child(2) {
        width: 100%;
    }
    .warranty-sub-content-inner:nth-child(3) {
        width: 100%;
    }
    .warranty-sub-content-inner:nth-child(4) {
        width: 100%;
    }
    .resort-tabing-section .tabing-list{
        flex-wrap: wrap;
        flex-direction: unset !important;
        padding-bottom: 12px;
        margin-bottom: 12px;
        gap: 15px;
    }
    .resort-tabing-section .tabing-list .nav-item{
        width: calc(50% - 8px);
    }
    .resort-tabing-section .tab-image{
        height: 100%
    }
    .site-special-offer-slider .owl-stage{
        display: flex;
    }
    .site-special-offer-slider .owl-stage .owl-item .col-md-4{
        width: 100% !important;
        height: 100%;
        padding: 0 5px;
    }
    .site-special-offer-slider{
        margin: 0 !important;
       --bs-gutter-x: 0 !important;
    }
    .offers-card-section .card-custom{
        height: 100%;
        box-shadow: unset;
    }
    .offers-card-section .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }
    .offers-card-section .card-content {
        flex-grow: 1;
    }
    .offers-card-section .site-primary-btn {
        align-self: flex-start;
        margin-top: auto;
    }
    .offers-card-section .owl-theme .owl-dots .owl-dot.active span, .offers-card-section .owl-theme .owl-dots .owl-dot:hover span {
        background: #0a3255;
    }
    .offers-card-section .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 20px;
    }
    body .offers-card-section{
        padding-bottom: 10px !important;
    }
    /* 06-06-2025 End */
}

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

    /* Developement Page */
    .site-partnership-image .partnership-image-inner {
        height: 100%;
    }

    /* Special Offer Start */
    .special-offer-banner .banner-heading-wrap{
        font-size: 26px;
    }
    .special-offer-banner .page-banner-image{
        height: 250px;
        object-fit: cover;
    }
    .membership-required-benefits-inner {
        border-radius: 10px;
        padding: 30px;
    }
    .membership-required-benefits-img img {
        border-radius: 10px;
    }
    body .membership-required-benefits-content{
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }
    .membership-required-title{
        font-size: 20px;
    }
    .membership-required-benefits-content .membership-required-content{
        font-size: 16px;
        line-height: 24px;
    }
    .membership-benefits-list .benefits-icon img {
        width: 20px;
        height: 20px;
    }
    .membership-required-info{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    /* Advantage Incentive Section */
    .advantage-incentive-section .card-body {
        padding: 20px;
    }
    .advantage-incentive-section .card-body .site-primary-btn{
        font-size: 13px;
        padding: 10px 13px;
    }
    .advantage-incentive-section .card {
        border-radius: 10px;
    }
    .advantage-incentive-section .card-img-top{
        border-radius: 10px 10px 0 0;
    }
    .advantage-incentive-section .advantage-incentive-cards-wraper {
        gap: 20px 0;
    }
    .advantage-incentive-section .card-body .description{
        font-size: 14px;
    }
    /* Filter Section Section */
    .resorts-filter-section .filter-form-wraper{
        flex-direction: column;
        align-items: start !important;
        gap: 35px;
    }
    .resorts-filter-section .resorts-filter-wrap-filter .resorts-filter-su-btn,
    .resorts-filter-section .resorts-filter-wrap-filter .resorts-clear-filter-btn{
        width: 50%;
    }
    .resorts-filter-section .resorts-filter-wrap-filter .resorts-clear-filter-btn {
        border: 1px solid #0A3255;
        background: #0A3255;
        color: #fff;
        border-radius: 6px;
        min-height: 40px;
        font-size: 14px;
        padding: 5px 20px;
        transition: 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 400;
    }
    .resorts-filter-section .resorts-filter-wrap-filter .resorts-clear-filter-btn:hover {
        border: 1px solid #0A3255;
        background: #fff;
        color: #0A3255;
    }
    .resorts-filter-section .resorts-filter-wrap-child-select{
        width: 100%;
        flex-direction: column;
    }
    .resorts-filter-section .resorts-filter-wrap-child-select .select-box .select-box-wrap {
        margin-bottom: 0;
    }
    .resorts-filter-wrap-child-select {
        gap: 15px;
    }
    .resorts-filter-section .resorts-filter-wrap-child-select .select-box {
        width: 100%
    }
    .resorts-filter-section .resorts-filter-wrap-filter {
        width: 100%;
        justify-content: start;
    }
    .resorts-filter-section .resorts-filter-wrap-child-select .select-box select {
        min-height: 40px;
    }
    .resorts-filter-section .resorts-filter-wrap-filter .resorts-filter-su-btn{
       min-height: 40px; 
       font-size: 14px;
    }
    .resorts-filter-section .resorts-filter-wrap-filter .resorts-clear-filter-btn{
        font-size: 14px;
    }
    .featured-offer-section .featured-offer-inner:first-child {
        margin-top: 130px;
    }
    .featured-offer-section .featured-offer-inner:last-child {
        margin-bottom: 50px;
    }
    .featured-offer-section .featured-offer-inner{
        border-radius: 10px;
    }
    .featured-offer-section .offer-image-wrapper .offer-image{
        border-radius: 10px 10px 0 0;
        min-height: 250px;
    }
    .featured-offer-section .featured-offer-content {
        padding: 20px 20px;
    }
    .featured-offer-section .offer-image-wrapper{
        padding: 15px 15px 0 15px;
        border-radius: 10px
    }
    .featured-offer-section .featured-offer-inner{
        flex-direction: column-reverse;
    }
    .resorts-filter-section .resorts-filter-wrap-child-select .select-box .form-select {
        background-size: 12px;
    }
    .featured-offer-section .btn-offer {
        padding: 10px 10px;
        font-size: 14px;
    }
    .featured-offer-section .featured-offer-content .offer-discription{
        font-size: 14px;
    }
    .featured-offer-section .featured-offer-wrrpaer{
        gap: 110px;
    }
    .featured-offer-section .featured-offer-wrrpaer .featured-offer-inner:nth-child(even) {
        flex-direction: column-reverse;
    }
    /* Special Offer End */
     /* Ways to Stay Page Start */
     .ways-to-stay-blocks-row .ways-to-stay-block-inner {
        width: 100%;
    }
    .ways-to-stay-blocks-section .ways-to-stay-block-content-inner {
        padding: 25px 15px 15px 15px;
    }
    .ways-to-stay-blocks-row .ways-to-stay-block-inner .ways-to-stay-block-img{
        padding: 15px 15px 0 15px;
    }
    .ways-to-stay-blocks-section .ways-to-stay-btns{
        gap: 10px;
        flex-wrap: wrap;
    }
    .ways-to-stay-blocks-section .ways-to-stay-block-content-inner .section-heading {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ways-to-stay-blocks-section .ways-to-stay-btns .site-btn-wrap .site-primary-btn{
        font-size: 14px;
    }
    .ways-to-stay-banner .page-banner-image{
        height: 250px;
        object-fit: cover;
    }
    .ways-to-stay-blocks-row{
        gap: 20px;
    }
    /* Ways to Stay Page End */

    /*Resort Location Page*/
    .site-location-card-list .resort-card .resort-thumb-image, .site-location-card-list .resort-card .site-map-loyout-align {
        width: 100%;
    } 
    /*End */

    /* Activities & Experiences Page Start */
    .activities-experiences-p-blocks-row .activities-experiences-p-inner {
        width: 100%;
    }
    .activities-experiences-p-section .activities-experiences-block-content-inner {
        padding: 25px 15px 15px 15px;
    }
    .activities-experiences-p-blocks-row .activities-experiences-p-inner .activities-experiences-block-img{
        padding: 15px 15px 0 15px;
    }
    .activities-experiences-p-section .activities-experiences-p-btns{
        gap: 10px;
        flex-wrap: wrap;
    }
    .activities-experiences-p-section .activities-experiences-block-content-inner .section-heading {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .activities-experiences-p-section .activities-experiences-p-btns .site-btn-wrap .site-primary-btn{
        font-size: 14px;
    }
    .activities-experiences-p-blocks-row{
        gap: 20px;
    }
    .activities-experiences-p-blocks-row .activities-experiences-p-inner .activities-experiences-block-img img{
        height: 280px;
    }
    /* Activities & Experiences Page End */
    .site-location-palce .site-map-location{
        height: auto;
    }
    .site-location-card-list .resort-card .resort-btn-group{
        gap: 7px;
    }
    .site-location-card-list .resort-card .resort-btn-group .resort-btn{
        font-weight: 500;
    }
    /* 06-06-2025 */
    .rv-resort-lodging-section .partnership-section:nth-child(even) .rv-resort-row{
        flex-direction: column-reverse;
    }
    .rv-resort-lodging-section .partnership-section{
        padding-bottom: 10px !important;
    }
    .site-partnership-info .section-heading{
        font-size: 24px;
    }
     .warranty-sub-content-inner:nth-child(1) {
        width: 100%;
    }
    .warranty-sub-content-inner:nth-child(2) {
        width: 100%;
    }
    .warranty-sub-content-inner:nth-child(3) {
        width: 100%;
    }
    .warranty-sub-content-inner:nth-child(4) {
        width: 100%;
    }
    .warranty-sub-content{
        gap: 15px;
    }
    .offers-card-section{
        padding-bottom: 10px !important;
    }
    .activities-experiences-wrap{
        min-height: 400px;
    }
    /* Resort Details Page Start */
    .download-detials-wraper .site-page-block-wrap{
        border-radius: 5px;
        padding: 15px;
    }
    .site-page-block-wrap .site-page-block-title{
        font-size: 20px !important;
        line-height: 26px !important;
        align-items: baseline;
    }
    .site-page-block-wrap .site-page-block-description p {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .download-detials-wraper .comman-warant-title {
        padding-top: 25px;
    }
    .download-detials-wraper .comman-warant-title .warranty-title{
        font-size: 18px;
    }
    .download-detials-wraper .warranty-main-title {
        font-size: 16px !important;
        margin-bottom: 10px;
    }
    .download-detials-wraper .site-page-block-wrap{
        margin-bottom: 20px;
    }
    .room-adress-wrap{
        gap: 20px;
    }
    .site-grid-logo-wrap .form-group{
        padding: 20px !important;
    }
    /* Resort Details Page End */
    /* 29-05-2025 Start */
    .resort-tabing-section .tabing-list {
        gap: 15px;
    }
    .resort-tabing-section .tabing-bg{
        min-height: 10px;
    }
    .resort-tabing-section .tab-image {
        height: 230px;
    }
    .special-offer-section-banner{
        min-height: 500px;
    }
    .special-offer-section .site-primary-btn {
        padding: 10px 28px;
    }
    .offers-card-section .offers-card-section-group {
        margin-top: -400px;
    }
    /* Book Now Buttun Sidebar Panel Start */
    .book-now-sidebar-section .book-sidebar-panel {
        width: 100%;
    }
    .book-now-sidebar-section .recommended-resorts .resort-card-content .site-primary-btn {
        padding: 6px 15px;
        font-size: 12px;
    }
    .book-now-sidebar-section .recommended-resorts .resort-card-content .resort-title{
        font-size: 14px;
    }
    .book-now-sidebar-section .recommended-resorts .resort-card-content .resort-discription {
        font-size: 12px;
        line-height: 18px;
    }
    .book-now-sidebar-section .resort-card-img img {
        height: 110px;
        object-fit: cover;
        width: 120px;
    }
    .new-banner-box-form .banner-form-field{
        width: 100% !important;
    }
    /* Book Now Buttun Sidebar Panel End */
    /* 29-05-2025 End */
    /* Page Css Satrt */
    /* Popup Model Css Start */
    .guests-popup-section .btn-close{
        width: 10px;
        height: 10px;
        padding: 1px;
    }
    .guests-popup-section .modal-content{
        padding: 25px 20px;
    }
    .guests-popup-section .form-control, .guests-popup-section .form-select {
        padding: 10px 15px;
        font-size: 14px;
    }
    .guests-popup-section .site-primary-btn{
        padding: 10px 30px;
        font-size: 14px;
    }
    /* Popup Model Css End */
    .banner-form-field label{
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 16px;
    }
    .top-banner-form-wrap{
        padding: 24px 24px;
    }
    .top-banner-form-main{
        margin: -30px auto 0;
    }
    .top-banner-form-section {
        padding: 0 20px;
    }
    .site-top-banner-form{
        flex-direction: column;
    }
    .banner-form-field {
        width: 100%;
    }
    .site-location-card-list .resort-card .location-title{
        padding-bottom: 10px;
        font-size: 20px;
    }
    .site-location-card-list .resort-card .icon-group img {
        max-width: 20px;
    }
    .site-location-card-list .resort-card .resort-content-info .resort-discription{
        margin: 15px 0;
    }
    .site-location-card-list .resort-card .resort-content-info .resort-address, .site-location-card-list .resort-card .resort-content-info .resort-contact a {
        font-size: 14px;
        line-height: 20px;
    }
    .site-locations-filters .tags {
        gap: 6px;
    }

    .site-locations-filters .tag {
        padding: 4px 6px;
        gap: 5px;
    }

    .site-locations-filters .tag p {
        font-size: 12px;
    }

    .filters-container .filter-group {
        width: calc(50% - 8px);
    }

    .filters-container .filter-group:last-child {
        width: 100%;
    }

    .site-map-location .map iframe {
        height: 400px;
    }

    .site-locations-filters {
        padding-bottom: 0;
    }

    .site-location-palce {
        padding-top: 40px;
    }
    /* Page Css End */

    .site-ways-to-stay-grid-img img,
    .image-gallery-item img{
        border-radius: 16px;
    }

    .resort-details-side-main {
        transform: translateX(calc(100% - 35px));
        background: transparent;
        position: fixed;
        top: 45vh;
        height: auto;
    }

    .resort-details-side-main{
        height: 40px;
    }

    .resort-details-side-main.side-bar-open {
        background: #247069;
        padding-left: 30px;
        height: 100vh;
        top: 0;
        overflow-y: auto;
    }

    .side-bar-open .side-bar-arrow {
        top: 2px;
    }

    .side-bar-arrow {
        left: 0px;
        top: 5px;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #247069;
        border-radius: 5px 0 0 5px;
    }

    .side-bar-heading {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .site-event-box-heading {
        font-size: 22px;
    }

    .activities-experiences-slider-iteam {
        min-height: auto;
        flex-direction: column-reverse;
        padding-bottom: 0;
    }
    .activities-experiences-slider-iteam:after{
        content: unset !important;
    }
    .activities-experiences-slider-iteam .site-activities-experiences-bg:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.0));
        z-index: 1;
    }
    .activities-experiences-wrap .section-heading {
        margin-bottom: 30px;
    }

    .activities-experiences-btns {
        flex-wrap: wrap;
    }

    .activities-experiences-subtext {
        font-size: 20px;
    }
    .activities-experiences-btns .site-primary-btn {
        padding: 10px 24px;
    }

    .site-activities-experiences-bg {
        position: relative;
       /* min-height: 250px;*/
        height: 250px;
        object-fit: cover;
    }

    .activities-experiences-slider .owl-dots {
        padding: 0;
        top: -30px;
    }

    .activities-experiences-btns .site-primary-btn {
        background: #0a3255;
        color: #fff;
    }

    .activities-experiences-wrap .section-heading,
    .activities-experiences-subtext,
    .activities-experiences-text .body-text {
        color: #000;
    }
}
/* Green layout End */

/* 02-06-2025 Start */
.site-residential-header .nav-list-item-link::before{
    content: unset;
}
.site-residential-header .nav-list-item-link{
    display: flex;
    align-items: center;
    gap: 8px;
}
.site-residential-header .nav-list-item-link i{
    transition: 0.3s;
}
.site-residential-header .site-nav-dropdown.active i{
    transform: rotate(180deg);
}
.site-residential-header .nav-list-item-link:hover:after, .site-residential-header .nav-list-item-link.active:after {
    bottom: -18px;
    opacity: 1;
}
.site-topbar-icons-wrap .site-separate{
    width: 1px;
    height: 30px;
    background: #fff;
}
/* 02-06-2025 End */



/*------ 21-08-2025 Start CSS----*/


/*--------|-- Blue bar - Start CSS --|----------*/

   
    .new-banner-box-form {  
        display: flex;
        flex-direction: row;
        column-gap: 0px;
        grid-gap: 20px;
    }
    .new-banner-box-form .banner-form-field {
        width: 20%;
    }
    .new-banner-box-form .banner-form-field label {
        display: block; font-weight: 500;
    }
    .new-banner-box-form .banner-form-field span.select2-container {
        width: 100% !important;
    }

    .new-banner-box-form .banner-form-field .select2-container .select2-selection--single {
        height: auto;
        padding: 7px;
        border-radius: 10px;
        border: 0;
        font-size: 15px;
    }
    .new-banner-box-form .banner-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        FONT-WEIGHT: 200;
        right: 5px;
        width: 20px;
    }
    .new-banner-box-form .banner-form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #737373;
        line-height: 28px;
        font-weight: 400;
    }
    .new-banner-box-form .banner-form-field .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #838383;
        font-weight: 400;
    }


@media only screen and (max-width:767px) {   
    .new-banner-box-form .banner-form-field:last-child {
        width: 100%;
        flex: unset;
    }

}


/*-------- |-- Blue bar  - End CSS --| ----------*/
