/*
Theme Name: Proty Child
Theme URI: https://proty.autodealwordpress.com
Author: Themesflat (Modified by Manus)
Author URI: https://themeforest.net/user/themesflat/portfolio
Description: Child theme for Proty with Casanovas Real Estate style customizations.
Template: proty
Version: 1.0.0
Text Domain: proty-child
*/


/* Casanovas Real Estate Style Customization */
.casanovas-style {
    background-color: #fff;
    color: #333;
    font-family: 'Lexend', sans-serif;
}

.casanovas-hero {
    height: 80vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
    color: #fff;
}

.casanovas-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
}

.casanovas-hero .container {
    position: relative;
    z-index: 2;
}

.casanovas-hero .property-title {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.casanovas-hero .property-price-main {
    font-size: 2rem;
    font-weight: 400;
	margin-top: 20px!important;
}

.property-quick-meta {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    font-size: 1.1rem;
}

.property-quick-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.casanovas-section {
    margin-bottom: 50px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.casanovas-sidebar {
    position: sticky;
    top: 100px;
}

.agent-contact-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
}

.sidebar-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

/* Gallery Customization */
.casanovas-gallery .tfre-property-info.style-grid {
    grid-gap: 10px;
}

.casanovas-gallery .item img {
    border-radius: 8px !important;
}

/* Typography adjustments */
h1, h2, h3, h4, h5, h6 {
    font-family: 'roboto', sans-serif;
    color: #1a1a1a;
}

footer .widgets-areas .widget-title, footer .widgets-areas h2, footer .wp-block-search .wp-block-search__label{font-family: 'roboto', sans-serif;}
footer .widgets-areas .widget-title, footer .widgets-areas h2, footer .wp-block-search .wp-block-search__label{font-family: 'Roboto', sans-serif !important;}
.property-description {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #555;
}

.section-title, .property-description p{font-family:roboto !important;}

.casanovas-hero .property-title{font-family:roboto !important; font-weight:400 !important;}

.casanovas-hero .property-price-main {
	margin-top: 20px!important;
}

.tf-properties-wrap.grid3 .featured-property .bottom-infor-features{display:none !important}

.tf-properties-wrap.grid3 .content .bottom-content {
    display: flex;
    justify-content: space-between;
	border-top: none !important;
	padding-top: 10px !important;
	margin-top: 0px !important;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 16px;
    margin-bottom: 17px;
    margin-top: 15px;
    align-items: center;
}

.tf-properties-wrap .content .description .property-information i{ color:#c2ad99}