.elementor-31547 .elementor-element.elementor-element-e231a69{--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-31547 .elementor-element.elementor-element-5146103{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-31547 .elementor-element.elementor-element-05c3c16{--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;--padding-top:10px;--padding-bottom:15px;--padding-left:20px;--padding-right:20px;}.elementor-31547 .elementor-element.elementor-element-05c3c16:not(.elementor-motion-effects-element-type-background), .elementor-31547 .elementor-element.elementor-element-05c3c16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}.elementor-31547 .elementor-element.elementor-element-c7417ff > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-31547 .elementor-element.elementor-element-c7417ff .premium-cf7-container .wpcf7-form label, .elementor-31547 .elementor-element.elementor-element-c7417ff .premium-cf7-container .wpcf7-form .wpcf7-quiz-label{display:inline-block;}.elementor-31547 .elementor-element.elementor-element-c7417ff .premium-cf-head{align-items:center;}.elementor-31547 .elementor-element.elementor-element-7c27769{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-31547 .elementor-element.elementor-element-5146103{--width:40%;}.elementor-31547 .elementor-element.elementor-element-05c3c16{--width:66.6666%;}}/* Start custom CSS for premium-contact-form, class: .elementor-element-c7417ff *//* ===== FORM STYLING v9 - FULL WIDTH ALL ===== */

/* Form wrapper */
.wpcf7,
.wpcf7-form,
.premium-contact-form-container {
    background: #F0F0F0 !important;
    padding: 10px 20px 15px 20px !important;
    margin: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 13px !important;
}

.wpcf7-form {
    padding: 0 !important;
}

/* Form fields */
.form-field {
    margin-bottom: 12px !important;
    width: 100% !important;
}

/* ALL Labels */
.form-field > label,
.form-field > p.field-label,
label,
.field-label,
.wpcf7 label {
    display: block !important;
    margin-bottom: 4px !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-family: inherit !important;
}

/* FULL WIDTH - all wrappers */
.wpcf7-form-control-wrap,
.form-field .wpcf7-form-control-wrap,
span.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* FULL WIDTH - all inputs and selects */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7-text,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-url,
.wpcf7-select,
.form-field input,
.form-field select,
select.wpcf7-form-control,
input.wpcf7-form-control {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-family: inherit !important;
    background: #fff !important;
    color: #333 !important;
    box-sizing: border-box !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

/* Textarea - FULL WIDTH */
.wpcf7 textarea,
.wpcf7-textarea,
textarea.wpcf7-form-control,
.form-field textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 8px 10px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    height: 50px !important;
    resize: none !important;
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-family: inherit !important;
    color: #333 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.wpcf7-form-control:focus {
    outline: none;
    border-color: #E84A00 !important;
}

/* Select dropdowns - dropdown arrow */
.wpcf7 select,
.wpcf7-select,
select.wpcf7-form-control {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-color: #fff !important;
    padding-right: 30px !important;
    cursor: pointer;
}

/* Radio and Checkbox */
.radio-group,
.checkbox-group,
.wpcf7-radio,
.wpcf7-checkbox {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 3px 15px !important;
    padding: 2px 0 !important;
    margin: 0 !important;
}

.wpcf7-list-item {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
}

.wpcf7-list-item label {
    display: inline-flex !important;
    align-items: center;
    font-weight: normal !important;
    cursor: pointer;
    font-size: 13px !important;
    color: #333 !important;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
    text-transform: none !important;
}

.wpcf7-list-item input[type="radio"],
.wpcf7-list-item input[type="checkbox"] {
    margin: 0 !important;
    padding: 0 !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    accent-color: #E84A00;
    cursor: pointer;
}

.wpcf7-list-item-label {
    display: inline !important;
    margin: 0 0 0 3px !important;
    padding: 0 !important;
    font-size: 13px !important;
}

/* Fuel type - vertical */
.checkbox-group,
.form-field:has([name="fuel-type[]"]) .wpcf7-checkbox {
    flex-direction: column !important;
    gap: 3px !important;
}

/* File upload - FULL WIDTH */
.wpcf7 input[type="file"],
.wpcf7-file,
.form-field input[type="file"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 6px !important;
    background: #fff !important;
    border: 1px dashed #bbb !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
}

/* File upload wrapper */
.file-upload-wrapper {
    width: 100% !important;
}

.file-upload-text {
    font-size: 12px !important;
    color: #666 !important;
    margin: 4px 0 0 0 !important;
}

/* Navigation buttons */
.uacf7-multistep-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px !important;
    padding-top: 12px !important;
    border-top: 1px solid #ddd;
    gap: 10px;
}

/* Next button - SOLID ORANGE */
.uacf7-multistep-button-next {
    background-color: #E84A00 !important;
    background: #E84A00 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 28px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.uacf7-multistep-button-next:hover {
    background-color: #c93d00 !important;
    background: #c93d00 !important;
}

/* Submit button */
.wpcf7-submit,
.submit-btn,
input[type="submit"] {
    background-color: #E84A00 !important;
    background: #E84A00 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 28px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

/* Previous button */
.uacf7-multistep-button-previous {
    background: #fff !important;
    color: #E84A00 !important;
    border: 2px solid #E84A00 !important;
    padding: 8px 24px !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: inherit !important;
    cursor: pointer !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.uacf7-multistep-button-previous:hover {
    background: #E84A00 !important;
    color: #fff !important;
}

/* Progress bar */
.uacf7-multistep-progressbar {
    display: flex;
    list-style: none;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
    background: #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.uacf7-multistep-progressbar li {
    flex: 1;
    text-align: center;
    padding: 10px 6px !important;
    font-size: 11px !important;
    font-weight: 600;
    font-family: inherit !important;
    color: #777;
    background: #e0e0e0;
    position: relative;
}

.uacf7-multistep-progressbar li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-left-color: #e0e0e0;
    z-index: 1;
}

.uacf7-multistep-progressbar li.active,
.uacf7-multistep-progressbar li.completed {
    background: #E84A00;
    color: #fff;
}

.uacf7-multistep-progressbar li.active::after,
.uacf7-multistep-progressbar li.completed::after {
    border-left-color: #E84A00;
}

/* Step containers */
.uacf7-step,
.uacf7-step-container,
[class*="uacf7-step"] {
    margin: 0 !important;
    padding: 0 !important;
}

/* Form intro */
.form-intro {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}

.form-intro p {
    font-size: 13px !important;
    margin: 0 0 5px 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .wpcf7 {
        padding: 10px 15px 15px 15px !important;
    }
    
    .form-field {
        margin-bottom: 10px !important;
    }
    
    .wpcf7-radio,
    .wpcf7-checkbox,
    .radio-group,
    .checkbox-group {
        flex-direction: column !important;
        gap: 5px !important;
    }
}/* End custom CSS */