/* ═══════════════════════════════════════════════════
   CEREMI OTO GALERİ — app.css  (Laravel UI portlanmış)
═══════════════════════════════════════════════════ */

:root {
  --primary:       #1565C0;
  --primary-dark:  #0D47A1;
  --primary-light: #1976D2;
  --accent:        #FF6B00;
  --accent-hover:  #e55c00;
  --white:         #ffffff;
  --light-bg:      #F0F6FF;
  --gray:          #6c757d;
  --dark:          #0f172a;
  --text:          #1e293b;
  --border:        #e2e8f0;
}

* { font-family: 'Poppins', sans-serif; box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
body { background: #f8fafc; color: var(--text); }

/* ── TOP BAR ── */
.top-bar {
  background: var(--dark);
  padding: .35rem 0;
  font-size: .78rem;
  color: rgba(255,255,255,.7);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.top-bar a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
.top-bar a:hover { color: var(--accent); }
.top-bar .social-icons a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.75);
  transition: all .2s;
  font-size: .9rem;
  text-decoration: none;
}
.top-bar .social-icons a:hover { background: var(--accent); color: #fff; }

/* ── NAVBAR ── */
.navbar {
  background: rgba(13, 71, 161, 0.97) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,.25);
  padding: .7rem 0;
  transition: all .3s;
}
.navbar.scrolled {
  background: rgba(13, 71, 161, 1) !important;
  padding: .45rem 0;
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
}
.navbar-brand { font-weight: 800; font-size: 1.35rem; color: var(--white) !important; letter-spacing: -.5px; }
.nav-link {
  color: rgba(255,255,255,.85) !important;
  font-weight: 500;
  font-size: .9rem;
  transition: color .2s;
  padding: .5rem .85rem !important;
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 2px; left: .85rem; right: .85rem;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform .25s;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-link:hover, .nav-link.active { color: #fff !important; }
.navbar-toggler { border-color: rgba(255,255,255,.3); }
.navbar-toggler-icon { filter: invert(1); }
.nav-phone-btn {
  background: var(--accent);
  color: #fff !important;
  border-radius: 50px;
  padding: .4rem 1.1rem !important;
  font-weight: 600;
  font-size: .82rem;
  transition: background .2s, transform .15s;
}
.nav-phone-btn:hover { background: var(--accent-hover) !important; transform: translateY(-1px); }
.nav-phone-btn::after { display: none !important; }

/* ── HERO SLIDER ── */
.carousel-item { height: 580px; }
.carousel-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.45);
}
#heroSlider { width: 100vw; margin-left: calc(50% - 50vw); }
.carousel-caption {
  bottom: 18%;
  text-align: left;
  max-width: 620px;
}
.carousel-caption h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
  margin-bottom: .75rem;
}
.carousel-caption p {
  font-size: 1.05rem;
  opacity: .9;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
  margin-bottom: 1.5rem;
}
.btn-hero {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: .7rem 2.2rem;
  font-size: .95rem;
  border: none;
  transition: all .25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.btn-hero:hover { background: var(--accent-hover); transform: translateY(-2px); color: #fff; }
.btn-hero-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,.6);
  font-weight: 600;
  border-radius: 50px;
  padding: .65rem 1.8rem;
  font-size: .95rem;
  transition: all .25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.btn-hero-outline:hover { background: rgba(255,255,255,.12); border-color: #fff; color: #fff; }
.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  border: none;
  margin: 0 4px;
  transition: all .25s;
}
.carousel-indicators .active {
  background: var(--accent);
  width: 28px;
  border-radius: 5px;
}
/* Car slider specifics */
.car-slider-badge {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .9rem;
  border-radius: 50px;
  margin-bottom: .6rem;
}
.car-slider-specs {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1.2rem;
  margin-bottom: 1.2rem;
}
.car-slider-specs span {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .88rem;
  color: rgba(255,255,255,.9);
  font-weight: 500;
}
.car-slider-specs iconify-icon { font-size: 1rem; color: var(--accent); }

/* Hero placeholder */
.hero-placeholder {
  height: 580px;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, #1a237e 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.hero-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-placeholder .hero-content { position: relative; z-index: 1; text-align: center; padding: 2rem; }
.hero-placeholder h1 { color:#fff; font-size:3.2rem; font-weight:800; line-height:1.15; }
.hero-placeholder p { color:rgba(255,255,255,.85); font-size:1.15rem; }
.hero-placeholder .eyebrow { display:inline-block; background:var(--accent); color:#fff; font-size:.78rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; padding:.3rem .9rem; border-radius:50px; margin-bottom:.8rem; }

/* ── SEARCH BOX ── */
.search-floating {
  margin-top: -48px;
  position: relative;
  z-index: 20;
}
.search-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,.15);
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(255,255,255,.8);
}
.search-card .form-label { font-size: .78rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .05em; margin-bottom: .35rem; }
.search-card .form-select, .search-card .form-control {
  border-radius: 10px;
  border: 1.5px solid var(--border);
  font-size: .88rem;
  padding: .55rem .9rem;
  transition: border-color .2s;
}
.search-card .form-select:focus, .search-card .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(21,101,192,.1);
}
.btn-search {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: .92rem;
  padding: .6rem 1.5rem;
  transition: all .2s;
  width: 100%;
  cursor: pointer;
}
.btn-search:hover { background: var(--accent-hover); transform: translateY(-1px); }

/* ── BODY STYLE SELECTOR ── */
.body-style-wrap { display: flex; gap: .75rem; flex-wrap: wrap; justify-content: center; }
.body-style-btn {
  display: flex; flex-direction: column; align-items: center; gap: .35rem;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 1rem 1.3rem;
  cursor: pointer;
  transition: all .22s;
  text-decoration: none;
  color: var(--text);
  min-width: 90px;
}
.body-style-btn iconify-icon { font-size: 2rem; color: var(--primary); transition: color .2s; }
.body-style-btn span { font-size: .78rem; font-weight: 600; }
.body-style-btn:hover, .body-style-btn.active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.body-style-btn:hover iconify-icon, .body-style-btn.active iconify-icon { color: #fff; }

/* ── SECTION TITLES ── */
.section-badge {
  display: inline-block;
  background: rgba(255,107,0,.1);
  color: var(--accent);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .9rem;
  border-radius: 50px;
  margin-bottom: .6rem;
}
.section-title { font-weight: 800; color: var(--primary-dark); position: relative; }
.section-divider {
  width: 48px; height: 4px;
  background: linear-gradient(to right, var(--accent), var(--primary));
  border-radius: 4px;
  margin: .6rem 0 0;
}

/* ── CAR CARDS ── */
.car-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .28s cubic-bezier(.25,.8,.25,1), box-shadow .28s;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  background: #fff;
  display: flex;
  flex-direction: column;
}
.car-card:hover { transform: translateY(-8px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.car-card .card-img-wrap { position: relative; overflow: hidden; }
.car-card .card-img-top {
  height: 215px;
  object-fit: cover;
  transition: transform .4s ease;
  width: 100%;
  display: block;
}
.car-card:hover .card-img-top { transform: scale(1.04); }
.car-card .img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.35) 0%, transparent 55%);
  pointer-events: none;
}
.car-card .card-badges {
  position: absolute;
  top: .75rem; left: .75rem;
  display: flex; flex-direction: column; gap: .35rem;
}
.car-card .card-body { padding: 1.1rem 1.1rem .6rem; flex: 1; }
.car-card .card-title { font-weight: 700; font-size: .97rem; margin-bottom: .4rem; line-height: 1.3; color: var(--text); }
.car-card .car-specs { display: flex; flex-wrap: wrap; gap: .4rem .8rem; margin-bottom: .75rem; }
.car-card .car-specs .spec-item { display: flex; align-items: center; gap: .3rem; font-size: .78rem; color: #64748b; }
.car-card .car-specs .spec-item iconify-icon { font-size: .9rem; color: var(--primary-light); }
.car-card .price-row { display: flex; align-items: center; justify-content: space-between; }
.car-card .price-tag { color: var(--primary-dark); font-size: 1.25rem; font-weight: 800; letter-spacing: -.5px; }
.car-card .card-footer { background: #fff; border-top: 1px solid #f1f5f9; padding: .75rem 1.1rem 1rem; }
.btn-view {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: .85rem;
  padding: .55rem 1.2rem;
  transition: all .22s;
  display: inline-flex; align-items: center; gap: .4rem;
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
.btn-view:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); }

/* No image placeholder */
.no-img {
  height: 215px;
  background: linear-gradient(135deg, #e8f4fd, #dce8ff);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: .5rem;
}
.no-img iconify-icon { font-size: 3rem; color: var(--primary-light); opacity: .35; }

/* ── WHY CARDS ── */
.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  transition: transform .25s, box-shadow .25s;
  height: 100%;
}
.why-card:hover { transform: translateY(-5px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.why-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 1.6rem;
  transition: transform .3s;
}
.why-card:hover .why-icon { transform: scale(1.1) rotate(-5deg); }
.why-card h5 { font-weight: 700; font-size: 1rem; margin-bottom: .5rem; }
.why-card p { font-size: .85rem; color: #64748b; margin: 0; }

/* ── BRAND PILLS ── */
.brand-pill {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 50px;
  padding: .45rem 1.3rem;
  font-size: .83rem;
  font-weight: 600;
  color: var(--text);
  transition: all .2s;
  text-decoration: none;
  display: inline-block;
}
.brand-pill:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-2px);
}

/* ── FILTER SIDEBAR (cars.php) ── */
.filter-label {
  font-size: .72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: block;
  margin-bottom: .4rem;
}
.filter-input {
  border-radius: 8px !important;
  border: 1.5px solid #e2e8f0 !important;
  font-size: .85rem !important;
  padding: .45rem .8rem !important;
}
.filter-input:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 3px rgba(21,101,192,.1) !important;
}
.filter-chip {
  display: inline-block;
  padding: .3rem .75rem;
  border-radius: 50px;
  border: 1.5px solid #e2e8f0;
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .18s;
  background: #fff;
  color: var(--text);
  user-select: none;
}
.filter-chip:hover { border-color: var(--primary); color: var(--primary); }
.filter-chip.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.active-filter-chip {
  display: inline-flex;
  align-items: center;
  background: rgba(21,101,192,.08);
  color: var(--primary);
  border: 1px solid rgba(21,101,192,.2);
  border-radius: 50px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
}
.active-filter-chip a { text-decoration: none; color: inherit; }
.active-filter-chip a:hover { color: #ef4444; }

/* ── CAR SHOW PAGE ── */
.car-show-header {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 2rem 0 4rem;
}
.gallery-main {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
}
.gallery-main img {
  width: 100%; height: 440px;
  object-fit: cover;
  display: block;
  transition: opacity .2s;
  cursor: pointer;
}
.gallery-main:hover img { opacity: .93; }
.gallery-main .zoom-hint {
  position: absolute; bottom: 14px; right: 14px;
  background: rgba(0,0,0,.55); color: #fff;
  font-size: .75rem; padding: .3em .75em;
  border-radius: 20px; pointer-events: none;
  display: flex; align-items: center; gap: 4px;
}
.gallery-main .img-count-badge {
  position: absolute; bottom: 14px; left: 14px;
  background: rgba(0,0,0,.55); color: #fff;
  font-size: .75rem; padding: .3em .75em;
  border-radius: 20px; pointer-events: none;
  display: flex; align-items: center; gap: 4px;
}
.gallery-main .g-prev,
.gallery-main .g-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,.45); border: none; color: #fff;
  width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; cursor: pointer; z-index: 10;
  transition: background .2s;
}
.gallery-main .g-prev { left: 14px; }
.gallery-main .g-next { right: 14px; }
.gallery-main .g-prev:hover,
.gallery-main .g-next:hover { background: rgba(21,101,192,.8); }
.gallery-main.single-img .g-prev,
.gallery-main.single-img .g-next { display: none; }
.gallery-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.gallery-thumbs img {
  width: 76px; height: 60px;
  object-fit: cover; border-radius: 10px;
  cursor: pointer; border: 2px solid transparent;
  transition: all .18s; opacity: .6;
}
.gallery-thumbs img.active,
.gallery-thumbs img:hover { border-color: var(--primary); opacity: 1; box-shadow: 0 3px 10px rgba(21,101,192,.25); }

