@media (min-width: 1024px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 20px;
  }

  .navbar-nav {
    gap: 5px;
  }

  .navbar-nav .nav-link {
    font-size: 13px;
    margin: 0 5px;
    gap: 4px;
  }

  .nav-buttons {
    gap: 8px;
  }

  .search-btn,
  .ihale-btn {
    padding: 8px 12px;
    font-size: 13px;
    min-width: auto;
  }

  .cards-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0;
  }

  .accessory-image {
    height: 220px;
  }

  .accessory-content {
    padding: 20px;
  }

  .accessory-title {
    font-size: 18px;
  }

  .hero-title {
    font-size: 62px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .brands-section-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
  .tips-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
}
    .why-us-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1140px;
    padding: 0 30px;
  }

  .cards-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .accessory-cards .cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .car-cards .cards-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
  .cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
    .accessory-cards .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .car-cards .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
  .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .brands-section {
    padding: 60px 0;
}

.brands-section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.brands-section-card {
    padding: 24px;
}

.brands-section-logo {
    width: 100px;
    height: 100px;
}

.brands-section-name {
    font-size: 20px;
}
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
  .search-form {
    padding: 20px;
  }

  .search-group {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .search-btn,
  .ihale-btn,
  .hero-btn {
    width: 100%;
    padding: 10px 20px;
  }

  .brand-select,
  .model-select {
    padding: 10px 16px 10px 45px;
  }
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer-col {
    text-align: left;
}

.footer-logo img {
    max-width: 150px;
}

.social-links {
    justify-content: flex-start;
}
.blog-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.brands-section-filters {
  flex-direction: column;
  gap: 15px;
}

.brands-section-search {
  flex-direction: column;
  width: 100%;
}

.search-input {
  max-width: 100%;
}

.filter-buttons {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 5px;
}

.filter-btn {
  white-space: nowrap;
}

.brands-section-sort {
  width: 100%;
}
.brand-info {
  flex-direction: column;
  text-align: center;
  gap: 24px;
}

.brand-logo-wrapper {
  margin: 0 auto;
}

.brand-title {
  flex-direction: column;
  gap: 12px;
}

.brand-details p {
  margin: 0 auto;
}

.models-section-grid {
  grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
  .models-section-header {
    padding: 30px 20px;
    margin: 0 20px 40px;
}

.brand-details h2 {
    font-size: 28px;
}

.brand-badge {
    padding: 6px 12px;
    font-size: 13px;
}

.models-section-grid {
    grid-template-columns: 1fr;
}

.card-content h3 {
    font-size: 20px;
}

.spec-item {
    padding: 10px;
}

.spec-item i {
    font-size: 20px;
}

.card-btn {
    padding: 12px;
    font-size: 14px;
}

.models-section-filters {
    flex-direction: column;
    gap: 16px;
    margin: 30px 0;
    padding: 0 15px;
}

.search-wrapper {
    width: 100%;
    max-width: 100%;
}

.sort-wrapper {
    width: 100%;
    max-width: 100%;
}

.search-input input,
.sort-select {
    padding: 14px 20px;
    font-size: 15px;
}

.search-input input {
    padding-left: 48px;
}

.sort-select {
    padding-right: 40px;
}

.card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.year-select-wrapper {
    width: 100%;
}
  .brands-section-filters {
    margin-bottom: 30px;
}

.filter-buttons {
    gap: 8px;
}

.filter-btn {
    padding: 8px 16px;
    font-size: 13px;
}
  .brands-section {
    padding: 40px 20px;
}

.brands-section-header h2 {
    font-size: 28px;
}

.brands-section-grid {
    grid-template-columns: 1fr;
    gap: 16px;
}

.brands-section-logo {
    width: 80px;
    height: 80px;
}

.brands-section-name {
    font-size: 18px;
    margin-bottom: 10px;
}

.brands-section-meta {
    gap: 15px;
    margin-bottom: 15px;
}

.brands-section-meta span {
    font-size: 13px;
}

.brands-section-meta i {
    font-size: 16px;
}
  .section-footer {
    margin-top: 30px;
    padding: 0 20px;
}

.view-all-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
}
  .blog-section {
    padding: 40px 20px;
}

.blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
}

.blog-image {
    height: 180px;
}

.blog-content h3 {
    font-size: 16px;
}

.blog-content p {
    font-size: 13px;
}

.all-posts-btn {
    width: 100%;
    justify-content: center;
}
  .video-title {
    font-size: 14px;
}

.video-title i {
    font-size: 18px;
}
  .video-description {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 20px;
    padding: 20px;
}

.tips-wrapper {
    grid-template-columns: 1fr;
}

.tip-card {
    padding: 20px;
}
  .video-reviews {
    padding: 30px 15px;
}

.video-reviews h2 {
    font-size: 24px;
}

.video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
}

