/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Child theme for Hello Elementor
Author: Zeeshan Ali
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */

.home_faq .elementor-accordion-item {
margin: 10px 0px;
}
section.call-buton {
    display: none;
}
.popupHide {
    display: none !important;
}

#estimatorPopupForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

/* POPUP ACTIVE */

#estimatorPopupForm.estimatorActive {
    display: flex !important;
    opacity: 1;
    visibility: visible;
}


/* POPUP CONTENT */

.estimatorPopup-content {
/*     background: #fff;
    padding: 40px 20px 20px;
    width: 700px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto; */
    position: relative;
}


/* CLOSE BUTTON */

#estimatorClosePopup {
    position: absolute;
    top: 8px;
    right: 4px;
    cursor: pointer;
    font-size: 30px;
    background: #000000;
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    line-height: 1;
   padding-top: 2px;
}


/* UPLOAD PLANS BUTTON */

button.estimatorOpenPopup {
    background: #ffa502;
    color: #ffffff;
    border: 1px solid #ffa502;
    padding: 10px 40px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    cursor: pointer;
}
button.estimatorOpenPopup:hover{
	background: #1599D3;
}
.upload_form label{
display:block;
color:#000;
font-size:15px;
font-weight:600;
margin-bottom:2px;
}

.upload_form input[type="text"],
.upload_form input[type="email"],
.upload_form input[type="tel"],
.upload_form input[type="number"],
.upload_form .wpcf7-quiz{
width:100%;
height:50px;
border:none;
background:#f2f2f2;
padding:0 15px;
margin-top:8px;
border-radius:3px;
box-sizing:border-box;
}

.upload_form input:focus{
outline:none;
box-shadow:0 0 0 2px rgba(255,255,255,.3);
}
.upload_form br {
    display: none;
}
.upload_form .wpcf7-submit{
background:#e08f00;
color:#fff;
border:none;
padding:14px 35px;
font-size:16px;
font-weight:600;
cursor:pointer;
display:block;
margin:20px auto 0;
border-radius:3px;
transition:.3s;
}

.upload_form .wpcf7-submit:hover{

background:#f5a623;
}
.main_form label{
display:block;
font-weight: 600;
margin-bottom: 8px;
color: #222;
}

.main_form input,
.main_form textarea{
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 10px;
outline: none;
transition: 0.3s;
font-size: 14px;
background: #fafafa;
}
.main_form textarea{
height:110px;
}
.main_form p{
margin:0px;
}

.main_form input:focus,
.main_form textarea:focus{
border-color: #0073ff;
background: #fff;
box-shadow: 0 0 0 3px rgba(0,115,255,0.1);
}

.estimator-form-dflex{
display:flex;
gap: 20px;
flex-wrap: wrap;
}

.estimator-form-col{
width: calc(50% - 10px);
}

.estimator-form-full{
margin-top: 20px;
}

.estimator-form-quiz{
margin-top: 20px;
}

.estimator-form-submit{
margin-top: 25px;
text-align: right;
}

.main_form input[type="submit"]{
background: #0073ff;
color: #fff;
border: none;
padding: 12px 25px;
border-radius: 10px;
cursor: pointer;
font-weight: 600;
transition: 0.3s;
}
.main_form br {
display: none;
}
.main_form input[type="submit"]:hover{
background: #005fd1;
transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px){
.estimator-form-col{
width: 100%;
}

.estimator-form-submit{
text-align: center;
}
}

/* ===== UPLOAD PLAN FORM - COMPACT VERSION ===== */

.upload_plan{
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    font-family: Poppins, sans-serif;
}

.uploadplans_heading{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.main-heading{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.inner-heading{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.form-col{
    width: calc(50% - 6px);
}

.upload_plan label{
    display:block;
    font-weight: 600;
    margin-bottom: 4px;
    color: #222;
    font-size: 13px;
}

.upload_plan input,
.upload_plan textarea{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #f8f8f8;
    font-size: 13px;
    transition: 0.3s;
    height: 38px;
    box-sizing: border-box;
}

.upload_plan input:focus,
.upload_plan textarea:focus{
    border-color: #0073ff;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0,115,255,0.1);
    outline: none;
}

/* CAPTCHA FULL WIDTH */
.upload-plan-captcha{
    margin-top: 12px;
    width: 100%;
}

.upload-plan-captcha .wpcf7-quiz{
    width: 100%;
    display: block;
    height: 38px;
}

/* SUBMIT BUTTON */
.upload-plan-submit{
    margin-top: 15px;
    text-align: center;
}

.upload_plan .wpcf7-submit{
    background: #0073ff;
    color: #fff;
    border: none;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.upload_plan .wpcf7-submit:hover{
    background: #005fd1;
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:768px){
    .form-col{
        width: 100%;
    }

    .inner-heading{
        flex-direction: column;
    }
}
#upl_btn br{
	display:none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 70px;
    margin-top: 3px;
}
.wpcf7-form br{
	display:none;
}