:root {
    --primary-color: #ff5722;
    --primary-dark: #ff4713;
    --secondary-color: #333;
    --text-color: #444;
    --text-light: #64748b;
    --text-dark: #1e293b;
    --bg-light: #f8fafc;
    --bg-lighter: #f1f5f9;
    --white: #fff;
    --black: #000;
    --border-color: #f1f5f9;
    --shadow-sm: 0 2px 20px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 15px 30px rgba(0, 0, 0, 0.1);
    --shadow-btn: 0 5px 15px rgba(255, 87, 34, 0.2);
    --transition: all 0.3s ease;
    --card-radius: 20px;
    --btn-radius: 8px;
}

a {
    text-decoration: none;
    color: #000;
}


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.card-content .card-btn {
    display: block;
    text-align: center;
}

.desktop-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px;
    white-space: nowrap;
}

.accessory-cards {
    width: 100%;
    overflow: hidden;
}

.cards-wrapper {
    width: 100%;
    margin: 0;
}

.accessory-card {
    width: 100%;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* Navbar Styles */
.navbar {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    padding: 12px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
    min-width: 120px;
}

.navbar-brand span {
    color: var(--primary-color);
}

.navbar-nav .nav-link {
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0 12px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.navbar-nav .nav-link i {
    font-size: 18px;
    color: var(--text-light);
    transition: var(--transition);
}

.navbar-nav .nav-link:hover i {
    color: var(--primary-color);
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.search-btn,
.ihale-btn {
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    text-align: center;
    min-width: 110px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    gap: 8px;
}

.search-btn {
    background: #ff5722;
    color: #fff;
}

.search-btn:hover {
    background: #ff4713;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 87, 34, 0.2);
}

.ihale-btn {
    background: #ff5722;
    color: #fff;
    box-shadow: 0 2px 4px rgba(255, 87, 34, 0.2);
}

.ihale-btn:hover {
    background: #ff4713;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 87, 34, 0.3);
}

.hero-btn {
    padding: 12px 24px;
    font-size: 14px;
    background: #ff5722;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.2s ease;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 2px 4px rgba(255, 87, 34, 0.2);
    position: relative;
    z-index: 3;
    pointer-events: all;
    user-select: none;
    min-width: 110px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero-btn:hover {
    background: #ff4713;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(255, 87, 34, 0.3);
}

.hero-category {
    position: relative;
    z-index: 2;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--primary-color);
    -webkit-text-stroke: 0.3px rgba(0, 0, 0, 0.1);
    user-select: text;
}

.hero-title {
    position: relative;
    z-index: 2;
    font-size: 82px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1.1;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    user-select: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    position: relative;
    z-index: 2;
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 500;
    color: var(--white);
    letter-spacing: 0.5px;
    user-select: text;
}

/* =========================
   Page: vw-models-inside-sahi
   Scope: .list-grid-inside
   Note: Bu sayfaya özel tüm kurallar scoped; globali bozmaz.
   ========================= */
/* --- Yeni Izgara Tasarımı: Sol filtre / sağ sonuç --- */
.list-grid-inside .listing-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
    align-items: start;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .footer-desc {
        max-width: 100% !important;
        text-align:center;
    }
    .list-grid-inside .listing-grid {
        grid-template-columns: 1fr;
    }

    .list-grid-inside .filter-panel {
        position: static;
    }
}

.list-grid-inside .filter-panel {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    padding: 16px;
    position: sticky;
    top: 100px;
}

/* Mobilde sticky davranışı kapatılır (üstte kalma/kayma sorununu önlemek için) */
@media (max-width: 992px) {
    .list-grid-inside .filter-panel {
        position: static !important;
        top: auto !important;
    }
}

.list-grid-inside .filter-group {
    margin-bottom: 16px;
}

.list-grid-inside .filter-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.list-grid-inside .category-tree {
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px;
}

.list-grid-inside .category-tree a {
    display: block;
    width: 100%;
    color: var(--text-light);
    text-decoration: none;
    padding: 6px 6px;
    border-radius: 6px;
}

.list-grid-inside .category-tree a:hover {
    background: var(--bg-light);
}

.list-grid-inside .category-tree a.active {
    color: var(--primary-color);
    font-weight: 700;
}

.list-grid-inside .filter-select,
.list-grid-inside .filter-input {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
}

.list-grid-inside .currency-switch {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.list-grid-inside .currency-btn {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    background: var(--bg-light);
    color: var(--text-light);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: var(--transition);
}

.list-grid-inside .currency-btn:hover {
    background: var(--bg-light);
    border-color: var(--border-color);
}

.list-grid-inside .currency-btn.active {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.list-grid-inside .currency-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.list-grid-inside .price-inputs {
    display: flex;
    gap: 10px;
}

.list-grid-inside .price-inputs .filter-input {
    flex: 1;
}

.list-grid-inside .fuel-options label {
    display: block;
    margin: 6px 0;
}

.list-grid-inside .selected-path {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.list-grid-inside .selected-chip {
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 4px 10px;
    font-size: 12px;
}

.list-grid-inside .fuel-options label {
    color: var(--text-light);
}

.list-grid-inside .result-count {
    color: var(--text-light);
    margin-left: auto;
}

.list-grid-inside .results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.list-grid-inside .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

@media (max-width: 1200px) {
    .list-grid-inside .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .list-grid-inside .cards-wrapper {
        grid-template-columns: 1fr;
    }
}

.list-grid-inside .car-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: var(--transition);
}

.list-grid-inside .car-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

/* Görsel kaldırıldığı için yerine hafif bir hero şeridi ekliyoruz */
.list-grid-inside .card-hero {
    height: 80px;
    background: var(--bg-light);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-grid-inside .card-hero .hero-letter {
    position: absolute;
    font-size: 56px;
    font-weight: 800;
    color: #ff47130f;
    line-height: 1;
}

.list-grid-inside .card-hero .hero-icon {
    position: relative;
    font-size: 28px;
    color: var(--primary-color);
}

.list-grid-inside .card-content {
    padding: 12px;
}

.list-grid-inside .card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
}

/* Kart içi car-specs yapısını bu sayfaya özel tek sütun halinde göster */
.list-grid-inside .car-specs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.list-grid-inside .car-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 6px;
}

.list-grid-inside .filter-clear-btn {
    width: 100%;
    margin-top: 6px;
    border: 1px solid var(--border-color);
    background: var(--white);
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.list-grid-inside .filter-clear-btn:hover {
    background: var(--bg-light);
}

/* Filtreyi Uygula butonu */
.list-grid-inside .apply-filters-btn {
    width: 100%;
    margin-top: 10px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 10px 12px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
}

.list-grid-inside .apply-filters-btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.list-grid-inside .apply-filters-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.list-grid-inside .progress-hint {
    font-size: 12px;
    color: var(--text-light);
    margin-top: 8px;
}

.list-grid-inside .trim-options {
    margin-top: 6px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dashed var(--border-color);
}

/* Bu sayfaya özel: her spec-row tek kolon olsun, tüm spec-item tam genişlikte olsun */
.list-grid-inside .car-card .spec-row {
    grid-template-columns: 1fr !important;
}

.list-grid-inside .car-card .spec-row .spec-item {
    width: 100%;
}

/* Paket adı başlığın altında küçük turuncu metin olarak gösterilir */
.list-grid-inside .car-card .package-name {
    color: var(--primary-color);
    font-size: 12px;
    margin-top: 2px;
    font-weight: 700;
}

/* Devamını Görüntüle butonu */
.list-grid-inside .show-more-btn {
    display: block;
    margin: 8px auto 0;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    background: var(--bg-light);
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
}

.list-grid-inside .show-more-btn:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.list-grid-inside .show-more-btn:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Başlık daha kalın */
.list-grid-inside .car-card .card-title {
    font-weight: 800;
}

/* Devamını görüntüle / gizli ek özellikler */
.list-grid-inside .more-specs {
    display: none;
}

.list-grid-inside .car-card.showing-more .more-specs {
    display: block;
}

.list-grid-inside .show-more-link {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    text-decoration: none;
}

.list-grid-inside .show-more-link:hover {
    text-decoration: underline;
}

/* Mobil Filtreler butonu ve offcanvas ayarları */
.list-grid-inside .mobile-filters-toggle {
    display: flex;
    justify-content: flex-end;
    margin: 12px 0;
}

.list-grid-inside .filters-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: var(--btn-radius, 8px);
    padding: 10px 14px;
    font-weight: 700;
}

.list-grid-inside .filters-btn i {
    font-size: 18px;
}

.list-grid-inside .filters-btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.list-grid-inside .offcanvas-fullscreen {
    --bs-offcanvas-width: 100vw;
}

.list-grid-inside .offcanvas-fullscreen .offcanvas-header {
    padding: 16px 20px;
}

.list-grid-inside .offcanvas-fullscreen .offcanvas-body {
    padding: 20px;
}

@media (max-width: 992px) {
    .list-grid-inside .filter-panel {
        display: none;
    }
}

/* Mobilde Filtreler butonunu tam genişlik ve köşesiz yap */
@media (max-width: 992px) {
    .list-grid-inside .mobile-filters-toggle {
        margin: 0px calc(-1 * var(--bs-gutter-x, .75rem));
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0;
        position: sticky;
        top: 74px;
        z-index: 900;
        background: var(--white);
        border-bottom: 1px solid var(--border-color);
        box-shadow: var(--shadow-sm);
    }

    .list-grid-inside .filters-btn {
        width: 100%;
        border-radius: 0 !important;
        justify-content: center;
        text-align: center;
    }

    /* İç ayrım çizgileri: çift çizgiyi önlemek için yan kenarları yeniden tanımla */
    .list-grid-inside .mobile-filters-toggle .filters-btn {
        border-left: 0 !important;
        border-right: 0 !important;
    }

    .list-grid-inside .mobile-filters-toggle .filters-btn:first-child {
        border-left: 1px solid var(--primary-color) !important;
    }

    .list-grid-inside .mobile-filters-toggle .filters-btn+.filters-btn {
        border-left: 1px solid var(--primary-color) !important;
    }

    .list-grid-inside .mobile-filters-toggle .filters-btn:last-child {
        border-right: 1px solid var(--primary-color) !important;
    }
}

/* Sayfalandırma Tasarımı */
.list-grid-inside .results-pagination {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    margin-top: 20px;
}

.list-grid-inside .results-pagination .pagination-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    flex-wrap: wrap;
}

.list-grid-inside .results-pagination .page-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-grid-inside .results-pagination .page-number {
    border: 1px solid var(--border-color);
    background: #fff;
    color: var(--text-dark);
    border-radius: var(--btn-radius, 8px);
    padding: 8px 12px;
    min-width: 40px;
    text-align: center;
    font-weight: 600;
}

.list-grid-inside .results-pagination .page-number:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.list-grid-inside .results-pagination .page-number.active {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.list-grid-inside .results-pagination .page-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--border-color);
    background: #fff;
    color: var(--text-dark);
    border-radius: var(--btn-radius, 8px);
    padding: 8px 12px;
    font-weight: 700;
}

.list-grid-inside .results-pagination .page-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.list-grid-inside .results-pagination .dots {
    color: var(--text-light);
    padding: 0 4px;
}

@media (max-width: 576px) {
    .list-grid-inside .results-pagination .pagination-inner {
        justify-content: center;
    }
}
@media (min-width: 992px) {
#offcanvasMenu {
    display:none;
}
}
/* Eski içerikleri gizleyerek çakışmaları önle */
.list-grid-inside .car-models-inside-header,

