/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

.custom-pre-footer-box {
    max-width: 800px;
    margin: 4em auto;
    padding: 2em;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#booking-form h2 {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 1.5em;
}

.booking-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* 2 colonne su desktop */
    gap: 1.5em;
}

.form-field label {
    display: block;
    margin-bottom: 0.4em;
    font-weight: 500;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 0.6em;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.booking-btn {
    padding: 0.8em 2em;
    font-size: 1em;
    border: none;
    border-radius: 4px;
    background-color: #0073aa;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.booking-btn:hover {
    background-color: #005177;
}

/* MOBILE: 1 colonna per tutti gli item */
@media (max-width: 700px) {
    .booking-fields {
        grid-template-columns: 1fr;
    }
    /* forziamo full-width per notes e button */
    .form-field[style*="grid-column"] { /* seleziona le righe span 2 */
        grid-column: span 1 !important;
    }
}
