/* =====================================================
   Testeresan — Özel Stiller (testeresan.com ile eşleşen)
   ===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
  --primary:   #05385C;
  --primary2:  #00416a;
  --white:     #fff;
  --gray:      #6c757d;
  --light:     #f8f9fa;
  --dark:      #1a1a2e;
  --border:    #e5e7eb;
  --radius:    10px;
  --shadow:    0 4px 24px rgba(0,0,0,.10);
  --font:      'Poppins', -apple-system, sans-serif;
  --hdr-h:     125px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: #333; overflow-x: hidden; }
img  { max-width: 100%; display: block; }
a    { text-decoration: none; color: inherit; }

/* ─── HEADER ────────────────────────────────────────── */
header.fixed-top {
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  height: var(--hdr-h);
  display: flex;
  align-items: center;
  z-index: 1000;
  transition: box-shadow .3s;
}
header.fixed-top.scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,.12);
}
header .container { max-width: 1280px; width: 100%; }
header .navbar { padding: 0; gap: 20px; }

/* Logo */
header .navbar-brand { flex-shrink: 0; }
header .navbar-brand svg { height: 60px; width: auto; }

/* Desktop nav */
#menu-ana-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
#menu-ana-menu .nav-link {
  padding: 8px 14px;
  font-size: .88rem;
  font-weight: 500;
  color: var(--primary);
  border-radius: 6px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}
#menu-ana-menu .nav-link:hover,
#menu-ana-menu li.active .nav-link { background: var(--primary); color: var(--white); }

/* Mega Dropdown */
.megamenu { position: relative; }
.megamenu .dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: -20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.14);
  padding: 16px;
  min-width: 560px;
  z-index: 9999;
  animation: dropIn .2s ease;
}
@keyframes dropIn { from { opacity:0; transform:translateY(6px); } to { opacity:1; transform:translateY(0); } }
.megamenu:hover .dropdown-menu { display: block; }
.fwContent .ntabs { display: flex; flex-wrap: wrap; gap: 10px; }
.fwContent .nlink {
  display: flex; align-items: center; justify-content: center;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  width: calc(33.3% - 7px);
  transition: border-color .2s, box-shadow .2s;
}
.fwContent .nlink:hover { border-color: var(--primary); box-shadow: 0 2px 10px rgba(5,56,92,.12); }
.fwContent .nlink img { max-height: 44px; max-width: 110px; object-fit: contain; }

/* Header sağ bilgi */
.head-info { margin-left: auto; }
.head-info ul { display: flex; align-items: center; gap: 16px; list-style: none; }
.head-info ul li a { font-size: .8rem; color: var(--primary); font-weight: 500; }
.head-info ul li a:hover { text-decoration: underline; }
.toggler { display: none; margin-left: auto; }

/* ─── HERO SLIDER ────────────────────────────────────── */
.hero-slider-wrap { margin-top: var(--hdr-h); }

.hero-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--hdr-h));
  min-height: 600px;
  overflow: hidden;
  background: #05385C;
}

/* Eski container class — artık kullanılmıyor, geriye dönüş için bosa aıyak */
.hero-slides-container { width: 100%; height: 100%; }

@keyframes sliderFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hero-slide {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  flex-direction: row;
}
.hero-slide.active {
  display: flex;
  animation: sliderFade 0.65s ease forwards;
}


/* Split Layout */
.hero-left {
  flex: 0 0 55%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  color: var(--white);
}
.hero-right {
  flex: 0 0 45%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, transparent 100%);
}

/* Hexagon Pattern */
.hero-pattern-hex {
  position: absolute; inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9l10.99-6.35L25 17.9v12.7L13.99 36.95L3 30.6V17.9zM0 15l12.98-7.5V0h2v7.5L28 15v15l-12.98 7.5V49h-2v-11.5L0 30V15zm14 7.5l11-6.35V3.6L14 10V22.5zM0 3.6v12.7L11 22.5V10L0 3.6zM14 39l11-6.35V20.1L14 26.45V39zM0 20.1v12.7L11 39V26.45L0 20.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-overlay-dark {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.35);
}