.list-grid-inside .car-models-inside-tab-content {
    display: none !important;
}

/* Sırala Modal stilileri */
.list-grid-inside .sort-modal .modal-content {
    border-radius: 12px;
}

.list-grid-inside .sort-modal .modal-title {
    font-weight: 800;
}

.list-grid-inside .sort-options {
    display: grid;
    gap: 8px;
}

.list-grid-inside .sort-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
}

.list-grid-inside .sort-option input {
    accent-color: var(--primary-color);
}

/* Aksan rengi desteklenmediğinde özel görünüm */
.list-grid-inside .sort-option input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}

.list-grid-inside .sort-option input[type="radio"]:checked {
    background-color: var(--primary-color);
}

.list-grid-inside .sort-option input[type="radio"]+* {
    margin-left: 4px;
}

/* Modal uygula butonu temaya uyumlu */
.list-grid-inside .sort-modal .btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    font-weight: 700;
}

.list-grid-inside .sort-modal .btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
}

.list-grid-inside .sort-modal .btn-primary:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Genel checkbox/radio tema rengi */
.list-grid-inside input[type="checkbox"],
.list-grid-inside input[type="radio"] {
    accent-color: var(--primary-color);
}

/* Filtre alanındaki checkboxlar için özel görünüm (aksan desteklenmiyorsa) */
.list-grid-inside .fuel-options .fuel-chip input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid var(--primary-color);
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
    margin-right: 8px;
    flex-shrink: 0;
}

