/*video section*/

.banner-wrapper {

    position: relative;
}

.banner-wrappe .text-center.property-trigger {
    width: 20%;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scroll-down {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    animation: bounce 2s infinite;
}

.arrow-down {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.arrow-down:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
    color: #fff;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.overlay {
    position: relative;
    z-index: 1;

}



.banner-wrapper {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/lazorde1.webp); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 187px 0 87px 0;
}

.hero-content .hero-logo {
    width: 16%;
}

.hero-scetion .hero-content {
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    position: relative;
}

.hero-scetion .hero-content {
    width: 90%;
    text-align: center;
    margin: auto;
    color: rgb(255, 255, 255);
}

.nst {
    font-size: 5rem;
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.hero-content img {
    width: 400px;
}

.hero-content h1 {
    /* font-family: GoudyOldStyle Roman; */
    font-size: 68px;
    width: 90%;
    margin: auto;
    text-shadow: 0 0 2px #000;
    margin-bottom: 0px;
    margin-top: 50px;
    font-weight: 500;
}

.bookby h2 {
    text-align: center;
    color: var(--black-color);
    font-size: var(--f36);
    font-weight: 500;
    margin-bottom: 45px;
}

.bookby .image-item {
    width: 100%;
    height: 382px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    position: relative;
}

.bookby .image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.bookby h3 {
    position: absolute;
    font-size: var(--f18);
    font-weight: 700;
    bottom: 11px;
    z-index: 99;
    left: 16px;
}

.bookby .image-item img {
    width: 100%;
    height: 382px;
    border-radius: 15px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.bookby .image-item:hover img {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.hero-content p {
    text-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: americanscribe;
}

.h-big {
    font-family: var(--secondary-font);
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    text-transform: capitalize;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0px;
    max-width: 1140px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 20px;
}

.h-big span {
    font-size: 96px;
}

.h-li-big {
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 5px #000;
    letter-spacing: 0.05em;
    font-weight: 400;
}




/* search bar section */



.search-bar {
    width: 70%;
    display: block;
    margin: auto;
    /* background-color: white; */
}

.search-bar .row {
    border-radius: 60px;
    justify-content: space-between;
    background-color: white;
    padding-left: 14px;
    padding-right: 14px;
}

.search-bar .col.d-flex.align-items-center {
    justify-content: space-between;
    gap: 20px;
}

.search-bar .text-center.property-trigger {
    width: 20%;
    min-width: 110px;
}

.search-btn {
    font-size: 17px;
    font-weight: 400;
    color: var(--text-white);
    background-color: var(--secondary-color);
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 4px 7px;
    border: none;
}

.datepicker {
    box-shadow: none;
}


.date-box {
    background: white;
    position: absolute;
    /* right: 0; */
    left: -100px;
    display: none;
}

.datepicker {
    box-shadow: none;
}

.date-btn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.apply-date-btn {
    font-size: 17px;
    font-weight: 400;
    color: var(--white-color);
    background-color: var(--btn-color);
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 4px 7px;
    border: none;
}

.close-date-btn {
    font-size: 17px;
    font-weight: 400;
    color: var(--white-color);
    background-color: var(--btn-hover);
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    transition: all .3s ease;
    letter-spacing: 0.5px;
    padding: 4px 7px;
    border: none;

}

.datepicker {
    box-shadow: none !important;
}

.booking-area {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    margin-bottom: 50px;
}

.search-bar form {
    position: relative;
    margin: auto;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #fff;
    padding: 0 0;
    border-radius: 0px;
    z-index: 2;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 12%); */
    margin-top: 0;
    border-radius: 40px;
    padding: 20px;
    padding-top: 10px;
}

.search-bar select {
    font-size: 14px;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 15px 0 10px;
    background: #fff;
    text-indent: 0px;
    border: 0px solid #e0e0e0;
    height: 32px;
    width: 100%;
}

.search-bar input {
    font-size: 14px !important;
    color: var(--other-color);
    line-height: 32px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0;
    padding-left: 0;
    background: transparent;
    border: 0px solid #e0e0e0;
    display: none;
}

.search-bar input#end_date {
    padding-left: 0;
}

.search-bar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--other-color);
    opacity: 1;
    /* Firefox */
}

.search-bar i {
    color: var(--white-color);
    position: relative;
    top: 0;
    font-size: var(--f16);
    right: 0;
}

.search-bar .col-3 {
    position: relative;
    width: 21%;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0px;
    height: auto;
}

.search-bar .col-3:before {
    position: absolute;
    content: '';
    top: 24px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 9px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #999;
}

.search-bar .check i {
    top: 7px;
}

/* .get-quote {
    width: 36.333333% !important;
} */

/* new search bar design with icon */
.checkin-checkout h6 {
    text-align: left;
    margin-bottom: 0;
}

.checkin-checkout {
    display: flex;
    justify-content: stretch;
    gap: 45px;
    position: relative;
}

.checkin-checkout-box {
    margin-top: 15px;
    /* background: white;
    position: absolute; */
}

.serach_icon3 {
    width: 47px;
    height: auto;
    margin-top: 8px;
    object-fit: cover;
}



.serach_icon1 {
    width: 47px;
    height: auto;
    margin-top: 8px;
    object-fit: cover;
}

.serach_icon1:hover {
    filter: brightness(0.5);
}

.serach_icon2:hover {
    filter: brightness(0.5);
}

.serach_icon3:hover {
    filter: brightness(0.5);
}

.check.left.check:before {
    position: absolute;
    content: '';
    top: 22px;
    right: -143px;
    width: 2px;
    height: 48px;
    background: #999999b8;
    display: none;
}

.search-bar p {
    margin-bottom: 0;
    color: #5b5b5b;
    text-align: center;
}

.search-bar p.cal-para {
    text-align: left;
    font-size: 15px;
    line-height: 1.3;
    width: 75%;
}

.search-bar .dt-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-bar .col-3.guest:before,
.search-bar .col-3.srch-btn:before {
    display: none;
}


div#guestsss11 {
    width: 100%;
    min-width: 250px;
    background: var(--white-color);
    padding: var(--p20);
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss11 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0.3rem;
    font-size: var(--f18);
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss11 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--m20);
}

#guestsss11 .adult-box p {
    letter-spacing: 0px;
    color: var(--black-color);
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss11 button.button1 {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: var(--f19);
    line-height: 30px;
    margin-left: 0;
    border: 1px solid var(--black-color);
    color: var(--black-color);
    transition: all .3s;
    cursor: pointer;
}

#guestsss11 button.button11.button1 {
    margin-left: var(--m14);
}

.search-bar .col-3.srch-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: right;
}

/* .search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 border-radius: 0 40px 40px 0;
 border: 1px solid #fff;
} */

.search-bar button.main-btn {
    width: 58px;
    height: 58px;
    letter-spacing: 2px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.search-bar button.main-btn.close111 {
    height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 20px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}

.search-bar .datepicker-common-2 {
    padding: 0;
    width: 50%;
}

.search-bar .main-check {
    padding-left: 70px;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 17px;
    width: 50%;
    height: 80px;
}

.search-bar .main-check .row {
    position: relative;
    justify-content: space-around;
}

div#guestsss1 {
    width: 100%;
    min-width: 250px;
    background: #FFF;
    padding: 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss1 .close12 {
    position: absolute;
    right: 10px;
    left: auto;
    top: 0rem;
    font-size: 18px;
    color: var(--secondary-color);
    cursor: pointer;
}

#guestsss1 button.main-btn.close1112 {
    height: 43px;
    padding: 5px 15px;
    font-size: 14px !important;
    border: 1px solid var(--btn-color);
    border-radius: 0px;
    position: relative !important;
    left: 0px !important;
    right: 0px !important;
    color: #fff !important;
}

#guestsss1 button.main-btn.btn.close1112:hover {
    background: var(--other-color) !important;
    border-color: var(--other-color) !important;
}

#guestsss1 .adult-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#guestsss1 .adult-box p {
    letter-spacing: 0px;
    color: #000;
    text-shadow: 0px 0px 0px #000;
    font-size: var(--f14);
    text-align: left;
    margin: 0px;
}

#guestsss1 button.button1 {
    background: transparent;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    line-height: 30px;
    margin-left: 0;
    border: 1px solid #000;
    color: #000;
    transition: all .3s;
    cursor: pointer;
}

#guestsss1 button.button11.button1 {
    margin-left: 14px;
}

.datepicker-section {
    position: relative;
}

.datepicker-common-2 {
    padding: 0;
}

input#demo17 {
    position: absolute;
    left: 0px;
    top: 0px !important;
    width: 100% !important;
    opacity: 0;
    height: 32px !important;
    z-index: 9;
}


.search-bar .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 0px;
}

.search-bar input#show-target-data1 {
    padding: 0px;
    padding-left: 0;
    font-size: 16px;
    height: 32px;
    border: 0px solid transparent;
    background-color: transparent;
}

.search-bar .col-lg.md-4.md-lg-0.srch-btn {
    padding: 0px;
}

.search-bar .check:before {
    position: absolute;
    content: '';
    top: 18px;
    right: -143px;
    width: 2px;
    height: 48px;
    background: #999999b8;
}



