.elementor-24 .elementor-element.elementor-element-be041d2{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-24 .elementor-element.elementor-element-13d27f5{--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;}@media(min-width:768px){.elementor-24 .elementor-element.elementor-element-be041d2{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-83bc0fe *//* Form Container */
.wpcf7 {
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* Labels and Spacing */
.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

/* Input Fields (Text, Email, etc.) */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Ensures padding doesn't break width */
}

/* Focus Effect */
.wpcf7-form-control:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
    outline: none;
}

/* Textarea height */
.wpcf7-textarea {
    height: 150px;
    resize: vertical;
}

/* Submit Button */
.wpcf7-submit {
    background-color: #0073aa;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    width: 100%; /* Mobile friendly */
}

.wpcf7-submit:hover {
    background-color: #005177;
    transform: translateY(-1px);
}

.wpcf7-submit:active {
    transform: translateY(0);
}

/* Success & Error Messages */
.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 15px !important;
    border-radius: 6px !important;
    border: 2px solid transparent !important;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    border-color: #46b450 !important;
    background: #e7f7ed;
}

.wpcf7-validation-errors {
    border-color: #ffb900 !important;
    background: #fff8e5;
}/* End custom CSS */