﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f8f8;
}

header {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, div, span, b {
    font-family: 'Poppins', sans-serif;
}

header .container {
    max-width: 1600px;
}

.container {
    /*max-width: 1200px;*/
}

header {
    padding: 20px 0px;
}

a{
    text-decoration:none;
    cursor:pointer;
}

    header nav.navbar {
        padding: 0px;
    }

    ul{
        margin:0px;
        padding:0px;
        list-style:none;
    }
    img{
        width:100%;
        max-width:100%;
    }

ul.navbar-nav li.nav-item {
    margin-right: 40px;
}

    ul.navbar-nav li.nav-item a.nav-link {
        color: #41512c;
        padding: 0px;
        font-size: 16px;
        line-height: 26px;
        cursor: pointer;
        font-weight: 500;
    }


.logo {
    /*border-right: 2px solid #41512c;*/
    padding: 10px 10px 10px 0px;
}

.social-media {
    padding: 14px 0px 15px 30px;
}

.header_top {
    /*margin-bottom: 20px;*/
    padding-bottom: 0px;
    /*border-bottom: 1px solid #41512c;*/
}

.social-media a span {
    background: #41512c;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
}

.contact-booking span.contact_icon {
    margin-right: 20px;
}

    .contact-booking span.contact_icon i {
        font-size: 30px;
        color: #41512c;
    }

.contact-booking a.contact_number, .contact-booking .book_now a {
    text-decoration: none;
    cursor:pointer;
}

    .contact-booking a.contact_number span:first-child {
        color: #7a7a7a;
        font-size: 14px;
        line-height: 1.5;
    }

    .contact-booking a.contact_number span:nth-child(2) {
        color: #41512c;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
    }

.contact-booking .contact {
    border-right: 2px solid #41512c;
    padding: 0px 30px 0px 0px;
}

.contact-booking .book_now {
    padding: 0px 0px 0px 30px;
}

    .contact-booking .book_now span, .book_now span {
        color: #7a7a7a;
        font-size: 14px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 600;
    }

footer.footer {
    background: #292836;
    
}
.footer_top_section {
    padding: 100px 0px;
    border-bottom: 1px solid #a09faf;
}
.foot_logo a {
    display: inline-block;
    margin-bottom: 30px;
}
.foot_logo p, .footer_bottom_section p {
    color: #a09faf;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0px;
}

.footer_top_section h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer_menu ul li a {
    color: #a09faf;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
}

.footer_contacts span {
    color: #a09faf;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
}

.footer_contacts p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom:0px;
}

    .footer_contacts p a {
        color: #fff;
        text-decoration: none;
    }

.footer_news_letter span, .footer_news_letter span a {
    color: #a09faf;
    text-decoration: none;
    font-size: 16px;
    line-height: 32px;
}

.footer_news_letter .send_input input {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 58px;
    line-height: 1;
    padding: 0 18px;
    padding-left: 20px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 16px;
    color: #a09faf;
    background: #1e1d28;
    border: none;
    border-radius: 0;
    padding-right:40px;
}

.footer_news_letter span.send_input {
    display: block;
    margin: 20px 0px;
    position:relative;
}

    .footer_news_letter span.send_input span.send_icon {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #41512c;
    }

.footer_contacts ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom:30px;
}

    .footer_contacts ul li div:first-child {
        background: #41512c;
        width: 40px !important;
        height: 40px !important;
        text-align: center;
        line-height: 40px;
        border-radius: 100%;
        padding: 0px;
        margin: 0px;
        margin-right: 10px;
        color: #fff;
        display: table;
        min-width: 40px;
        min-height: 40px;
    }

.footer_menu ul li {
    margin-bottom: 12px;
}

.footer_contacts ul li:last-child {
    margin-bottom: 0px;
}

.footer_bottom_section {
    padding: 25px 0px;
}

span.social-media_footer {
    background: #1e1d28;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
}
.social-media_footer a{
    color:#fff;
}

