.elementor-6116 .elementor-element.elementor-element-c1018fc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6116 .elementor-element.elementor-element-d218ac5 .elementor-heading-title{color:#000000;}#elementor-popup-modal-6116 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-6116{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6116 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-6116 .dialog-close-button{display:flex;}#elementor-popup-modal-6116 .tf-topbar{display:block;}#elementor-popup-modal-6116 #header{display:block;}#elementor-popup-modal-6116 #mobileMenu{display:block;}#elementor-popup-modal-6116 #footer{display:block;}#elementor-popup-modal-6116 .info-footer{display:block;}#elementor-popup-modal-6116 #bottom{display:block;}#elementor-popup-modal-6116 .tf-page-title{display:block;}/* Start custom CSS for heading, class: .elementor-element-d218ac5 *//* ===== Service Popup Title ===== */
.service-popup-title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #111;
    letter-spacing: -0.5px;
    position: relative;
}

.service-popup-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #1f4d44;
    margin: 14px auto 0;
    border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4268eb5 *//* ===== Form Wrapper ===== */
.service-popup-body {
    max-width: 720px;
    margin: auto;
    padding: 12px;
}

/* ===== Field Wrapper ===== */
.service-popup-body .form-field {
    position: relative;
    margin-bottom: 18px;
}


/* ===== Icons ===== */
.service-popup-body .form-field .icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6b7280;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

/* ===== Inputs & Select ===== */
.service-popup-body input,
.service-popup-body select {
    width: 100%;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 14px 16px 14px 46px;
    border-radius: 12px;
    font-size: 14px;
    color: #111;
    transition: 0.3s ease;
}

/* Hover */
.service-popup-body input:hover,
.service-popup-body select:hover {
    border-color: #d1d5db;
}

/* Focus */
.service-popup-body input:focus,
.service-popup-body select:focus {
    border-color: #1f4d44;
    box-shadow: 0 0 0 3px rgba(31,77,68,0.15);
    outline: none;
    background: #ffffff;
}

/* ===== Custom Dropdown Arrow ===== */
.service-popup-body select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg fill='%236b7280' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

/* ===== RCS BOX ===== */
.service-popup-body .rcs-optin-box {
    background: #f3f4f6;
    padding: 18px 20px;
    border-radius: 14px;
    margin-top: 18px;
    margin-bottom: 22px;
}

/* Title */
.service-popup-body .rcs-title {
    font-size: 14px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 12px;
}

/* CF7 Acceptance Label Fix */
.service-popup-body .rcs-optin-box label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #374151;
    line-height: 1.5;
    margin: 0;
}

/* Remove CF7 default spacing */
.service-popup-body .rcs-optin-box .wpcf7-list-item {
    margin: 0;
}

/* Checkbox styling */
.service-popup-body .rcs-optin-box input[type="checkbox"] {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    accent-color: #1f4d44;
}



/* ===== Submit Button ===== */
.service-popup-body .wpcf7-submit {
    width: 100%;
    margin-top: 18px;
    background: linear-gradient(135deg, #1f4d44, #163d36);
    color: #ffffff;
    border: none;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s ease;
}

.service-popup-body .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}/* End custom CSS */