/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.agent-card-container {
        background-color: #1E2B3A !important;
        color: white !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
        border: none !important;
        padding-top: 80px;
        padding-bottom: 40px;
        padding-left: 80px;
        padding-right: 80px;
        margin: 0 !important;
        width: 100% !important;
        /*max-width: 320px !important;*/
		min-width: 500px !important;
        font-family: "Open Sans", Arial, sans-serif !important;
        overflow: hidden !important;
    }
    
    /* Top section styling */
    .property-info {
        padding: 25px !important;
        background: #1E2B3A !important;
    }
    
    /* Reference styling */
    .property-card-reference {
        font-size: 15px !important;
        color: white !important;
        margin-bottom: 15px !important;
        font-weight: 700 !important;
		line-height: 10px !important;
        text-transform: uppercase !important;
		font-family: "AXA-paragraph", sans-serif !important;
    }
      
    /* Button styling */
    .request-viewing-btn {
        display: inline-block !important;
        padding: 10px 20px !important;
        background-color: transparent !important;
        color: white !important;
        text-decoration: none !important;
        font-size: 15px !important;
        border-radius: 0 !important;
        transition: all 0.3s ease !important;
        border: 2px solid white !important;
        text-transform: none !important;
        font-family: "AXA-paragraph", sans-serif !important;
		font-weight: 300 !important;
        margin-top: 0 !important;
		line-height: 15px !important;
    }
    
    .request-viewing-btn:hover {
        background-color: #DECDC0 !important;
        color: white !important;
        text-decoration: none !important;
    }
    
    /* Divider */
    .agent-divider {
        height: 1px !important;
        background-color: white !important;
        width: 92% !important;
        margin-left: auto !important;
		margin-right: auto !important;
    }
    
    /* Agent section styling */
    .agent-info-container {
        display: flex !important;
        align-items: center !important;
        padding: 20px 25px !important;
        margin: 0 !important;
        background: #1E2B3A !important;
    }
    
    .agent-image {
        flex: 0 0 120px !important;
        margin-right: 15px !important;
        padding: 0 !important;
    }
    
    .agent-image img {
        border-radius: 50% !important;
        width: 120px !important;
        height: 120px !important;
        object-fit: cover !important;
        border: 1px solid rgba(255,255,255,0.2) !important;
    }
    
    /* Agent details styling */
    .agent-details {
        flex: 1 !important;
        padding: 0 !important;
    }
    
    .agent-name {
        font-weight: 700 !important;
        font-size: 15px !important;
        color: white !important;
        margin-bottom: 2px !important;
		line-height: 10px !important;
		font-family: "AXA-paragraph", sans-serif !important;
    }
    
    .agent-position {
        font-size: 15px !important;
        color: white !important;
        margin-bottom: 6px !important;
        font-weight: normal !important;
		font-family: "AXA-paragraph", sans-serif !important;
		font-weight: 300 !important;
    }
    
    .agent-phone, .agent-email {
        font-size: 15px !important;
        margin-bottom: 5px !important;
		line-height: 10px !important;
    }
    
    .agent-phone a, .agent-email a {
        color: white !important;
        text-decoration: none !important;
       	font-family: "AXA-paragraph", sans-serif !important;
		font-weight: 300 !important;
    }
    
    .agent-phone a:hover, .agent-email a:hover {
        color: white !important;
        text-decoration: underline !important;
    }
    
    /* Fix any container issues */
    .wpb--property-aside {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    
    .wpb--property-aside-content {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
    }
    
    /* Ensure this works with Elementor containers */
    .e-con-inner .agent-card-container {
        max-width: 100% !important;
    }
    
    /* Mobile responsiveness */

    @media (max-width: 2080px) {
        .agent-card-container {
            min-width: 500px !important;
            padding-top: 80px;
        	padding-bottom: 40px;
        	padding-left: 80px;
        	padding-right: 80px;
        }
    }
	
	 @media (max-width: 1430px) {
        .agent-card-container {
            min-width: 400px !important;
            padding-top: 80px;
        	padding-bottom: 40px;
        	padding-left: 80px;
        	padding-right: 80px;
        }
    }

	 @media (max-width: 1280px) {
        .agent-card-container {
            min-width: 300px !important;
            padding-top: 10px;
        	padding-bottom: 5px;
        	padding-left: 10px;
        	padding-right: 10px;
        }
    }

	 @media (max-width: 1150px) {
        .agent-card-container {
            min-width: 250px !important;
			padding: 0px;
        }
    }


    @media (max-width: 767px) {
        .property-card-heading {
            font-size: 24px !important;
        }
        
        .agent-card-container {
            max-width: 100% !important;
            padding: 0;
        }
		
		.agent-card-container {
			min-width: 320px !important;	
		}	
    }

	@media (min-width: 1024px) {
    	#wpb__style_container .wpb--property-aside {
        	width: auto !important;
    	}
	}