.banner_section {
    background-color: #833ca3;
    background-image: url("https://blog.karya.cloud/wp-content/uploads/2025/01/aerial-top-view-on-tropical-beach-with-green-palm-2023-11-27-04-51-41-utc.jpg");
    background-repeat: no-repeat;
    background-position: 30%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    height: 650px;
}

    .banner_section .banner-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 50px;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

        .banner_section .banner-content .banner-content-inner {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

    .banner_section .banner-content h1 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 30px;
        color:#fff;
        text-align:center;
        font-weight:700;
    }

    .banner_section .banner-content {
        color: #fff;
        text-align: center;
    }
        .banner_section .banner-content p {
            font-size: 23px;
            margin-bottom: 30px;
        }

        .banner_section .banner-content a.btn.book_now {
            font-size: 18px;
            color: #fff;
            border: 2px solid #fff;
            padding: 10px 30px;
            margin-bottom: 60px;
        }

.booking_date {
    background: #fff;
    width: 900px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}

    .booking_date .field-group-content {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .booking_date .field-group-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-right: 1px solid #ababab;
        width: 45%;
        padding: 0px 30px;
    }

        .booking_date .field-group-content:last-child{
            border-right:0px !important;
        }

        .booking_date .field-group-content .field-content label.title-field {
            color: #adabab;
            font-size: 12px;
            line-height: 1;
            display: block;
            text-align: left;
        }

        .booking_date .field-group-content .icon i {
            color: #41512c;
            font-size: 24px;
            line-height: 1;
        }

        .booking_date .field-group-content .field-content input.search_date {
            border: 0px;
            color: #000 !important;
            padding: 0px;
            font-size: 16px;
            font-weight: 500;
            line-height: 32px;
        }

            .booking_date .field-group-content .field-content input.search_date:focus-visible {
                border: 0px !important;
                box-shadow: none;
                outline: 0px;
            }

            .booking_date .submit button.btn-search {
                background: #41512c;
                border: 0px;
                width: 100px;
                height: 70px;
                border-radius: 0px;
                font-size: 24px;
                margin:-1px;
            }

            input[type="date"]::-webkit-inner-spin-button,
            input[type="date"]::-webkit-calendar-picker-indicator{
                display:none;
                -webkit-appearance:none;
            }

.properties_section {
    padding: 0px 0px 50px 0px;
}

    .properties_section .heading-icon span {
        padding: 0 25px;
        border-bottom: 2px solid #292836;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1;
    }