.list-grid-inside .fuel-options .fuel-chip input[type="checkbox"]:checked {
    background-color: var(--primary-color);
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* Hero Section Styles */
.hero-slider {
    position: relative;
    height: 90vh;
    background: var(--black);
}

.swiper {
    width: 100%;
    height: 92vh;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    transform: scale(1.1);
    transition: transform 8s ease;
}

.swiper-slide-active .hero-img {
    transform: scale(1);
}

.hero-content {
    position: absolute;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}

.hero-category {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.swiper-slide-active .hero-category {
    opacity: 1;
    transform: translateY(0);
}

.hero-title {
    font-size: 72px;
    font-weight: 800;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.2s;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.swiper-slide-active .hero-title {
    opacity: 1;
    transform: translateY(0);
}

.hero-subtitle {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.4s;
}

.swiper-slide-active .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
}

.hero-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.6s;
}

.swiper-slide-active .hero-btn {
    opacity: 1;
    transform: translateY(0);
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: var(--white);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
    width: 40px;
}

/* Modern Araç Arama Stilleri */
.car-search {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.car-search::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="none"/><circle cx="50" cy="50" r="1" fill="%23ff5722" opacity="0.1"/></svg>') repeat;
    opacity: 0.5;
    z-index: 1;
}

.search-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.search-header {
    text-align: center;
    margin-bottom: 40px;
}

.search-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
}

