.elementor-11 .elementor-element.elementor-element-615e32f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11 .elementor-element.elementor-element-977390e{--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-11 .elementor-element.elementor-element-d7b1c88{--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-11 .elementor-element.elementor-element-977390e{--width:50%;}.elementor-11 .elementor-element.elementor-element-d7b1c88{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-214f5fa *//* ================= DARK FORM CONTAINER ================= */
#wpcf7-f4201502-p4201502-o1 form {
    background: #1b1b1b;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #2c2c2c;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

/* ================= INPUT & TEXTAREA ================= */
#wpcf7-f4201502-p4201502-o1 input[type="text"],
#wpcf7-f4201502-p4201502-o1 input[type="email"],
#wpcf7-f4201502-p4201502-o1 input[type="tel"],
#wpcf7-f4201502-p4201502-o1 textarea {
    width: 100%;
    background: #262626;
    border: 1px solid #3a3a3a;
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 18px;
    transition: 0.3s ease;
}

/* ================= INPUT FOCUS EFFECT ================= */
#wpcf7-f4201502-p4201502-o1 input:focus,
#wpcf7-f4201502-p4201502-o1 textarea:focus {
    border-color: #5a9cff;
    background: #1f1f1f;
    box-shadow: 0 0 8px rgba(90,156,255,0.5);
    outline: none;
}

/* ================= PLACEHOLDER ================= */
#wpcf7-f4201502-p4201502-o1 ::placeholder {
    color: #bbbbbb;
}

/* ================= SUBMIT BUTTON ================= */
#wpcf7-f4201502-p4201502-o1 input[type="submit"] {
    width: 100%;
    background: linear-gradient(90deg, #0056ff, #00a6ff);
    color: #ffffff;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

/* ================= BUTTON HOVER ================= */
#wpcf7-f4201502-p4201502-o1 input[type="submit"]:hover {
    background: linear-gradient(90deg, #00a6ff, #0056ff);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transform: translateY(-2px);
}

/* ================= SUCCESS MESSAGE ================= */
.wpcf7-mail-sent-ok {
    background: #102c10;
    color: #8aff8a;

    padding: 12px 18px;
    border-radius: 8px;
    font-size: 16px;
}

/* ================= ERROR MESSAGE ================= */
.wpcf7-not-valid-tip {
    color: #ff6b6b;
}

.wpcf7-response-output {
    background: #2c2c2c;
    color: #ffffff;
   
    padding: 12px 18px;
    border-radius: 8px;
}/* End custom CSS */