.properties-head-content-inner {
    text-align: center;
    margin-bottom: 25px;
}

    .properties-head-content-inner h2.title {
        color: #066265;
        font-weight: 400;
        line-height: 1.22;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .properties-head-content-inner .sub-title span.tagline {
        color: #ababab;
        font-size: 16px;
        font-weight: 300;
        margin: 10px 0px;
        display: inline-block;
    }



    .properties_v .card .card-body h5 {
        font-size: 24px;
        line-height: 1.5;
        color: #41512c;
        font-weight: 500;
        margin: 10px 0px;
    }
        .properties_v .card .card-body h5 a {
            color: #41512c;
        }

        span.currency_amount {
            font-size: 24px;
            line-height: 1.5;
            color: #41512c;
            font-weight: 600;
        }

.booking-one__price.booking__price {
    margin-bottom: 15px;
}

.booking-one__meta {
    margin-top: 25px;
    padding: 12px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    font-size: 16px;
    font-weight: 500;
    background: #faf5ef;
}



.about-two__single:before {
    content: '';
    position: absolute;
    top: 0;
    left: -120px;
    width: 190px;
    height: 644px;
    background: url("https://blog.karya.cloud/wp-content/uploads/2025/01/about-shape.png") no-repeat left bottom;
}

.about-two__single {
    position: relative;
    max-width: 600px;
}

.about-two__image {
    position: relative;
    padding-right: 150px;
}

.about-two__image-second {
    position: absolute;
    right: 0;
    bottom: -1px;
    z-index: 2;
    max-width: 60%;
}

.about-two__image .content-inner {
    position: relative;
}

.about-two__image-second:before {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: absolute;
    content: "";
    top: 30px;
    left: 30px;
    border-radius: 50%;
    z-index: 3;
}

.about-two__image-second .content-inner {
    width: 335px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

    .about-two__image-second .content-inner img {
        -webkit-transition: all 5s;
        transition: all 5s;
    }
.about-two__image-second:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-two__image .content-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-two__image .content-inner:before {
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    position: absolute;
    content: "";
    top: 40px;
    left: -40px;
    z-index: 3;
}



.about-two__image .content-inner img {
    -webkit-transition: all 5s;
    transition: all 5s;
}

.about-two__image .content-inner:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about-welcome-section-right .heading-icon {
    margin-bottom: 10px;
}

    .about-welcome-section-right .heading-icon span {
        padding: 0 25px;
        border-bottom: 2px solid #292836;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1;
    }

        .about-welcome-section-right .heading-icon span img {
            max-width: 38px;
        }

.about-welcome-section {
    padding: 100px 0px;

}

 /*   .about-welcome-section .about-welcome-section-left {
        width: 55%;
    }
    .about-welcome-section .about-welcome-section-right {
        width: 45%;
    }*/

.about-welcome-section-right span.tagline {
    color: #ababab;
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0px;
    display: inline-block;
    letter-spacing: 0.8px;
}

.about-welcome-section-right h2.title {
    color: #066265;
    font-weight: 400;
    line-height: 1.22;
    font-size: 40px;
    margin-bottom: 20px;
}

.about-welcome-section-right .title-desc {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
}

.about_section_right h2.elementor-heading-title.elementor-size-default {
    color: #41502c;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
}

.about_section_right span.elementor-icon.elementor-animation-:hover {
    background-color: #41502c;
    fill: #FFFFFF;
    color: #FFFFFF;
}

.about_section_right span.elementor-icon.elementor-animation- {
    font-size: 20px;
    background-color: #69727d;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: block;
    text-align: center;
    line-height: 75px;
}
.about_section_right .elementor-widget-container-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.about_section_right .elementor-icon-box-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
}

.about_section_right p.elementor-icon-box-description {
    margin-bottom: 0px;
    margin-left: 13px;
}

.about_section_right .btn-black {
    color: #fff;
    background-color: #54595f;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.4px;
    padding: 24px 35px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-decoration:none;
}

.about_section_right .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.amenities_section {
    background-color: #FFFFFF;
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/bg-01.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 100px 0px;
    width: 100%;
    background-size: contain;
}

    .amenities_section .heading-icon span img {
        max-width: 38px;
    }

    .amenities_section .heading-icon span {
        padding: 0 25px;
        border-bottom: 2px solid #292836;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1;
    }

    .amenities_section h2.title {
        color: #066265;
        font-weight: 400;
        line-height: 1.22;
        font-size: 40px;
        margin-bottom: 0px;
    }

    .amenities_section .sub-title .tagline {
        color: #ababab;
        font-size: 16px;
        font-weight: 300;
        margin: 4px 0px;
        display: inline-block;
        text-transform: uppercase;
    }

    .amenities_section .title-desc {
        color: #7a7a7a;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .amenities_section .video-two__action .popup-video::before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        border: 1px solid #41512c;
        opacity: 0;
        border-radius: 50%;
        -webkit-animation: pulse-border-2 2s linear infinite;
        animation: pulse-border-2 2s linear infinite;
    }

    .amenities_section .video-two__action {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
    }

        .amenities_section .video-two__action .popup-video {
            display: inline-block;
            font-size: 26px;
            color: #fff;
            text-align: center;
            position: relative;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            width: 150px;
            height: 150px;
            line-height: 100px;
            border-radius: 50%;
            border: 25px solid #fff;
            background: #41512c;
            -webkit-box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.07);
        }

            .amenities_section .video-two__action .popup-video::after {
                position: absolute;
                content: '';
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                border: 1px solid #41512c;
                opacity: 0;
                border-radius: 50%;
                -webkit-animation: pulse-border 1.5s linear infinite;
                animation: pulse-border 1.5s linear infinite;
            }


@-webkit-keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border-2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.amenities_section .video-two__title {
    font-size: 22px;
    padding-left: 180px;
    color: #41512c;
}

    .amenities_section .video-two__title div {
        font-size: 14px;
        letter-spacing: 1.4px;
        color: #41512c;
        text-transform: uppercase;
    }
.amenities_section .video-two__action:before {
    content: '';
    position: absolute;
    bottom: 20px;
    right: -65px;
    width: 49px;
    height: 50px;
    background: url("https://blog.karya.cloud/wp-content/uploads/2025/01/video-arrow.png") no-repeat bottom right;
}