.search-header span {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
}

.search-header span::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    border-radius: 2px;
}

.search-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.search-form {
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.search-group {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
    align-items: center;
}

.search-input {
    position: relative;
}

.search-input i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 18px;
    pointer-events: none;
}

.brand-select,
.model-select {
    width: 100%;
    padding: 12px 16px 12px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    background: #fff;
    transition: all 0.2s ease;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    line-height: 1.5;
}

.brand-select:hover,
.model-select:hover {
    border-color: #ff5722;
}

.brand-select:focus,
.model-select:focus {
    border-color: #ff5722;
    box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.1);
    outline: none;
}

.search-input i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    pointer-events: none;
}

.search-group {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 16px;
    align-items: center;
}

.search-form {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.search-btn i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.search-btn:hover i {
    transform: translateX(2px);
}



.car-cards {
    padding: 80px 0;
    background: #fff;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.section-header span {
    color: var(--primary-color);
}

.section-header p {
    font-size: 16px;
    color: #666;
}

.cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 20px 0;
}

.car-card {
    background: var(--white);
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.car-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-dark);
}

.card-image {
    position: relative;
    width: 100%;
    height: 200px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: var(--card-radius) var(--card-radius) 0 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.car-card:hover .card-image img {
    transform: scale(1.1);
}

.card-content {
    padding: 24px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.car-specs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--white);
    border-radius: var(--btn-radius);
    transition: all 0.2s ease;
    border: 1px solid var(--border-color);
}

.spec-item:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
}

.spec-item:hover i,
.spec-item:hover .spec-value,
.spec-item:hover .spec-label {
    color: var(--white);
}

.spec-item i {
    font-size: 24px;
    color: var(--primary-color);
    transition: all 0.2s ease;
}

.spec-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spec-label {
    font-size: 12px;
    color: var(--text-light);
    transition: all 0.2s ease;
}

.spec-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.2s ease;
}

.card-btn {
    width: 100%;
    padding: 14px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.2);
}


/* Yüksek Beygirli Araç Stilleri */
.high-power .spec-item.power-spec {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.high-power .spec-item.power-spec i,
.high-power .spec-item.power-spec .spec-value,
.high-power .spec-item.power-spec .spec-label {
    color: var(--white);
}

.high-power .spec-item.power-spec:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
}

.offcanvas {
    background: #fff;
    border: none;
}

.offcanvas-header {
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.offcanvas-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
}

.offcanvas-title span {
    color: #ff5722;
}

.btn-close {
    background: none;
    border: none;
    padding: 0;
    font-size: 24px;
    color: #64748b;
    opacity: 1;
}

.offcanvas-body {
    padding: 0;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    color: #1e293b;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.mobile-nav-link i {
    margin-right: 15px;
    font-size: 20px;
    color: #64748b;
    transition: all 0.2s ease;
}

.mobile-nav-link:hover {
    background: #f8fafc;
    color: #ff5722;
}

.mobile-nav-link:hover i {
    color: #ff5722;
}

.mobile-nav-buttons {
    padding: 20px;
    display: grid;
    gap: 12px;
}

.mobile-nav-buttons .search-btn,
.mobile-nav-buttons .ihale-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border-radius: 8px;
}



/* Aksesuar Card Stilleri */
.accessory-cards {
    padding: 80px 0;
    background: #fafafa;
    position: relative;
}

.accessory-card {
    background: var(--white);
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--border-color);
    position: relative;
    display: flex;
    flex-direction: column;
}

