/**
* Theme Name: Spaciaz Child
* Description: This is a child theme of Spaciaz, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: spaciaz
* Version: 1.3.0
*/

/*contact form Submit Property*/
.cf7-upload-box{
    position:relative;
    width:100%;
}

.cf7-upload-box .wpcf7-form-control-wrap{
    display:none;
}

.cf7-upload-content{
    background:#F2F2F2;
    border-radius:30px;
    min-height:298px;
    padding:60px 30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    cursor:pointer;
    border:2px solid transparent;
    transition:all .3s ease;
    margin-bottom:30px;
}

.cf7-upload-box:hover .cf7-upload-content{
    background:#F6F6F6;
}

.cf7-upload-icon{
    margin-bottom:18px;
    transition:.3s;
}

.cf7-upload-icon img{
    width:60px;
    height:60px;
    display:block;
}

.cf7-upload-box:hover .cf7-upload-icon{
    transform:translateY(-2px);
}

.cf7-upload-content h3{
    margin:0 0 15px;
    font-family:'Involve';
    font-size:18px;
    font-weight:500;
    line-height:28px;
    color:#7E7E7E;
}

.upload-description{
    margin:0;
    font-size:14px;
    line-height:22px;
    color:#8A8A8A;
}

.upload-description span{
    color:#000;
    font-weight:600;
    text-decoration:underline;
}

.cf7-upload-box br{
    display:none!important;
}


/*SUCCESS STATE*/

.cf7-upload-box.has-file .cf7-upload-content{
    background:#F4FAEF;
    border:2px solid #B7D5A4;
}

/* Hide instructions after upload */
.cf7-upload-box.has-file .upload-description{
    display:none !important;
}

.upload-check{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#5F9C47;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    font-weight:700;
}

.selected-file{
    width:100%;
    /*margin-top:18px;*/
}

.upload-success-wrapper{
    text-align:center;
}

.upload-file-name{
    max-width:420px;
    margin:auto;
    font-size:18px;
    font-weight:600;
    line-height:28px;
    color:#333;
    word-break:break-word;
}

.upload-file-size{
    margin-top:5px;
    font-size:13px;
    color:#8A8A8A;
}

.upload-actions{
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:10px;
    flex-wrap:wrap;
}

.upload-actions button{
    border:none;
    border-radius:40px;
    padding:8px 16px !important;
    cursor:pointer;
    font-size:13px;
    font-weight:600;
    transition:.25s;
}

.replace-upload{
    background:#2355DC;
    color:#fff;
}

.replace-upload:hover{
    background:#000000;
}

.remove-upload{
    background:#2F2F2F;
    color:#fff;
}

.remove-upload:hover{
    background:#000;
}

@media (max-width:767px){

    .cf7-upload-content{
        min-height:240px;
        padding:50px 20px;
    }

    .upload-actions{
        flex-direction:column;
        width:100%;
    }

    .upload-actions button{
        width:100%;
        max-width:220px;
    }

}
/*contact form Submit Property end*/
/* =========================================
   Desired Management Start Date
   ========================================= */

.desired-management-date {
    width: 100%;
}

/* CF7 generated paragraph */
.desired-management-date > p {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

/* Remove CF7 generated line break */
.desired-management-date > p > br {
    display: none !important;
}

/* CF7 field wrapper */
.desired-management-date .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* Date input */
.desired-management-date input[name="desired-management"] {
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 30px;
    background-color: #f1f1f1;
    color: transparent;
    caret-color: transparent;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    background-image: url("/wp-content/uploads/2026/08/Union.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 18px 18px;

    cursor: pointer;
}

/* Hide native Chrome date text */
.desired-management-date input[name="desired-management"]::-webkit-datetime-edit,
.desired-management-date input[name="desired-management"]::-webkit-datetime-edit-fields-wrapper,
.desired-management-date input[name="desired-management"]::-webkit-datetime-edit-text,
.desired-management-date input[name="desired-management"]::-webkit-datetime-edit-month-field,
.desired-management-date input[name="desired-management"]::-webkit-datetime-edit-day-field,
.desired-management-date input[name="desired-management"]::-webkit-datetime-edit-year-field {
    color: transparent;
}
/* Show the selected date */
.desired-management-date.has-date input[name="desired-management"]::-webkit-datetime-edit,
.desired-management-date.has-date input[name="desired-management"]::-webkit-datetime-edit-fields-wrapper,
.desired-management-date.has-date input[name="desired-management"]::-webkit-datetime-edit-text,
.desired-management-date.has-date input[name="desired-management"]::-webkit-datetime-edit-month-field,
.desired-management-date.has-date input[name="desired-management"]::-webkit-datetime-edit-day-field,
.desired-management-date.has-date input[name="desired-management"]::-webkit-datetime-edit-year-field {
    color: #8A8A8A !important;
}
/* Hide native calendar icon */
.desired-management-date input[name="desired-management"]::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Custom placeholder */
.desired-management-date .desired-date-placeholder {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #737b84;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
    z-index: 5;
}

/* Hide placeholder after selecting date */
.desired-management-date.has-date .desired-date-placeholder {
    opacity: 0;
}

/* Show selected date */
.desired-management-date.has-date input[name="desired-management"] {
    color: #8A8A8A;
}

/* Focus */
.desired-management-date input[name="desired-management"]:focus {
    outline: none;
    box-shadow: none;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required{
    color: #8A8A8A !important;
}
/*contact form end*/
.enable-style-icon-yes .elementor-button .btn-icon, .enable-style-icon-yes .elementor-button .btn-icon-hover{
    color: #FFFFFF !important;
}