.amenities_section-right .elementor-widget-container {
    margin: 0px 0px 20px 0px;
    padding: 50px 40px 40px 40px;
    background-color: #FFFFFF;
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/bg-iconbox.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}

.amenities_section-right .elementor-icon-box-title {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #41512c;
    font-size: 22px;
}

    .amenities_section-right .elementor-icon-box-title a {
        color: inherit;
        text-decoration:none;
    }

.amenities_section .amenities_section-right p {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.amenities_section-right .elementor-icon-box-icon a, .amenities_section-right .elementor-icon-box-icon span {
    color: #41512c;
    font-size: 50px;
}

.trips_weblocation {
    background-color: #41502C;
  padding:25px;
}

    .trips_weblocation ul li a img {
        width: 180px;
    }

.plushwood_advantage {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/bg-02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 100px;
}

.plushwood_advantage-overlay {
    background-color: #292836;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.plushwood_advantage-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.plush_bg {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/bg-shape-01.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 11px 10px 50px 10px;
    width: 100%;
}

.plush_bg_inner {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/bg-shape-02.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 40px 30px 40px 30px;
}

.plushwood_advantage_left {
    z-index: 9;
    padding: 100px 0px;
}

    .plushwood_advantage_left h2.elementor-heading-title {
        color: #FFFFFF;
        font-size: 60px;
        line-height: 70px;
    }

    .plushwood_advantage_left p {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 3.2px;
    }

.discover_more a {
    background: #41512c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.4px;
    padding: 24px 35px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-decoration:none;
}

.experience_sec {
    margin: 50px 0px;
}

.plushwood_advantage-right {
    z-index: 1;
}

.plush_bg_inner h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

.plush_bg_inner ul li span.elementor-icon-list-text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.plush_bg_inner ul.elementor-icon-list-items {
    margin-top: 30px;
}

.plush_bg_inner ul li {
    margin-bottom: 15px;
    display: flex;
    justify-content: left;
}

    .plush_bg_inner ul li span.elementor-icon-list-icon {
        color: #fff;
        font-size: 22px;
        margin-right: 10px;
    }

.plush_bg_inner a.btn-black {
    background: #54595f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.4px;
    padding: 24px 35px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-decoration: none;
    margin-top: 30px;
}

.plushwood_highlights .container {
    background-color: #FAF5EF;
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/bg-03.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 120px 0px 0px 0px;
    max-width:1520px;
}

    .plushwood_highlights .heading-icon span img {
        max-width: 38px;
    }

    .plushwood_highlights .heading-icon span {
        padding: 0 25px;
        border-bottom: 2px solid #41502c;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        line-height: 1;
    }

    .plushwood_highlights h2.title {
        position: relative;
        color: #066265;
        font-weight: 400;
        line-height: 1.22;
        font-size: 40px;
        margin-bottom: 5px;
    }

    .plushwood_highlights .title-desc {
        color: #7a7a7a;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .plushwood_highlights ul.elementor-icon-list-items li {
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        padding: 15px 0;
        margin: 0 !important;
        position: relative;
        border-top: 1px solid #2928361A;
    }
        .plushwood_highlights ul.elementor-icon-list-items li:first-child{
            border-top:0px;
        }

        .plushwood_highlights ul.elementor-icon-list-items li a {
            font-size: 20px;
            font-weight: 500;
            color: #7a7a7a;
            text-decoration: none;
        }

        .plushwood_highlights ul.elementor-icon-list-items li.elementor-icon-list-item:before {
            content: "";
            position: absolute;
            right: 30px;
            top: 25px;
            width: 10px;
            height: 10px;
            background: #41512c;
            border-radius: 50%;
            display: block;
            opacity: 0;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
        }

        .plushwood_highlights ul.elementor-icon-list-items li.elementor-icon-list-item:hover{
            background: #fff;
            padding-left: 30px;
        }

        .plushwood_highlights ul.elementor-icon-list-items li.elementor-icon-list-item:hover:before{
            opacity:1;
        }

.plushwood_highlights .plushwood_highlights-left {
    padding: 0px 40px 40px 110px;
}


.plushwood_highlights .milestone-four__icon {
    background: #41502c;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.plushwood_highlights .milestone-four__number {
    font-size: 40px;
    font-weight: 400;
    color: #41502c;
}

.plushwood_highlights .milestone-four__title {
    color: #7a7a7a;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.plushwood_highlights .milestone-four__single {
    display: flex;
    justify-content: end;
    align-items: center;
}

.plushwood_highlights .plushwood_highlights-travel {
    background:#fff;
}

.plushwood_highlights .milestone-four__single {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 30px;
    width: 70%;
    margin-left: auto;
}

.plushwood_highlights {
    margin-bottom: 80px;
}

.plushwood_highlights-right {
    position: relative;
    bottom: 0px;
}

.highlights-content {
    background: #fff;
    width: 400px;
    padding: 40px;
    position: absolute;
    bottom: 0px;
}

.plushwood_highlights-right-main{
    position:relative;
}
.plushwood_highlights-right{
    position:absolute;
    bottom:0px;
}

.plushwood_highlights-right a.btn{
    background: #54595f;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.4px;
    padding: 24px 35px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-decoration: none;
    margin-top: 30px;
}

.highlights-content p {
    font-size: 16px;
    line-height: 32px;
    color: #41502c;
}

.highlights-content span i {
    font-size: 50px;
    margin-bottom: 25px;
    color: #41502c;
}

/*testimonials section start here */

.testimonials-section {
    position: relative;
    background: #292836;
    padding:60px 0px;
}
.testim {
    width: 100%;
   /* position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);*/
}

    .testim .wrap {
        position: relative;
        width: 100%;
       
        padding: 40px 20px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #eee;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #ea830e;
        }


        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #eee;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #ea830e;
                border-color: #ea830e;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 0 70px 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #ea830e;
            font-size: 1em;
            margin: 15px 0;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: #eee;
            width: 80%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}
