/* Vehicle Column Styles (Individual) */
#vehicle-wizard {
    display: none !important;
}

/* ===== Category & Vehicle Wizard Columns ===== */
.ad_categories {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px 6px 10px 10px;
    border: 1px solid #e5e7eb;
}

.ad_categories > div.active {
    min-width: 200px;
}

.ad_categories > div .list-group {
    margin-bottom: 0;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8e4de;
    max-height: 345px;
    overflow-y: auto;
}

.ad_categories > div .list-group .list-group-item,
.ad_categories .vehicle-column .list-group .list-group-item {
    border: none;
    border-bottom: 1px solid #f2f3f5;
    padding: 10px 14px;
    font-size: 13px;
    color: #374151;
    background: transparent;
    transition: background 0.15s, color 0.15s;
    border-radius: 0;
    cursor: pointer;
}

.ad_categories > div .list-group .list-group-item:last-child,
.ad_categories .vehicle-column .list-group .list-group-item:last-child {
    border-bottom: none;
}

.ad_categories > div .list-group .list-group-item:hover,
.ad_categories .vehicle-column .list-group .list-group-item:hover {
    background: #f3f4f6;
    color: #111827;
}

.ad_categories > div .list-group .list-group-item.active,
.ad_categories .vehicle-column .list-group .list-group-item.active {
    background: #1d4ed8;
    color: #fff;
    font-weight: 600;
    border-color: transparent;
    border-radius: 5px;
    margin: 2px 3px;
    padding: 9px 11px;
}

/* Scrollbar */
.ad_categories::-webkit-scrollbar,
.vehicle-column::-webkit-scrollbar,
.ad_categories > div .list-group::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

.ad_categories::-webkit-scrollbar-track,
.vehicle-column::-webkit-scrollbar-track,
.ad_categories > div .list-group::-webkit-scrollbar-track {
    background: transparent;
}

.ad_categories::-webkit-scrollbar-thumb,
.vehicle-column::-webkit-scrollbar-thumb,
.ad_categories > div .list-group::-webkit-scrollbar-thumb {
    background: #cdc7be;
    border-radius: 3px;
}

.ad_categories::-webkit-scrollbar-thumb:hover,
.vehicle-column::-webkit-scrollbar-thumb:hover,
.ad_categories > div .list-group::-webkit-scrollbar-thumb:hover {
    background: #a89f94;
}

.vehicle-column {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-right: 8px;
    height: 420px;
    max-height: 600px;
    overflow-y: auto;
    transition: opacity 0.2s;
}

/* Trim Column */
#v_col_trim {
    background: #fff;
    border: 1px solid #e5e7eb;
}

#v_trims_container h4 {
    font-weight: 600;
    color: #1d4ed8;
    padding-bottom: 8px;
    border-bottom: 2px solid #1d4ed8;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

/* Table Styling */
.vehicle-variant-row td {
    vertical-align: middle !important;
    padding: 10px !important;
    border-top: 1px solid #f2f3f5;
    color: #4b5563;
    font-size: 13px;
}

.vehicle-variant-row:hover td {
    background-color: #f3f4f6 !important;
    color: #111827;
}

.vehicle-variant-row.info td {
    background-color: #eff6ff !important;
    font-weight: 600;
    color: #1d4ed8;
}

/* Sticky Header */
.ad_categories .table-responsive thead th {
    position: sticky;
    top: 0;
    background: #f9fafb;
    z-index: 10;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.3px;
    padding: 8px 10px;
}

/* Radio Button */
.custom-radio {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    transition: all 0.15s;
}

.custom-radio:hover input~.checkmark {
    border-color: #1d4ed8;
}

.custom-radio input:checked~.checkmark {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
}

.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio input:checked~.checkmark:after {
    display: block;
}

.custom-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

/* Loading */
.vehicle-column .loading {
    padding: 40px 20px;
    text-align: center;
    color: #6b7280;
    font-size: 13px;
}

/* Specs Container (Final Stage) */
#v_col_finalize {
    width: 280px;
    min-width: 280px;
    border: 1px solid #e8eaed;
    background: #fff;
    border-radius: 8px;
    height: auto;
    min-height: 345px;
}

#v_col_finalize .category_success {
    height: 100%;
    min-height: 340px;
    border: none;
    background: #fff;
}

#v_specs_container {
    padding: 0;
}

.vehicle-selection-detail {
    font-size: 14px;
    font-weight: 600;
    color: #3c4043;
    margin-top: -5px;
}
.vehicle-selection-detail small {
    font-weight: 400;
    color: #5f6368;
    font-size: 12px;
}