/* İçerik */
.hero-left-content {
  position: relative; z-index: 5;
  width: 100%;
  max-width: 600px;
  padding: 0 60px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-brand-png {
  margin-bottom: 24px;
  display: block;
  width: 100%;
  text-align: center;
}
.hero-brand-png img {
  max-height: 360px;
  width: auto;
  max-width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.45));
  transform: translateY(-10px);
}

.hero-text { color: var(--white); }
.hero-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: .8rem; font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero-breadcrumb .sep { opacity: 0.5; }
.hero-title {
  font-size: 1.8rem; font-weight: 700; line-height: 1.2;
  margin-bottom: 20px;
}
.hero-desc {
  font-size: 1rem; font-weight: 400; line-height: 1.6;
  color: rgba(255,255,255,.8);
  margin-bottom: 35px;
}
.hero-btn {
  display: inline-flex; align-items: center;
  padding: 12px 36px;
  background: transparent;
  border: 2px solid rgba(255,255,255,.8);
  color: var(--white);
  font-weight: 600; font-size: .9rem;
  border-radius: 6px;
  transition: all .25s ease;
}
.hero-btn:hover {
  background: var(--white);
  color: var(--primary);
  border-color: var(--white);
  transform: translateY(-2px);
}

/* Alt bar & Indicators */
.hero-bottom-bar {
  background: rgba(5, 10, 20, 0.85);
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}
.hero-dots-wrap { display: flex; gap: 8px; align-items: center; justify-content: center; }
.hero-dot {
  width: 24px; height: 2px;
  background: rgba(255,255,255,.25);
  border: none; cursor: pointer;
  transition: all .4s ease;
  border-radius: 2px;
  padding: 0;
  outline: none;
}
.hero-dot:hover { background: rgba(255,255,255,.55); }
.hero-dot.active { background: var(--white); width: 42px; }

.hero-arrows { display: none !important; }

/* ─── HİZMETLER ──────────────────────────────────────── */
.home-services {
  padding: 50px 0;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.home-svc-row { gap: 0; }
.home-svc-col { padding: 12px; }
.home-svc-card {
  display: flex; flex-direction: column;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  text-decoration: none; color: inherit;
  transition: border-color .25s, box-shadow .25s, transform .25s;
  position: relative; overflow: hidden;
}
.home-svc-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--primary);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.home-svc-card:hover { border-color: var(--primary); box-shadow: 0 8px 32px rgba(5,56,92,.12); transform: translateY(-4px); }
.home-svc-card:hover::before { transform: scaleX(1); }
.svc-icon-wrap { width: 56px; height: 56px; margin-bottom: 18px; }
.svc-icon-wrap svg { width: 100%; height: 100%; }
.home-svc-card h3 { font-size: .95rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; line-height: 1.4; }
.home-svc-card p  { font-size: .83rem; color: var(--gray); margin-bottom: 18px; line-height: 1.6; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 600; color: var(--primary); }
.svc-link svg { transition: transform .2s; }
.home-svc-card:hover .svc-link svg { transform: translateX(4px); }

