/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

.amenity-item:hover {
    background-color: #805e46;
}

.property-details-item-sec {
    padding: clamp(1rem, -0.065rem + 2.219vw, 1.875rem);
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: clamp(1.5rem, -1.239rem + 5.705vw, 3.75rem);
}

.variant-sec {
    margin: 30px 0;
}

/* ===== Mortgage Calculator ===== */
.common-sidebar .mortgage-form,
.common-sidebar {
    background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.common-sidebar__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

/* Inputs */
.common-sidebar input[type="number"] {
    width: 100%;
    height: 48px;
    padding: 10px 14px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    margin-bottom: 14px;
    outline: none;
    transition: all 0.3s ease;
}

.common-sidebar input[type="number"]:focus {
    border-color: #7a5230; /* brown theme */
    box-shadow: 0 0 0 2px rgba(122,82,48,0.15);
}

/* Button */
.common-sidebar button {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 8px;
    background: #7a5230; /* theme color */
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common-sidebar button:hover {
    background: #5f3e24;
}

/* EMI Result */
#emiResult {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
}

/* Reset link (optional) */
.mortgage-reset {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

.mortgage-reset:hover {
    color: #7a5230;
}



/* Sidebar Form Elements */
.search-sidebar .form-check-input:checked {
    background-color: #333;
    border-color: #333;
}

.search-sidebar .form-control:focus {
    box-shadow: none;
    border-color: #8d6e63;
}

.sidebar-item h6 {
    font-size: 15px;
    letter-spacing: 0.5px;
}

ul.amenities-list.flx-align li {
    color: #000;
}

.property-item__thumb img {
    height: 260px;
    object-fit: cover;
}
.badge.bg-brown {
    background: #8b5e3c;
    border-radius: 4px;
}



.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.form-input input,
.form-input textarea,
.form-input select {
    width: 100%;
    display: block;
}

.form-input {
    position: relative;
}