.serach_icon3 {
    width: 47px;
    height: auto;
    margin-top: 8px;
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.serach_icon2 {
    width: 47px;
    height: auto;
    margin-top: 8px;
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}





.serach_icon3:hover {
    filter: brightness(0.5);
}


/* search bar section end */
.new-search .new-search-wrapper {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    overflow: visible;
}


.new-search .border-divider {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-search .check-div,
.new-search .guest-dropdown-toggle,
.new-search .check-btn,
.new-search .form-select {
    font-family: 'Playfair Display', serif;
    color: #ffffff !important;
    font-size: 1.3rem;
    text-decoration: none;
    background: transparent;
    border: none;
    cursor: pointer;
}


.new-search .form-select {
    width: 100%;
    text-align: center;
    appearance: none;
}

.new-search .form-select option {
    background: #222;
    color: #fff;
}

.new-search .check-btn {
    padding: 20px 0;
    transition: background 0.3s ease;
}

.new-search .check-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.new-search .guest-dropdown {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #333;
    width: 240px;
    padding: 15px;
    border-radius: 8px;
    display: none;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.new-search .guest-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 280px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
}

.new-search .guest-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.new-search .guest-row:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}


.new-search .guest-row span {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.new-search .counter {
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-search .counter button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1;
    padding: 0;
}

.new-search .counter button:hover {
    background-color: #333;
    color: #fff;
}

.new-search .counter span {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
}

/* new-search bar section end */



.video-cont {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 0;
    flex-direction: column;
}

.video-cont h2 {
    margin-top: 100px;
    /* font-weight: 600; */
    line-height: 1.3em;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
    color: var(--white-color);
    /* font-family: var(--primary-font); */
}

.video-cont .container {
    margin-bottom: 0px;
    max-width: 1076px !important;
    /* padding: 10px; */
}

.video-cont .scroll {
    position: absolute;
    bottom: 10px;
    display: none;
}

.video-cont {
    text-align: center;
}

.video-cont h1 {
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    color: #ffffff;
    text-shadow: 0px 0px 2px #000;
    /*text-transform: capitalize;*/
    font-size: var(--f80);
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    line-height: 90px;
    letter-spacing: 0;
    font-family: var(--heading-font);
    font-weight: 400;
    text-align: center;
    position: relative;
    /* text-transform: uppercase; */
}

.video-cont a.main-btn.video-btn {
    display: inline-block;
    padding: 8px 20px;
    border-color: var(--secondary-color);
    margin: auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.video-cont h1:before {
    position: absolute;
    content: '';
    top: -90px;
    left: 50%;
    width: 1px;
    height: 60px;
    background-color: #be9a78;
    transform: translateX(-50%);
    display: none;
}

.video-cont p {
    /* max-width: 1266px; */
    margin: auto;
    margin-bottom: var(--m20);
    color: var(--white-color);
    text-shadow: 1px 1px 4px #000;
    text-shadow: 0px 0px 10px rgba(2, 1, 1, 0.47843137254901963);
    text-transform: uppercase;
    font-size: var(--f16);
    text-align: center;
    letter-spacing: 1px;
    /* color: var(--secondary-color); */
    margin-top: 0;
    font-weight: 400;
}

.video-cont .features-video {
    display: flex;
    gap: 60px;
    display: none;
}

.video-cont .features-video li {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.video-cont .features-video i {
    font-size: var(--f25);
    color: var(--white-color);
}

.video-cont .features-video span {
    color: var(--white-color);
    font-size: var(--f15);
}

.video-cont .features-video li .active-hotel {
    background: #297cbb;
    padding: var(--p13);
    border-radius: 50%;
}

section.video-banner {
    height: 100vh;
    padding: 0;
    position: relative;
    z-index: 1;
}

section.video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.video-banner button#play {
    display: none;
}

section.video-banner button#pause {
    display: none;
}

section.video-banner .video-sec {
    width: 100%;
    height: 100%;
}

#datepicker-demo17.datepicker {
    left: 0;
}

.form-dates .dates {
    font-size: 44px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 1;
}

.owl-carousel .owl-stage-outer {
    padding-left: 0px;
    padding-right: 0px;
}

/*About css start*/
section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,
section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px
}

section.about-us .abt-para {
    max-height: 350px;
    overflow: hidden;
}

section.about-us .about-content-sec {
    padding-right: 50px
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}



section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 500px;
    max-width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0, 0, 0, .1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

section.about-us .about-image-sec .abt-img1 {
    margin: -50px 0 30px -15%
}

section.about-us .about-image-sec .abt-img2 {
    margin: 0 -15% 0 0
}

section.about-us {
    padding-top: 100px;
    padding-bottom: 60px;
}

/*Reviews css*/

section.testimonial .bg-img {
    background: url('../images/judson.jpg');
    height: 600px;
    padding: 0;
    background-size: cover;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-7 {
    width: 100%;
}

section.testimonial .para {
    max-height: 115px;
    overflow: hidden;
}

section.testimonial {
    background: var(--white-color);
    position: relative;
    background: var(--lt-bg-color);
}

.testimonial h2 {
    color: var(--heading-color);
}

section.testimonial .col-6.cont-head {
    margin-top: 88px;
    padding: 105px 27px 0;
    background: transparent url(../images/testi-bg-a.html) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    display: none;
}

section.testimonial .col-6.cont-head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.50;
}

section.testimonial .head-sec {
    position: relative;
    text-align: center;
    /* width: 70%; */
    padding-left: 0;
    padding-top: 0;
    margin-bottom: var(--m20);
}

section.testimonial .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    z-index: 1;
    top: -5px;
    display: none;
}

section.testimonial .icon img {
    height: 50px;
}

section.testimonial .testy {

    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
    z-index: 1;
}

section.testimonial .item {
    padding-left: var(--p15);
    padding-right: var(--p15);
    padding-bottom: var(--p5);
}

section.testimonial .top-text {
    position: relative;
    /* height: 100px; */
    gap: 1rem;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    display: flex;
}


section.testimonial .overlay {

    margin: auto;
    padding: 0;
    padding-bottom: 0;
    border-radius: 0px;
    position: relative;

    height: 85%;
}

section.testimonial .owl-nav {
    display: flex;
    gap: 10px;
    position: relative;
    left: 0px;
    top: 10px;
    justify-content: center;
}

section.testimonial button.owl-prev {
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial button.owl-next {
    font-size: 16px;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--btn-color) !important;
    border: 0px solid !important;
    color: var(--white-color) !important;
}

section.testimonial button.owl-prev:hover,
section.testimonial button.owl-next:hover {
    background: var(--btn-hover) !important;
}

section.testimonial .test-pro {
    height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

section.testimonial .test-pro:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

section.testimonial .test-pro img {
    position: absolute;
    /*top: -35%;*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-width: none;
}

section.testimonial .user-icon {
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 17%; */
    /* top: 20%; */
    /* -webkit-transform: translate3d(-50%, -10px, 0); */
    -moz-transform: translate3d(-50%, -10px, 0);
    /* transform: translate3d(-50%, -10px, 0); */
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

section.testimonial .user-icon img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid var(--white-color);
    display: none;
}


section.testimonial .test-card {
    text-align: center;
    /* background: var(--white-color); */
    border-radius: 0px;
    /* box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.1); */
    padding-bottom: 0;
    max-width: 900px;
    margin: auto;
    /* box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .07); */
    padding: var(--p30);
    height: auto;
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    border: 2px solid #e5e5e5;
}

section.testimonial .test-card p {
    color: var(--black-color);
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: var(--m10);
}

section.testimonial .test-card h4 {
    font-size: var(--f20);
    margin-bottom: var(--m7);
    font-weight: 600;
    color: var(--heading-color);
}

section.testimonial .cont-sec {
    margin-top: var(--m20);
    text-align: center;
}

section.testimonial i.fa-solid.fa-star {
    color: #FCAF3D;
    font-size: var(--f10);
    margin-right: var(--m3);
}

section.testimonial hr {
    width: 200px;
    opacity: 1;
    border-top: 3px solid;
    color: var(--white-color);
}

section.testimonial h3 {
    padding-left: 0;
    font-size: var(--f20);
    /* font-weight: 700; */
    text-align: left;
    color: var(--secondary-color);
    margin-bottom: 0;
    text-align: center;
    margin-top: 20px;
}

section.testimonial .container-fluid {
    padding: 0;
}

section.testimonial .owl-item.active:first-child .item {
    border-right: 2px solid var(--white-color);
}

section.testimonial .para p {
    text-align: left;
    width: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    color: var(--black-color);
    height: auto;
    max-height: 121px;
    margin-bottom: 0px;
    margin-top: var(--m10);
    font-size: var(--f16);
    overflow: hidden;
    /* margin-bottom: var(--m20); */
}

section.testimonial .para i {
    font-size: var(--f30);
}

section.testimonial i.fa-solid.fa-quote-right {
    position: absolute;
    right: 20px;
    bottom: -10px;
}

section.testimonial i.fa-solid.fa-quote-left {
    position: absolute;
    left: 20px;
    top: -10px;
}

section.testimonial p.clt-name {
    color: var(--heading-color);
    font-weight: bold;
    text-transform: uppercase;
    margin-top: var(--m15);
    margin-bottom: 0px;
}

section.testimonial span {
    height: auto;
    overflow: hidden;
    display: block;
}

section.testimonial .test-card:hover .test-pro {
    height: 180px;
}

section.testimonial .test-card:hover .test-pro img {
    top: 0;
    height: 100%;
}


/*end Review section*/

section.reviews-section {
    /* background: #F8F9FB; */
    padding: 0 20px;
}

section.reviews-section .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button {
    width: 111px;
    height: 48px;
    padding: 0px !important;
    background-color: var(--btn-color) !important;
    border-radius: 0px !important;
}

button.ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.es-load-more-button span.ButtonBase__Overlay-sc-p43e7i-4.cjTloD {
    padding: 14px 20px 14px 20px !important;
    font-size: 13px !important;
    color: #fff;
}

/*Faq css*/
section.faq-section .head-sec {
    text-align: center;
    margin-bottom: 20px;
}

section.faq-section .accordion-button {
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--primary-color);
    border-bottom: 0px solid;
}