/*testimonials section start end */

/*gallery section start here */

/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 0px;
}

    .carousel-gallery .swiper-slide a {
        display: block;
        width: 100%;
        height: 300px;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
        -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
        box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    }

        .carousel-gallery .swiper-slide a:hover .image .overlay {
            opacity: 1;
        }

        .carousel-gallery .swiper-slide a .image {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center center;
        }

            .carousel-gallery .swiper-slide a .image .overlay {
                width: 100%;
                height: 100%;
                background-color: rgba(20, 20, 20, .8);
                text-align: center;
                opacity: 0;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

                .carousel-gallery .swiper-slide a .image .overlay em {
                    color: #fff;
                    font-size: 26px;
                    position: relative;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    display: inline-block;
                }

    .carousel-gallery .swiper-pagination {
        position: relative;
        bottom: auto;
        text-align: center;
        margin-top: 25px;
    }

        .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
                opacity: 0.7;
            }

            .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #d63031;
                transform: scale(1.1, 1.1);
            }
.gallery-section .container {
    max-width: 1520px;
}
/*# Carousel Gallery*/

/*gallery section start end */
.banner-div{
    margin-bottom:80px;
}
.connect_main .banner-div .custom-breadcrumb {
    background-image: url(https://blog.karya.cloud/wp-content/uploads/2025/01/breadcrumb-01.jpg);
    position: relative;
    background-color: #292836;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
    .connect_main .banner-div .custom-breadcrumb .breadcrumb-container-inner.align-center {
        text-align: center;
    }

    .connect_main .banner-div .custom-breadcrumb .breadcrumb-container-inner {
        position: relative;
        padding: 110px 0 115px;
    }
    .connect_main .banner-div .custom-breadcrumb .heading-title {
        font-size: 50px;
        color: #fff;
        margin: 0 0 5px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        text-transform: capitalize;
    }

    .connect_main .banner-div .custom-breadcrumb .breadcrumb {
        margin-bottom: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        color: #e5e5e5;
    }

        .connect_main .banner-div .custom-breadcrumb .breadcrumb li:first-child {
            padding-left: 0;
        }

        .connect_main .banner-div .custom-breadcrumb .breadcrumb li {
            float: left;
            position: relative;
            z-index: 11;
            line-height: 1;
            letter-spacing: 2.8px;
            text-transform: uppercase;
            padding: 0 12px;
        }

        .connect_main .banner-div .custom-breadcrumb .breadcrumb a {
            color: #e5e5e5;
        }
        .connect_main .banner-div .custom-breadcrumb .breadcrumb li:after {
            content: '/';
            position: absolute;
            bottom: 0;
            left: -3px;
            z-index: 1;
            color: #e5e5e5;
        }

        .connect_main .banner-div .custom-breadcrumb .breadcrumb li:first-child::after{
            display:none;
        }

.heading-icon span img {
    max-width: 38px;
}

.heading-icon span {
    padding: 0 25px;
    border-bottom: 2px solid #292836;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
}

.heading-icon {
    margin-bottom: 10px;
}

div.sub-title .tagline {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7a7a7a;
}

h2.title {
    font-size: 40px;
    position: relative;
    margin: 0;
    color: rgb(6, 98, 101);
    margin-bottom: 20px;
}

.connect-content-right-inner {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EBE7DE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px -100px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 0px 0px 0px 0px;
}

.contact-head {
    margin: 0px 0px 40px 0px;
    padding: 30px 30px 30px 30px;
    background-color: #41512c;
}

.contact-head h3{
    color:#fff;
    margin-bottom:0px;
    font-size:24px;
    line-height:30px;
}

.connect-content {
    margin-bottom: 80px;
}

.contact-body-adress {
    position: relative;
    max-width: 100%;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe7de;
    padding: 0px 0px 30px 0px;
}

.contact-body {
    padding: 0px 50px 0px 50px;
}

.contact-body-adress p {
    margin-bottom: 0px;
}

.contact-body-adress:last-child {
    padding: 0px;
    border: 0px;
}

.contact-body-adress span i {
    font-size: 36px;
    margin-right: 10px;
}

.contact-body-adress span:last-child {
    color: #7a7a7a;
    letter-spacing: 1px;
}

.contact-body-adress div {
    margin-bottom: 10px;
}

.contact-body-adress p, .contact-body-adress p a {
    color: rgb(6, 98, 101);
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.contact-body-adress.social-media p span {
    text-align: center;
}

.social-media a span i.fa-brands.fa-instagram {
    font-size: 14px;
    text-align: center;
    margin: 0px;
    color: #fff;
}

.goa-retreats-main{
    margin-bottom:80px;
}

h2.elementor-heading-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}

.villas_main_content .villas_main_content-left-inner p, .about-us-main .title-desc p {
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
    margin-bottom: 25px;
}

.ameneties .term-item {
    width: 33.3%;
    float: left;
    margin-bottom: 25px;
    display:flex;
    justify-content:left;
    align-items:center;
}

    .ameneties .term-item span i {
        font-size: 32px;
        margin-right: 10px;
        color: #41512c;
    }
    .ameneties .term-item span:last-child {
        font-size: 16px;
        line-height: 22px;
        color: #41512c;
        font-weight: 500;
    }

.ameneties h4.ba-meta-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #41512c;
}

.ameneties {
    display: inline-block;
    margin-bottom: 40px;

}

.booking_rules h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #41512c;
    font-weight: 600;
}

