.elementor-1171 .elementor-element.elementor-element-9d8f76e{--display:flex;}#elementor-popup-modal-1171{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1171 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1171 .dialog-close-button{display:flex;}#elementor-popup-modal-1171 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for edublink-contact-form-seven, class: .elementor-element-00630c5 *//* Overlay */
.callback-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: Arial, sans-serif;
}

/* Popup Box */
.callback-box {
    background: #ffffff;
    width: 500px;
    max-width: 95%;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
/* Hide red error text */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* Hide browser default validation message */
input:invalid {
  box-shadow: none;
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #ff2c00;
    border: none;
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/* Heading */
.callback-box h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
}

/* Description */
.callback-box p {
    margin-bottom: 25px;
    font-size: 16px;
    color: #444;
}

/* Inputs */
.callback-box input {
    width: 100%;
    padding: 14px;
    margin-bottom: 18px;
    border: 2px solid #215179;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    padding: 16px;
    background: #215179;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}
/* Force ALL inputs RTL including email & tel */
.callback-box input[type="email"],
.callback-box input[type="tel"] {
    direction: rtl !important;
    text-align: right !important;
}

/* Also fix placeholder direction */
.callback-box input::placeholder {
    direction: rtl;
    text-align: right;
}

.submit-btn:hover {
    background: #1f3475;
}/* End custom CSS */