/* Filter Styles - unchanged */
#vehicle_filters .panel,
#vehicle_filters_container .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 5px;
}

#vehicle_filters .accordion-header,
#vehicle_filters_container .accordion-header {
    background: #f5f5f5;
    padding: 10px 15px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

#vehicle_filters .accordion-title,
#vehicle_filters_container .accordion-title {
    font-weight: 600;
    color: #333;
}

#vehicle_filters .panel-body,
#vehicle_filters_container .panel-body {
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    border-top: none;
}

#vehicle_filters .checkbox,
#vehicle_filters_container .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Vehicle Main Categories */
.vehicle-main-cat {
    display: block;
    padding: 10px 14px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #f2f3f5;
    color: #374151;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.15s, color 0.15s;
}

.vehicle-main-cat:first-child { border-radius: 0; }

.vehicle-main-cat:last-child {
    border-bottom: none;
}

.vehicle-main-cat:hover,
.vehicle-main-cat:focus {
    color: #111827;
    text-decoration: none;
    background-color: #f3f4f6;
}

.vehicle-main-cat.active {
    color: #fff;
    background: #1d4ed8;
    border-color: transparent;
    border-radius: 5px;
    margin: 2px 3px;
    padding: 9px 11px;
    font-weight: 600;
}

/* Custom Change Category Button (Mimics btn-custom-2) */
.custom-change-category-btn {
    cursor: pointer;
}

/* Vehicle Details Card Styling */
.vehicle-main-card {
    background: linear-gradient(135deg, #3a7bd5 0%, #00d2ff 100%);
    color: #fff;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 10px 20px -10px rgba(0, 210, 255, 0.4);
    margin-bottom: 30px;
    border: none;
}

.vehicle-main-item {
    position: relative;
    padding-left: 15px;
}

.vehicle-main-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.vehicle-main-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.85;
    margin-bottom: 3px;
}