section.faq-section .accordion-flush .accordion-item {
    border: 0px solid;
}

section.faq-section .accordion-button::after {
    transform: rotate(268deg);
    filter: invert(1);
}

section.faq-section .accordion-body {
    padding: 15px;
    color: var(--primary-color);
    line-height: 30px;
}

section.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: inset 0 0 0 var(--bs-accordion-border-color);
    color: var(--secondary-color);
}

section.faq-section .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/up-chevron.png);
}

/*Cta css*/
section.cta-sec {
    /* position: fixed; */
    padding: 0;
    height: 465px;
    background-attachment: fixed;
    position: relative;
    display: flex;
    align-items: center;
}

section.cta-sec .overlay {
    background-color: #000000;
    opacity: 0.72;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section.cta-sec .container {
    position: relative;
    z-index: 1;
}

section.cta-sec .content {
    text-align: center;
}

section.cta-sec .head-sec h2 {
    color: var(--white-color);
}

section.cta-sec .head-sec {
    margin-bottom: 20px;
}

section.cta-sec p {
    text-align: center;
    color: var(--white-color);
    margin-bottom: 30px;
}

section.cta-sec ul.fees {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

section.cta-sec ul.fees li {
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    padding-left: 20px;
    padding-right: 20px;
}

section.cta-sec ul.fees li::after {
    right: -20px;
    width: auto;
    left: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

section.cta-sec ul.fees li:not(:last-child)::after {
    content: "";
    border-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;

}

section.cta-sec a.button {
    width: 128px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    background: transparent;
    border: 1px solid var(--white-color);
}

section.cta-sec a.button:hover {
    background: var(--white-color);
    color: var(--secondary-color)
}

/*Project section css*/
section.project-section {
    background: #F8F9FB;
}

section.project-section .project-details {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

section.project-section .project-details img {
    width: 471px;
    margin-bottom: 30px;
}

section.project-section .project-details h3 {
    font-size: var(--f22);
    color: var(--primary-color);
    margin-bottom: 20px;
}

section.project-section .project-details p {
    margin-bottom: 40px;
}

section.project-section .project-details a.button {
    width: 104px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/*Attracttion css*/
section.how-we-value-wrapp.atr {
    background: #F8F9FB;
}

section.how-we-value-wrapp.atr .head-sec {
    text-align: center;
    margin-bottom: 40px;
}

section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;

}

.how-we-value-wrapp h2 {
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}

.attr-btn {
    display: flex;
    justify-content: center;
}

.how-we-value-wrapp h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp .atrr {
    padding: var(--p8);
    position: relative;
}

.how-we-value-wrapp .atrr a {
    position: relative;
}

.how-we-value-wrapp img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.how-we-value-wrapp .row {
    gap: 30px 0;
}

.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}

.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px)
}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
    margin-bottom: 0px;
    font-size: var(--f20);
    font-family: var(--primary-font);
    padding: var(--p15) 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
    display: none;
}

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.how-we-value-wrapp .arrow:hover {
    background: var(--white-color);
    color: var(--heading-color);
}

.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: var(--m10);
}

.how-we-value-wrapp .pro-btn {
    text-align: center;
    margin-top: var(--m30);
}

.how-we-value-wrapp .attr:hover .atr-cont {
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}

.how-we-value-wrapp .atrr:hover .arrow {
    opacity: 1;
    visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
    margin-top: var(--m30);
}

.head-btn.mob {
    display: none;
}

/* about owner */


section.about-owner h2 {
    /* font-size: 36px; */
    margin-bottom: 15px;
    /* color: var(--black-color); */
    /* font-family: var(--heading-font); */
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.about-owner .rhea_mask {
    fill: var(--white-color);
}

section.about-owner .svg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 500px;
}

section.about-owner .abt-owner {
    position: relative;
    height: 100%;
}

section.about-owner .abt-img {
    position: relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 100%;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}

section.about-owner img {
    width: 100%;
    height: 500px;
    /* object-fit: cover; */
    border-radius: 50px;
    transition: 0.5s all;
    /* border-radius: 50px; */
    object-fit: cover;
    max-height: 550px;
}

section.about-owner img:hover {
    transform: scale(1.14);
}

section.about-owner svg {
    height: 588px;
    width: 100%;
}

section.about-owner .head-sec {
    text-align: left;
    margin-bottom: var(--m15);
}

section.about-owner h4 {
    font-size: var(--f21);
    font-weight: 500;
}

section.about-owner .icon-area {
    border-radius: 100%;
    border: 1px solid var(--secondary-color);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: var(--f20);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
}

section.about-owner .call-us,
section.about-owner .email-us {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.about-owner .call-area {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a {
    display: block;
    color: var(--black-color);
}

section.about-owner .call-area a:hover {
    color: var(--secondary-color);
}

section.about-owner .abt-detail {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

section.about-owner a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}

section.about-owner .abt-btn a.button {
    width: 150px;
}

/* att */

.attractions_wrapper1 {
    padding-bottom: 0;
}

.attractions_wrapper {
    /* background: #fff; */
    /* padding: 85px 12px 60px; */
    padding-top: 60px;
    /* padding-bottom: 0; */
}

.attractions_wrapper a.main-btn {
    width: 200px;
}

.attractions_wrapper h2 {
    text-align: center;
}

.attractions_wrapper h3::after {
    left: 47%;
    bottom: -25px;
}

.attr_overlay {
    /*position: relative;*/

    /*background: #000;*/
}

.attr-over {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 90%);
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attr_img:hover .attr-over {
    background: rgba(0, 0, 0, 0.7);
}

.attractions_left {
    /*border: 1px solid #cfcfcf;
    transition: all .5s;*/
    /*border-bottom: 2px solid #cfcfcf;*/
    /*border-radius: 10px;*/
    margin-bottom: 1.5rem;
}

.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--primary-color);
}

.attr_img {
    height: 367px;
    object-fit: cover;
    aspect-ratio: 1.5;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 3px #bbb;
    width: 100%;
}

.attr_img:hover {
    border-radius: 0px;
}

.attr_img.mdl {
    aspect-ratio: 0.712;
}

.attr_img img {
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.attr_img:hover img {
    transform: scale(1.2);
}

.attr-over h4 {
    color: var(--white-color);
    font-size: 23px;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    font-weight: 500;
    font-family: var(--heading-font);
}

.attr-over p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--white-color);
    margin-bottom: 0px;
    margin-top: 20px;
}

.attractions_wrapper .attr-over p {
    display: none;
}

.attr_img:hover .attr-over p {
    display: block;
}

.line {
    display: none;
}

.section-title h3 {
    text-align: center;
}


.attractions-item-wrap {
    margin-top: 20px;
}


.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.more-properties .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 104%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.more-properties .owl-carousel .owl-nav button.owl-next,
.more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next i,
.more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next,
.more-properties .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
}

.more-properties .owl-carousel .owl-nav button.owl-next i,
.more-properties .owl-carousel .owl-nav button.owl-prev i {
    font-size: 25px;
    margin-right: 0;
    color: var(--white-color);
}

.more-properties .head-sec h4 {
    text-align: center;

}

.more-properties .head-sec {
    margin-bottom: 30px;
}

section.banner-wrapper h2 {
    color: var(--white-color);
}

/* property list  */

section.properties-list {
    /* padding-bottom: 40px; */
    /* padding-top: 15px; */
}

.pro_sec_btn {
    margin-top: 50px;
    text-align: center;
}

section.properties-list .head-sec {
    text-align: center;
    margin-bottom: 30px;
}

section.home-list {
    padding: var(--p60) var(--p12);
    background: var(--lt-bg-color);
}

section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out;
}

section.home-list .overlay a {
    color: var(--white-color);
    font-size: var(--f18);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

section.home-list .overlay i {
    color: var(--white-color);
    font-size: var(--f18);
}

section.home-list .prop-card:hover .overlay {
    display: flex;
}

section.home-list .row {
    justify-content: center;
    gap: 30px 0;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px;
}

section.home-list .view {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: var(--p15);
    background: #ffffffbd;
}

section.home-list .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0px rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center;
}

section.home-list .view i {
    margin-right: 0;
}


section.home-list .col-4 {
    width: 33%;
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30);
}

section.home-list img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.home-list .pro-img:hover img {
    transform: scale(1.14);
}

section.home-list .pro-img a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 15px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    width: calc(100% - 66px);
    left: 33px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}

section.home-list .pro-img a::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: calc(100% - 16px);
    left: 8px;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}


section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    display: flex;
    border-radius: 20px 20px 0 0;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p40) var(--p25) var(--p25) var(--p25);
    background: var(--white-color);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
    border-radius: 0 0 20px 20px;
}

section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14);
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px;
}

section.home-list .rating {
    margin-bottom: 0;
    color: var(--other-color);
    font-size: 16px;
    min-width: 60px;
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: 60px;
    overflow: hidden;
    width: 98%;
    font-family: var(--other-font);
}