.video-title {
    padding: 12px;
}

.video-title span {
    font-size: 14px;
}

.video-title i {
    font-size: 18px;
}
  .why-us-section {
    padding: 50px 0;
}

.why-us-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 20px;
}

.why-us-card {
    padding: 25px;
}

.why-us-icon {
    width: 60px;
    height: 60px;
}

.why-us-icon i {
    font-size: 28px;
}

.why-us-hover {
    opacity: 1;
    transform: translateY(0);
}
    .accessory-cards .cards-wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .car-cards .cards-wrapper {
        grid-template-columns: 1fr;
        padding: 20px;
    }
    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .report-btn {
        width: 100%;
        justify-content: center;
    }
  .hero-slider,
  .swiper {
    height: 100vh;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 16px;
    padding: 0 20px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }

  .swiper-pagination-bullet-active {
    width: 30px;
  }
  /* Hero/Slider Styles */
  .swiper {
    height: 100vh;
    background: var(--black);
  }

  .hero-img {
    opacity: 0.7;
  }

  .hero-category {
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-shadow: none;
  }

  .hero-title {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
    padding: 0 20px;
  }

  .hero-btn {
    padding: 14px 28px;
    font-size: 15px;
    border-radius: 8px;
    background: var(--primary-color);
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.3);
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: #ff5722;
    transform: scale(1.2);
  }

  /* Car Cards Styles */
  .car-cards {
    padding: 40px 0;
  }

  .section-header h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .section-header p {
    font-size: 14px;
    padding: 0 20px;
  }

  .cards-wrapper {
    grid-template-columns: 1fr;
    padding: 20px;
    gap: 20px;
  }

  .car-card {
    margin: 0;
  }

  .card-image {
    height: 180px;
  }

  .card-content {
    padding: 20px;
  }

  .card-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .spec-row {
    gap: 12px;
  }

  .spec-item {
    padding: 10px;
  }

  .spec-item i {
    font-size: 20px;
  }

  .spec-label {
    font-size: 11px;
  }

  .spec-value {
    font-size: 13px;
  }

  .card-btn {
    padding: 12px;
    font-size: 14px;
  }

  /* Accessory Cards Styles */
  .accessory-cards {
    padding: 40px 0;
  }

  .accessory-image {
    height: 180px;
  }

  .accessory-content {
    padding: 20px;
  }

  .accessory-title {
    font-size: 18px;
  }

  .accessory-price {
    font-size: 22px;
  }

  .feature-item {
    padding: 8px;
  }

  .feature-item i {
    font-size: 18px;
  }

  .feature-text {
    font-size: 13px;
  }

  /* Brands Section Styles */
  .brands-section {
    padding: 40px 20px;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .brand-card {
    padding: 15px;
  }

  .brand-logo {
    height: 40px;
  }

  .brand-name {
    font-size: 14px;
    margin-top: 10px;
  }

  /* Blog Section Styles */
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-image {
    height: 180px;
  }

  .blog-content h3 {
    font-size: 16px;
  }

  .blog-content p {
    font-size: 13px;
  }

  .all-posts-btn {
    width: 100%;
    justify-content: center;
  }

  /* View All Button Styles */
  .section-footer {
    margin-top: 30px;
    padding: 0 20px;
  }

  .view-all-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
  }
  .cards-wrapper {
    grid-template-columns: 1fr;
  }

  .card-content h3 {
    font-size: 20px;
  }

  .spec-item {
    padding: 10px;
  }

  .spec-item i {
    font-size: 20px;
  }
  .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
    .footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-logo img {
        max-width: 120px;
    }

    .social-links {
        justify-content: center;
    }

    .footer-links {
        text-align: center;
    }

    .footer-contact {
        max-width: 250px;
        margin: 0 auto;
    }

    .footer-contact li {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        padding-top: 20px;
    }

    .report-btn {
        width: 100%;
        justify-content: center;
    }
  .car-search {
    padding: 60px 0;
  }

  .search-header h2 {
    font-size: 28px;
  }

  .search-form {
    padding: 20px;
    margin: 0 15px;
  }
}

/* Bakım İpuçları Responsive */
@media (max-width: 992px) {
    .maintenance-tips-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .maintenance-tips .section-header h2 {
        font-size: 28px;
    }
    
    .tip-card {
        padding: 25px;
    }
    
    .tip-icon {
        width: 50px;
        height: 50px;
    }
    
    .tip-icon i {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .maintenance-tips {
        padding: 50px 0;
    }
    
    .maintenance-tips-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .maintenance-tips .section-header {
        margin-bottom: 30px;
    }
    
    .maintenance-tips .section-header h2 {
        font-size: 24px;
    }
    
    .maintenance-tips .section-header p {
        font-size: 15px;
    }
    
    .tip-card {
        padding: 20px;
    }
    
    .tip-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .tip-list li {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