.vehicle-main-value {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.spec-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.spec-col {
    width: 33.333%;
    padding: 0 10px 15px 10px;
}

@media (max-width: 768px) {
    .spec-col {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .spec-col {
        width: 100%;
    }
}

.spec-card {
    background: #fff;
    border: 1px solid #eaebed;
    border-radius: 6px;
    padding: 12px 15px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.spec-card:hover {
    border-color: #3a7bd5;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(58, 123, 213, 0.1);
}

.spec-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #3a7bd5;
    opacity: 0;
    transition: opacity 0.3s;
}

.spec-card:hover:after {
    opacity: 1;
}

.spec-key {
    font-size: 11px;
    color: #8898aa;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.spec-val {
    font-size: 13px;
    font-weight: 600;
    color: #32325d;
    text-align: right;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaebed;
}

.section-header h5 {
    margin: 0;
    font-weight: 800;
    color: #32325d;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.section-header .icon {
    margin-right: 10px;
    color: #3a7bd5;
    font-size: 16px;
}

/* Vehicle Info Card (Step 2) */
.vehicle-info-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-left: 4px solid #3a7bd5;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}
.vehicle-info-header {
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #3a7bd5;
    border-bottom: 1px solid #dee2e6;
    background: rgba(58, 123, 213, 0.04);
}
.vehicle-info-header i { margin-right: 6px; }
.vehicle-info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
}
.vi-tag {
    display: inline-flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #32325d;
    transition: all 0.2s;
}
.vi-tag:hover { border-color: #3a7bd5; box-shadow: 0 2px 8px rgba(58,123,213,0.1); }
.vi-tag-label {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8898aa;
    margin-bottom: 2px;
}
.vi-tag-accent {
    background: #3a7bd5;
    border-color: #3a7bd5;
    color: #fff;
}
.vi-tag-accent .vi-tag-label { color: rgba(255,255,255,0.75); }
.vi-tag-accent:hover { background: #2d6bc4; border-color: #2d6bc4; box-shadow: 0 2px 8px rgba(58,123,213,0.25); }

/* Vehicle Info Inline (Hesabim ad list) */
.vehicle-info-inline {
    display: inline-block;
    margin: 4px 0 2px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #3a7bd5;
    background: #f0f6ff;
    border: 1px solid #d4e4f7;
    border-radius: 4px;
    line-height: 1.5;
}
.vehicle-info-inline i { margin-right: 5px; opacity: 0.7; }

/* ===== Hesabim (My Account) Modern Overrides ===== */

/* Navigation Menu */
.hesabim-page .responsive-menu.rx {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 6px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.hesabim-page .responsive-menu.rx .eiob {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin: 0;
    padding: 0;
}

.hesabim-page .responsive-menu.rx .eiob > li > a {
    border-radius: 8px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #4b5563;
    border: none;
    background: transparent;
    transition: background 0.15s, color 0.15s;
}

.hesabim-page .responsive-menu.rx .eiob > li > a:hover {
    background: #f3f4f6;
    color: #111827;
}

.hesabim-page .responsive-menu.rx .eiob > li > a.active {
    background: #1d4ed8;
    color: #fff;
    font-weight: 600;
}

.hesabim-page .responsive-menu.rx .eiob > li > a.active:hover {
    background: #1e40af;
}

.hesabim-page .responsive-menu.rx .submenu {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 4px;
    margin-top: 4px;
    background: #fff;
}

.hesabim-page .responsive-menu.rx .submenu li a {
    border-radius: 6px;
    padding: 8px 14px;
    font-size: 13px;
    color: #374151;
    transition: background 0.15s;
}

.hesabim-page .responsive-menu.rx .submenu li a:hover {
    background: #f3f4f6;
}

.hesabim-page .responsive-menu.rx .submenu li a.active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
}

/* Block Container */
.hesabim-page .grid-block-full .home-block-title {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-bottom: 2px solid #1d4ed8;
    border-radius: 10px 10px 0 0;
    padding: 14px 20px;
    line-height: 1.4;
}

.hesabim-page .grid-block-full .home-block-title .collection-name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.01em;
}

.hesabim-page .grid-block-full .bh-btm {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 0;
    margin-bottom: 10px;
}

/* Table Modernization */
.hesabim-page .table.checkout-table {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.hesabim-page .table.checkout-table thead tr {
    background: #f8f9fa;
}

.hesabim-page .table.checkout-table thead th.table-title {
    border: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 12px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6b7280;
    white-space: nowrap;
}

.hesabim-page .table.checkout-table tbody tr {
    transition: background 0.15s;
}

.hesabim-page .table.checkout-table tbody tr:hover {
    background: #f8fafc;
}

.hesabim-page .table.checkout-table tbody td {
    padding: 14px 16px;
    vertical-align: middle;
    border-top: 1px solid #f2f3f5;
    font-size: 13px;
    color: #374151;
}

.hesabim-page .table.checkout-table tbody tr:first-child td {
    border-top: none;
}

/* Ad Image */
.hesabim-page .table.checkout-table td img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
}

/* Ad Title & Details */
.hesabim-page .table.checkout-table td p {
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.hesabim-page .table.checkout-table td p a {
    color: #111827;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s;
}

.hesabim-page .table.checkout-table td p a:hover {
    color: #1d4ed8;
}

.hesabim-page .table.checkout-table td p small {
    color: #9ca3af;
    font-size: 12px;
}

.hesabim-page .table.checkout-table td p small a {
    color: #6b7280;
    font-weight: 400;
    font-size: 12px;
}

.hesabim-page .table.checkout-table td p small a:hover {
    color: #1d4ed8;
}

.hesabim-page .table.checkout-table td .clsRegion {
    color: #4b5563;
    font-weight: 500;
    font-size: 12px;
}

/* Status Badges Override */
.hesabim-page div[class^="clsStatus_"] {
    border: none;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 6px;
}

.hesabim-page .clsStatus_0 {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.hesabim-page .clsStatus_1 {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.hesabim-page .clsStatus_2 {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
}

/* Actions Button */
.hesabim-page .btn-group .btn.btn-custom.btn-xs.dropdown-toggle {
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    transition: all 0.15s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.hesabim-page .btn-group .btn.btn-custom.btn-xs.dropdown-toggle:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

.hesabim-page .btn-group .dropdown-menu {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 4px;
    margin-top: 4px;
}

.hesabim-page .btn-group .dropdown-menu li a {
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 13px;
    color: #374151;
    transition: background 0.15s;
}

.hesabim-page .btn-group .dropdown-menu li a:hover {
    background: #f3f4f6;
    color: #111827;
}

/* Vehicle Info Inline - Hesabim modernized */
.hesabim-page .vehicle-info-inline {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #1d4ed8;
    margin-top: 4px;
    display: inline-block;
}

.hesabim-page .vehicle-info-inline i {
    margin-right: 4px;
    opacity: 0.7;
}

/* Pagination Override */
.hesabim-page .pagination {
    margin: 16px 0;
    padding: 0 16px;
}

.hesabim-page .pagination > li > a,
.hesabim-page .pagination > li > span {
    border-radius: 6px;
    margin: 0 2px;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-size: 13px;
    padding: 6px 12px;
    transition: all 0.15s;
}

.hesabim-page .pagination > li > a:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.hesabim-page .pagination > .active > a,
.hesabim-page .pagination > .active > span {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #fff;
}

/* No Ads Warning */
.hesabim-page .bh-btm .alert.alert-info {
    border-radius: 8px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e40af;
    margin: 20px 16px;
    font-size: 13px;
}

/* GET Status Badge */
.hesabim-page .clsGETStatus {
    border: none;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 11px;
    font-weight: 600;
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

/* Form Elements (Account Info, etc.) */
.hesabim-page .input-group {
    margin-bottom: 12px;
}

.hesabim-page .input-group .input-group-addon {
    border-radius: 8px 0 0 8px;
    border: 1px solid #e5e7eb;
    background: #f8f9fa;
    color: #374151;
    font-size: 13px;
}

.hesabim-page .input-group .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 0 8px 8px 0;
    font-size: 13px;
    color: #111827;
    transition: border-color 0.15s;
}

.hesabim-page .input-group .form-control:focus {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.1);
}

/* Panel (Help sections, etc.) */
.hesabim-page .panel {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: none;
}

.hesabim-page .panel-heading {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 8px 8px 0 0;
    color: #374151;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 16px;
}

.hesabim-page .panel-body {
    padding: 16px;
    font-size: 13px;
    color: #4b5563;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hesabim-page .responsive-menu.rx {
        padding: 4px;
    }
    .hesabim-page .responsive-menu.rx .eiob > li > a {
        padding: 8px 12px;
        font-size: 12px;
    }
    .hesabim-page .table.checkout-table td img {
        width: 60px;
        height: 45px;
    }
    .hesabim-page .table.checkout-table td {
        padding: 10px 8px;
    }
    .hesabim-page .table.checkout-table thead th.table-title {
        padding: 10px 8px;
        font-size: 10px;
    }
}

/* ===== Ilan Ver (Post Ad) Form Modern Overrides ===== */

/* Step Breadcrumb */
.ilanver-page .step-breadcrumb {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 24px;
    border-top: none;
    border-bottom: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.ilanver-page .step-breadcrumb .inner {
    padding: 0;
    margin: 0;
}

.ilanver-page .step-breadcrumb .cf {
    display: flex;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ilanver-page .step-breadcrumb li {
    flex: 1;
    display: flex;
    float: none;
    margin: 0;
    padding: 0;
}

.ilanver-page .step-breadcrumb li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #9ca3af;
    background: #f9fafb;
    text-decoration: none;
    transition: all 0.2s;
    border: none;
    clip-path: none;
    margin: 0;
    position: relative;
    float: none;
}

.ilanver-page .step-breadcrumb li a:before,
.ilanver-page .step-breadcrumb li a:after {
    display: none !important;
    content: none !important;
}

.ilanver-page .step-breadcrumb li a span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.ilanver-page .step-breadcrumb li a.active {
    background: #1d4ed8;
    color: #fff;
    font-weight: 600;
}

.ilanver-page .step-breadcrumb li a.active span:first-child {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.ilanver-page .step-breadcrumb li a.step_back {
    background: #f0fdf4;
    color: #16a34a;
}

.ilanver-page .step-breadcrumb li a.step_back span:first-child {
    background: #16a34a;
    color: #fff;
}

/* Section Headers (content-title / title-bg) */
.ilanver-page .title-bg .title {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-left: 3px solid #1d4ed8;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    margin: 20px 0 16px;
}

/* Input Groups */
.ilanver-page .ad_steps .input-group {
    margin-bottom: 16px;
}

.ilanver-page .ad_steps .input-group .input-group-addon {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 10px 16px;
}

.ilanver-page .ad_steps .input-group .input-group-addon .input-text {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.ilanver-page .ad_steps .input-group .input-group-addon .input-icon {
    color: #6b7280;
    margin-right: 6px;
}

.ilanver-page .ad_steps .input-group .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    padding: 10px 14px;
    font-size: 14px;
    color: #111827;
    height: auto;
    transition: border-color 0.15s;
}

.ilanver-page .ad_steps .input-group .form-control:focus {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.08);
    outline: none;
}

.ilanver-page .ad_steps .input-group .form-control::placeholder {
    color: #9ca3af;
}

/* Standalone Form Controls (outside input-group) */
.ilanver-page .ad_steps .row .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #111827;
    transition: border-color 0.15s, box-shadow 0.15s;
    height: auto;
}

.ilanver-page .ad_steps .row .form-control:focus {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.08);
    outline: none;
}

/* Select2 Overrides */
.ilanver-page .select2-container .select2-selection--single {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 40px;
    padding: 5px 8px;
    transition: border-color 0.15s;
}

.ilanver-page .select2-container--open .select2-selection--single {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.08);
}

.ilanver-page .select2-container .select2-selection--single .select2-selection__rendered {
    color: #111827;
    font-size: 14px;
    line-height: 28px;
}

.ilanver-page .select2-container .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af;
}

/* Select Elements */
.ilanver-page .ad_steps select.form-control,
.ilanver-page .ad_steps .input-group select {
    background: #fff;
    color: #111827;
    font-size: 14px;
    padding: 10px 14px;
    cursor: pointer;
}

/* Category Selection Display */
.ilanver-page .clsCatSelection {
    padding: 0;
    margin: 0;
}

.ilanver-page .clsCatSelection > li {
    color: #1d4ed8;
    font-weight: 600;
    font-size: 13px;
}

.ilanver-page .clsCatSelection > li:not(:last-child):after {
    color: #9ca3af;
    padding: 0 4px;
}

/* Change Category Button */
.ilanver-page .custom-change-category-btn {
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    color: #374151;
    transition: all 0.15s;
}

.ilanver-page .custom-change-category-btn:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

/* Checkbox & Radio */
.ilanver-page .ad_steps label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.ilanver-page .ad_steps input[type="checkbox"],
.ilanver-page .ad_steps input[type="radio"] {
    accent-color: #1d4ed8;
    margin-right: 6px;
}

/* Submit Button */
.ilanver-page .ad_steps .btn.btn-custom {
    border-radius: 8px;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.15s;
}

/* Dropzone / Upload Area */
.ilanver-page #uploadform {
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    background: #fafbfc;
    padding: 40px 20px;
    text-align: center;
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 20px;
}