.accessory-card.discounted::before {
    content: '-25%';
    position: absolute;
    top: 15px;
    left: 15px;
    background: #e53935;
    color: var(--white);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.accessory-image {
    position: relative;
    width: 100%;
    height: 250px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--card-radius) var(--card-radius) 0 0;
}

.accessory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.accessory-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.accessory-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.accessory-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.accessory-rating i {
    color: #ffc107;
    font-size: 16px;
}

.rating-count {
    color: var(--text-light);
    font-size: 14px;
    margin-left: 8px;
}

.accessory-description {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.accessory-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.current-price {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
}

.old-price {
    font-size: 16px;
    color: var(--text-light);
    text-decoration: line-through;
}

.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #1e1e1e;
}

.verified-badge i {
    font-size: 18px;
    color: var(--primary-color);
}

.verified-badge .verify-icon {
    color: #00c853;
    margin-right: 4px;
}

.verified-badge .brand {
    color: var(--primary-color);
    font-weight: 600;
}

.verified-badge .text {
    font-weight: 500;
}

.sponsored-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sponsored-tag i {
    font-size: 16px;
    color: #ffd700;
}

.button-container {
    margin-top: auto;
}

.accessory-btn {
    width: 100%;
    padding: 14px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: var(--btn-radius);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 16px;
}

.accessory-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
}


.brands-section {
    padding: 80px 0;
    background: var(--bg-light);
    position: relative;
    overflow: hidden;
}

.brands-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.brand-item {
    background: var(--white);
    border-radius: var(--card-radius);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    transition: var(--transition);
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.brand-item img {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: var(--transition);
    filter: grayscale(100%);
}

.brand-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    text-align: center;
    transition: var(--transition);
}

.brand-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.brand-item:hover img {
    filter: grayscale(0%);
    transform: scale(1.1);
}

.brand-item:hover .brand-name {
    color: var(--primary-color);
}

.brands-button {
    text-align: center;
    margin-top: 20px;
}

.all-brands-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: var(--btn-radius);
    font-size: 15px;
    font-weight: 600;
    transition: var(--transition);
}

.all-brands-btn:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
}

.partnership-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 100%);
    position: relative;
    overflow: hidden;
}

.partnership-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

.partnership-content {
    display: flex;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--card-radius);
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.partner-logo {
    flex: 0 0 200px;
}

.partner-logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(255, 87, 34, 0.3));
}

.partner-info {
    flex: 1;
    color: var(--white);
}

.partner-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(to right, #fff, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.partner-info p {
    font-size: 18px;
    margin-bottom: 25px;
    opacity: 0.9;
}

.partner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: var(--btn-radius);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
}

.partner-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.3);
}

.partner-btn i {
    transition: var(--transition);
}

.partner-btn:hover i {
    transform: translateX(5px);
}

.footer {
    background: var(--bg-light);
    padding: 80px 0 30px;
    border-top: 1px solid var(--border-color);
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-logo {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.footer-logo span {
    color: var(--primary-color);
}

.footer-desc {
    color: var(--text-light);
    margin-bottom: 25px;
    line-height: 1.6;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--text-dark);
    font-size: 18px;
    transition: var(--transition);
    border: 1px solid var(--border-color);
}

.social-link:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: var(--shadow-sm);
}

.footer-col h4 {
    color: var(--text-dark);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-light);
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--text-light);
}

.footer-contact i {
    color: var(--primary-color);
    font-size: 20px;
}

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
    text-align: center;
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.report-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: var(--btn-radius);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

.report-btn:hover {
    background: var(--primary-color);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
}

.report-btn i {
    font-size: 16px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
}

.footer-desc {
    max-width: 300px;
}

/* Araç Kartları Grid Sistemi */
.car-cards .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px 0;
}

.accessory-cards .cards-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 20px 0;
}

.why-us-section {
    padding: 80px 0;
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);
    position: relative;
    overflow: hidden;
}

.why-us-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.why-us-card {
    background: var(--white);
    border-radius: var(--card-radius);
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.why-us-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border-radius: 50%;
    margin-bottom: 5px;
    transition: var(--transition);
}

.why-us-icon i {
    font-size: 32px;
    color: var(--primary-color);
    transition: var(--transition);
}

.why-us-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.why-us-card p {
    font-size: 14px;
    color: var(--text-light);
    margin: 0;
    line-height: 1.6;
}

.why-us-hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px dashed var(--border-color);
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition);
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

.stat-text {
    font-size: 13px;
    color: var(--text-light);
}

.why-us-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: var(--primary-color);
}

.why-us-card:hover .why-us-icon {
    background: var(--primary-color);
}

