.elementor-532 .elementor-element.elementor-element-2efc5cd{--display:flex;--min-height:200px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-532 .elementor-element.elementor-element-07184f9{text-align:center;}.elementor-532 .elementor-element.elementor-element-07184f9 .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-size:80px;font-weight:600;color:#000000;}.elementor-532 .elementor-element.elementor-element-08bcd34{--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-532 .elementor-element.elementor-element-e0b2dc3{--display:flex;}@media(max-width:767px){.elementor-532 .elementor-element.elementor-element-07184f9 .elementor-heading-title{font-size:45px;}}/* Start custom CSS */.dispatch-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.dispatch-form .form-row {
    margin-bottom: 20px;
}

.dispatch-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.dispatch-form input,
.dispatch-form select,
.dispatch-form textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    font-size: 15px;
    transition: all 0.2s ease;
}

.dispatch-form input:focus,
.dispatch-form select:focus,
.dispatch-form textarea:focus {
    border-color: #111;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

.dispatch-form textarea {
    min-height: 120px;
    resize: vertical;
}

.dispatch-form .checkbox-row {
    font-size: 14px;
    color: #555;
}

.dispatch-form .wpcf7-radio span {
    display: inline-block;
    margin-right: 20px;
}

.dispatch-form input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dispatch-form input[type="submit"]:hover {
    background: #333;
    transform: translateY(-2px);
}/* End custom CSS */