.elementor-168 .elementor-element.elementor-element-a470163{--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-168 .elementor-element.elementor-element-6f874fa{background-color:transparent;background-image:linear-gradient(180deg, #F0E6E6 0%, #166A32 100%);}/* Start custom CSS for shortcode, class: .elementor-element-6f874fa *//* ===============================
   TRUST BUILDING COLORFUL FORM
================================= */

body {
    background: linear-gradient(135deg,#e0f2fe,#f0f9ff);
}

/* Form Card */
.wpcf7 form {
    max-width: 650px;
    margin: 60px auto;
    padding: 45px;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 30px 60px rgba(37,99,235,0.15);
    border: 1px solid #e0f2fe;
}

/* Input Fields */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"] {
    width: 100%;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
    margin-bottom: 18px;
    font-size: 15px;
    background: #f8fafc;
    transition: all 0.3s ease;
}

/* Focus Effect */
.wpcf7 input:focus {
    border-color: #2563eb;
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.15);
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg,#16a34a,#22c55e);
    color: #ffffff;
    border: none;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover Effect */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(34,197,94,0.4);
}

/* File Upload Styling */
.wpcf7 input[type="file"] {
    background: #ffffff;
    padding: 12px;
}

/* Error Message */
.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc2626;
    margin-top: -12px;
    margin-bottom: 10px;
}

/* Success Message */
.wpcf7-mail-sent-ok {
    background: #ecfdf5;
    border: 1px solid #22c55e;
    color: #15803d;
    padding: 15px;
    border-radius: 12px;
}

/* Mobile Optimization */
@media (max-width: 600px) {
    .wpcf7 form {
        padding: 28px;
        margin: 30px 15px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="file"] {
        font-size: 14px;
        padding: 13px;
    }

    .wpcf7 input[type="submit"] {
        font-size: 15px;
        padding: 14px;
    }
}/* End custom CSS */