/* Fix title size */
.wpb--container h1 {
    font-size: 1.5em;
    line-height: 1.3;
    margin: 12px 0;
    font-weight: 400;
    color: #333;
	font-family: "AXA-paragraph";
	text-transform: uppercase;
}

.wpb--property-info h3 {
	font-weight: 400 !important;
	font-size: 60px !important;
	font-family: "AXA-paragraph" !important;
	text-transform: uppercase !important;
	font-style: normal !important;
}

    /* Property name styling */
    h3.property-card-heading {
        font-size: 30px !important;
        line-height: 30px !important;
        margin: 0 0 20px 0 !important;
        color: white !important;
		font-weight: 500 !important;
		font-family: "AXA-paragraph" !important;
		text-transform: none !important;
    }

    /* Property card price - same style as banner overlay */
    .property-card-price {
        font-size: 2.5rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.75rem !important;
        color: #fff !important;
    }

    /* Property card specs - same style as banner overlay */
    .property-card-specs {
        display: flex !important;
        gap: 0 !important;
        color: rgba(255,255,255,0.9) !important;
        margin-bottom: 20px !important;
    }

    .property-card-specs span {
        font-size: 1rem !important;
        display: flex !important;
        align-items: center !important;
    }

    /* Separator between specs */
    .property-card-specs span:not(:last-child)::after {
        content: "" !important;
        display: inline-block !important;
        width: 1px !important;
        height: 25px !important;
        background-color: #525D68 !important;
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

.wpb--property-gallery {
    margin: 40px 0;
}

.wpb--gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.wpb--gallery-item {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.wpb--gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.wpb--gallery-item img:hover {
    transform: scale(1.05);
}

.wpb--gallery-trigger {
    -webkit-tap-highlight-color: transparent;
}

.wpb--gallery-view-all {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    background: #AA8E7B;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpb--gallery-view-all:hover {
    background: #AA8E7B;
    color: white;
}


.wpb--property-nav-menu a {
    color: #1E2B3A !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    transition: color 0.2s ease;
    padding: 25px 0;
    display: inline-block;
    position: relative;
}

.wpb--property-nav-menu a:hover,
.wpb--property-nav-menu a.active {
    color: #AA8E7B;
}

.wpb--property-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AA8E7B;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.wpb--property-nav {
    margin-top: 0;
    margin-bottom: 0;
}

.wpb--nav-contact {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    padding: 20px 0;
    display: inline-block;
    position: relative;
}

.wpb--nav-contact:hover {
    opacity: 0.8;
}

.wpb--nav-contact::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AA8E7B;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.wpb--nav-contact:hover::after {
    transform: scaleX(1);
}


.wpb--nav-contacter {
    color: #fff !important;
    text-decoration: none !important;
	background-color: #7B5539;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
    padding: 20px;
    display: inline-block;
    position: relative;
}

.wpb--nav-contacter:hover {
    opacity: 0.8;
}

.wpb--nav-contacter::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AA8E7B;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.wpb--nav-contacter:hover::after {
    transform: scaleX(1);
}

.wpb--btn-primary {
    background: #AA8E7B;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.wpb--btn-secondary {
    background: white;
    color: #AA8E7B;
    border: 1px solid #AA8E7B;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.wpb--features {
    font-weight: 500;
    margin-right: 10px;
}

.wpb--property-features h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #333;
}

.property-extrafeatures {
    columns: 2;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-extrafeatures li {
    margin-bottom: 10px;
    break-inside: avoid;
    padding-left: 20px;
    position: relative;
}

.property-extrafeatures li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #AA8E7B;
}

/* Additional Features Section */
.property-extrafeatures {
    columns: 2;
    column-gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.property-extrafeatures li {
    margin-bottom: 8px;
    break-inside: avoid;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 14px;
    color: #555;
    position: relative;
    padding-left: 20px;
}

.property-extrafeatures li:before {
    content: "•";
    position: absolute;
    left: 8px;
}

/* Navigation Menu */
.wpb--property-nav {
    background: #DECDC0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    z-index: 100;
    padding: 2px 0;
    margin: 0;
}

.wpb--property-nav-menu a:hover {
    opacity: 0.8;
}


.wpb--btn-primary {
    background: #AA8E7B;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.wpb--btn-secondary {
    background: #fff;
    color: #AA8E7B;
    border: 1px solid #AA8E7B;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.wpb--btn-primary:hover {
    background: #8E725C;
}

.wpb--btn-secondary:hover {
    background: #AA8E7B;
    color: #fff;
}

/* Fix title size */
.wpb--container h1 {
    font-size: 24px;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: 500;
}

/* Property Features */
.wpb--feature-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 5px;
    border-radius: 4px;
}

/* Additional Features Section */
.property-extrafeatures {
    columns: 2;
    column-gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.property-extrafeatures li {
    margin-bottom: 10px;
    break-inside: avoid;
}

.wpb--btn-primary {
    background: #AA8E7B;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.wpb--btn-secondary {
    background: #fff;
    color: #AA8E7B;
    border: 1px solid #AA8E7B;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.wpb--btn-primary:hover {
    background: #8E725C;
}

.wpb--btn-secondary:hover {
    background: #AA8E7B;
    color: #fff;
}


.wpb--contact-buttons {
    display: flex;
    gap: 10px;
}

.wpb--btn-primary {
    background: #AA8E7B;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.wpb--btn-secondary {
    background: #fff;
    color: #AA8E7B;
    border: 1px solid #AA8E7B;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.wpb--btn-primary:hover {
    background: #8E725C;
}

.wpb--btn-secondary:hover {
    background: #AA8E7B;
    color: #fff;
}

/* Fix title size */
.wpb--container h1 {
    font-size: 24px;
    line-height: 1.4;
    margin: 15px 0;
    font-weight: 500;
}

/* Property Features */
.wpb--property-features {
    margin: 40px 0;
}

.wpb--property-column {
    margin-right: 20px;
    margin-left: 100px;
}

.wpb--feature-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.property-extrafeatures {
    columns: 2;
    column-gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.property-extrafeatures li {
    margin-bottom: 10px;
    break-inside: avoid;
    padding-left: 20px;
    position: relative;
}

.property-extrafeatures li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #AA8E7B;
}

.wpb--close-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}


.wpb--btn-primary {
    background: #AA8E7B;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.wpb--btn-secondary {
    background: #fff;
    color: #AA8E7B;
    border: 1px solid #AA8E7B;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.wpb--btn-primary:hover {
    background: #8E725C;
}

.wpb--btn-secondary:hover {
    background: #AA8E7B;
    color: #fff;
}


.wpb--close-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: #333;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}

.wpb--contact-trigger {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #002125;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.wpb--contact-trigger:hover {
    background: #003b42;
}


.wpb--close-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: #333;
    font-size: 28px;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    z-index: 1;
    transition: transform 0.2s ease;
}