.booking_rules, .property_rules {
    margin-bottom: 40px;
}

    .booking_rules h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .booking_rules span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
        color:#7a7a7a;
    }

.property_rules h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.booking-el-rules__item-content ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
}

.property-highlights .check-ins {
    margin-bottom: 30px;
}

    .property-highlights .check-ins h4 {
        margin-bottom: 5px;
    }

.villas_main_content-right-inner .boliin-single-booking-form.style-1 {
    background: #faf5ef;
}

.villas_main_content-right-inner .boliin-single-booking-form {
    padding: 0 40px 40px;
}

    .villas_main_content-right-inner .boliin-single-booking-form .box-title {
        font-size: 26px;
        background: #41502c;
        color: #fff;
        padding: 20px 30px;
        margin: 0 -40px 50px;
        position: relative;
    }

        .villas_main_content-right-inner .boliin-single-booking-form .box-title:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            display: block;
            border-top: 20px solid #41502c;
            border-left: 40px solid transparent;
            border-right: 40px solid transparent;
        }

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .input_group .booking-form-block .booking-date input {
    border: none;
    font-size: 14px;
    width: 100%;
    min-height: 50px;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .booking-form-block input[type="text"].booking_date {
    padding-left: 15px;
    padding-right: 15px;
}

.villas_main_content-right-inner .booking-form-block input[type="text"].booking_date:hover {
    cursor: pointer;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .input_group .booking-form-block .booking_form_input_label {
    color: #066265;
    font-weight: 600;
    font-size: 16px;
}

.villas_main_content-right-inner.boliin-single-booking-form #booking_form .submit_group {
    margin: 10px 0 0;
}

.villas_main_content-right-inner .submit_group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 20px 0;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .submit_group .booking_form_submit {
    background: #41502c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2.4px;
    padding: 24px 35px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    border: none;
    margin: 0;
    width: 100%;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .input_group .booking-form-block .booking-date i {
    color: #41502c;
    font-size: 15px;
    top: 18px;
    position: absolute;
    right: 12px;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .input_group .booking-form-block .booking-date {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    background: #fff;
    display: block;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form .input_group .booking-form-block {
    border: 0;
    display: block;
}

.villas_main_content-right-inner .booking-form-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form #total_group {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E2DFEB;
}

.villas_main_content-right-inner #total_group {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form #total_group label {
    color: #41502c;
    font-size: 16px;
    font-weight: 600;
}

.villas_main_content-right-inner #booking_form_total {
    text-align: right;
}

.villas_main_content-right-inner .boliin-single-booking-form #booking_form #total_group #booking_form_total .currency_amount {
    font-size: 16px;
    font-weight: 700;
    color: #41502c;
}

