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

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:focus-visible {
    outline: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.2;
}

h1.home-h1 {
    letter-spacing: -0.02em;
    font-size: 256px;
    text-align: center;
    line-height: 1;
}

h1 {
    font-size: 80px;
}

h2.size140 {
    font-size: 140px;
    letter-spacing: 0.02em;
}

h2 {
    font-size: 60px;
    letter-spacing: 0.02em;
}

h2.size66 {
    font-size: 66px;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 36px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 20px;
}

.size30 {
    font-size: 30px;
}

.size25 {
    font-size: 25px;
}

.size20 {
    font-size: 20px;
}

.size16 {
    font-size: 16px;
}

.size14 {
    font-size: 14px;
}

.p_120 {
    padding: 120px 0px;
}

.container-fluid {
    padding: 0px 60px;
}

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

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
}

.grey {
    color: #808080;
}

/* buttons */

.btn {
    padding: 0;
}

.cta {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background-color: #1a4f35;
    padding: 12px 25px;
    border-radius: 200px;
    text-decoration: none;
    border: 1px solid #1a4f35;
}

.cta.light,
.cta:hover {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #1a4f35;
}

.cta.light:hover {
    color: #fff;
    background-color: #1a4f35;
    border: 1px solid #fff;
}

/* header */

.navbar {
    padding: 0 !important;
}

.header_wrapper {
    padding: 22px 0px;
    z-index: 2;
    position: relative;
}

.header_wrapper .navbar-nav {
    gap: 75px;
}

.header_wrapper .navbar-nav .nav-link {
    color: #fff;
    padding: 0 !important;
}

.header_wrapper .mobile {
    display: none;
}

.header_wrapper .navbar-nav .nav-item.mobile {
    display: none;
}

.header_wrapper .navbar-brand {
    width: 100%;
    display: block;
    text-align: center;
}

.header_wrapper form.form-inline input {
    display: none;
    text-transform: capitalize;
}

.header_wrapper button.search-btn {
    background: transparent;
    border: 0;
    color: #fff;
    min-width: 20px;
}

.header_wrapper .search-block {
    align-items: center;
    gap: 30px;
    justify-content: flex-end;
}

.header_wrapper .nav-link:before,
.nav-link:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1.5px;
    bottom: -1.5px;
    background: #fff;
}

.header_wrapper .nav-link:before {
    left: 0;
}