.ilanver-page #uploadform:hover {
    border-color: #1d4ed8;
    background: #f8faff;
}

.ilanver-page #uploadform .dz-message {
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

/* Video Upload */
.ilanver-page #videoUpload .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 8px 12px;
}

/* Map Section */
.ilanver-page #use_map a {
    color: #1d4ed8;
    font-weight: 500;
    font-size: 13px;
}

.ilanver-page #map {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

/* Alert Info */
.ilanver-page .alert.alert-info {
    border-radius: 8px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1e40af;
    font-size: 13px;
}

.ilanver-page .alert.alert-warning {
    border-radius: 8px;
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    font-size: 13px;
}

/* Doping Selection (Step 3) */
.ilanver-page .dopings {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 13px;
    color: #111827;
    width: 100%;
    background: #fff;
    transition: border-color 0.15s;
}

.ilanver-page .dopings:focus {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.08);
    outline: none;
}

/* Checkout Table (Step 4) */
.ilanver-page .table.checkout-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.ilanver-page .table.checkout-table thead th {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 12px 16px;
}

.ilanver-page .table.checkout-table td {
    padding: 12px 16px;
    font-size: 13px;
    color: #374151;
    border-top: 1px solid #f2f3f5;
    vertical-align: middle;
}

.ilanver-page .table.checkout-table tfoot td {
    background: #f8f9fa;
    font-size: 14px;
}