.why-us-card:hover .why-us-icon i {
    color: var(--white);
}

.why-us-card:hover .why-us-hover {
    opacity: 1;
    transform: translateY(0);
}

.video-reviews {
    padding: 40px 20px;
}

.video-reviews .section-header {
    text-align: center;
    margin-bottom: 30px;
}

.video-reviews h2 {
    font-size: 32px;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.video-reviews .description {
    color: var(--text-gray);
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.video-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.video-item {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.video-title {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #eee;
}

.video-title i {
    color: var(--primary-color);
    font-size: 20px;
    flex-shrink: 0;
}

.video-title span {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    line-height: 1.4;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.maintenance-tips {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #e9edf1 100%);
}

.maintenance-tips .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.maintenance-tips .section-header h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.maintenance-tips .section-header p {
    font-size: 16px;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
}

.maintenance-tips-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding: 0 15px;
}

.tip-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: var(--card-radius);
    box-shadow: var(--shadow-sm);
    padding: 30px;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tip-card::after {
    content: none;
    position: absolute;
    right: -40px;
    top: -40px;
    width: 160px;
    height: 160px;
    background: none;
    pointer-events: none;
}

.tip-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.tip-card:hover .tip-icon {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.tip-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--border-color);
    border-radius: 5px 0 0 5px;
}

.tip-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light);
    border: 1px solid var(--border-color);
    border-radius: 50%;
    margin-bottom: 20px;
    transition: var(--transition);
}

.tip-icon i {
    font-size: 30px;
    color: var(--text-dark);
}

.tip-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.tip-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.tip-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: var(--text-light);
    font-size: 15px;
    line-height: 1.5;
}

.tip-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border-color);
}

.tip-link {
    display: inline-flex;
    align-items: center;
    color: var(--text-dark);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: var(--transition);
    margin-top: auto;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2px;
}

.tip-link i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.tip-link:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.tip-link:hover i {
    transform: translateX(5px);
}

.blog-section {
    padding: 60px 0;
    background: var(--bg-light);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.blog-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.blog-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--primary-color);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.blog-content {
    padding: 20px;
}

.blog-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-gray);
    font-size: 13px;
}

.blog-meta i {
    font-size: 16px;
    color: var(--primary-color);
}

.blog-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.4;
}

.blog-content p {
    color: var(--text-gray);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.read-more:hover {
    gap: 12px;
}

.blog-footer {
    text-align: center;
    margin-top: 40px;
}

.all-posts-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.all-posts-btn:hover {
    background: var(--primary-dark);
    gap: 12px;
}

.section-footer {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.view-all-btn:hover {
    background: var(--primary-dark);
    gap: 12px;
    transform: translateY(-2px);
}

.view-all-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(4px);
}

.brands-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.brands-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.brands-section-header h2 {
    font-size: 36px;
    color: var(--text-dark);
    margin-bottom: 15px;
    font-weight: 700;
}

.brands-section-header h2 span {
    color: var(--primary-color);
    font-weight: 500;
}

.brands-section-header p {
    color: var(--text-gray);
    font-size: 16px;
}

.brands-section-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.brands-section-card {
    background: var(--white);
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.brands-section-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.brands-section-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-section-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.brands-section-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.brands-section-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.brands-section-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-gray);
    font-size: 14px;
}

.brands-section-meta i {
    color: var(--primary-color);
    font-size: 18px;
}

.brands-section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.3s ease;
}

.brands-section-link:hover {
    gap: 12px;
}

.brands-section-card-link {
    display: block;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    color: inherit;
}

.brands-section-name {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.brands-section-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--text-gray);
    font-size: 14px;
}

.brands-section-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}

/* Link hover durumlarını da düzeltelim */
.brands-section-card-link:hover {
    color: inherit;
    text-decoration: none;
}

.brands-section-card-link:hover .brands-section-link {
    color: var(--primary-color);
    gap: 12px;
}

.brands-section-filters {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.brands-section-search {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}

.search-input {
    flex: 1;
    max-width: 400px;
    position: relative;
}

.search-input input {
    width: 100%;
    padding: 12px 20px 12px 45px;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.search-input i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-gray);
    font-size: 18px;
}

.search-input input:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.1);
}