.header_wrapper .nav-link:after {
    right: 0;
    background: #fff;
    transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header_wrapper .nav-link:hover:before {
    background: #fff;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.header_wrapper .nav-link:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.header_wrapper .nav-link {
    position: relative;
}

.header_wrapper .search-input {
    position: absolute;
    right: 15px;
    top: 100%;
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 15px;
    transition: all 0.3s ease;
    background-color: #000;
}

.header_wrapper .search-input::placeholder {
    color: #fff;
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: 0.4s;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        transition: 0.4s;
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fixed-header {
    -webkit-animation: fadeIn 0.75s ease-out forwards;
    animation: fadeIn 0.75s ease-out forwards;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

/* banner-sec */
.banner-sec {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

.banner-sec .banner-head {
    max-width: 1540px;
    margin: auto;
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 280px;
	margin-bottom: 50px;
}

.banner-sec .bnr-img img {

    /* height: 90px;
    min-width: 90px; */
    border-radius: 50%;
    border: 2px solid #ffffff;
    mix-blend-mode: luminosity;
    width: 100%;
    height: 100%;
}

.banner-sec .bnr-imgs {
    display: flex;
}

.banner-sec .bnr-img {
    margin-left: -10px;
    background-color: #fff;
    border-radius: 50%;
    flex: 0 0 89px;
    width: 89px;
    height: 89px;
}

.banner-sec .house-img {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.circle-bnr-img {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-sec * {
    color: #fff;
}

.banner-sec .banner-head h4,
.banner-sec .banner-head>div {
    flex: 0 0 50%;
}

.banner-btm {
    padding: 180px 0px;
}

.banner-btm p {
    max-width: 400px;
    margin-top: 20px;
    text-transform: uppercase;
}

.banner-sec .tooltip-box {
    text-align: right;
    z-index: 1;
    position: relative;
    padding-right: 45px;
    /* max-width: 920px;
    margin-right: auto; */
}

.banner-sec .tooltip-box button {
    background-color: #ffffff99;
    border-radius: 23px;
    border: 0;
    padding: 17px;
    backdrop-filter: blur(14px);
}

.banner-sec .banner-head h3 {
    font-family: "Montserrat";
}

/* property-sec */
.property-content .slick-list.draggable {
    overflow: visible;
    margin: 0px -15px;
}

.property-content .property-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}

.property-content .slick_navigation {
    display: flex;
    gap: 15px;
}

.property-content .property-img img {
    width: 100%;
}

.property-box {
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #1a4f3514;
}

.property-box:hover {
    box-shadow: 40px 17px 54px 0px #1a4f352b;
    border: 1px solid transparent;
}

.property-content .slick-slide {
    margin: 0px 15px;
}

.property-info {
    padding: 30px;
}

.property-info h5 {
    color: #1a4f35;
}

.property-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.property-info .list1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #626262;
}

.property-info .list2 {
    padding: 22px 0px;
}

.property-info .list2 li {
    font-size: 16px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 24px;
    color: #626262;
}

.property-info .list2 li strong {
    flex: 0 0 34%;
    color: #000;
}

.property-info .btn a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.property-info .btn a i {
    transform: rotate(45deg);
}

.slick_button.slick-disabled img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(4985%) hue-rotate(145deg) brightness(91%) contrast(87%);
}

.slick_button {
    cursor: pointer;
}

.property-sec {
    overflow-x: hidden;
}

/* about-sec */
.about-sec .abt-head {
    max-width: 1100px;
    margin: auto auto 50px;
    text-align: center;
}

.about-sec span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    color: #1a4f35;
    text-transform: uppercase;
}

.about-sec .abt-img img {
    border-radius: 40px;
    width: 100%;
}

.about-sec .abt-con {
    padding-left: 30px;
}

.about-sec .abt-con p {
    color: #808080;
}

.about-sec .abt-btn {
    margin-top: 30px;
}

/* listing-sec */
.listing-sec h2 {
    color: #fff;
}

.listing-head {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    margin-right: 135px;
}

.listing-sec .list-img img {
    border-radius: 40px;
}

.listing-sec .slick-arrow {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: transparent;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    border: 1px solid rgb(255 255 255 / 60%);
    color: #fff;
    font-size: 42px;
    left: 0%;
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 1;
}

.listing-sec .slide-arrow.next-arrow.slick-arrow {
    left: 100%;
    padding-left: 40px;
}

.listing-sec {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 9;
}

.list-slider {
    position: relative;
}

.list-info {
    position: absolute;
    left: 70px;
    bottom: 70px;
    color: #fff;
}

.list-info a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-info a i {
    transform: rotate(45deg);
}

.listing-sec::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 470px;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.listing-slider {
    overflow: hidden;
}

.listing-sec .slide-arrow.prev-arrow.slick-arrow {
    justify-content: flex-end;
    padding-right: 40px;
}

/* residential-sec */
.residential-head h4 {
    font-size: 40px;
    margin-bottom: 35px;
}

.residential-head {
    max-width: 730px;
    margin: auto;
    text-align: center;
}

.counter-box {
    background-image: url(../img/counterbg.png);
    background-position: center;
    background-size: cover;
    border-radius: 25px;
    padding: 40px 180px 56px;
}

.counter-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}

.counter-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.counter-list p {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 0;
}

.counter-list ul li {
    font-family: Playfair Display;
    font-size: 85px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* join-sec */
.join-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.join-content {
    max-width: 1320px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.join-content h2 {
    margin-bottom: 40px;
}

.join-content .form-box * {
    background-color: transparent;
    border: 0;
    color: #fff;
}

.join-content .form-box input,
.join-content .form-box input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.join-content .form-box {
    max-width: 650px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff33;
    border-bottom: 1px solid #ffffff33;
}

.join-content .form-box input {
    padding: 24px;
}

/* Abhinav */
/* footer */

.footer_part1 {
    padding: 95px 0px;
}

.footer .inner_p_footer {
    padding-left: 43px;
}

.brdr_b {
    border-bottom: 1px solid #00000012;
}

.brdr_r {
    border-right: 1px solid #00000012;
}

/* uls in footers */
.footer .footer_part_ul .inner_ul_footer ul {
    padding-left: 0px;
    margin: 0px;
}

.footer .footer_part_ul .inner_ul_footer ul li {
    list-style: none;
}

.footer .footer_part_ul .inner_ul_footer ul li a {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}

.footer .footer_part_ul .inner_ul_footer {
    display: flex;
    justify-content: space-between;
    padding-right: 116px;
}

.footer .footer_part_ul .inner_ul_footer .ul_2 {
    margin-top: auto;
}

.footer .footer_part_ul .footer_info .adds {
    display: flex;
    font-size: 16px;
    line-height: 1.4;
}

.footer .footer_part_ul .footer_info .adds p a {
    color: #000;
}

.footer .footer_part_ul .footer_info .adds {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    gap: 9px;
}

footer.footer .p_70 {
    padding: 70px 15px;
}

.footer .footer_part_ul .footer_info {
    padding-left: 83px;
}

.footer .footer_lastpart {
    background-color: #1a4f35;
    padding: 40px 0px;
}

.footer .footer_lastpart p {
    font-size: 16px;
    line-height: 19.5px;
}

.footer .top i {
    color: #fff;
    font-size: 26px;
}

.footer .top {
    background-color: #000;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 150px;
    right: 15px;
}

.footer {
    position: relative;
}

.footer .inner_ul_footer h6 {
    margin-bottom: 20px;
}

.footer .inner_ul_footer li {
    padding-bottom: 20px;
}

.footer .inner_ul_footer li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer .adds strong {
    flex: 0 0 20%;
}

/* about-page */

.about-sec.abt2 .abt-con {
    padding-left: 60px;
}

.banner-sec.inner .banner-content {
    text-align: center;
}

.banner-sec.inner ol.breadcrumb {
    justify-content: center;
}

.banner-sec.inner .breadcrumb-item.active {
    color: #fff;
    font-weight: 500;
}

.banner-sec.inner .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #fff;
}

.banner-sec.inner {
    padding: 180px 0px 160px;
}

.about-sec .abt-con.abt-con2 {
    padding-right: 30px;
    padding-left: 0;
}

.listing-sec2::after {
    display: none;
}

.listiing-head2 {
    text-align: center;
    max-width: 980px;
    margin: auto;
}

.listing-sec2 * {
    color: #fff;
}

.choose-box {
    margin-top: 60px;
    text-align: center;
}

.choose-box {
    margin-top: 60px;
    text-align: center;
}

.choose {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.choose-img {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: auto;
    border-radius: 50%;
}

.about-sec .abt-con.abt-con2 h4 {
    margin-bottom: 10px;
}

.listing-sec2 h5 {
    margin: 0;
}

.footer a:hover,
.footer .footer_part_ul .inner_ul_footer ul li a:hover,
.footer .footer_part_ul .footer_info .adds p a:hover {
    color: #1a4f35;
}

/* listing-view page */
.property-box {
    border: 1px solid #1a4f3514;
}

.list-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.list-wrapper.list {
    display: block;
}

.listing-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    padding: 16px 0px;
}

.list-wrapper .property-box {
    display: block;
}

.list-wrapper.list .property-box {
    display: flex;
    margin-bottom: 30px;
}

.list-wrapper.list .property-box .property-img {
    flex: 0 0 50%;
}

.list-wrapper.list .property-box .property-info {
    flex: 0 0 50%;
}

.list-wrapper .property-box .property-img img {
    width: 100%;
    height: 100%;
}

.list-wrapper {
    margin: 50px 0px;
}

.pagination {
    justify-content: center;
    gap: 15px;
}

.pagination li a {
    height: 50px;
    width: 50px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li.active a {
    background-color: #17663f;
    color: #fff;
}

.listing-top .select-box {
    display: flex;
    gap: 50px;
}

.listing-top p {
    font-weight: 600;
    margin: 0;
}

.listing-top .dropdown-box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.listing-top .rgt-box {
    display: flex;
    align-items: center;
    gap: 25px;
}

.listing-top .list-grid-view {
    display: flex;
    align-items: center;
    gap: 25px;
}

.listing-top .dropdown-box select {
    border: 1px solid #e9e9e9;
    background-color: transparent;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: rgba(98, 98, 98, 1);
}

.listing-top .home-img {
    min-width: 30px;
}

.list-wrapper .property-info .list1 {
    justify-content: left;
    gap: 60px;
}

/* find a map page */
.map-box iframe {
    height: 100%;
    width: 100%;
}

.map-box {
    max-height: 550px;
    min-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    margin-left: 30px;
    position: sticky;
    top: 130px;
}

.list-row {
    margin: 50px 0px 0px;
    position: relative;
}



.list-row .list-wrapper {
    margin: 0;
}

.list-row .list-wrapper .property-box {
    padding: 20px;
}

.list-row .list-wrapper .property-box img {
    border-radius: 25px;
}

.list-row .list-wrapper.list .property-box .property-img {
    flex: 0 0 50%;
}

.list-row .list-wrapper.list .property-box .property-info {
    flex: 0 0 50%;
}

.list-row .list-wrapper.list .property-box {
    display: block;
}

.list-row .list-wrapper .property-box {
    display: flex;
    margin-bottom: 30px;
}

.list-row .list-wrapper {
    display: block;
}

.list-row .list-wrapper .property-box .property-simple {
    flex: 0 0 40%;
}

.list-row .list-wrapper .property-box .property-simple .property-img {
    height: 100%;
}

.list-row .list-wrapper .property-box .property-info {
    flex: 0 0 60%;
    padding-left: 30px;
    padding-right: 0;
}

.list-row .list-wrapper .property-info .list1 {
    justify-content: left;
    gap: 60px;
}

.proerty-hover {
    flex: 0 0 40%;
    display: none;
}

.property-left-slider {
    height: 100%;
}

.list-row .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    z-index: 1;
    background-color: rgba(26, 79, 53, 1);
    border: 1px solid #1a4f35;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-arrow.slick-disabled {
    background-color: transparent;
    border: 1px solid #fff;
}

.list-row .slide-arrow.prev-arrow {
    left: 0;
}

.list-row .slide-arrow.next-arrow {
    right: 0;
}

.list-row .list-wrapper .proerty-left-slider .property-img {
    display: block;
}

.list-row .list-wrapper .property-box:hover .property-simple {
    display: none;
}

.list-row .list-wrapper .property-box:hover .proerty-hover {
    display: block;
}

.proerty-hover .slick-track {
    display: flex;
    height: 100%;
}

.proerty-hover .slick-list.draggable {
    height: 100%;
}

.proerty-hover .slick-track div {
    height: 100%;
}

.list-row .list-wrapper .property-box {
    flex-wrap: wrap;
}

.list-row .list-wrapper.list .property-box .proerty-hover {
    width: 100%;
}

.proerty-hover {
    width: 40%;
}

.list-row .list-wrapper .property-box>.property-img {
    flex: 0 0 40%;
}

.list-row .slide-arrow.next-arrow {
    right: 0px;
}

.list-row .slide-arrow.prev-arrow {
    left: 30px;
}

/* (ak 10/2) */
.footer .footer_part_ul .inner_ul_footer ul.ul_1 {
    column-count: 2;
    column-gap: 130px;
}

.footer .footer_part_ul .inner_ul_footer .btm-nav:first-child {
    max-width: 350px;
    width: 100%;
}

.footer .footer_part_ul .inner_ul_footer .btm-nav h6 {
    padding-bottom: 20px;
}

.footer .footer_part_ul .footer_info .adds .add-hd {
    width: 20%;
}

.footer .footer_part_ul .footer_info .adds .add-hd p {
    font-weight: 700;
}

/* .footer .footer_part_ul .footer_info .adds p a {
    word-break: break-all;
} */

/* (ak 11/2) */

.about-sec .abt-btn a.cta {
    padding-inline: 40px;
}

.about-sec .abt-info>.row {
    align-items: baseline;
}

.property-info .list2 li:nth-child(3) strong {
    color: #1a4f35;
}



/*sk 11/2/25 new feedback */
header.header_wrapper.fixed-header {
    padding: 12px 0;
}

header.header_wrapper.fixed-header .navbar-brand img {
    max-width: 200px;
}

.banner-sec {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: fixed;
    background-size: contain;
}

/* .banner-sec .banner-head{
    margin-bottom: 30px;
} */
.banner-sec .banner-head h3 {
    flex: 1 1 calc(50% - 100px);
}

/* .banner-sec .banner-head .circle-bnr-img {
    flex: 0 0 57%;

} */
.banner-sec .banner-head .circle-bnr-img {
    flex: 0 0 calc(50% + 50px);
}

.banner-sec .banner-head {
    gap: 0;
}

.residential-sec a.cta {
    padding: 20px 40px;
}

/* .join-sec {
    background-attachment: fixed;
} */

.abt-info-rw {
    display: flex;
    gap: 50px;
    align-items: baseline;
}

.abt-info-rw .abt-con {
    max-width: 437px;
    padding-left: 0;
}

.abt-info-rw .abt-img {
    flex: 1;
}

.listing-sec .list-img {
    width: 100%;
}

.listing-sec .list-img img {
    width: 100%;
}

.counter-box {
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #1A4F35;
}

/* NT 12feb25 */
.header_wrapper .navbar-brand {
    padding: 0;
}

.list .property-info .list2 li strong {
    flex: 0 0 21%;
}

/* NT 13feb25 */
.property-info .list1 li {
    display: flex;
    gap: 6px;
}
/*14 FEB 2025*/
.property-img {
    position: relative;
    padding-top: 60%;
}

.property-img img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.list-wrapper .property-box .property-img img {
    object-fit: cover;
}
/*17 feb*/
.Luxury_villa .inner_photos2 .part2_photos img {
    object-fit: cover;
    height: 100%;
    min-height: 240px;
}

.Luxury_villa .inner_photos2 {
    max-height: 400px;
    min-height: 100%;
    overflow-y: scroll;
    position: relative;
    padding-right: 10px;
}

.Luxury_villa .inner_photos2::-webkit-scrollbar {
    width: 5.5px;
}

.Luxury_villa .inner_photos2::-webkit-scrollbar-track {
    background-color: #1a4f3561;
    border-radius: 5px;
}

.Luxury_villa .inner_photos2::-webkit-scrollbar-thumb {
    background-color: #1a4f35;
    border-radius: 5px;
}

.Luxury_villa .inner_photos2::-webkit-scrollbar-thumb:hover {
    background-color: #1a4f35;
}


.Luxury_villa-imgs > .col-lg-6:first-child {
    align-content: flex-start;
}

.Luxury_villa .inner_phots1 img {
    height: 100%;
    object-fit: cover;
}

.Luxury_villa .inner_phots1 {
    height: 100%;
}

@media screen and (max-width: 1499px) {
    .Luxury_villa .inner_photos2 .part2_photos img {
        min-height: 220px;
    }

}

@media screen and (max-width: 1399px) {
    .Luxury_villa .inner_photos2 .part2_photos img {
        min-height: 190px;
    }

}

@media screen and (max-width: 991px) {
    .Luxury_villa .inner_photos2 {
        max-height: 460px;
    }

}

@media screen and (max-width: 767px) {
    .Luxury_villa .inner_photos2 {
        max-height: 400px;
    }

    .Luxury_villa .inner_photos2 .part2_photos img {
        object-fit: cover;
        height: 100%;
        min-height: 180px;
    }
}

@media screen and (max-width: 575px) {
    .Luxury_villa .inner_photos2 .part2_photos img {
        min-height: 120px;
    }
    .Luxury_villa .inner_photos2 {
        max-height: 275px;
    }
}

/*ul li flex detail page*/
.facilities-list {
    display: flex;
    justify-content: center;
}

.facilities-list ul {
    column-count: 3; /* Auto split into 3 columns */
    column-gap: 20px; /* Space between columns */
    list-style: none;
    padding: 0;
    margin: 0;
}

.facilities-list ul li {
    break-inside: avoid; /* Prevents breaking inside a column */
    padding: 5px 0;
}

ul.cstm-marker {
    width:100%;
}

.join-content .form-box .email-submit-btn p {
    padding: 0;
    position: relative;
    margin: 0;
    display: flex;
}

.join-content .form-box .email-submit-btn p::after {
    position: absolute;
    content: "";
    background: url(https://sagmeticinfotech.com/wp/2025/atwood/wp-content/themes/atwoodstyle/atwoodfiles/img/submit.png);
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
    height: 18px;
    width: 47px;
}


.join-content .form-box .email-submit-btn p input {
    flex: 0 0 100%;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    min-width: 47px;
}

.join-content .form-box p {
    margin: 0;
}

.join-content  .wpcf7-spinner {
    margin: 0;
}

.join-content .form-box input {
    width: 100%;
}
span.wpcf7-not-valid-tip {
    text-align: left;
    padding: 0 22px;
}
