.elementor-539 .elementor-element.elementor-element-d6e0b6a{--display:flex;--min-height:40vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--overlay-opacity:1;--padding-top:0px;--padding-bottom:24px;--padding-left:24px;--padding-right:24px;}.elementor-539 .elementor-element.elementor-element-d6e0b6a::before, .elementor-539 .elementor-element.elementor-element-d6e0b6a > .elementor-background-video-container::before, .elementor-539 .elementor-element.elementor-element-d6e0b6a > .e-con-inner > .elementor-background-video-container::before, .elementor-539 .elementor-element.elementor-element-d6e0b6a > .elementor-background-slideshow::before, .elementor-539 .elementor-element.elementor-element-d6e0b6a > .e-con-inner > .elementor-background-slideshow::before, .elementor-539 .elementor-element.elementor-element-d6e0b6a > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, var( --e-global-color-66b8c86 ) 0%, var( --e-global-color-6e54641 ) 100%);}.elementor-539 .elementor-element.elementor-element-75c4810{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-539 .elementor-element.elementor-element-aa5be21{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-539 .elementor-element.elementor-element-3df6e65{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-539 .elementor-element.elementor-element-b6c97ac > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-539 .elementor-element.elementor-element-b6c97ac .section-main-title{font-family:var( --e-global-typography-169fdca-font-family ), Marcellus, Poppins;font-size:var( --e-global-typography-169fdca-font-size );font-weight:var( --e-global-typography-169fdca-font-weight );text-transform:var( --e-global-typography-169fdca-text-transform );font-style:var( --e-global-typography-169fdca-font-style );line-height:var( --e-global-typography-169fdca-line-height );}.elementor-539 .elementor-element.elementor-element-d029b7b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-539 .elementor-element.elementor-element-d6e0b6a{--min-height:40vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--gap:64px 64px;--row-gap:64px;--column-gap:64px;}.elementor-539 .elementor-element.elementor-element-b6c97ac > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-539 .elementor-element.elementor-element-b6c97ac .section-main-title{font-size:var( --e-global-typography-169fdca-font-size );line-height:var( --e-global-typography-169fdca-line-height );}}@media(max-width:767px){.elementor-539 .elementor-element.elementor-element-d6e0b6a{--justify-content:flex-end;}.elementor-539 .elementor-element.elementor-element-aa5be21{--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-539 .elementor-element.elementor-element-b6c97ac > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-539 .elementor-element.elementor-element-b6c97ac .section-main-title{text-align:center;font-size:var( --e-global-typography-169fdca-font-size );line-height:var( --e-global-typography-169fdca-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-d9e1c7b *//* 1. Force Theme Colors on Text */
.es-single .es-property-title, 
.es-single h1, 
.es-single h2, 
.es-single h3,
.es-single .es-breadcrumbs__item--address {
    color: var(--e-global-color-primary, #FFFFFF) !important;
}

.es-single .es-label, 
.es-single .es-property-field,
.es-single .es-secondary-color,
.es-single .es-breadcrumbs__item {
    color: var(--e-global-color-secondary, #DBDBDB) !important;
}

/* 2. Fix the "White Box" or dark gray background on buttons and icons */
.es-single .es-btn, 
.es-single .es-btn--default,
.es-single .es-control__item a {
    background-color: var(--e-global-color-accent, #242424) !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    border: none !important;
}

/* 3. Style the Property Details into Modern Rows */
.es-single .es-property-field {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 12px 15px !important;
    margin-bottom: 8px !important;
    display: flex !important;
    justify-content: space-between;
}

/* 4. Improve the Gallery and Images */
.es-single .es-gallery__image img,
.es-single .es-gallery {
    border-radius: 12px !important;
    overflow: hidden !important;
}

/* 5. Fix Price Display */
.es-single .es-price, 
.es-single .es-price__amount {
    font-weight: 700 !important;
    font-size: 1.8rem !important;
    color: var(--e-global-color-accent, #FFFFFF) !important;
}



/* 1. Fix Price Color - Making it bright and visible */
.es-single .es-price, 
.es-single .es-price__amount,
.es-price {
    color: #FFFFFF !important; /* Forces the price to be white */
    font-weight: 700 !important;
}/* End custom CSS */