/* Lightbox */
#lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.93); z-index: 9999;
  align-items: center; justify-content: center;
}
#lightbox.show { display: flex; }
#lightbox img { max-width: 92vw; max-height: 90vh; object-fit: contain; border-radius: 10px; box-shadow: 0 8px 40px rgba(0,0,0,.6); }
#lightbox .lb-close { position: fixed; top: 18px; right: 24px; color: #fff; font-size: 2.2rem; cursor: pointer; line-height: 1; z-index: 10001; background: none; border: none; }
#lightbox .lb-prev, #lightbox .lb-next {
  position: fixed; top: 50%; transform: translateY(-50%);
  color: #fff; font-size: 2rem; cursor: pointer;
  background: rgba(255,255,255,.1); border: none;
  border-radius: 50%; width: 54px; height: 54px;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; z-index: 10001;
}
#lightbox .lb-prev { left: 16px; }
#lightbox .lb-next { right: 16px; }
#lightbox .lb-prev:hover, #lightbox .lb-next:hover { background: rgba(255,255,255,.25); }
#lightbox .lb-counter { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: .9rem; }

/* Specs card */
.specs-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  overflow: hidden;
}
.specs-card .spec-head {
  background: var(--primary-dark);
  color: #fff;
  padding: .85rem 1.2rem;
  font-weight: 700;
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.specs-grid { display: grid; grid-template-columns: 1fr 1fr; }
.spec-cell {
  padding: .7rem 1rem;
  border-bottom: 1px solid #f1f5f9;
  border-right: 1px solid #f1f5f9;
}
.spec-cell:nth-child(even) { border-right: none; }
.spec-cell .spec-label { font-size: .7rem; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; }
.spec-cell .spec-val { font-size: .88rem; font-weight: 700; color: var(--text); margin-top: .1rem; }

/* CTA card */
.cta-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  overflow: hidden;
  position: sticky;
  top: 84px;
}
.cta-card .cta-head {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 1rem 1.2rem;
  color: #fff;
}
.btn-wa {
  background: #25D366;
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: .95rem;
  padding: .75rem 1.5rem;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: all .22s;
  text-decoration: none;
  width: 100%;
}
.btn-wa:hover { background: #1ebe59; transform: translateY(-2px); }
.btn-call {
  background: var(--primary);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: .95rem;
  padding: .75rem 1.5rem;
  display: flex; align-items: center; justify-content: center; gap: .5rem;
  transition: all .22s;
  text-decoration: none;
  width: 100%;
}
.btn-call:hover { background: var(--primary-dark); transform: translateY(-2px); }

/* Related cards */
.related-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.07);
  transition: transform .25s, box-shadow .25s;
  background: #fff;
}
.related-card:hover { transform: translateY(-6px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.related-card img { height: 160px; object-fit: cover; width: 100%; }

/* Status pill */
.status-pill {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .78rem; font-weight: 700;
  padding: .3rem .85rem; border-radius: 50px;
}

/* ── FOOTER ── */
footer { background: var(--dark); color: rgba(255,255,255,.75); }
footer a { color: rgba(255,255,255,.65); text-decoration: none; transition: color .2s; }
footer a:hover { color: var(--accent); }
footer .footer-title { color: var(--white); font-weight: 700; font-size: .95rem; margin-bottom: 1.2rem; padding-bottom: .6rem; border-bottom: 1px solid rgba(255,255,255,.08); }
footer .footer-link {
  display: flex; align-items: center; gap: .5rem;
  margin-bottom: .6rem; font-size: .88rem;
  color: rgba(255,255,255,.65);
  text-decoration: none;
  transition: color .2s;
}
footer .footer-link:hover { color: var(--accent); }
footer .footer-link iconify-icon { color: var(--accent); font-size: .95rem; flex-shrink: 0; }
.social-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.75);
  transition: all .2s;
  font-size: 1.15rem;
  text-decoration: none;
}
.social-btn:hover { background: var(--accent); color: #fff; transform: translateY(-2px); }
.footer-bottom {
  background: var(--dark);
  padding: 1rem 0;
  font-size: .82rem;
  color: rgba(255,255,255,.4);
  border-top: 1px solid rgba(255,255,255,.06);
}

/* ── WHATSAPP FLOAT ── */
.whatsapp-float { position: fixed; bottom: 28px; right: 28px; z-index: 1000; }
.whatsapp-float a {
  display: flex; align-items: center; justify-content: center;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  color: white;
  font-size: 1.9rem;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  transition: transform .22s, box-shadow .22s;
  text-decoration: none;
}
.whatsapp-float a:hover { transform: scale(1.12); box-shadow: 0 6px 18px rgba(0,0,0,.25); color: white; }

/* ── CONTACT PAGE ── */
.contact-info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,.07);
  overflow: hidden;
}
.contact-info-card .contact-head {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  padding: 1.2rem 1.5rem;
  color: #fff;
  font-weight: 700;
}
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item .ci-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--light-bg);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: var(--primary);
  flex-shrink: 0;
}
.contact-info-item .ci-label { font-size: .72rem; color: #94a3b8; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.contact-info-item .ci-val { font-size: .9rem; font-weight: 600; color: var(--text); margin-top: .1rem; }
.contact-info-item .ci-val a { color: var(--primary); text-decoration: none; }
.contact-info-item .ci-val a:hover { color: var(--accent); }

/* ── AOS override — elementler her zaman görünür ── */
[data-aos] {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
  .filter-sidebar { display: none; }
  .filter-sidebar.open { display: block; }
}
@media (max-width: 768px) {
  .carousel-item { height: 380px; }
  .carousel-caption h2 { font-size: 1.7rem; }
  .hero-placeholder { height: 380px; }
  .hero-placeholder h1 { font-size: 2rem; }
  .search-floating { margin-top: 0; }
  .car-slider-specs span { font-size: .78rem; }
  .gallery-main img { height: 280px; }
}