.villas_main_content-right-inner .last-minute-deals-section {
    margin: 10px 0px 10px 0px;
    padding: 40px 40px 40px 40px;
    background-color: #FAF5EF;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
}

    .villas_main_content-right-inner .last-minute-deals-section .ba-list-items .title {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .babe-block-content {
        padding: 20px 0;
        border-bottom: 1px solid #E2DFEB;
    }

    .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .babe-block-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .post-image {
        border-radius: 0;
        overflow: hidden;
        float: left;
        width: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }
img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .booking-content {
    position: relative;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    width: calc(100% - 80px);
}

    .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .booking-content .title {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        color: #41502c;
        line-height: 22px;
    }

        .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .booking-content .title a {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-height: 1.5em;
            color: #292836;
        }

    .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .booking-content .ba-price {
        margin: 5px 0 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 26px;
    }

        .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .booking-content .ba-price label {
            font-size: 15px;
        }
        .villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small .booking-content .ba-price .item_info_price_new {
            color: #41502c;
        }

.booking-room-section {
    margin-bottom: 50px;
}

.villas_main_content-right-inner .last-minute-deals-section .booking-block-list-small:last-child .babe-block-content {
    padding-bottom: 0px;
    border: 0px;
}

.villa-images-slider {
    margin-bottom: 0px !important;
}

    .villa-images-slider .slick-slide img {
        width: auto;
        margin: 0px auto;
        text-align: center;
    }

    .villa-images-slider button.slick-prev.slick-arrow {
        left: 25px;
        z-index: 1;
    }
    .villa-images-slider button.slick-next.slick-arrow {
        right: 25px;
        z-index:1;
    }

.villas-banner {
    /*margin-bottom: 80px;*/
}

.villa_name-persons {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #EBE7DE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
}

.villa_name-persons h1.post-title {
    font-weight: 400;
    line-height: 1.22;
    color: #066265;
    font-size: 26px;
    margin: 0;
}

.villa_name-persons-right .booking-el-meta__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    background: #FAF5EF;
    color: #41502c;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    margin-right: 10px;
}

.share-section .share-btn {
    background: #FAF5EF;
    border-radius: 30px;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 18px;
    display: inline-block;
    font-weight: 600;
    width: 120px;
    text-align: center;
}

    .share-section .share-btn a {
        color: #7a7a7a;
    }

    .share-section {
        border-style: solid;
        border-width: 0px 0px 1px 0px;
        border-color: #EBE6DE;
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 15px 0px 15px 0px;
        margin-bottom: 60px;
    }


.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.video-three__single {
    position: relative;
    max-width: 600px;
    margin: 0 auto 50px;
}

.video-three__image {
    width: 70%;
}

    .video-three__image a {
        display: block;
        position: relative;
    }

    .video-three__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.video-three__image-second {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 60%;
}

