.elementor-12 .elementor-element.elementor-element-5c572d1{--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;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-6d08a81{text-align:center;}.elementor-12 .elementor-element.elementor-element-2430ab42{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-12 .elementor-element.elementor-element-732beb3 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-ac00a46{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-da3e2ff .eael-contact-form-7 .wpcf7-not-valid-tip{display:block !important;}.elementor-12 .elementor-element.elementor-element-da3e2ff .eael-contact-form-7 .wpcf7-validation-errors{display:block !important;}.elementor-12 .elementor-element.elementor-element-da3e2ff .eael-contact-form-7-wrapper{text-align:default;}.elementor-12 .elementor-element.elementor-element-da3e2ff .eael-contact-form-7 .wpcf7-form p:not(:last-of-type) .wpcf7-form-control-wrap{margin-bottom:0px;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-2430ab42{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for eael-contact-form-7, class: .elementor-element-da3e2ff *//* Contact Form 7 Styling */
.wpcf7-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wpcf7-form p {
    margin-bottom: 25px;
    text-align: left;
}

/* Submit button ko center mein rakhne ke liye */
.wpcf7-form p:has(.wpcf7-submit) {
    text-align: center;
    margin-bottom: 0;
}

.wpcf7-form label {
    display: block;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wpcf7-form-control {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
}

/* Remove focus effect from all input fields and textarea */
.wpcf7-form-control:focus {
    outline: none;
    border-color: #e2e8f0;
    box-shadow: none;
}

/* Change left border color from red/blue to #CDA242 (gold) */
.wpcf7-form-control.wpcf7-validates-as-required {
    border-left: 3px solid #CDA242; /* Changed from red to gold */
}

.wpcf7-form-control.wpcf7-email {
    border-left: 3px solid #CDA242; /* Changed from blue to gold */
}

/* Textarea specific styling */
.wpcf7-textarea {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
    border-left: 3px solid #CDA242; /* Added gold left border for textarea */
}

/* Submit button styling with black background and gold text */
.wpcf7-submit {
    background: #000000;
    color: #CDA242;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: auto;
    min-width: 140px;
    display: inline-block;
    margin: 0 auto;
}

.wpcf7-submit:hover {
    background: #000000;
    color: #CDA242;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

.wpcf7-submit.has-spinner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-spinner {
    display: none;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(205, 162, 66, 0.3);
    border-radius: 50%;
    border-top-color: #CDA242;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.wpcf7-form.submitting .wpcf7-spinner {
    display: inline-block;
}

.wpcf7-response-output {
    padding: 16px;
    border-radius: 8px;
    margin: 20px 0 0 0 !important;
    font-size: 14px;
    text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #c6f6d5;
    color: #22543d;
    border: 1px solid #48bb78;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background: #fed7d7;
    color: #742a2a;
    border: 1px solid #f56565;
}

.wpcf7-not-valid-tip {
    color: #e53e3e;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.hidden-fields-container {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wpcf7-form {
        padding: 20px;
        margin: 20px;
    }
    
    .wpcf7-form-control {
        padding: 12px 14px;
        font-size: 16px;
    }
    
    .wpcf7-textarea {
        min-height: 100px;
    }
    
    .wpcf7-submit {
        width: 100%;
        padding: 14px 24px;
    }
}

/* Remove focus-visible styles */
.wpcf7-form-control:focus-visible {
    outline: none;
    border-color: #e2e8f0;
}

/* Loading state */
.wpcf7-form.sending .wpcf7-submit {
    opacity: 0.8;
    pointer-events: none;
}/* End custom CSS */