/* Step 5 - Success */
.ilanver-page .clsFormFinal {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 15px;
}

.ilanver-page .clsFinishOpts {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 16px;
}

.ilanver-page .clsFinishOpts .btn {
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Category Search */
.ilanver-page .category_searcher .form-control {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 40px 12px 16px;
    font-size: 14px;
    color: #111827;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.ilanver-page .category_searcher .form-control:focus {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 3px rgba(29,78,216,0.08);
}

.ilanver-page .category_searcher .fa-search {
    color: #9ca3af;
}

/* HR Separator */
.ilanver-page hr {
    border-top: 1px solid #e5e7eb;
    margin: 24px 0;
}

/* Fix row alignment for dynamic fields (Ek Detaylar) */
.ilanver-page .ad_steps .row {
    display: flex;
    flex-wrap: wrap;
}

.ilanver-page .ad_steps .row > [class*="col-"] {
    float: none;
}

/* Payment Method Radio */
.ilanver-page .radio label {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

/* Mobile */
@media (max-width: 768px) {
    .ilanver-page .step-breadcrumb .cf {
        flex-wrap: wrap;
    }
    .ilanver-page .step-breadcrumb li a {
        padding: 8px 10px;
        font-size: 11px;
    }
    .ilanver-page .step-breadcrumb li a span:first-child {
        width: 22px;
        height: 22px;
        font-size: 11px;
    }
    .ilanver-page .ad_steps .input-group .input-group-addon {
        min-width: auto;
        padding: 8px 12px;
    }
    .ilanver-page .ad_steps .input-group .input-group-addon .input-text {
        font-size: 12px;
    }
}