section.home-list p.desp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list h3.title a {
    color: var(--territiary-color);
    /* font-family: var(--heading-font); */
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40);
}

section.home-list p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0px solid #36454f59;
    padding-bottom: 0;
}

.prop-view-btn {
    padding-top: var(--p20);
}

.prop-view-btn a {
    text-decoration: underline;
    font-size: var(--f18);
}

section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
}

section.home-list .how-we-value-heading {
    text-align: center;
}

section.home-list .amn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #36454f59;
    padding-top: var(--p20);
}

section.home-list ul {
    margin: 0 0 0;
    padding: 0;
    /* background-color: #f2f2f2; */
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}

section.home-list ul li {
    font-size: var(--f14);
    color: var(--black-color);
    font-weight: 500;
}

section.home-list ul.last li {
    color: var(--other-color);
}

section.home-list h5 {
    font-size: var(--f18);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}

section.home-list .pro-img {
    position: relative;
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f22);
    color: var(--black-color);
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px;
}

section.home-list .featured {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1;
}

section.home-list .how-we-value-heading p {
    font-size: 14px;
    color: white;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600;
}

section.home-list .how-we-value-heading h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--heading-color);
    font-weight: bold;
    margin-bottom: 0px;
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: 0.03em;
    font-size: var(--f18);
    font-weight: bold;
    margin-bottom: 0px;
    font-family: var(--other-font);
}

.pro-img-slider button.owl-prev {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.pro-img-slider button.owl-next {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffffcc !important;
    border-radius: 100%;
    color: #000 !important;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

section.properties-list .property-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

section.properties-list .list-content {
    padding: 14px;
}

section.properties-list .property-list h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    height: 27px;
    overflow: hidden;
}

section.properties-list .property-list h3 a {
    color: var(--black-color);
    font-family: var(--secondary-font);
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--white-color);
    height: 24px;
    overflow: hidden;
}

section.properties-list .property-list ul {
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
}

section.properties-list .property-list li {
    font-size: 14px;
    color: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


section.properties-list .property-list li span {
    margin-right: 0px;
}


section.properties-list .property-list li i {
    margin-right: 0;
    color: var(--black-color);
}


section.properties-list .list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}


.price {
    color: var(--primary-text);
    font-size: 24px;
    line-height: 1.117em;
    font-weight: 400;
    letter-spacing: -.06em;
    margin-right: 0px;
    font-family: var(--heading-font);
}

section.properties-list .property-list .price p {
    margin-bottom: 0;
}

section.properties-list .property-list p {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    height: 24px;
    overflow: hidden;
}

section.properties-list .property-list .pro-btn {
    margin-top: 0px;
}

.pro-btn {
    text-align: left;
    border-top: 0px solid #b7b5b5;
    padding-top: 0px;
    margin-top: 0px;
    display: block;
}

section.properties-list .property-list a.main-btn {
    padding: 12px 11px;
    font-size: 13px;
    display: block;
}


section.properties-list .property-list li {
    flex-direction: column;
    gap: 5px;
}

section.properties-list .property-list {
    border: 0 solid #ffffff17;
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, .1);
    transition: transform .4s;
}

section.properties-list .row {
    gap: 40px 0;
}

.about_para {
    max-height: 255px;
    overflow: hidden;
    margin-bottom: 20px;
}

.experience .col-4 {
    margin-bottom: var(--m40);
    padding: 12px;
}

section.experience-sec {
    /* padding: var(--p60) var(--p12); */
    /* padding-bottom: var(--p20); */
    padding-top: 40px;
}

.experience .col-4 {
    margin-bottom: var(--m40);
}

.experience img {
    margin-bottom: var(--m15);
    height: 47px;
}

.experience h4 {
    margin-bottom: var(--m15);
    font-size: var(--f16);
    font-weight: 600;
    font-family: var(--primary-font);
}

.experience h2 {
    text-align: center;
    margin-bottom: var(--m40);
}

.experience .img {
    display: inline-block;
}

/*Properties css*/


ul.home-ammenities {
    gap: 70px;
    padding-left: 0;
}

section.featured-pro .col-3.price {
    display: flex;
    justify-content: end;
    align-items: center;
}

section.featured-pro .col-3.price .main-btn {
    width: 130px;
    text-align: center;
}

section.featured-pro .row .ammenity .col-9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
}

.prop-cont span {
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: var(--f18);
    margin-bottom: var(--p10);
}

span.adr {
    display: block;
}

.prop-cont .price {
    font-weight: 600;
    font-size: var(--f25);
    font-family: var(--primary-font);
}

.prop-cont .amenity-area {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--m30);
}

.prop-cont h3 {
    font-weight: 600;
    font-size: var(--f25);
    font-family: var(--primary-font);
}

section.featured-pro button.owl-prev {
    position: absolute;
    left: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next {
    position: absolute;
    right: 10px;
    bottom: 42%;
}

section.featured-pro button.owl-next span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro button.owl-prev span {
    font-size: 70px;
    color: var(--white-color);
    text-shadow: 0 0 5px#000;
}

section.featured-pro button.owl-prev.disabled,
section.featured-pro button.owl-next.disabled {
    opacity: 0;
}

section.featured-pro .col-6.prop-cont h4 {
    color: var(--secondary-color);
    font-size: var(--f23);
    font-weight: 400;
}

section.featured-pro {
    padding-top: 120px;
}

section.featured-pro .head-sec {
    text-align: center;
    margin-bottom: var(--m30);
}

section.featured-pro .row {
    gap: 20px 0;
}

section.featured-pro img.img-fluid {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 10px 10px;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

section.featured-pro .pro-img:hover img {
    transform: scale(1.14);
}

section.featured-pro .pro-img a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

section.featured-pro .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}

section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    border-radius: 0px 0px 10px 10px;
    background: var(--white-color);
    box-shadow: 0px 4px 24px rgba(189, 189, 189, 0.24);
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size: var(--f14);
}

section.featured-pro .rating i.checked {
    color: #FCAF3D;
}

section.featured-pro .rating {
    margin-bottom: var(--m15);
}

section.featured-pro h3.title {
    font-size: var(--f24);
    line-height: 1.2;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    height: 33px;
    overflow: hidden;
}

section.featured-pro h3.title a {
    color: var(--heading-color);
}

section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

section.featured-pro ul {
    padding: var(--p20) var(--p20) var(--p15);
    background-color: var(--lt-bg-color);
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: left;
}

section.featured-pro i {
    margin-right: var(--m8);
    color: var(--secondary-color);
}



section.featured-pro ul li {
    font-size: var(--f16);
    color: var(--primary-color);
}

section.featured-pro h5 {
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

section.featured-pro .pro-img {
    position: relative;
}

section.featured-pro h5 span {
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}

section.featured-pro .featured span {
    font-weight: 500;
    font-size: var(--f14);
    color: var(--white-color);
    background-color: var(--btn-color);
    padding: var(--p5) var(--p8);
    display: inline-block;
    border-radius: 8px;
}

section.featured-pro .featured {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.about-pd-r {
    padding-right: 5rem;
}

.sub-title {
    color: var(--heading-color);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_wrapper .sub-title {
    margin-bottom: 1rem;
}

.about_wrapper .borders {
    margin: 0;
}

.about-img2 {
    background: var(--heading-color);
    border-radius: 0 25%;
    padding: 0%;
    border: 25px solid var(--heading-color);
    overflow: hidden;
}

.about-img2 img {
    width: 100%;
    aspect-ratio: 1.2;
    height: 450px;
    object-fit: cover;
    position: relative;
    border-radius: 0 22%;
    transition: all 400ms ease-in 0s;
}

.about-img2:hover img {
    webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.borders {
    height: 3px;
    width: 75px;
    background-color: var(--heading-color);
    bottom: 0;
    margin: auto;
    justify-content: center;
}

.about-dec {
    margin-top: 1rem;
    height: 285px;
    overflow: hidden;
    margin-bottom: 20px;
}



section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}

.shape-img {
    padding-top: 20rem;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
}

.shape-img img {
    width: 63%;
    height: 200px;
}

section.gallery .col-9.md-12.sm-12 {
    width: 70%;
}

.gallery .rev {
    justify-content: space-between;
}

.gallery #second {
    padding-top: var(--p20);
}

.gallery .rev .col-7 {
    border: 1px solid #080816;
    width: 57%;
    margin-bottom: 10px;
    padding: 5px;
}

.gallery .rev .col-5 {
    border: 1px solid #080816;
    width: 40%;
    margin-bottom: 10px;
    padding: 5px;
}

.gallery .rev .col-7 .img {
    padding: 0px 0px;
    position: relative;
    left: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
}

.gallery .rev .col-7 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
}

.gallery .rev .col-7 .img img:hover {
    transform: scale(1.2);
}

.gallery .rev .col-5 .img {
    padding: 0px 0px;
    position: relative;
    left: 0%;
    top: 0%;
    height: 300px;
    cursor: pointer;
    overflow: hidden;
}

.gallery .rev .col-5 .img img:hover {
    transform: scale(1.2);
}

.gallery .rev .col-5 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s;
    cursor: pointer;
}

.gallery .rev .col-6 {
    border: 1px solid #080816;
    width: 49%;
}

.gallery .rev .col-6 .img {
    padding: 0px 0px;
    position: relative;
    left: 2%;
    top: 2%;
    height: 300px
}

.gallery .rev .col-6 .img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

section.home-gallery {
    padding: 0 var(--p12);
    padding-bottom: var(--p60);
}

