.elementor-5665 .elementor-element.elementor-element-38414cb{--display:flex;}.elementor-5665 .elementor-element.elementor-element-177c010{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for wpforms, class: .elementor-element-9cce4b6 */.hero-section {
    display: none;
}

.ct-container-full {
    padding: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}


/* ───────────────
   FEEDBACK FORM STYLING
   ─────────────── */
.wpforms-container {
    max-width: 650px !important;
    margin: 0px auto 40px auto !important;
    padding: 30px !important;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #f2f2f2;
}

/* Heading */
.elementor-widget-heading h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

/* Labels */
.wpforms-field-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    color: #333;
}

/* All Inputs */
.wpforms-field input,
.wpforms-field textarea {
    width: 100% !important;
    padding: 14px 15px;
    border: 1px solid #ddd !important;
    border-radius: 8px;
    background: #fafafa;
    font-size: 15px;
    transition: all 0.2s ease;
}

/* Input Focus */
.wpforms-field input:focus,
.wpforms-field textarea:focus {
    border-color: #111 !important;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
    outline: none !important;
}

/* Textarea bigger */
#wpforms-5668-field_4 {
    height: 130px !important;
    resize: vertical;
}

/* Submit Button */
.wpforms-submit {
    width: 100%;
    padding: 14px;
    background: #111 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: 0.3s ease-in-out !important;
}

.wpforms-submit:hover {
    background: #333 !important;
}

/* Loader icon */
.wpforms-submit-spinner {
    margin-top: 10px;
}

/* Make form responsive */
@media (max-width: 600px) {
    .wpforms-container {
        padding: 25px 20px !important;
        margin: 10px 0px 20px 0 !important;
    }

    .elementor-widget-heading h3 {
        font-size: 26px;
    }
}/* End custom CSS */