.nakliyat-form-wrapper {
    max-width: 800px;
    margin: 30px auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.nakliyat-progress {
    margin-bottom: 30px;
    position: relative;
}

.nakliyat-progress-bar {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.nakliyat-progress-bar-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #128C7E, #075E54);
    transition: width 0.5s ease;
    border-radius: 2px;
}

.nakliyat-step-indicators {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.nakliyat-step-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: default;
}

.nakliyat-step-dot.active {
    background: #128C7E;
    color: #fff;
    box-shadow: 0 2px 8px rgba(18,140,126,0.3);
}

.nakliyat-step-dot.completed {
    background: #25D366;
    color: #fff;
}

.nakliyat-step {
    display: none;
    animation: nakliyatFadeIn 0.4s ease;
}

.nakliyat-step.active {
    display: block;
}

@keyframes nakliyatFadeIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}

.nakliyat-step h3 {
    font-size: 22px;
    color: #333;
    margin: 0 0 20px;
    font-weight: 600;
}

.nakliyat-desc {
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
}

.nakliyat-field {
    margin-bottom: 20px;
}

.nakliyat-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #444;
    font-size: 15px;
}

.nakliyat-field input[type="text"],
.nakliyat-field input[type="tel"],
.nakliyat-field input[type="datetime-local"] {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 15px;
    transition: border-color 0.3s;
    box-sizing: border-box;
    background: #fafafa;
}

.nakliyat-field input:focus {
    border-color: #128C7E;
    outline: none;
    background: #fff;
}

.nakliyat-options {
    display: grid;
    gap: 10px;
}

.nakliyat-option {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    background: #fafafa;
}

.nakliyat-option:hover {
    border-color: #128C7E;
    background: #f0faf8;
}

.nakliyat-option input[type="radio"] {
    accent-color: #128C7E;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}

.nakliyat-option.selected {
    border-color: #128C7E;
    background: #e8f5f2;
}

.nakliyat-option span {
    font-size: 15px;
    color: #333;
}

.nakliyat-checkbox {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 10px;
}

.nakliyat-checkbox:hover {
    border-color: #128C7E;
}

.nakliyat-checkbox input[type="checkbox"] {
    accent-color: #128C7E;
    width: 20px;
    height: 20px;
}

.nakliyat-checkbox.selected {
    border-color: #128C7E;
    background: #e8f5f2;
}

.nakliyat-nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 30px;
}

.nakliyat-btn {
    padding: 14px 32px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.nakliyat-btn-next,
.nakliyat-btn-submit {
    background: linear-gradient(135deg, #128C7E, #075E54);
    color: #fff;
    margin-left: auto;
}

.nakliyat-btn-next:hover,
.nakliyat-btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(18,140,126,0.3);
}

.nakliyat-btn-prev {
    background: #f0f0f0;
    color: #555;
}

.nakliyat-btn-prev:hover {
    background: #e0e0e0;
}

.nakliyat-btn-edit {
    background: #f0f0f0;
    color: #555;
}

.nakliyat-btn-edit:hover {
    background: #e0e0e0;
}

.nakliyat-btn-adisyon {
    background: linear-gradient(135deg, #e67e22, #d35400);
    color: #fff;
}

.nakliyat-btn-adisyon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(230,126,34,0.3);
}

.nakliyat-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nakliyat-btn-whatsapp:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}

/* Upload */
.nakliyat-upload-area {
    border: 2px dashed #ccc;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #fafafa;
}

.nakliyat-upload-area:hover,
.nakliyat-upload-area.dragover {
    border-color: #128C7E;
    background: #f0faf8;
}

.nakliyat-upload-placeholder p {
    color: #999;
    margin: 10px 0 0;
}

.nakliyat-image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.nakliyat-image-preview .nakliyat-preview-item {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 2px solid #e0e0e0;
}

.nakliyat-image-preview .nakliyat-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nakliyat-image-preview .nakliyat-preview-item .nakliyat-remove-img {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Summary */
.nakliyat-summary {
    animation: nakliyatFadeIn 0.5s ease;
}

.nakliyat-summary h2 {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
    font-size: 26px;
}

#nakliyatSummaryInfo {
    background: #f8f8f8;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.nakliyat-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.nakliyat-summary-row:last-child {
    border-bottom: none;
}

.nakliyat-summary-row .label {
    color: #666;
    font-weight: 500;
}

.nakliyat-summary-row .value {
    color: #333;
    font-weight: 600;
    text-align: right;
}

.nakliyat-map-container {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    margin-bottom: 20px;
}

.nakliyat-summary-route {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #128C7E;
    margin-bottom: 20px;
    padding: 15px;
    background: #f0faf8;
    border-radius: 12px;
}

.nakliyat-summary-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.nakliyat-summary-photos {
    margin-bottom: 20px;
}

.nakliyat-summary-photos h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.nakliyat-photos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
}

.nakliyat-photos-grid img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.nakliyat-suggestions {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.nakliyat-suggestions div {
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.nakliyat-suggestions div:hover {
    background: #f0faf8;
}

.nakliyat-field {
    position: relative;
}

/* Loading */
.nakliyat-loading {
    display: none;
    text-align: center;
    padding: 40px;
}

.nakliyat-loading.active {
    display: block;
}

.nakliyat-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top-color: #128C7E;
    border-radius: 50%;
    animation: nakliyatSpin 0.8s linear infinite;
    margin: 0 auto 15px;
}

@keyframes nakliyatSpin {
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 600px) {
    .nakliyat-form-wrapper {
        padding: 20px 15px;
        margin: 15px 10px;
    }
    .nakliyat-step-indicators {
        flex-wrap: wrap;
        gap: 5px;
        justify-content: center;
    }
    .nakliyat-step-dot {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
    .nakliyat-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .nakliyat-map-container {
        height: 280px;
    }
    .nakliyat-photos-grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
    .nakliyat-photos-grid img {
        height: 80px;
    }
}

/* Leaflet override */
.leaflet-routing-container {
    display: none !important;
}

.leaflet-tooltip {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 8px;
    border: 2px solid #128C7E;
    background: #fff;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    white-space: normal;
    max-width: 220px;
    line-height: 1.3;
}

.leaflet-tooltip-top:before {
    border-top-color: #128C7E;
}

.nakliyat-truck-marker {
    font-size: 32px;
    text-align: center;
    line-height: 32px;
}