a.gallery-btn {
    /* font-size: var(--f16); */
    margin-top: var(--m30);
}

a.gallery-btn .fa-solid,
.fas {}

section.gallery .head-sec {
    position: relative;
}

.arrow-mask-right.affix {
    clip-path: inset(0px 0px 0px 0%);
    position: absolute;
}

.arrow-mask-wrap svg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
}

section.gallery .head-sec h2 {
    font-size: 50px;
    text-align: left;
}


section.gallery .col-3.md-12.sm-12 {
    width: 30%;
}

section.cta {
    background: url(../images/cta-bg.html);
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    /* padding-bottom: 260px; */
}

section.cta .shape img {
    width: 350px;
    object-fit: cover;
}

section.cta .head-sec h2 span {
    color: var(--secondary-color);
}

section.cta .shape {
    position: absolute;
    top: -365px;
    z-index: 2;
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 70%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.cta .head-sec h2 {
    text-align: left;
    color: var(--white-color);
    text-align: center;
}

section.cta .content p {
    color: var(--white-color);
    text-align: center;
}

section.cta .content .main-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

section.cta .man-img {
    position: relative;
}

section.cta .man-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

section.cta a.button {
    width: 150px;
}

section.cta a.button:hover {
    color: var(--white-color);
    border-color: var(--white-color);
}

.cta-banner {
    width: 100%;
    height: 200px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

section.attraction .head-sec h2 {
    margin-bottom: 0px;
    text-align: left;
}

section.attraction .head-sec p {
    padding-left: 0;
    text-align: left;
}

section.attraction .col-6.right {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

section.attraction .col-6.right .arrow {
    opacity: 1;
    visibility: visible;
}

section.attraction .col-6.left {
    display: flex;
    flex-direction: column;
}

section.attraction .col-md-4 {
    padding: var(--p8);
    position: relative;
}

section.attraction .col-md-4 a {
    position: relative;
    display: block;
}

section.attraction img.img-fluid {
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

section.attraction .row {
    gap: 0px 0;
}

section.attraction .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

section.attraction .col-md-4:hover img {
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}

section.attraction .atr-cont {
    background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    width: 100%;
    transition: all 0.3s;
}

section.attraction .atr-cont h4 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 27px;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
    padding-right: 5px;
}

section.attraction .head-sec {
    text-align: left;
    margin-bottom: 40px;
}

section.attraction .para-attr {
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 165px;
    display: none;
}

section.attraction .para-attr p {
    color: var(--white-color);
    font-size: var(--f18);
}

section.attraction .col-md-4:hover .para-attr {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.attraction .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

section.attraction .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--btn-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

section.attraction .arrow:hover {
    background: var(--white-color);
    color: var(--btn-color);
}

section.attraction a.main-btn {
    display: block;
    width: 180px;
    text-align: center;
    margin: auto;
}

section.attraction .pro-btn {
    text-align: center;
    margin-top: var(--m30);
}

section.attraction .col-md-4:hover .atr-cont {
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

section.attraction .col-md-4:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}

section.attraction .col-md-4:hover .arrow {
    opacity: 1;
    visibility: visible;
}

section.attraction .right.mob {
    display: none;
}


section.testimonial .dessc-info {
    height: 96px;
    overflow: hidden;
}

section.testimonial p.desc {
    width: 302px;
    margin: auto;
    padding-bottom: 0;
    /* margin-bottom: 30px; */
}

section.testimonial .less-text {
    max-height: 96px;
    height: auto;
    overflow: hidden;
}

section.testimonial .rvv-btn {
    margin-top: 20px;
    height: 24px;
}

section.testimonial a.moreless-button {
    display: block;
}


.bottom_sec h3 {
    font-size: 28px;
    color: #fff;
}

.bottom_sec {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 58%;
    left: 50%;
    text-align: center;
    width: 70%;
}

.bottom_sec .main-btn {
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
}

.pro_crad {
    position: relative;
}

.pro_crad img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}


.text_sec {
    margin-top: 30px;
}

.pro_icons {
    display: flex;
    align-items: baseline;
    gap: 10px;
}



/* Remove default container spacing */
.new-attraction-section {
    /* background: #000; */
    color: #fff;
    width: 100%;
}

section.new-attraction-section h2 {
    text-align: left;
    height: 43px;
    overflow: hidden;
}

section.new-attraction-section .head-sec .attr-head {
    text-align: center;
    height: auto;
    overflow: unset;
}

/* Tabs Row Styling */
.attraction-tabs {
    /* background: #000; */
    border-bottom: 1px solid #333;
    padding: 20px 40px;
    gap: 8px;
}

.attraction-tabs .nav-link {
    color: var(--heading-color);
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.attraction-tabs .nav-link.active {
    background: var(--btn-color);
    color: #fff !important;
    border-radius: 6px;
}

/* Content Layout */
.attraction-content {
    padding: 40px;
}

.attraction-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.attraction-col {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
}

.attraction-col p {
    height: 88px;
    overflow: hidden;
}

.attraction-col h6 {
    font-size: 16px;
}

.attraction-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
}

.attraction-title {
    font-size: 20px;
    /* color: #fff; */
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
    .attraction-row {
        flex-direction: column;
    }

    .attraction-col {
        width: 100%;
    }
}

.tab-content>.active {
    display: block;
    color: #000;
}



.benefits-section {
    width: 100%;
    text-align: center;
    font-family: system-ui, sans-serif;
}

/* Heading */
.title-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.title-wrap h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.title-wrap p {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
    text-align: center;
}

/* Grid row spacing without Bootstrap utilities */
.benefits-row {
    /* display: flex; */
    /* gap: 20px; */
    /* justify-content: center; */
    /* margin-top: 30px; */
}

/* Card box */
.benefit-box {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 25px;
    background: var(--lt-bg-color);
    height: 100%;
    transition: all .3s ease;
}

.benefit-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Icons */
.benefit-box i {
    font-size: 40px;
    color: #8b5e34;
    margin-bottom: 20px;
}

/* Title */
.benefit-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Text */
.benefit-box p {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 992px) {
    .benefits-row {
        flex-wrap: wrap;
    }
}

/* .accordion-item:first-of-type .accordion-button{
        border-radius: 10px;
    border-left: 10px solid var(--btn-color);
    border-right: 10px solid var(--btn-color);
} */

section.faq .accordion-item {
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border-radius: 10px;
    border-left: 10px solid var(--btn-color);
    border-right: 10px solid var(--btn-color);
}


/* new css start here  */
.mountain-escape-section {
    font-family: var(--primary-font);
    background: var(--other-color);
    color: var(--heading-color);
}


.mountain-escape-section .mes-heading-wrap {
    text-align: center;

    padding-bottom: var(--p50);
}

.mountain-escape-section h2 {
    font-size: var(--f36);
    font-weight: 600;
    color: var(--heading-color);
}

.mountain-escape-section .sub-title {
    font-size: var(--f18);
    color: var(--heading-color);
    opacity: 0.8;
    padding-top: var(--p10);
    text-align: center;
}

.mountain-escape-section .mes-heading-wrap hr {
    width: 80%;
    border-top: 2px solid var(--black-color);
    margin: var(--p20) auto;
}

.mountain-escape-section .small-desc {
    max-width: 750px;
    margin: auto;
    font-size: var(--f17);
    line-height: 1.6;
    opacity: 0.9;
    text-align: center;
}


.mountain-escape-section .mes-carousel .mes-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;

}


.mountain-escape-section .mes-bottom-text {
    text-align: center;
    padding-top: var(--p60);
    padding-bottom: var(--p60);
}



.mes-bottom-text h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.mes-bottom-text p {
    margin: 0;
    line-height: 1.6;
    font-size: 21px;
    color: var(--black-color);
    letter-spacing: 3px;
}


/*  new css start here ################## */
#luxury-estate-section {
    padding: 70px 0;
    font-family: "Inter", sans-serif;
    background: url("../images/bgnew.png") no-repeat center center/cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


#luxury-estate-section .estate-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

/* LEFT SIDE TITLE */
#luxury-estate-section .estate-text {
    width: 26%;
    height: 100px;
    background: var(--white-color);
    display: flex;
    align-items: center;
    text-align: center;
}

#luxury-estate-section .estate-text h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    color: #000;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

/* ------------------------------ */
/* CARD DESIGN Ã¢â‚¬â€ EXACT REPLICA    */
/* ------------------------------ */

#luxury-estate-section .estate-carousel {
    width: 72%;
}

#luxury-estate-section .estate-item {
    padding: 10px;
    padding-left: 0px;
    padding-right: 0;
}

#luxury-estate-section .estate-box {
    border-radius: 22px !important;
    overflow: hidden;
    background: #fff;
    border: 17px solid #fff;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.20);
    border-bottom: 0px;
    margin: 10px;
}

/* IMAGE EXACT LOOK */
#luxury-estate-section .estate-box .estate-img {
    position: relative;
}

#luxury-estate-section .estate-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

/* CONTENT AREA SPACING + FONT */
#luxury-estate-section .estate-content {
    padding: 18px 22px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#luxury-estate-section .estate-content h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

/* INFO UNDER TITLE Ã¢â‚¬â€ MULTILINE */
#luxury-estate-section .estate-content p {
    font-size: 14.4px;
    line-height: 1.45;
    margin-bottom: 22px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

/* BUTTON BLOCK */
#luxury-estate-section .estate-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