.filter-buttons {
    display: flex;
    gap: 10px;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: var(--white);
    color: var(--text-dark);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.filter-btn i {
    font-size: 18px;
}

.filter-btn.active {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

.filter-btn:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.filter-btn.active:hover {
    color: var(--white);
}

.brands-section-sort {
    min-width: 150px;
}

.sort-select {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-dark);
    appearance: none;
    background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9l6 6l6-6'/%3E%3C/svg%3E") no-repeat right 10px center;
    cursor: pointer;
}

.models-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.models-section-header {
    margin-bottom: 40px;
    background: linear-gradient(135deg, #1e1e1e 0%, #2d2d2d 100%);
    border-radius: 20px;
    padding: 40px;
    color: white;
}

.brand-info {
    display: flex;
    align-items: center;
    gap: 40px;
}

.brand-logo-wrapper {
    background: white;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.brand-logo {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.brand-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.brand-details h2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    margin: 0;
}

.brand-details h2 span {
    color: var(--primary-color);
    font-weight: 500;
}

.brand-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.brand-badge i {
    color: var(--primary-color);
}

.brand-details p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    max-width: 600px;
}

.models-section-filters {
    margin: 40px 0;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.search-wrapper {
    flex: 1;
    max-width: 800px;
}

.search-input {
    position: relative;
    width: 100%;
}

.search-input input {
    width: 100%;
    padding: 16px 24px 16px 54px;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 16px;
    color: var(--text-dark);
    background: var(--white);
    transition: all 0.3s ease;
}

.search-input input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.1);
    outline: none;
}

.search-input i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--text-light);
    pointer-events: none;
    transition: all 0.3s ease;
}

.search-input input:focus+i {
    color: var(--primary-color);
}

.sort-wrapper {
    position: relative;
    width: 280px;
}

.sort-select {
    width: 100%;
    padding: 16px 44px 16px 24px;
    appearance: none;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    font-size: 16px;
    color: var(--text-dark);
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sort-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.1);
    outline: none;
}

.sort-wrapper i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--text-light);
    pointer-events: none;
    transition: all 0.3s ease;
}

.sort-select:focus+i {
    color: var(--primary-color);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.year-select-wrapper {
    position: relative;
    width: 130px;
}

.year-select {
    width: 100%;
    padding: 8px 30px 8px 12px;
    appearance: none;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    color: var(--text-dark);
    background: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
}

.year-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 4px rgba(255, 87, 34, 0.1);
    outline: none;
}

.year-select-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--text-light);
    pointer-events: none;
    transition: all 0.3s ease;
}

.year-select:focus+i {
    color: var(--primary-color);
}

.car-card {
    background: var(--white);
    border-radius: var(--card-radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.car-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary-dark);
}

.card-image {
    position: relative;
    width: 100%;
    height: 200px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: var(--card-radius) var(--card-radius) 0 0;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
}

.car-card:hover .card-image img {
    transform: scale(1.1);
}

.card-content {
    padding: 24px;
}

.card-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.car-specs {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.spec-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--white);
    border-radius: var(--btn-radius);
    transition: all 0.2s ease;
    border: 1px solid var(--border-color);
}

.spec-item:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-btn);
}

.spec-item:hover i,
.spec-item:hover .spec-value,
.spec-item:hover .spec-label {
    color: var(--white);
}

.spec-item i {
    font-size: 24px;
    color: var(--primary-color);
    transition: all 0.2s ease;
}

.spec-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.spec-label {
    font-size: 12px;
    color: var(--text-light);
    transition: all 0.2s ease;
}

.spec-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.2s ease;
}

.card-btn {
    width: 100%;
    padding: 14px;
    background: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 87, 34, 0.2);
}

.models-section-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-view {
    padding: 60px 0
}

.blog-view-card {
    background-color: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    overflow: hidden
}

.blog-view-header {
    padding: 20px
}

.blog-view-category {
    display: inline-block;
    background-color: var(--bg-light);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700
}

.blog-view-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--text-dark);
    margin: 8px 0 12px
}

.blog-view-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 14px;
    color: var(--text-light)
}

.blog-view-hero img {
    width: 50%;
    display: block;
    height: 50% !important;
    margin: auto;
}

.blog-view-content {
    padding: 20px;
    font-size: 16px;
    color: var(--text-dark);
    line-height: 1.8
}

.blog-view-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 18px 0 10px
}

.blog-view-content ul {
    padding-left: 18px
}

.blog-tags {
    padding: 16px 20px;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.blog-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: var(--bg-light);
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px
}

.blog-view-footer {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 768px) {
    .blog-view {
        padding: 40px 0
    }

    .blog-view-title {
        font-size: 22px
    }
}

.blog-view-topbar {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--bg-light);
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 600
}

.back-link:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.car-models-inside-ihale-modal .modal-content {
    border-radius: 16px
}

