.form-wizard-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
}

.form-wizard-progress {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.form-wizard-progress:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.progress-step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    color: #666;
    font-weight: bold;
}

.progress-step.active {
    background: #4CAF50;
    color: white;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 20px;
}

.form-col {
    flex: 1;
    min-width: 250px;
    padding: 0 15px;
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.radio-group label {
    display: inline-block;
    margin-right: 15px;
    font-weight: normal;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    font-weight: normal;
}

.checkbox-label input {
    margin-right: 10px;
    margin-top: 3px;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

button {
    padding: 10px 20px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background: #45a049;
}

button.prev-step {
    background: transparent;
}

button.prev-step:hover {
    background: #c36;
}

.form-success-message {
    text-align: center;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 20px;
}

.review-section {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}

.review-section h4 {
    margin-top: 0;
    color: #333;
}
/* Form Container */
.form-wizard-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 4px;
}

/* Form Layout */
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    gap: 15px;
}

.form-col {
    flex: 1;
    min-width: 200px;
}

.form-col-full {
    flex: 0 0 100%;
}

/* Form Elements */
.form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-wizard input[type="text"],
.form-wizard input[type="email"],
.form-wizard input[type="tel"],
.form-wizard input[type="date"],
.form-wizard input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* Form Navigation */
.form-navigation {
    margin-top: 20px;
}

.form-navigation-flex {
    display: flex;
    justify-content: space-between;
}

/* Form Steps */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

/* Form Validation */
.invalid-feedback {
    color: #dc3232;
    font-size: 0.85em;
    margin-top: -8px;
    margin-bottom: 10px;
    display: none;
}

input:invalid {
    border-color: #dc3232;
}

/* Success Message */
.form-success-message {
    padding: 20px;
    background: #f0f8eb;
    border-left: 4px solid #46b450;
    margin-top: 20px;
}

/* Radio and Checkbox Styles */
.form-radio, .form-checkbox {
    margin-bottom: 10px;
}

.form-radio input, .form-checkbox input {
    margin-right: 8px;
}

/* Elementor Button Styles */
.elementor-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #818a91;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
    font-weight: 500;
}

.elementor-button:hover {
    opacity: 0.9;
}

.elementor-button-secondary {
    background-color: #6c757d;
}

.elementor-button-success {
    background-color: #28a745;
}
/* custom-flex.css */

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Spacing helpers */
.mt-4 { margin-top: 1.5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mt-2 { margin-top: 0.5rem; }
.p-4 { padding: 1.5rem; }

/* Utility */
.rounded { border-radius: 0.25rem; }
.shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

/* Form */
.form-label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 13px;
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.form-control:invalid {
    border-color: #dc3545;
}


/* Buttons */
.btn {
    display: inline-block;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
    border: none;
    text-align: center;
    transition: background-color 0.15s ease;
}

.btn-primary {
    background-color: #0d6efd;
    color: #fff;
}

.btn-secondary {
    background-color: #6c757d;
    color: #fff;
}

.btn-success {
    background-color: #198754;
    color: #fff;
}

/* Alert */
.alert {
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.alert-success {
    background-color: #d1e7dd;
    color: #0f5132;
}

/* Add to your style.css */
.form-check {
    display: flex;
    align-items: flex-start; /* Align checkbox with first line of text */
    gap: 0.5rem;
}

.form-check-input {
    margin-top: 0.2em; /* Better vertical alignment */
    flex-shrink: 0; /* Prevent shrinking */
}

.form-check-label {
    text-align: left;
}
.zip-dropdown {
    background: #fff;
    position: absolute;
    display: block !important;
}

.zip-dropdown {
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.zip-dropdown .zip-option {
    padding: 6px 10px;
}
.zip-dropdown .zip-option:hover {
    background-color: #f5f5f5;
}

input[name="origin_zip"].full-address,
input[name="destination_zip"].full-address {
    color: #555;
    font-style: italic;
}

.form-wizard{
    font-family: 'Outfit';
}