/* BOOK NOW BUTTON */
#luxury-estate-section .btn-book {
    background: #2d2d2d;
    color: #fff;
    padding: 10px 28px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 500;
}

/* DETAILS BTN WITH ICON */
#luxury-estate-section .btn-details {
    border: 1.5px solid #111;
    color: #111;
    padding: 10px 26px;
    border-radius: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* FontAwesome Arrow */
#luxury-estate-section .btn-details i {
    font-size: 14px;
}

#luxury-estate-section .estate-info {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 30px;
    row-gap: 6px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

#luxury-estate-section .estate-info div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#luxury-estate-section .estate-info span {
    white-space: nowrap;
}

#luxury-estate-section .estate-nav {
    display: flex;
    gap: 90px;
    margin-top: 25px;
    padding-left: 30%;
    justify-content: center;
}

#luxury-estate-section .estate-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

#luxury-estate-section .estate-nav button i {
    color: var(--white-color);
    font-size: 22px;
    font-weight: bold;
}

#luxury-estate-section .estate-nav button:hover {
    background: rgba(255, 255, 255, 0.8);
}

#luxury-estate-section .estate-nav button:hover i {
    color: var(--black-color);
}


/* new csss start 00000000000000000000000 */
/* ===========================
   SECTION WRAPPER
=========================== */
#activities-section .card-act img {
    height: 100%;
    object-fit: cover;
}

#activities-section .card-act {
    height: 400px;
}

#activities-section {
    width: 100%;
    padding: 40px 0 70px;
    position: relative;

}

#activities-section h2 {
    text-align: center;
    color: var(--white-color);
}

/* ===========================
   BACKGROUND IMAGE
=========================== */
#activities-section .activities-bg {
    background: url("https://images.unsplash.com/photo-1506744038136-46273834b3fb") center/cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(.55);
    /* dark effect like your screenshot */
}

/* ===========================
   MENU NAVIGATION
=========================== */
#activities-section .activities-nav {
    width: 98%;
    text-align: center;
    /* border-bottom: 1px solid  white; */
    margin: auto;
    margin-bottom: 22px;
}

#activities-section .activities-nav ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
}

#activities-section .activities-nav ul li {
    font-size: 15px;
    opacity: .9;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--btn-color);
    padding: 5px 15px;

}

#activities-section .activities-nav ul li:hover {
    opacity: 1;
}

/* ICON SIZE */
#activities-section .activities-nav ul li i {
    font-size: 14px
}


/* ===========================
   CARD DESIGN
=========================== */
#activities-section .activities-slider .item .card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .15);
    padding: 6px;
    position: relative;
}

#activities-section .activities-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

#activities-section .card-label {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: var(--white-color);
    border-radius: 18px;
}

#activities-section .card-label .cover-icon {
    border: 1px solid var(--black-color);
    background: var(--black-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
}

#activities-section .card-label i {
    color: var(--white-color);
    font-size: 15px;
}


/* ===========================
   OWL ARROWS (FONT AWESOME)
=========================== */
#activities-section .owl-nav button {
    background: rgba(255, 255, 255, .9) !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    margin: 0 12px;
    transition: .3s;
    position: absolute;
    top: 40%;
}

#activities-section .owl-nav button.owl-prev {
    left: -22px
}

#activities-section .owl-nav button.owl-next {
    right: -22px
}

#activities-section .owl-nav button:hover {
    background: #fff !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, .25);
}

#activities-section .owl-nav button.owl-prev:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
}

#activities-section .owl-nav button.owl-next:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 22px;
}



/* =======================
   TESTIMONIAL SECTION
=======================*/
#testimonial-section {
    background: var(--btn-color);
    position: relative;
    text-align: center;
    background: #b59a5d;
}

#testimonial-section .overlay {
    position: absolute;
    inset: 0;
    background: transparent;
}

#testimonial-section .testi-heading {
    position: relative;
    margin-bottom: 50px;
}

#testimonial-section h2 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 10px;
}

#testimonial-section p {
    font-size: 16px;
    text-align: center;
    color: var(--white-color);
}

#testimonial-section .t-card p {

    color: var(--black-color);
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

/* =======================
   TESTIMONIAL CARDS
=======================*/
/* ====================
   TESTIMONIAL CARD UI
==================== */
.t-card {
    background: var(--white-color);
    /* same light tone as reference */
    padding: 18px 22px;
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    /* no shadow Ã¢â‚¬â€ clean flat style */
    width: 350px;
    /* similar size to screenshot */
    margin: 0 auto;
    text-align: left;
    /* same left alignment */
}

/* Name + Stars in single row */
.t-card .star-name {
    display: flex;
    align-items: center;
    gap: 12px;
    /* spacing between name & stars */
    margin-bottom: 6px;
}

.t-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.tn-stars i {
    color: #F3C106;
    /* soft yellow like screenshot */
    font-size: 14px;
}

/* Review text */
.t-card p {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.45;
}


.t-card h4 {
    margin-top: 12px;
    font-weight: 500;
    font-size: 18px;
    color: var(--black-color);
}

.tn-stars i {
    color: #F8D239;
    font-size: 15px;
    margin-top: 5px;
}

/* space between two sliders */
.testi-slider {
    margin-bottom: 40px;
}

#testimonial-section .star-name {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

/* ========================sss=========== */
#newsletter-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.newsletter-wrapper {
    width: 97%;
    max-width: 100%;
    background: url('../images/Frame.png') center/cover no-repeat;
    border-radius: 25px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
    text-align: center;
    padding: 90px 30px;
}

/* Frosted Glass Overlay */
.newsletter-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(1px);
}

.newsletter-content {
    position: relative;
    color: #fff;
}

.newsletter-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--white-color);
}

.newsletter-content p {
    font-size: 19px;
    width: 70%;
    margin: auto;
    line-height: 1.7;
    opacity: 0.85;
    color: var(--white-color);
    text-align: center;
}

/* Input + Decorative Lines */
.newsletter-input-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    gap: 20px;
}

.newsletter-input-group .line {
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, 0.8);
}

.newsletter-input-group input::placeholder {
    color: var(--white-color);
}

.newsletter-input-group input {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 15px;
    outline: none;
    width: 220px;
    text-align: center;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.8);
    padding: 5px 0;
}

/* Subscribe Button */
.subscribe-btn {
    background: #fff;
    color: #000;
    font-size: 16px;
    padding: 8px 28px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.subscribe-btn:hover {
    transform: scale(1.05);
}

/*  ===============----FAQ-----=========== */

#faq-section {
    text-align: center;
    padding-top: 30px;
    background: linear-gradient(0deg, #108892, #f0d6a1);
}

#faq-section .faq-title {
    font-size: 28px;
    color: var(--black-color);
    margin-bottom: 40px;
}

#faq-section p {
    color: var(--black-color);
    text-align: center;
}

/* prevent bootstrap default blue background */
#faq-section .accordion-button:focus {
    box-shadow: none !important;
}

#faq-section .accordion-button:not(.collapsed) {
    background: var(--btn-color) !important;
    color: #000;
    box-shadow: none;
}

/* main row box */
#faq-section .faq-box {
    background: #eae5e1;
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    box-shadow: -6px -3px 12px gray;
}

/* header layout */
#faq-section .faq-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px 22px;
    background: var(--btn-color);
    position: relative;
    background: #f0d6a1;
}

/* left curved number shape */
#faq-section .faq-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    background: #fff;
    clip-path: ellipse(70% 75% at left center);
    z-index: 0;
}

#faq-section .faq-number {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    width: 30px;
    text-align: center;
    z-index: 2;
    position: relative;
}

#faq-section .faq-header p {
    flex: 1;
    margin: 0;
    font-size: 17px;
    z-index: 2;
    position: relative;
    text-align: left;
}

/* arrow */
#faq-section .faq-header .arrow {
    transition: .3s;
    font-size: 14px;
    z-index: 2;
    position: relative;
}

.accordion-button:not(.collapsed) .arrow {
    transform: rotate(180deg);
}

/* accordion body */
#faq-section .faq-content {
    background: var(--btn-color);
    padding: 18px 22px;
    text-align: left;
    color: #ffffff;
}

#faq-section .accordion-button::after {
    filter: invert(1);
}

/* ==================---------------================= */


/* Right Spinner - Only Content */
.spinner--right .content__left {
    display: none !important;
}

.spinner--right .content__right {
    width: 100% !important;
    right: 0;
    left: 0;
}

.spinner--right .content {
    width: 100% !important;
}

/* Left side - Image only, no text */
.content__left:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.country-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Right side - Content */
.country-title {
    font-family: 'Oswald', sans-serif;
    font-size: 4.5vw;
    color: var(--btn-color);
    margin-bottom: 10px;
    letter-spacing: 0.15em;
    line-height: 1;
    text-transform: uppercase;
}

.continent {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5vw;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    font-weight: 400;
}

.quote {
    font-family: 'Merriweather', serif;
    font-size: 1.2vw;
    line-height: 1.8;
    color: #444;
    margin-bottom: 30px;
    font-style: italic;
}

.author {
    font-family: 'Merriweather', serif;
    font-size: 1vw;
    color: #777;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.author:before {
    content: "Ã¢â‚¬â€ ";
    color: var(--btn-color);
}

.content__index {
    font-size: 20vh;
    position: absolute;
    right: -2vh;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.03;
    font-family: 'Oswald', sans-serif;
    color: var(--btn-color);
}