/* ─── MARKALAR ────────────────────────────────────────── */
.home-brands { padding: 70px 0; background: #f7f8fc; }
.hb-header { text-align: center; margin-bottom: 44px; }
.hb-header h2 { font-size: 1.9rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; }
.hb-header p  { font-size: .9rem; color: var(--gray); }
.hb-grid {
  display: flex; flex-wrap: wrap;
  justify-content: center; gap: 16px;
}
.hb-item {
  display: flex; flex-direction: column; align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 24px;
  width: calc(14% - 14px);
  min-width: 110px;
  text-decoration: none; color: inherit;
  transition: border-color .25s, box-shadow .25s, transform .25s;
}
.hb-item:hover { border-color: var(--primary); box-shadow: 0 6px 24px rgba(5,56,92,.12); transform: translateY(-4px); }
.hb-logo-wrap { height: 52px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.hb-logo-wrap img { max-height: 52px; max-width: 100px; object-fit: contain; filter: grayscale(80%); transition: filter .25s; }
.hb-item:hover .hb-logo-wrap img { filter: grayscale(0%); }
.hb-name { font-size: .75rem; font-weight: 600; color: var(--primary); text-align: center; }

/* ─── ÖNE ÇIKAN ÜRÜNLER ──────────────────────────────── */
.home-products { padding: 70px 0; background: var(--white); }
.hp-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; }
.hp-header h2 { font-size: 1.9rem; font-weight: 700; color: var(--primary); }
.hp-all { font-size: .9rem; font-weight: 600; color: var(--primary); padding: 8px 20px; border: 2px solid var(--primary); border-radius: 8px; transition: background .2s, color .2s; }
.hp-all:hover { background: var(--primary); color: var(--white); }
.hp-grid { gap: 0; }
.hp-col { padding: 10px; }
.hp-card {
  display: flex; flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px; overflow: hidden;
  height: 100%; text-decoration: none; color: inherit;
  transition: transform .3s, box-shadow .3s;
}
.hp-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(5,56,92,.14); }
.hp-img { height: 200px; overflow: hidden; background: #f5f7fa; }
.hp-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.hp-card:hover .hp-img img { transform: scale(1.06); }
.hp-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.hp-brand-logo { max-height: 28px; max-width: 90px; object-fit: contain; margin-bottom: 10px; }
.hp-body h3 { font-size: .93rem; font-weight: 700; color: var(--primary); margin-bottom: 6px; line-height: 1.3; }
.hp-body p  { font-size: .8rem; color: var(--gray); margin-bottom: 14px; flex: 1; line-height: 1.6; }
.hp-btn {
  display: inline-block; font-size: .82rem; font-weight: 600;
  color: var(--primary); padding: 7px 16px;
  border: 1px solid var(--primary); border-radius: 6px;
  align-self: flex-start;
  transition: background .2s, color .2s;
}
.hp-card:hover .hp-btn { background: var(--primary); color: var(--white); }

/* ─── CTA BANDI ──────────────────────────────────────── */
.home-cta { background: var(--primary); padding: 60px 0; }
.hcta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.hcta-text h2 { font-size: 1.8rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.hcta-text p  { color: rgba(255,255,255,.75); font-size: .95rem; }
.hcta-btns { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hcta-btn-primary {
  padding: 14px 34px;
  background: var(--white); color: var(--primary);
  font-weight: 700; border-radius: 8px;
  transition: background .2s, transform .2s;
}
.hcta-btn-primary:hover { background: #e8f4ff; transform: translateY(-2px); }
.hcta-btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 24px;
  border: 2px solid rgba(255,255,255,.6);
  color: var(--white); font-weight: 600;
  border-radius: 8px;
  transition: border-color .2s, background .2s;
}
.hcta-btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

/* ─── FOOTER ──────────────────────────────────────────── */
.site-footer { background: #0a1628; color: rgba(255,255,255,.75); padding: 60px 0 0; }
.footer-col h5 { color: var(--white); font-weight: 700; font-size: .95rem; margin-bottom: 20px; letter-spacing: .5px; }
.footer-contact { list-style: none; }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; font-size: .85rem; }
.footer-contact i { color: #4db8ff; margin-top: 3px; font-size: 1rem; }
.footer-contact a { color: rgba(255,255,255,.75); }
.footer-contact a:hover { color: var(--white); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links li a { font-size: .85rem; color: rgba(255,255,255,.65); transition: color .2s; }
.footer-links li a:hover { color: var(--white); padding-left: 4px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 8px;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: rgba(255,255,255,.75);
  transition: background .2s, color .2s;
}
.footer-social a:hover { background: var(--primary); color: var(--white); }
.footer-bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  text-align: center; font-size: .8rem;
  color: rgba(255,255,255,.4);
}

/* ─── PAGE BANNER ─────────────────────────────────────── */
.page-banner {
  background: linear-gradient(135deg, var(--primary) 0%, #0a5a8f 100%);
  color: var(--white);
  padding: 90px 0 40px;
  margin-top: var(--hdr-h);
}
.page-banner h1 { font-size: 2rem; font-weight: 700; margin-bottom: 12px; }
.page-banner .breadcrumb { background: transparent; padding: 0; margin: 0; }
.page-banner .breadcrumb-item { font-size: .82rem; color: rgba(255,255,255,.65); }
.page-banner .breadcrumb-item a { color: rgba(255,255,255,.7); }
.page-banner .breadcrumb-item a:hover { color: var(--white); }
.page-banner .breadcrumb-item.active { color: #7dd3fc; }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.3); }

/* ─── ÜRÜN LİSTELEME ─────────────────────────────────── */
.products-page { padding: 44px 0 70px; }
.sidebar-box { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 22px; margin-bottom: 18px; }
.sidebar-box h4 { font-size: .9rem; font-weight: 700; color: var(--primary); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--primary); }
.sidebar-box ul { list-style: none; }
.sidebar-box ul li a { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: .85rem; color: #444; border-bottom: 1px solid #f0f0f0; transition: color .2s; }
.sidebar-box ul li a:hover { color: var(--primary); }
.sidebar-box ul li.active a { color: var(--primary); font-weight: 700; }
.sidebar-box ul li a span { font-size: .74rem; color: var(--gray); background: #f0f4f8; border-radius: 12px; padding: 1px 8px; }

/* ─── ÜRÜN DETAY ─────────────────────────────────────── */
.product-detail { padding: 44px 0 70px; }
.product-main-image { border-radius: 12px; overflow: hidden; border: 1px solid var(--border); }
.product-main-image img { width: 100%; max-height: 380px; object-fit: contain; background: #f9fafb; }
.product-thumbs { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.product-thumbs .thumb { width: 68px; height: 60px; object-fit: cover; border-radius: 8px; cursor: pointer; border: 2px solid transparent; transition: border-color .2s; }
.product-thumbs .thumb:hover,.product-thumbs .thumb.active { border-color: var(--primary); }
.product-info .brand-logo-large { max-height: 48px; object-fit: contain; margin-bottom: 14px; }
.product-info h1 { font-size: 1.8rem; font-weight: 700; color: var(--primary); margin-bottom: 14px; }
.product-short-desc { font-size: .95rem; color: #555; margin-bottom: 20px; line-height: 1.75; border-left: 3px solid var(--primary); padding-left: 14px; }
.product-description { font-size: .9rem; color: #444; line-height: 1.8; margin-bottom: 28px; }
.product-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-fiyat { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; background: var(--primary); color: var(--white); border-radius: 8px; font-weight: 600; font-size: .9rem; transition: background .2s, transform .2s; }
.btn-fiyat:hover { background: #0a5a8f; transform: translateY(-2px); color: var(--white); }
.btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 13px 24px; background: #25d366; color: var(--white); border-radius: 8px; font-weight: 600; font-size: .9rem; transition: background .2s; }
.btn-whatsapp:hover { background: #1fb058; color: var(--white); }
.related-products { padding: 44px 0 70px; background: #f7f8fc; }
.related-products h2 { font-size: 1.5rem; font-weight: 700; color: var(--primary); margin-bottom: 24px; }

/* Product card (liste/ilgili) */
.product-card-wrap { padding: 10px; }
.product-card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; text-decoration: none; color: inherit; height: 100%; transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(5,56,92,.14); text-decoration: none; color: inherit; }
.product-card-image { height: 190px; overflow: hidden; background: #f5f7fa; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.product-card:hover .product-card-image img { transform: scale(1.06); }
.product-card-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.product-card-body .brand-logo { max-height: 28px; max-width: 90px; object-fit: contain; margin-bottom: 8px; }
.product-card-body h3 { font-size: .9rem; font-weight: 700; color: var(--primary); margin-bottom: 6px; line-height: 1.3; }
.product-card-body p { font-size: .8rem; color: var(--gray); margin-bottom: 12px; flex: 1; }
.btn-incele { display: inline-block; font-size: .8rem; font-weight: 600; color: var(--primary); border-bottom: 1px solid transparent; transition: border-color .2s; }
.product-card:hover .btn-incele { border-color: var(--primary); }

/* ─── İLETİŞİM ───────────────────────────────────────── */
.contact-page { padding: 52px 0; }
.contact-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-item i { font-size: 1.3rem; color: var(--primary); margin-top: 3px; }
.contact-item strong { display: block; font-size: .78rem; text-transform: uppercase; color: var(--gray); letter-spacing: .5px; margin-bottom: 4px; }
.contact-item p,.contact-item a { font-size: .95rem; color: #333; margin: 0; }
.contact-social { display: flex; gap: 12px; margin-top: 24px; }
.contact-social a { width: 40px; height: 40px; border-radius: 8px; background: #f0f4f8; color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; transition: background .2s, color .2s; }
.contact-social a:hover { background: var(--primary); color: var(--white); }
.contact-form-wrap h2 { font-size: 1.5rem; font-weight: 700; color: var(--primary); margin-bottom: 22px; }
.contact-form .form-group { margin-bottom: 18px; }
.contact-form label { font-size: .82rem; font-weight: 600; color: #444; display: block; margin-bottom: 6px; }
.contact-form .form-control { border: 1px solid var(--border); border-radius: 8px; padding: 11px 14px; font-size: .9rem; font-family: var(--font); width: 100%; transition: border-color .2s, box-shadow .2s; }
.contact-form .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(5,56,92,.1); outline: none; }
.btn-submit { display: inline-flex; align-items: center; gap: 8px; padding: 13px 36px; background: var(--primary); color: var(--white); border: none; border-radius: 8px; cursor: pointer; font-size: .95rem; font-weight: 600; font-family: var(--font); transition: background .2s; }
.btn-submit:hover { background: #0a5a8f; }

/* ─── WHATSAPP FLOAT ──────────────────────────────────── */
.whatsapp-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem;
  box-shadow: 0 4px 20px rgba(37,211,102,.55);
  transition: transform .2s, box-shadow .2s;
}
.whatsapp-float:hover { transform: scale(1.12); box-shadow: 0 8px 30px rgba(37,211,102,.7); color: var(--white); }

/* ─── SEARCH MODAL ────────────────────────────────────── */
.search-modal .modal-dialog { max-width: 100%; margin: 0; }
.search-modal .modal-content { background: rgba(5,56,92,.97); border: none; border-radius: 0; }
.search-modal .modal-body { padding: 50px 20px; display: flex; align-items: center; justify-content: center; position: relative; }
.search-modal form { display: flex; gap: 12px; width: 100%; max-width: 600px; }
.search-modal label { color: rgba(255,255,255,.6); font-size: 1.3rem; }
.search-modal .sbox { flex: 1; background: transparent; border: none; border-bottom: 2px solid rgba(255,255,255,.5); color: var(--white); font-size: 1.5rem; padding: 8px 0; font-family: var(--font); outline: none; }
.search-modal .sbox::placeholder { color: rgba(255,255,255,.35); }
.search-modal input[type="submit"] { background: var(--white); color: var(--primary); border: none; padding: 10px 24px; border-radius: 8px; cursor: pointer; font-weight: 700; font-family: var(--font); }
.close-modal { position: absolute; top: 20px; right: 24px; }
.lr { width: 28px; height: 28px; position: relative; cursor: pointer; } .lr .rl:before,.lr:before { content:''; position:absolute;top:13px;left:0;right:0;height:2px;background:rgba(255,255,255,.7); } .lr:before { transform:rotate(45deg); } .lr .rl:before { transform:rotate(-45deg); }

/* ─── MOBİL MENU MODAL ────────────────────────────────── */
#myMenu .modal-dialog { margin: 0; max-width: 300px; height: 100%; }
#myMenu .modal-content { border-radius: 0; height: 100vh; background: var(--primary); display: flex; flex-direction: column; }
#myMenu .head { height: var(--hdr-h); border-bottom: 1px solid rgba(255,255,255,.1); }
#myMenu .body { flex: 1; padding: 20px; overflow-y: auto; }
#myMenu .menu ul { list-style: none; }
#myMenu .menu ul li a { display: block; padding: 12px 0; color: rgba(255,255,255,.85); font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.08); }
#myMenu .social { margin-top: 28px; }
#myMenu .social span { display: block; font-size: .78rem; color: rgba(255,255,255,.5); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .8px; }
#myMenu .social ul { display: flex; gap: 10px; list-style: none; }
#myMenu .social ul li a { width: 38px; height: 38px; border-radius: 8px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 1rem; border: none; padding: 0; }
#myMenu .bot { padding: 16px 20px; font-size: .75rem; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.08); }

/* Toggler */
.navbar-toggler { background: none; border: none; cursor: pointer; padding: 6px; }
.icon-bar { display: block; width: 24px; height: 2px; background: var(--primary); margin: 5px 0; border-radius: 2px; transition: all .3s; }

/* ─── ABOUT PAGE ──────────────────────────────────────── */
.about-page { padding: 60px 0; }
.about-page h2 { font-size: 1.8rem; font-weight: 700; color: var(--primary); margin-bottom: 20px; }
.about-page p { color: #555; line-height: 1.8; margin-bottom: 16px; font-size: .95rem; }
.stats-row { margin-top: 48px; }
.stat-item { text-align: center; padding: 20px; }
.stat-number { font-size: 2.8rem; font-weight: 800; color: var(--primary); line-height: 1; }
.stat-label { font-size: .82rem; color: var(--gray); margin-top: 6px; }

/* ─── SSS ─────────────────────────────────────────────── */
.sss-page { padding: 60px 0; }
.sss-page .card { border: none; border-radius: 10px; margin-bottom: 10px; box-shadow: 0 2px 12px rgba(0,0,0,.06); }
.sss-page .card-header { background: transparent; border-bottom: none; }
.sss-page .btn-link { color: var(--primary); font-weight: 600; font-size: .92rem; text-decoration: none; }
.sss-page .card-body { font-size: .88rem; color: #555; line-height: 1.8; }

/* ─── ALERTS ──────────────────────────────────────────── */
.alert { padding: 12px 18px; border-radius: 8px; margin-bottom: 16px; font-size: .9rem; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-danger  { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }
.alert-info    { background: #cce5ff; color: #004085; border: 1px solid #b3d7ff; }
.alert-warning { background: #fff3cd; color: #856404; border: 1px solid #ffd34d; }
.btn-back { display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 500; text-decoration: none; }

/* ─── 404 ─────────────────────────────────────────────── */
.page-banner-dark { background: #1a1a2e; }

/* ─── SERVICES PAGE ───────────────────────────────────── */
.services-page { padding: 60px 0; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 32px; margin-bottom: 24px; text-align: center; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-icon-lg { font-size: 3rem; color: var(--primary); margin-bottom: 16px; }
.service-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--primary); margin-bottom: 10px; }
.service-card p { font-size: .85rem; color: var(--gray); line-height: 1.7; }
.service-card a { display: inline-block; margin-top: 14px; color: var(--primary); font-weight: 600; font-size: .85rem; }

/* ─── NEWS ────────────────────────────────────────────── */
.news-page { padding: 52px 0; }
.news-card-full { display: block; text-decoration: none; color: inherit; background: var(--white); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.news-card-full:hover { transform: translateY(-4px); box-shadow: var(--shadow); text-decoration: none; color: inherit; }
.news-card-full img { width: 100%; height: 200px; object-fit: cover; }
.news-body { padding: 20px; }
.news-date-lg { font-size: .78rem; color: var(--gray); display: block; margin-bottom: 10px; }
.news-body h3 { font-size: 1rem; font-weight: 700; color: var(--primary); margin-bottom: 8px; line-height: 1.3; }
.news-body p { font-size: .83rem; color: var(--gray); line-height: 1.6; }
.news-detail { padding: 52px 0; }
.news-hero-img { border-radius: 12px; margin-bottom: 28px; }
.news-content { font-size: .95rem; line-height: 1.9; color: #444; }
.news-date { font-size: .78rem; color: var(--gray); }

/* ─── CAREER ──────────────────────────────────────────── */
.career-page { padding: 60px 0; }
.career-intro { max-width: 700px; font-size: .95rem; color: #555; line-height: 1.8; margin-bottom: 32px; }
.career-contact-box { background: var(--light); border-radius: 12px; padding: 32px; border: 1px solid var(--border); }
.career-contact-box h3 { color: var(--primary); font-weight: 700; margin-bottom: 10px; }

/* ─── HESAP BİLGİLERİ ─────────────────────────────────── */
.hesap-page { padding: 60px 0; }
.hesap-cards { display: flex; flex-wrap: wrap; gap: 20px; }
.hesap-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 30px; box-shadow: var(--shadow); flex: 1; min-width: 280px; }
.hesap-card h3 { color: var(--primary); font-weight: 700; margin-bottom: 16px; }
.bank-logo { font-size: 2rem; color: var(--primary); margin-bottom: 12px; }
.hesap-note { display: flex; align-items: flex-start; gap: 10px; padding: 14px 18px; }

/* ─── SEARCH ──────────────────────────────────────────── */
.search-results-page { padding: 44px 0 70px; }

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 991px) {
  .hero-title { font-size: 1.5rem; }
  .hero-product-img { max-height: 300px; }
  #menu-ana-menu { display: none; }
  .toggler { display: block; }
  .head-info.hidden-xs { display: none; }
}
@media (max-width: 768px) {
  :root { --hdr-h: 68px; }
  .hero-slides-container { min-height: 400px; height: calc(100vh - 68px); }
  .hero-title { font-size: 1.25rem; }
  .hero-desc { font-size: .88rem; }
  .hero-img-wrap { display: none; }
  .hb-item { width: calc(33.3% - 12px); min-width: 90px; }
  .hp-header h2 { font-size: 1.4rem; }
  .hcta-inner { flex-direction: column; text-align: center; }
}
@media (max-width: 576px) {
  .hero-title { font-size: 1.1rem; }
  .hb-item { width: calc(50% - 8px); }
  .hp-col { padding: 6px; }
  .hp-img { height: 150px; }
}

/* ─── DİNAMİK SAYFALAR ────────────────────────────────── */
.dynamic-page-section {
  padding: 60px 0 80px;
  min-height: 60vh;
}
.dynamic-page-header {
  border-bottom: 2px solid var(--border);
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.dynamic-page-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}
.dynamic-page-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  max-width: 860px;
}
.dynamic-page-content h2 { font-size: 1.4rem; font-weight: 700; margin: 2rem 0 1rem; color: var(--primary); }
.dynamic-page-content h3 { font-size: 1.1rem; font-weight: 600; margin: 1.5rem 0 .8rem; }
.dynamic-page-content p  { margin-bottom: 1.1rem; }
.dynamic-page-content ul,
.dynamic-page-content ol { padding-left: 1.5rem; margin-bottom: 1.1rem; }
.dynamic-page-content li { margin-bottom: .4rem; }
.dynamic-page-content img { max-width: 100%; border-radius: 8px; margin: 1rem 0; }
.dynamic-page-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.dynamic-page-content table th,
.dynamic-page-content table td { border: 1px solid var(--border); padding: 10px 14px; text-align: left; }
.dynamic-page-content table th { background: var(--primary); color: #fff; }

/* Admin tablo badge'leri */
.badge-active  { background: #d4edda; color: #155724; padding: 3px 10px; border-radius: 20px; font-size: .8rem; font-weight: 600; }
.badge-passive { background: #f8d7da; color: #721c24; padding: 3px 10px; border-radius: 20px; font-size: .8rem; font-weight: 600; }
