.elementor-70 .elementor-element.elementor-element-42448fd{--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;--border-radius:20px 20px 20px 20px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-70 .elementor-element.elementor-element-0bbb304{text-align:center;}.elementor-70 .elementor-element.elementor-element-0bbb304 .elementor-heading-title{font-family:"League Spartan", Sans-serif;font-size:28px;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}#elementor-popup-modal-70 .dialog-widget-content{animation-duration:0.5s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-70{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-70 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-70 .dialog-close-button{display:flex;}@media(max-width:1264px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-42448fd *//* ── Contact Form 7 — Test Bank Popup ── */
.wpcf7-form p {
    margin-bottom: 12px;
}
.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-email,
.wpcf7-form .wpcf7-textarea,
.wpcf7-form .wpcf7-select {
    width: 100% !important;
    border: 1.5px solid #cccccc !important;
    border-radius: 9px !important;
    padding: 11px 14px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    color: #292929 !important;
    outline: none !important;
    background: #fff !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
    margin-bottom: 0 !important;
    -webkit-appearance: none;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-email:focus,
.wpcf7-form .wpcf7-textarea:focus,
.wpcf7-form .wpcf7-select:focus {
    border-color: #3c767a !important;
    box-shadow: 0 0 0 3px rgba(60,118,122,0.12) !important;
}
.wpcf7-form .wpcf7-textarea {
    min-height: 100px !important;
    resize: vertical !important;
}
.wpcf7-form .wpcf7-select[multiple] {
    min-height: 148px !important;
    padding: 8px !important;
    line-height: 1.8 !important;
}

/* Submit button */
.wpcf7-form .wpcf7-submit {
    width: 100% !important;
    padding: 13px 24px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #163133 !important;
    color: #fff3da !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    margin-top: 4px !important;
    letter-spacing: -0.01em !important;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #3c767a !important;
    color: #ffffff !important;
}

/* Labels */
.wpcf7-form label {
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    margin-bottom: 5px !important;
}

/* Validation errors */
.wpcf7-form .wpcf7-not-valid-tip {
    color: #c0392b !important;
    font-size: 12px !important;
    font-family: 'Inter', sans-serif !important;
    margin-top: 4px !important;
    display: block !important;
}
.wpcf7-form .wpcf7-not-valid {
    border-color: #c0392b !important;
}

/* Success/error response message */
.wpcf7-form .wpcf7-response-output {
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-family: 'Inter', sans-serif !important;
    margin-top: 12px !important;
    border: none !important;
}
.wpcf7-form.sent .wpcf7-response-output {
    background: #e6f4f4 !important;
    color: #163133 !important;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
    background: #fdf0f0 !important;
    color: #c0392b !important;
}
 /* More space between label and field */
.wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 8px !important;
}

/* Smaller description textarea */
.wpcf7-form .wpcf7-textarea, .wpcf7-form  .wpcf7-select{
    max-height: 60px !important;
}

.elementor-popup-modal .wpcf7-submit {
    pointer-events: auto !important;
}
.elementor-popup-modal form {
    pointer-events: auto !important;
}
.elementor-popup-modal .wpcf7-not-valid-tip {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #c0392b !important;
    font-size: 12px !important;
    margin-top: 4px !important;
}
.elementor-popup-modal .wpcf7-not-valid {
    border-color: #c0392b !important;
}
#elementor-popup-modal-70 .wpcf7-form.sent p {
    display: none !important;
}/* End custom CSS */