/* Carousel Controls */
.carousel__control {
    position: absolute;
    height: 160px;
    width: 40px;
    background: rgba(255, 255, 255, 0.9);
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    border-radius: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel__control a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 8px 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel__control a:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel__control a.active {
    background-color: var(--btn-color);
    transform: scale(1.2);
}

/* Navigation Arrows */
.carousel__arrows {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.arrow {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.arrow:hover {
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Transitions for animations */
.js-transitions-disabled * {
    transition: none !important;
}

.js-spin-fwd .spinner {
    transform: rotateX(-90deg);
}

.js-spin-fwd .spinner--right {
    transform: rotateX(90deg);
}

.js-spin-bwd .spinner {
    transform: rotateX(90deg);
}

.js-spin-bwd .spinner--right {
    transform: rotateX(-90deg);
}

/* Active and next states */
.js-active {
    display: block;
    transform: translateZ(calc(50vh - 20px)) !important;
}

.js-next {
    display: block;
    transform: rotateX(90deg) translateZ(calc(50vh - 20px));
}

.spinner--right .js-next {
    transform: rotateX(270deg) translateZ(calc(50vh - 20px));
}

.js-spin-bwd .js-next {
    transform: rotateX(-90deg) translateZ(calc(50vh - 20px));
}

.js-spin-bwd .spinner--right .js-next {
    transform: rotateX(-270deg) translateZ(calc(50vh - 20px));
}

/* Responsive design */
@media (max-width: 1024px) {
    .content__right {
        padding: 40px;
    }

    .country-title {
        font-size: 5vw;
    }

    .continent {
        font-size: 1.8vw;
    }

    .quote {
        font-size: 1.5vw;
    }

    .author {
        font-size: 1.3vw;
    }
}

@media (max-width: 768px) {
    .carousel__control {
        width: 30px;
        right: 10px;
    }

    .carousel__control a {
        width: 16px;
        height: 16px;
    }

    .content__right {
        padding: 30px;
    }

    .country-title {
        font-size: 8vw;
    }

    .continent {
        font-size: 3vw;
        margin-bottom: 30px;
    }

    .quote {
        font-size: 2.2vw;
        line-height: 1.6;
    }

    .author {
        font-size: 2vw;
    }

    .content__index {
        font-size: 15vh;
        right: -1vh;
    }
}


section.att_sec_div .head-sec {
    margin-bottom: 40px;

}

.activities-nav .nav-link {
    color: #fff;
    text-decoration: none;
}



/* ==================---------------================= */


.special-occasion-section {
    text-align: center;
    padding-top: 331px;
}

.special-occasion-section .so-head h2 {
    font-size: var(--f36);
    font-weight: 700;
    margin-bottom: 15px;
}

.special-occasion-section .so-head p {
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.so-cards-wrapper {
    justify-content: center;
    gap: 10px;
}

.so-card {
    text-align: center;
}

.so-inner {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    height: 100%;
    width: 215px;
    text-align: left;
}

.so-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.so-icon {

    margin-bottom: 15px;
    background: #fef5d0;
    width: 64px;
    height: 64px;
    padding: 6px;
    border-radius: 50%;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.so-icon i {
    font-size: 25px;
    color: var(--btn-color);
}

.so-inner h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.so-inner p {
    font-size: 13px;
    margin-bottom: 0;
}

.so-btn {
    margin-top: 20px;
}

.search-bar .text-center.property-trigger {
    width: 20%;
}

.search-bar .text-center.property-trigger div {
    margin-top: 0px;
    font-size: 14px;
}

.search-bar .dates {
    font-size: 22px;
}

.search-bar div#global-date-trigger {
    min-width: 40%;
    text-align: center;
}

.loc_img_div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.check-div {
    font-size: 14px;
}

.g-map-link-style {
    display: inline-block;
    color: var(--white-color);
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
}

.g-map-link-style:hover {
    color: var(--btn-color);
}


/* ============================new abouts us css start here ! */
.lazorde-experience {

    color: #000000;
    text-align: center;
    position: relative;
    height: 500px;
    background: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
}

.lazorde-experience .text-header {
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lazorde-experience h2 {
    font-weight: 400;
    font-size: 37px;
    letter-spacing: 1px;
    color: var(--white-color);
}

.lazorde-experience p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.lazorde-experience .content-wrapper {

    border-radius: 20px 20px 0 0;
    padding: 50px 50px;
    position: absolute;
    position: absolute;
    top: 99%;
    left: 50%;
    width: 72%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
}

.lazorde-experience .image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.lazorde-experience .image-item img {
    width: 100%;
    height: 382px;
    border-radius: 15px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}


/* ============================new abouts us css end here ! */
/* ============================new gallery us css strt here ! */
/* Targeting by section name */
.lazorde-gallery {

    /* Dark grey background from image */
    padding-top: 264px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, var(--primary-color), var(--primary-color));
}

.lazorde-gallery h2 {
    text-align: center;
    margin-bottom: 22px;
    font-size: 37px;
}

/* Slider Image Styling */
.lazorde-gallery .item img {
    display: block;
    width: 100%;
    height: 250px;
    /* Fixed height to match the horizontal aspect ratio */
    object-fit: cover;
    border-radius: 4px;
}

/* Custom Spacing for Button Area */
.lazorde-gallery .button-container {
    margin-top: 40px;
    text-align: center;
}

/* View More Button Styling */
.lazorde-gallery .view-more-btn {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.lazorde-gallery .view-more-btn:hover {
    background-color: #ffffff;
    color: #222222;
}

/* Owl Dots Customization (to match the dark theme) */
.lazorde-gallery .owl-theme .owl-dots .owl-dot span {
    background: #555;
}

.lazorde-gallery .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

/* ============================new gallery us css end here ! */

/* ============================new property us css start here ! */
#direct-booking {
    position: relative;
    background-color: #0d0d0d;
    background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0)), url(../images/a4.png);
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    padding: 0px 0px 1px 0px;
}

/* Header Area Styling */
#direct-booking .header-overlay {
    text-align: center;
    padding: 60px 0 140px 0;
    background: #098792;
}

#direct-booking .header-overlay h2 {
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 34px;
    color: var(--white-color);
    width: 70%;
    margin: auto;
}

/* #direct-booking .header-overlay p {

} */

/* The Overlapping Logic */
/* Enable 3D Space for the Grid */
#direct-booking .benefits-grid {
    transform: translateY(-113px);
    /* Keeps your original overlap */
    margin-bottom: -40px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    /* Essential for the 3D depth effect */
}

/* Redesigned Features Section */
.features {
    background-color: #fff;
    padding: 80px 0;
}

.featured-title {
    text-align: center;
    margin-bottom: 50px;
}

.featured-title .subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #b59a5d;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.featured-title .subtitle::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #b59a5d;
    margin: 0 auto 10px;
}

.featured-title h2 {
    font-size: 42px;
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}

.featured-title h2 span.highlight {
    color: #098792;
}

.featured-title .description {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.features .property-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}

.features .property-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.features .img-wrapper {
    position: relative;
    overflow: hidden;
}

.features .img-wrapper img {
    height: 357px;
    object-fit: cover;
}

.features .img-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 12px;
    z-index: 10;
}

.features .badge-item {
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.features .details {
    padding: 30px;
}

.features .details h3 {
    font-size: 23px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 8px;
}

.features .location {
    color: #777;
    font-size: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.features .location i {
    color: #ff5a5f;
}

.features .amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    padding: 20px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .features .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
    }
  
    #testimonial-section .star-name {
      display: block;
    }
}

.features .amenity {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #444;
}

.features .amenity i {
    color: #098792;
    font-size: 18px;
}

.features .property-desc {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.features .carousel-control-prev,
.features .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #ffffff !important;
    border-radius: 50% !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 15px;
    opacity: 0.8;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
}

.features .property-item:hover .carousel-control-prev,
.features .property-item:hover .carousel-control-next {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.features .carousel-control-prev i,
.features .carousel-control-next i {
    color: #098792;
    font-size: 16px;
    font-weight: 900;
}

.features .no-decor {
    text-decoration: none !important;
}

.footer-contact-info i,
.footer-contact-info p,
.footer-contact-info a {
    color: #fff !important;
}

/* Base state for the Column/Box */
#direct-booking .benefits-grid [class^="col-"] {
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

#direct-booking .benefit-box {
    background: var(--btn-color);
    padding: 40px 25px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    border: 1px solid var(--white-color);
    backface-visibility: hidden;
    box-shadow: 2px 3px 20px 0px #000000;
}

/* 1. The Hovered Item (Pops forward) */
#direct-booking .benefits-grid [class^="col-"]:hover {
    transform: translateZ(150px);
    z-index: 10;
}

/* 2. Items to the RIGHT of the Hovered Item (Rotate Right) */
#direct-booking .benefits-grid [class^="col-"]:hover+[class^="col-"] {
    transform: translateZ(80px) rotateY(20deg);
    opacity: 0.8;
}

#direct-booking .benefits-grid [class^="col-"]:hover+[class^="col-"]+[class^="col-"] {
    transform: translateZ(30px) rotateY(10deg);
    opacity: 0.6;
}

/* 3. Items to the LEFT of the Hovered Item (Rotate Left) */
/* Uses the :has() selector just like your reference code */
#direct-booking .benefits-grid [class^="col-"]:has(+ *:hover) {
    transform: translateZ(80px) rotateY(-20deg);
    opacity: 0.8;
}

#direct-booking .benefits-grid [class^="col-"]:has(+ * + *:hover) {
    transform: translateZ(30px) rotateY(-10deg);
    opacity: 0.6;
}