.car-models-inside-ihale-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0
}

.car-models-inside-ihale-modal .modal-title {
    font-weight: 800
}

.car-models-inside-ihale-modal .nav-tabs {
    border-bottom: 1px solid var(--border-color, #e6e6e6)
}

.car-models-inside-ihale-modal .nav-link {
    font-weight: 700
}

.car-models-inside-ihale-modal .form-control {
    border-radius: 12px
}

.car-models-inside-ihale-modal .btn-primary {
    border-radius: 12px
}

.car-models-inside-ihale-modal .modal-footer {
    border-top: 0
}

.show-more-btn,
.show-more-link {
    text-decoration: none
}

.show-more-btn:hover,
.show-more-link:hover {
    text-decoration: none
}


/* FAQ Section Styles */
.faq-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-section-title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark, #333);
    position: relative;
    padding-left: 15px;
}

.faq-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: var(--primary-color, #ff5722);
    border-radius: 4px;
}

.custom-faq-accordion .faq-card {
    border: 1px solid var(--border-color, #e0e0e0);
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--white, #fff);
    transition: all 0.3s ease;
}

.custom-faq-accordion .faq-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color, #ff5722);
}

.custom-faq-accordion .faq-btn {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #fcfcfc;
    border: none;
    font-weight: 600;
    color: var(--text-dark, #333);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: none !important; /* Remove default bootstrap focus shadow */
}

.custom-faq-accordion .faq-btn:not(.collapsed) {
    color: var(--primary-color, #ff5722);
    background-color: rgba(255, 87, 34, 0.04);
}

.custom-faq-accordion .faq-btn:focus {
    box-shadow: none;
    outline: none;
}

/* Custom accordion arrow */
.custom-faq-accordion .faq-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    margin-left: 15px;
    flex-shrink: 0;
    background-image: none !important; /* Remove bootstrap default SVG */
}

.custom-faq-accordion .faq-btn:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.custom-faq-accordion .faq-content {
    padding: 20px;
    background: var(--white, #fff);
    color: var(--text-light, #666);
    line-height: 1.7;
    font-size: 15px;
    border-top: 1px solid transparent;
}

.custom-faq-accordion .faq-btn:not(.collapsed) + .collapse .faq-content {
    border-top-color: rgba(0,0,0,0.03);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .faq-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .faq-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .custom-faq-accordion .faq-btn {
        padding: 14px 16px;
        font-size: 15px;
    }

    .custom-faq-accordion .faq-content {
        padding: 15px 16px;
        font-size: 14px;
    }
}

.faq-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-section-title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark, #333);
    position: relative;
    padding-left: 15px;
}

.faq-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background-color: var(--primary-color, #ff5722);
    border-radius: 4px;
}

.custom-faq-accordion .faq-card {
    border: 1px solid var(--border-color, #e0e0e0);
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--white, #fff);
    transition: all 0.3s ease;
}

.custom-faq-accordion .faq-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color, #ff5722);
}

.custom-faq-accordion .faq-btn {
    width: 100%;
    text-align: left;
    padding: 16px 20px;
    background: #fcfcfc;
    border: none;
    font-weight: 600;
    color: var(--text-dark, #333);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: none !important; /* Remove default bootstrap focus shadow */
}

.custom-faq-accordion .faq-btn:not(.collapsed) {
    color: var(--primary-color, #ff5722);
    background-color: rgba(255, 87, 34, 0.04);
}

.custom-faq-accordion .faq-btn:focus {
    box-shadow: none;
    outline: none;
}

/* Custom accordion arrow */
.custom-faq-accordion .faq-btn::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    margin-left: 15px;
    flex-shrink: 0;
    background-image: none !important; /* Remove bootstrap default SVG */
}

.custom-faq-accordion .faq-btn:not(.collapsed)::after {
    transform: rotate(-45deg);
}

.custom-faq-accordion .faq-content {
    padding: 20px;
    background: var(--white, #fff);
    color: var(--text-light, #666);
    line-height: 1.7;
    font-size: 15px;
    border-top: 1px solid transparent;
}

.custom-faq-accordion .faq-btn:not(.collapsed) + .collapse .faq-content {
    border-top-color: rgba(0, 0, 0, 0.03);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .faq-section {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .faq-section-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .custom-faq-accordion .faq-btn {
        padding: 14px 16px;
        font-size: 15px;
    }

    .custom-faq-accordion .faq-content {
        padding: 15px 16px;
        font-size: 14px;
    }
}




.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
.offcanvas {
    background: #fff;
    border: none;
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex
;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
}