.wpb--close-overlay:hover {
    transform: scale(1.1);
}

.wpb--button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    padding: 0 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wpb--contact-trigger {
    display: inline-block;
    padding: 15px 35px;
    background: #002125;
    color: #fff !important;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 180px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.wpb--contact-trigger:hover {
    background: #003b42;
    color: #fff !important;
    text-decoration: none;
}

/* Section Styles */
.wpb--section {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1400px;
}

.wpb--section-title {
    font-size: 28px;
    font-weight: 600;
    color: #002125;
    margin-bottom: 30px;
}

/* Navigation Styles */
.wpb--property-nav.sticky {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.wpb--property-nav-menu {
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpb--property-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AA8E7B;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

@media (max-width: 768px) {
    .wpb--property-nav-inner {
        height: 60px;
        padding: 0 15px;
    }
    
    .wpb--property-nav-menu {
        gap: 20px;
    }
    
    .wpb--property-nav-menu a {
        font-size: 13px;
        padding: 20px 0;
    }
    
    .wpb--section {
        padding: 40px 15px;
    }
    
    .wpb--section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
	
	.wpb--property-info h3 {
		font-size: 30px !important;
	}
	
	.wpb--property-similar h3 {
		font-size: 30px !important;
	}
}

/* General Styles */
.elementor-kit-6 h1, .elementor-kit-6 h2 {
    font-family: "Inter", Sans-serif;
    font-weight: 350;
}

/* Hide branding */
.wpb--advert {
    display: none !important;
}

/* Select and Button Styles */
.wpb--custom-select select {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 1px solid #AA8E7B;
    border-radius: 4px;
    background-color: #ffffff;
}


/* Property List Header */
.wpb--properties-list-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.wpb--properties-list-title h1 {
    font-size: 32px;
    color: #002125;
}

.wpb--properties-list-title p {
    color: #666;
}


.wpb--feature-item {
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.wpb--location {
    color: #AA8E7B; /* Set location text color */
    text-align: center; /* Center-align location text */
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpb--property-features.wpb--read-more {
    position: relative;
    margin: 40px 0;
}

.wpb--property-features.wpb--read-more h3 {
    font-size: 28px;
    color: #002125;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: "Inter", sans-serif;
}

.wpb--property-features.wpb--read-more ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wpb--property-features.wpb--read-more.wpb--short ul {
    max-height: 320px;
    overflow: hidden;
    position: relative;
}

.wpb--property-features.wpb--read-more li {
    background: #ffffff;
    color: #002125;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.wpb--btn-read-more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #AA8E7B !important;
    border-radius: 50px 50px 50px 50px !important;
    border: 1px solid #AA8E7B !important;
    padding: 15px 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.wpb--btn-read-more:hover {
    background: #002125;
}

.wpb--gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.wpb--gallery-button {
    background: #AA8E7B;
    color: white;
    border: 2px solid white;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}

.wpb--gallery-button:hover {
    background: #AA8E7B;
    border-color: #AA8E7B;
    color: white;
}

.wpb--property-image-column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

.wpb--property-image-column .wpb--aspect-box {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wpb--property-image-column .wpb--aspect-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.wpb--contact-form {
    margin-top: 30px;
}

.wpb--contact-form input[type="text"],
.wpb--contact-form input[type="email"],
.wpb--contact-form input[type="tel"],
.wpb--contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin-bottom: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8f8f8;
}

.wpb--contact-form input[type="text"]:focus,
.wpb--contact-form input[type="email"]:focus,
.wpb--contact-form input[type="tel"]:focus,
.wpb--contact-form textarea:focus {
    border-color: #AA8E7B;
    outline: none;
    background: #ffffff;
}

.wpb--contact-form button {
    background: #AA8E7B;
    color: white;
    border: none;
    width: 100%;
    padding: 18px 30px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wpb--contact-form button:hover {
    background: #002125;
}

.wpb--features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.wpb--feature-label {
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpb--feature-value {
    font-size: 18px;
    font-weight: 500;
}

.wpb--contact-title {
    font-size: 24px;
    color: #002125;
    margin-bottom: 25px;
    font-weight: 600;
}

.wpb--listerinfo {
    background: #fff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    text-align: center;
}

.wpb--listerinfo small {
    display: block;
    color: #AA8E7B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.wpb--listerinfo strong {
    display: block;
    font-size: 20px;
    color: #002125;
    margin-bottom: 20px;
}

.wpb--listerinfo a {
    display: block;
    color: #002125;
    text-decoration: none;
    margin: 8px 0;
    transition: color 0.3s ease;
}

.wpb--listerinfo a:hover {
    color: #AA8E7B;
}

.wpb--property-description {
    line-height: 1.8;
    color: #444;
    font-size: 15px;
    margin: 50px 0;
    font-family: "Inter", sans-serif;
}

.wpb--property-map {
    margin: 40px 0;
}

.wpb--property-map h3 {
    font-size: 24px;
    color: #002125;
    margin-bottom: 20px;
    font-weight: 600;
}

.wpb--property-map .wpb--aspect-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.wpb--property-similar {
    margin: 80px 100px;
    padding-top: 60px;
}

.wpb--property-similar h3 {
    color: #3E2B1D;
    margin-bottom: 40px;
	margin-left: 26px;
    font-weight: 400 !important;
	font-size: 60px !important;
	font-family: "AXA-paragraph" !important;
	text-transform: uppercase !important;
	font-style: normal !important;
}

.wpb--aspect-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.wpb--image-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpb--gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 2rem 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, transparent 100%);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    opacity: 1;
}

.wpb--aspect-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    margin-bottom: 0;
}

.wpb--aspect-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpb--property-details-overlay {
    flex: 1;
    max-width: 800px;
}

.wpb--property-details-overlay .wpb--property-price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.wpb--property-details-overlay .wpb--property-location {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wpb--property-details-overlay .wpb--property-features {
    display: flex;
    gap: 2rem;
    color: rgba(255,255,255,0.9);
}

.wpb--property-details-overlay .wpb--property-features span {
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wpb--property-details-overlay {
    flex: 1;
}

.wpb--property-price {
    font-size: 2rem;
    font-weight: 900 !important;
    margin-bottom: 0.5rem;
}

.wpb--property-location {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.wpb--property-features {
    display: flex;
    gap: 1.5rem;
}

.wpb--property-features span {
    font-size: 0.9rem;
}

.wpb--gallery-button {
    background: #002125;
    color: white;
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.wpb--gallery-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.wpb--gallery-thumbnails a {
    position: relative;
    display: block;
    padding-bottom: 66.67%;
    overflow: hidden;
}

.wpb--gallery-thumbnails img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wpb--gallery-more {
    position: relative;
    background: #002125;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpb--gallery-more button {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    color: white;
    font-weight: 500;
    cursor: pointer;
}

.wpb--property-nav-inner {
    margin: 0 auto;
    padding: 40px 40px;
	padding-left: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.wpb--property-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AA8E7B;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.wpb--property-nav-menu a:hover::after,
.wpb--property-nav-menu a.active::after {
    transform: scaleX(1);
}

#wpb__style_container .wpb--property-info h3 {
    color: #3E2B1D;
    font-weight: bold;
    font-size: 30px;
}

.wpb--property-info {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
    gap: 60px;
    margin: 50px auto;
    max-width: 1400px;
    padding: 0 20px;
}

@media (max-width: 992px) {
    .wpb--property-info {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .wpb--property-details-overlay .wpb--property-price {
        font-size: 2rem;
    }
    
    .wpb--property-details-overlay .wpb--property-features {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .wpb--property-nav-inner {
        overflow-x: auto;
        /*justify-content: flex-start;*/
        padding: 40px 10px;
    }
	
	.wpb--property-details-overlay {
		padding: 40px 23px !important;	
	}

    .wpb--property-nav-menu {
        gap: 20px;
        padding: 0 15px;
    }
	
	.wpb--gallery-button {
    	right: 10px !important;
	}

    .wpb--property-nav-menu a {
        font-size: 13px;
        white-space: nowrap;
    }

    .wpb--property-details-overlay .wpb--property-price {
        font-size: 1.75rem;
    }
    
    .wpb--property-details-overlay .wpb--property-location {
        font-size: 1rem;
    }
    
    .wpb--property-details-overlay .wpb--property-features span {
        font-size: 0.9rem;
    }
    
    .wpb--aspect-box {
        padding-bottom: 75%;
    }
}

.wpb--property-utils {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.wpb--property-location {
    color: #002125;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
	font-size: 20px !important;
    font-family: "AXA-paragraph";
}

.wpb--property-price {
    font-size: 32px;
    color: #AA8E7B;
    font-weight: 700;
    margin: 25px 0;
    letter-spacing: -0.5px;
}

.wpb-property-buttons {
    display: flex;
    gap: 20px;
}

.wpb--btn-clear {
    background: none;
    border: none;
    padding: 10px;
    cursor: pointer;
    color: #002125;
    transition: all 0.3s ease;
    position: relative;
}

.wpb--btn-clear:hover {
    color: #AA8E7B;
    transform: translateY(-2px);
}

.wpb--share {
    position: relative;
}

.wpb--dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
    padding: 10px;
    display: none;
    z-index: 100;
}

.wpb--share:hover .wpb--dropdown-menu {
    display: block;
}

.wpb--dropdown-item {
    display: block;
    padding: 8px 15px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wpb--dropdown-item:hover {
    color: #AA8E7B;
}

.wpb--share-icon::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"/><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"/></svg>') center/contain no-repeat;
}

.wpb--print-icon::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 6 2 18 2 18 9"/><path d="M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"/><rect x="6" y="14" width="12" height="8"/></svg>') center/contain no-repeat;
}

.wpb--property-features {
    margin: 30px 0;
}

.wpb--property-features ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Hero section */
.wpb--property-hero {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    margin: 0;
    padding: 0;
    display: block;
}

.wpb--property-hero-image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.wpb--property-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

/* Full image overlay */
.wpb--property-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

/* Property details overlay - keeps existing position */
.wpb--property-details-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 120px;
    color: #fff;
    z-index: 2;
}

.wpb--property-price {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.wpb--property-location {
    font-size: 1.125rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wpb--property-features {
    display: flex;
    gap: 24px;
    font-size: 1rem;
}

/* Gallery button */
.wpb--gallery-button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 2;
    text-transform: uppercase;
}


@media (max-width: 992px) {
    .wpb--property-info {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Responsive Styles */
@media (max-width: 992px) {
    .wpb--card-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .wpb--form-row .wpb--form-group {
        flex: 1 1 calc(50% - 10px);
    }

    .wpb--features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wpb--property-similar h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {


    .wpb--properties-list-header {
        flex-direction: column;
    }

    .wpb--features-grid {
        grid-template-columns: 1fr;
    }

    .wpb--property-image-column {
        grid-template-columns: repeat(2, 1fr);
    }

    .wpb--property-features.wpb--read-more h3,
    .wpb--property-map h3,
    .wpb--contact-title {
        font-size: 20px;
    }

    .wpb--property-similar h3 {
        font-size: 30px !important;
        margin-bottom: 20px;
		margin-left: 0px !important;
    }

    .wpb--listerinfo {
        padding: 25px;
    }

    .wpb--property-features.wpb--read-more.wpb--short ul {
        max-height: 400px;
    }

    .wpb--gallery-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .wpb--contact-form button {
        width: 100%;
    }
}