/* Data list 
--------------------- */
.bt_bb_real_estate_details .bt_bb_real_estate_details_content .bt_bb_real_estate_details_title {
    letter-spacing: 1px;
}
.bt_bb_real_estate_details {
    padding: .8em 0;
}



@supports (-webkit-appearance:none) {
	.bt_effect_accent_gradient .bt_bb_headline h2 .bt_bb_headline_content span,
	.bt_effect_accent_gradient .bt_bb_headline h3 .bt_bb_headline_content span, 
	.bt_effect_accent_gradient .bt_bb_headline h1 .bt_bb_headline_content span {
        -webkit-text-fill-color: #C39F75 !important;
    }
}@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 

.bt_effect_accent_gradient .bt_bb_headline h2 .bt_bb_headline_content span,
        .bt_effect_accent_gradient .bt_bb_headline h3 .bt_bb_headline_content span, 
        .bt_effect_accent_gradient .bt_bb_headline h1 .bt_bb_headline_content span {
            -webkit-text-fill-color: transparent !important;
        } 

}


/* ---------------------------------------- */
/* Contact Form 7 - Villa 10 Inquiry Form   */
/* ---------------------------------------- */

/* Layout: side-by-side name fields */
.cf7-name-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cf7-field-half {
    flex: 1;
    min-width: 200px;
}

.cf7-field-full {
    width: 100%;
}

/* Form container */
.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
}

/* Labels */
.wpcf7 label,
.wpcf7 .cf7-field-half label,
.wpcf7 .cf7-field-full label {
    display: block;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Required asterisk */
.wpcf7 label .required {
    color: #C39F75;
    margin-left: 2px;
}

/* Input fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    padding: 12px 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.15);
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Submit button */
.wpcf7 input[type="submit"] {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: rgb(44, 62, 80) !important;
    background-color: #ffffff !important;
    border: 2px solid #ffffff !important;
    padding: 0 40px !important;
    height: 50px !important;
    line-height: 50px !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
    border-radius: 3px !important;
    margin-top: 10px !important;
    -webkit-appearance: none !important;
    display: inline-block !important;
    min-width: 160px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.wpcf7 input[type="submit"]:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* Validation messages */
.wpcf7-response-output {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 16px;
    margin-top: 16px;
    border-radius: 3px;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ff9999;
    margin-top: -15px;
    margin-bottom: 10px;
    display: block;
}

/* Success message */
.wpcf7 .wpcf7-mail-sent-ok {
    background-color: rgba(195, 159, 117, 0.2);
    border-color: #C39F75;
}

/* Error message */
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-validation-errors {
    background-color: rgba(255, 80, 80, 0.15);
    border-color: rgba(255, 80, 80, 0.5);
}


/* CF7 textarea - Questions or Comments field */
.wpcf7 textarea {
    width: 100% !important;
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-radius: 3px !important;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
    resize: vertical !important;
    min-height: 60px !important;
    transition: border-color 0.2s ease, background-color 0.2s ease !important;
    -webkit-appearance: none !important;
}

.wpcf7 textarea:focus {
    outline: none !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.wpcf7 textarea::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}