/* Text adjustments within the box */
#direct-booking .benefit-box h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}

#direct-booking .benefit-box p {
    font-size: 17px;
    color: var(--white-color);
    line-height: 1.6;
    text-align: center;
    font-weight: 300;
}

/* Featured Section Styling */
#direct-booking .featured-title {
    text-align: center;
    margin-bottom: 40px;
}

#direct-booking .featured-title h2 {
    font-size: 37px;
    font-weight: 400;
}

#direct-booking .property-item {
    background: var(--white-color);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: -5px 5px 7px 1px #000000bd;
}

#direct-booking .img-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Targeted styles for the carousels inside property cards */
#direct-booking .img-wrapper {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

#direct-booking .carousel-item img {
    height: 300px;
    object-fit: cover;
}

/* Customizing Arrows to be smaller/sleeker like the image */
#direct-booking .carousel-control-prev,
#direct-booking .carousel-control-next {
    width: 10%;
    opacity: 0;
    /* Hide by default */
    transition: opacity 0.3s;
}

#direct-booking .property-item:hover .carousel-control-prev,
#direct-booking .property-item:hover .carousel-control-next {
    opacity: 1;
    /* Show arrows on hover */
}

#direct-booking .carousel-control-prev-icon,
#direct-booking .carousel-control-next-icon {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background-size: 60%;
}

/* Amenities spacing */
#direct-booking .amenities span {
    margin-right: 10px;
    font-size: 0.85rem;
    color: var(--black-color);
    font-weight: 400;
}



#direct-booking .details {
    padding: 20px;


}

#direct-booking .details p {
    color: var(--black-color);

}

#direct-booking .details h4 {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 500;
}

#direct-booking .amenities {
    font-size: 0.8rem;
    color: var(--white-color);
    border-bottom: 1px solid #444;
    margin-top: 7px;
    padding-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

#direct-booking .card-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

#direct-booking .card-footer .link {
    color: var(--black-color);
}

#direct-booking .rating {
    color: #f39c12;
}

/* ============================new property us css end here ! */

/* ============================new why chooes us  css start here ! */


#features-section {

    max-width: 1100px;

    margin: 50px auto;

    margin-top: 0;

    background-color: var(--btn-color);

    background-color: var(--primary-color);

    padding: 41px 40px;

    border-radius: 0px 0px 40px 40px;

    text-align: center;
}

#features-section h2 {
    font-size: 37px;
    font-weight: 400;
    margin-bottom: 60px;
    color: var(--black-color);
}

#features-section .feature-item {
    display: grid;
    place-items: center;
    margin-bottom: 50px;
}

#features-section .icon-circle {
    width: 65px;
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
    position: relative;
}



#features-section span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: block;

}

/* ============================new why chooes us  css end here ! */

/* ============================new Attraction css start here ! */
#attractions-section {
    background-color: var(--white-color);
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
    font-family: sans-serif;
}

#attractions-section .image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#attractions-section .image-item {
    width: 100%;
    height: 369px;
    border-radius: 15px;
    position: relative;
    transform: translateY(0px);
    transition: all 0.7s ease;
}

#attractions-section h3 {
    color: var(--black-color);
    font-size: var(--f22);
    margin-bottom: 0;
    font-weight: 600;
    margin: 10px;
}

#attractions-section .image-item:hover {
    transform: translateY(-30px);
    transition: all 0.7s ease;
}

#attractions-section .image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#attractions-section .image-item .report {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;

}

#attractions-section h2 {
    font-weight: 700;
    font-size: 34px;
    color: var(--black-color);
    margin-bottom: 8px;
}

#attractions-section p {
    color: var(--black-color);
    font-weight: 500;
}

/* The Main Black Card Container */
#attractions-section .attractions-card {
    max-width: 1000px;
    margin: 0 auto;

    border-radius: 40px;
    padding: 40px;
    border: 1px solid #333;
    background: linear-gradient(180deg, var(--secondary-color), var(--primary-color));
}

/* Customizing Bootstrap Nav Tabs to look like pills */
#attractions-section .nav-tabs {
    border: 1px solid var(--white-color);
    border-radius: 50px;
    padding: 10px;
    display: inline-flex;
    /* Manual flex in CSS to avoid utility class */
    justify-content: space-around;
    width: 100%;
    margin-bottom: 40px;
}

#attractions-section .nav-tabs .nav-item {
    margin: 0 5px;
}

#attractions-section .nav-tabs .nav-link {
    color: var(--white-color);

    border: 1px solid transparent;
    border-radius: 30px;
    padding: 8px 25px;
    background: transparent;
    transition: all 0.3s;
}

#attractions-section .nav-tabs .nav-link.active {
    background-color: var(--black-color);
    color: var(--white-color);
    border-color: var(--black-color);
}

/* Image Container Styling */
#attractions-section .image-container {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 400px;
}

#attractions-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#attractions-section .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: left;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}

#attractions-section .image-overlay h3 {
    font-size: 1.4rem;
    margin: 0;
    color: var(--white-color);
}

/* Footer Button */
#attractions-section .footer-action {
    margin-top: 30px;
}

/* ============================new Attraction css end here ! */

/* ============================property-managment css start here ! */
.brand-promise-section {
    position: relative;
    min-height: 500px;
    background: url("../images/a5.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-attachment: fixed !important;
}

.brand-promise-section .brand-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, #108892, #f0d6a19c);
    z-index: 1;
}

.brand-promise-section .brand-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 22px 37px;
}

.brand-promise-section .brand-content h4 {
    font-size: 22px;
    color: var(--black-color);
    letter-spacing: 2px;
}

.brand-promise-section h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 2px;
    color: var(--black-color);
}

.brand-promise-section p {
    font-size: 17px;
    line-height: 1.8;
    color: var(--black-color);
    margin-bottom: 15px;
    font-weight: 500;
}

.brand-promise-section .main-btn {
    border: 2px solid var(--white-color);
    position: relative;
    z-index: 9999;
    color: var(--white-color);
    width: fit-content;
    margin-left: 38px;
}

.brand-promise-section .main-btn:hover {
    color: white;
}

/* ============================property-managment css end here ! */















/* SECTION BACKGROUND (LIGHT & PREMIUM) */
.premium-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #eef8f9, #ffffff);
    /* light airy */
    position: relative;
    overflow: hidden;
}

/* soft decorative glow */
.premium-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(11, 139, 148, 0.15), transparent);
    top: -100px;
    left: -100px;
}

/* HEADER */
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #0b2e2f;
    margin-bottom: 10px;
}

.subtitle {
    color: #5f7f82;
    font-size: 16px;
}

/* BADGE */
.badge-category {
    display: inline-block;
    background: rgba(181, 154, 93, 0.15);
    color: #b59a5d;
    /* GOLD */
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* TABS */
.premium-tabs {
    justify-content: center;
    border: none;
    gap: 15px;
}

.premium-tabs .nav-link {
    border: none;
    padding: 12px 22px;
    border-radius: 30px;
    background: #ffffff;
    color: #0b8b94;
    transition: 0.3s;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ACTIVE TAB */
.premium-tabs .nav-link.active {
    background: linear-gradient(135deg, #0b8b94, #14aeb8);
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(11, 139, 148, 0.3);
}

/* HOVER */
.premium-tabs .nav-link:hover {
    transform: translateY(-2px);
}

/* CARD */
.premium-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.card-img-container {
    position: relative;
    overflow: hidden;
}

.card-img-container img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.5s;
}

.premium-card:hover img {
    transform: scale(1.08);
}

/* IMAGE OVERLAY (LIGHT STYLE) */
.img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

/* CONTENT */
.card-body-content {
    padding: 20px;
}

.card-body-content h3 {
    color: #0b2e2f;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
}

.card-body-content p {
    color: #6b8a8d;
    font-size: 14px;
    margin-bottom: 12px;
}

/* LINK */
.map-link {
    color: #0b8b94;
    /* TEAL */
    font-weight: 600;
    position: relative;
    text-decoration: none;
}

/* GOLD HOVER EFFECT */
.map-link::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #b59a5d;
    /* GOLD */
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.map-link:hover {
    color: #b59a5d;
}

.map-link:hover::after {
    width: 100%;
}




.contact-us {
    background: #f9fafb;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
}

/* Header */
.head-sec {
    text-align: center;

}

.head-sec h2 {
    font-size: 36px;
    font-weight: 600;
    color: #222;
}

.head-sec h2 span {
    color: #b59a5d;
}

.subtitle {
    color: #777;
    margin-top: 10px;
}

/* Address Boxes */
.address .row {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.address .box {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 12px;
    flex: 1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.address .box:hover {
    transform: translateY(-5px);
}

.address i {
    font-size: 22px;
    color: #0b8b94;
    margin-bottom: 10px;
}

.address h4 {
    margin: 10px 0;
    color: #222;
}

.address a {
    color: #555;
    text-decoration: none;
}

/* Form & Map Layout */
.form-map .row {
    display: flex;
    gap: 30px;
}

/* Form Card */
.form-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.form-card h2 {
    margin-bottom: 20px;
}

.form-card span {
    color: #b59a5d;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.form-control:focus {
    border-color: #0b8b94;
    outline: none;
    box-shadow: 0 0 5px rgba(11, 139, 148, 0.2);
}



.main-btn:hover {
    opacity: 0.9;
}

/* Map */
.map-card {
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
}

.footer-p-3 {
    padding: 2rem 3rem !important;
}