.video-three__action {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

    .video-three__action .popup-video {
        display: inline-block;
        font-size: 20px;
        color: #fff;
        background: #41502c;
        text-align: center;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

        .video-three__action .popup-video::before {
            position: absolute;
            content: '';
            left: -40px;
            top: -40px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 160px;
            width: 160px;
            border: 1px solid #fff;
            opacity: 0;
            -webkit-animation: pulse-border-2 1.5s linear infinite;
            animation: pulse-border-2 1.5s linear infinite;
        }

        .video-three__action .popup-video::after {
            position: absolute;
            content: '';
            left: -20px;
            top: -20px;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            height: 120px;
            width: 120px;
            border: 1px solid #fff;
            opacity: 0;
            -webkit-animation: pulse-border 1s linear infinite;
            animation: pulse-border 1s linear infinite;
        }

.video-three__image a:before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 70%;
    height: 60%;
    display: block;
    border: 6px solid #41502c;
}

.elementor-widget-container.about_ul li {
    margin-bottom: 15px;
}

.about-disc .btn-theme {
    color: #fff;
    background-color: #54595f;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.4px;
    padding: 24px 35px;
    line-height: 1;
    font-size: 12px;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 0;
    text-decoration: none;
}

.about_us-section {
    margin-bottom: 50px;
}

.faq-section, .testimonials-section, .privacy-con {
    margin-bottom: 60px;
}

.about-three__single {
    position: relative;
    max-width: 590px;
    margin: 0 auto;
    padding-right: 75px;
}
    .about-three__single:before {
        content: "";
        position: absolute;
        width: 90%;
        height: 100%;
        display: block;
        left: -60px;
        border-radius: 0 0 220px 220px;
        border: 3px solid #41502c;
        z-index: 3;
    }

.about-three__image {
    position: relative;
    z-index: 1;
}

    .about-three__image .content-inner {
        overflow: hidden;
    }

        .about-three__image .content-inner img {
            -webkit-transition: all 5s;
            transition: all 5s;
            border-radius: 220px 220px 0 0;
        }

.about-three__image-second {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    max-width: 72%;
}


    .about-three__image-second img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transition: all 5s;
        transition: all 5s;
        border-radius: 0 0 152px 152px;
    }

.privacy-con h3 {
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400;
}

.boliin-post-share.style-2.open .share-content {
    display: block !important;
}

.boliin-post-share.style-2 .share-content {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 11;
    min-width: 250px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 15px 12px;
    border-radius: 6px;
    margin-bottom: 16px;
    display: none;
}

    .boliin-post-share.style-2 .share-content .social-networks-post {
        display: inline-block;
    }

    .boliin-post-share.style-2 .share-content:after {
        content: '';
        position: absolute;
        top: 100%;
        right: 45px;
        width: 16px;
        height: 16px;
        border-width: 8px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
        display: block;
    }

.boliin-post-share .social-networks-post > li {
    list-style: none;
    float: left;
    margin: 5px;
}

    .boliin-post-share .social-networks-post > li:not(.title-share) a {
        display: inline-block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        background: #faf5ef;
        color: var(--e-global-color-accent);
        border-radius: 50%;
        text-align: center;
    }

.boliin-post-share.style-2 {
    position: relative;
}
.mobile_book_now{
    display:none;
}

.availability_main .banner-div p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

#Number_from::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}
#Number_from {
    width: 80px;
    padding: 0px 8px;
    text-align: left;
}
span.search_guests_minus, span.search_guests_plus {
    background: #41512c;
    color: #fff;
    padding: 2px 8px;
    line-height: 14px;
    margin: 0px 2px;
}

.availability_main .banner-div {
    position: relative;
}

.availability_main .booking_date {
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

.availability_main .properties_v {
    margin-bottom:50px;
}

#PopupVideoModal .modal-dialog {
    width: 90%;
    min-width: 90%;
}

.villas_main_content-right {
    padding: 50px 15px;
}

.date_section_inner {
        
    cursor: pointer;
}

.date_section {
    margin-bottom: 25px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

    .date_section span, .date_section label {
        text-decoration: none;
        font-size: 13px;
    }
.expand-date{
    display:none;
}

.mobile-top-booking{
    display:none;
}

.enquiry-btn button {
    background: #41502c;
}

.booking-room-section-mobile {
   display:none;
}

#expandDate {
    display:none !important;
}

div#dateSection select.form-select {
    height: 30px;
    padding: 4px 8px !important;
    font-size: 14px;
    line-height: 1;
    width: 60px;
}