.elementor-2 .elementor-element.elementor-element-52e301f{--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;}/* Start custom CSS for shortcode, class: .elementor-element-76bb248 */```css
/* ====================================
   MODERN PREMIUM CONTACT FORM 7 DESIGN
   Theme Color: #a41a27
==================================== */

.wpcf7 {
    max-width: 800px;
    margin: 60px auto;
    padding: 50px;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.10);
    border: 1px solid rgba(164, 26, 39, 0.08);
    font-family: "Segoe UI", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Top Accent Line */
.wpcf7::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #a41a27, #d62b3c);
}

/* Labels */
.wpcf7 label {
    display: block;
    margin-bottom: 24px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

/* Inputs */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    margin-top: 10px;
    padding: 18px 22px;
    border-radius: 16px;
    border: 1px solid #e4e4e4;
    background: #f9f9f9;
    font-size: 15px;
    color: #222;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Focus Effect */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    background: #ffffff;
    border-color: #a41a27;
    outline: none;
    box-shadow: 0 0 0 5px rgba(164, 26, 39, 0.12);
    transform: translateY(-1px);
}

/* Textarea */
.wpcf7 textarea {
    min-height: 180px;
    resize: vertical;
}

/* File Upload Area */
.wpcf7 input[type="file"] {
    width: 100%;
    margin-top: 12px;
    padding: 25px;
    background: #fff5f6;
    border: 2px dashed rgba(164, 26, 39, 0.35);
    border-radius: 18px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.wpcf7 input[type="file"]:hover {
    border-color: #a41a27;
    background: #fff;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 20px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #a41a27, #7f131d);
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.35s ease;
    margin-top: 10px;
    box-shadow: 0 14px 35px rgba(164, 26, 39, 0.35);
}

/* Hover */
.wpcf7 input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(164, 26, 39, 0.45);
    background: linear-gradient(135deg, #7f131d, #a41a27);
}

/* Validation */
.wpcf7-not-valid-tip {
    color: #a41a27;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 600;
}

/* Success/Error Messages */
.wpcf7-response-output {
    margin-top: 25px !important;
    border-radius: 16px !important;
    padding: 16px 22px !important;
    font-size: 14px;
    font-weight: 600;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .wpcf7 {
        padding: 30px 22px;
        border-radius: 20px;
    }

    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 textarea {
        padding: 16px 18px;
    }

    .wpcf7 input[type="submit"] {
        padding: 18px;
    }

}
```/* End custom CSS */