/* ==========================================================================
   Ön plan tema – İleri düzey UI/UX, Bootstrap tabanlı
   ========================================================================== */

:root {
  --front-header-bg: #fff;
  --front-top-header-bg: #0f172a;
  --front-top-header-color: #cbd5e1;
  --front-footer-bg: #0f172a;
  --front-footer-color: #cbd5e1;
  --front-btn-primary-bg: #0d6efd;
  --front-btn-primary-color: #fff;
  --front-page-bg: transparent;
  --front-header-shadow: 0 2px 10px rgba(0,0,0,.06);
  --front-nav-link-color: #374151;
  --front-nav-link-hover: #111827;
  --front-hero-overlay: rgba(0,0,0,.35);
  --front-section-bg: #f8fafc;
  --front-card-radius: 0.75rem;
  --front-card-shadow: 0 1px 3px rgba(0,0,0,.08);
  --front-card-shadow-hover: 0 12px 28px rgba(0,0,0,.12);
  --front-transition: 0.2s ease;
  --front-font-heading: "Inter", system-ui, -apple-system, sans-serif;
}

/* Typography & sayfa arka planı (Ayarlar > Tema & Görünüm’den page_bg) */
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-color: var(--front-page-bg);
}

/* Sayfa genelinde primary butonlar – Ayarlar > Tema & Görünüm’den */
.btn-primary {
  background-color: var(--front-btn-primary-bg);
  border-color: var(--front-btn-primary-bg);
  color: var(--front-btn-primary-color);
}
.btn-primary:hover {
  background-color: var(--front-btn-primary-bg);
  border-color: var(--front-btn-primary-bg);
  color: var(--front-btn-primary-color);
  filter: brightness(1.05);
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Typography */

h1, h2, h3, h4, h5, h6, .navbar-brand {
  font-family: var(--front-font-heading);
  font-weight: 600;
  color: #111827;
}

/* --------------------------------------------------------------------------
   Header & Navigation
   -------------------------------------------------------------------------- */
.site-header {
  background: var(--front-header-bg);
  box-shadow: var(--front-header-shadow);
  position: sticky;
  top: 0;
  z-index: 1030;
}

/* Üst bar: slogan (sol), telefon + WhatsApp (sağ) – renkler Ayarlar > Tema & Görünüm’den */
.topheader {
  background: var(--front-top-header-bg);
  color: var(--front-top-header-color);
  font-size: 0.875rem;
  padding: 0.4rem 0;
}

.topheader-slogan {
  color: var(--front-top-header-color);
  opacity: 0.85;
  max-width: 100%;
}

.topheader-link {
  color: var(--front-top-header-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.topheader-link:hover {
  color: #fff;
}

.topheader-whatsapp:hover {
  color: #25d366;
}

.site-header .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Ortalanmış menü: logo sol, nav orta, dil sağ */
.site-header .navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-header .navbar-collapse {
  flex-grow: 1;
}

.site-header .navbar-nav.mx-auto {
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 992px) {
  .site-header .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
    flex-grow: 1;
  }
}

.site-header .navbar-brand {
  font-size: 1.25rem;
  color: var(--front-nav-link-hover);
  transition: opacity var(--front-transition);
}

.site-header .navbar-brand:hover {
  opacity: 0.85;
  color: var(--front-nav-link-hover);
}

.site-header .site-logo {
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

.site-header .nav-link {
  color: var(--front-nav-link-color);
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: color var(--front-transition), background var(--front-transition);
}

.site-header .nav-link:hover {
  color: var(--front-nav-link-hover);
  background: rgba(0,0,0,.04);
}

.site-header .nav-link.active {
  color: #0d6efd;
  background: rgba(13, 110, 253, .08);
}

.site-header .navbar-toggler {
  border-color: rgba(0,0,0,.08);
  padding: 0.375rem 0.5rem;
}

.site-header .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, .25);
}
/* Mobil: collapse toggler sağda */
.site-header .navbar-toggler.d-lg-none {
  margin-left: auto;
}

/* Invena tarzı header: üst bar açık + logo/marka/tagline + CTA buton */
.topheader-invena {
  background: #f8fafc !important;
  color: #1f2937;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.topheader-invena .topheader-slogan {
  color: #374151;
}

.topheader-cta {
  color: var(--front-btn-primary-bg) !important;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: opacity 0.2s ease;
}

.topheader-cta:hover {
  opacity: 0.85;
  color: var(--front-btn-primary-bg) !important;
}

.topheader-link-invena {
  color: #374151;
  text-decoration: none;
  font-size: 0.8125rem;
  transition: color 0.2s ease;
}

.topheader-link-invena:hover {
  color: #111827;
}

.navbar-brand-invena {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #111827 !important;
}

.navbar-brand-invena:hover {
  color: #111827 !important;
  opacity: 0.9;
}

.brand-logo-img {
  max-height: 56px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
}

.btn-header-cta {
  background: var(--front-btn-primary-bg) !important;
  color: var(--front-btn-primary-color) !important;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1.25rem;
  white-space: nowrap;
}

.btn-header-cta:hover {
  filter: brightness(1.05);
  color: var(--front-btn-primary-color) !important;
}

.navbar-toggler-invena {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 0.5rem;
  padding: 0.5rem 0.65rem;
}

/* Masaüstü: dilin yanında full-screen overlay hamburger */
.menu-overlay-trigger-wrap {
  flex-shrink: 0;
}
.site-header .menu-overlay-trigger {
  overflow: visible;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
}
.site-header .menu-overlay-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, .25);
}

/* Full-screen overlay menu: sağ alttan sol üste gradient (koyudan açığa), yazılar beyaz */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: linear-gradient(to top left, #0f172a 0%, #1e293b 35%, #334155 70%, #475569 100%);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.25s ease, opacity 0.25s ease;
  pointer-events: none;
  overflow-y: auto;
}
.menu-overlay.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.menu-overlay-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease;
}
.menu-overlay-close:hover {
  background: rgba(255,255,255,.35);
}
.menu-overlay-inner {
  padding: 4rem 1.5rem 3rem;
  min-height: 100vh;
}
/* Üst satır: ana menüler yatay, örnekteki gibi büyük ve kalın */
.menu-overlay-top {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding-bottom: 1.25rem;
}
.menu-overlay-top li {
  margin: 0;
}
.menu-overlay-top a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  white-space: nowrap;
}
.menu-overlay-top a:hover {
  color: rgba(255,255,255,.9);
  text-decoration: underline;
}
/* Alt satır: sütunlarda ana başlık + alt menü listesi */
.menu-overlay-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  align-content: flex-start;
}
.menu-overlay-block {
  min-width: 200px;
}
.menu-overlay-block-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  color: #fff;
  line-height: 1.3;
}
.menu-overlay-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-overlay-sublist li {
  margin-bottom: 0.4rem;
}
.menu-overlay-sublist a {
  color: var(--front-footer-color);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
}
.menu-overlay-sublist a:hover {
  color: #fff;
}

/* Overlay iletişim: form kartı + bilgi kartı + CTA butonları */
.menu-overlay-contact {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.15);
}
.menu-overlay-form-card {
  background: rgba(255,255,255,.08);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.12);
}
.menu-overlay-form-title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.menu-overlay-form-desc {
  color: rgba(255,255,255,.85);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.menu-overlay-form .form-label {
  color: rgba(255,255,255,.9);
  font-weight: 500;
}
.menu-overlay-form .form-control {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
}
.menu-overlay-form .form-control::placeholder {
  color: rgba(255,255,255,.5);
}
.menu-overlay-form .form-control:focus {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.4);
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,.2);
}
.menu-overlay-info-card {
  background: rgba(255,255,255,.06);
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.1);
}
.menu-overlay-info-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.menu-overlay-info-item a:hover {
  text-decoration: underline !important;
  color: #fff !important;
}
.menu-overlay-cta-buttons .btn-success {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.menu-overlay-cta-buttons .btn-success:hover {
  background: #20bd5a;
  border-color: #20bd5a;
  color: #fff;
}
.menu-overlay-cta-buttons .btn-outline-light:hover {
  background: rgba(255,255,255,.2);
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
@media (max-width: 767px) {
  .menu-overlay-top {
    flex-direction: column;
    gap: 0.5rem;
  }
  .menu-overlay-top a {
    font-size: 1rem;
  }
  .menu-overlay-grid {
    flex-direction: column;
  }
  .menu-overlay-contact {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}

.header-invena .nav-link.active {
  color: var(--front-btn-primary-bg);
  background: rgba(13, 110, 253, .08);
}

/* --------------------------------------------------------------------------
   Main content
   -------------------------------------------------------------------------- */
.site-main {
  min-height: 60vh;
}

/* --------------------------------------------------------------------------
   Hero Carousel – Editorial / premium: full bleed, bottom strip, tipografi odaklı
   -------------------------------------------------------------------------- */
:root {
  /* Slayt overlay: alttan yukarı gradient, ortada biter, en altta keskin */
  --hero-overlay: linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.82) 10%, rgba(0,0,0,.5) 35%, rgba(0,0,0,.15) 52%, transparent 55%);
  --hero-title-size: clamp(1.75rem, 5vw, 2.75rem);
  --hero-title-weight: 700;
  --hero-cta-outline: rgba(255,255,255,.9);
}

.home-hero {
  width: 100%;
}

.home-hero-slider {
  padding: 0 !important;
  width: 100%;
  max-width: 100vw;
}

.home-hero-slider .carousel,
.home-hero-carousel {
  width: 100% !important;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.home-hero .carousel-item {
  position: relative;
}

.home-hero .hero-slide-bg {
  position: relative;
  line-height: 0;
}

.home-hero .carousel-item img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* Overlay: gradient filtre – tüm slaytta hafif karartma, altta daha koyu */
.home-hero .hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--hero-overlay);
  z-index: 1;
}

/* İçerik: tam dikey ve yatay ortada; tıklamalar oklara geçsin diye pointer-events */
.home-hero .hero-caption {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  z-index: 2;
  pointer-events: none;
}

.home-hero .hero-caption-content {
  width: 100%;
  max-width: 720px;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.5rem, 4vw, 2.5rem);
  pointer-events: auto;
}

/* Tipografi: tek güçlü başlık */
.home-hero .hero-title {
  font-family: var(--front-font-heading);
  font-size: var(--hero-title-size);
  font-weight: var(--hero-title-weight);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff !important;
  margin: 0 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.35);
}

/* CTA: outline, marka hikayesinin devamı */
.home-hero .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.65rem 1.35rem;
  background: transparent;
  color: #fff !important;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 2px solid var(--hero-cta-outline);
  border-radius: 6px;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-hero .hero-cta:hover {
  background: rgba(255,255,255,.95);
  color: #0f172a !important;
  border-color: #fff;
}

.home-hero .hero-cta i {
  font-size: 0.95rem;
  transition: transform 0.2s ease;
}

.home-hero .hero-cta:hover i {
  transform: translateX(4px);
}

/* Pager: daha büyük, yuvarlak, margin-bottom artırıldı */
.home-hero .hero-indicators {
  position: absolute !important;
  bottom: 1.25rem !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 0 1.25rem 0 !important;
  padding: 0 1rem;
  justify-content: center !important;
  gap: 10px;
  z-index: 5;
}

.home-hero .hero-indicators [data-bs-target] {
  width: 12px !important;
  height: 12px !important;
  border-radius: 999px !important;
  background-color: rgba(255,255,255,.5) !important;
  border: none !important;
  margin: 0 !important;
  opacity: 1;
  transition: width 0.25s ease, background 0.25s ease;
}

.home-hero .hero-indicators [data-bs-target]:hover {
  background-color: rgba(255,255,255,.85) !important;
}

.home-hero .hero-indicators .active {
  width: 36px !important;
  border-radius: 999px !important;
  background-color: #fff !important;
}

/* Ok butonları – minimal, hover’da belirgin */
.home-hero .hero-control {
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff !important;
  border: none;
  border-radius: 999px;
  opacity: 0.95;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.home-hero .hero-control .carousel-control-prev-icon,
.home-hero .hero-control .carousel-control-next-icon {
  filter: invert(1);
  opacity: 1;
}

@media (min-width: 992px) {
  .home-hero .hero-control {
    opacity: 0.85;
  }
  .home-hero-carousel:hover .hero-control {
    opacity: 1;
  }
}

.home-hero .carousel-control-prev.hero-control { left: 1.25rem; }
.home-hero .carousel-control-next.hero-control { right: 1.25rem; }

.home-hero .hero-control:hover {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  transform: translateY(-50%) scale(1.08);
}

@media (max-width: 767.98px) {
  .home-hero .hero-caption-content {
    padding: clamp(1.25rem, 3vw, 2rem);
  }
  .home-hero .hero-indicators {
    bottom: 1rem;
    margin-bottom: 1rem !important;
  }
  .home-hero .hero-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
  }
  .home-hero .hero-indicators .active {
    width: 28px !important;
  }
}

/* --------------------------------------------------------------------------
   Duyuru & Blog (vitrin blog kartları carousel – footer üstü)
   -------------------------------------------------------------------------- */
.vitrin-blog {
  background: var(--front-section-bg) !important;
}

.vitrin-blog-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1f2937;
}

.vitrin-blog .carousel {
  position: relative;
}

.vitrin-blog-card {
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vitrin-blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12) !important;
  color: inherit;
}

.vitrin-blog-card-img {
  height: 200px;
  object-fit: cover;
}

.vitrin-blog-card-title {
  color: #111827;
}

.vitrin-blog-card-excerpt {
  margin-bottom: 0.5rem;
}

.vitrin-blog-card-link {
  color: var(--front-btn-primary-bg);
}

.vitrin-blog-control {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  opacity: 0.9;
}

.vitrin-blog-control:hover {
  opacity: 1;
  background: rgba(0,0,0,.7);
}

.vitrin-blog-indicators {
  position: absolute;
  bottom: -0.5rem;
}

.vitrin-blog-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

/* --------------------------------------------------------------------------
   Home sections
   -------------------------------------------------------------------------- */
.home-section {
  background: var(--front-section-bg);
}

.home-section:nth-child(even) {
  background: #fff;
}

.home-section .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #0d6efd;
  display: inline-block;
}

.home-section .section-image {
  border-radius: var(--front-card-radius);
  overflow: hidden;
  box-shadow: var(--front-card-shadow);
}

.home-section .section-image img {
  width: 100%;
  height: auto;
  display: block;
}

.home-section .section-field {
  font-size: 1.05rem;
  color: #4b5563;
  max-width: 72ch;
}

/* Section card variant */
.home-section .section-card {
  background: #fff;
  border-radius: var(--front-card-radius);
  box-shadow: var(--front-card-shadow);
  overflow: hidden;
  transition: box-shadow var(--front-transition);
}

.home-section .section-card:hover {
  box-shadow: var(--front-card-shadow-hover);
}

/* --------------------------------------------------------------------------
   Welcome / empty state
   -------------------------------------------------------------------------- */
.home-welcome {
  background: linear-gradient(160deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: var(--front-card-radius);
}

.home-welcome .display-6 {
  font-weight: 700;
  color: #0c4a6e;
}

.home-welcome .lead {
  color: #0369a1;
  font-size: 1.1rem;
}

.home-welcome .placeholder-hero-img {
  border-radius: var(--front-card-radius);
  overflow: hidden;
  box-shadow: var(--front-card-shadow);
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

/* --------------------------------------------------------------------------
   Page content (inner pages)
   -------------------------------------------------------------------------- */
.page-content {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

/* İçerik sayfası + sol yan menü (Bootstrap list-group) */
.page-content-with-sidebar .page-sidebar {
  padding-top: 0.25rem;
}
.page-content-with-sidebar .page-sidebar-title {
  letter-spacing: 0.06em;
  font-weight: 600;
  padding-left: 0.5rem;
}
.page-content-with-sidebar .page-sidebar-nav {
  background: transparent;
}
.page-content-with-sidebar .page-sidebar-nav .list-group-item {
  background: var(--bs-light, #f8f9fa);
  margin-bottom: 0.25rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-content-with-sidebar .page-sidebar-nav .list-group-item:hover {
  background: var(--bs-gray-200, #e9ecef);
}
.page-content-with-sidebar .page-sidebar-nav .list-group-item .page-sidebar-link {
  color: var(--bs-body-color);
  font-weight: 500;
}
.page-content-with-sidebar .page-sidebar-nav .list-group-item .page-sidebar-link:hover {
  color: var(--bs-primary);
}
/* Aktif sayfa: sol menüde vurgulu görünüm */
.page-content-with-sidebar .page-sidebar-nav .list-group-item.active {
  background: var(--bs-primary);
  color: #fff;
  border-left: 3px solid var(--bs-dark, #212529);
}
.page-content-with-sidebar .page-sidebar-nav .list-group-item.active .page-sidebar-link,
.page-content-with-sidebar .page-sidebar-nav .list-group-item.active .page-sidebar-link.active {
  color: #fff;
  font-weight: 600;
}
.page-content-with-sidebar .page-sidebar-nav .list-group-item.active .page-sidebar-link:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* Sol menü altı "Bize Ulaşın" kartı */
.page-sidebar-contact .card-title {
  font-weight: 600;
  color: var(--bs-body-color);
}
.page-sidebar-contact a:hover {
  color: var(--bs-primary) !important;
}
.page-sidebar-contact .btn-primary:hover {
  color: #fff;
}

@media (min-width: 992px) {
  .page-content-with-sidebar .page-sidebar.sticky-lg-top {
    top: 1rem;
  }
}

.page-header {
  margin-bottom: 0.5rem;
}

.page-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

/* Blog detay sayfası: başlık + tarih (gün ay yıl) */
.page-header-blog-detail {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.page-header-blog-detail .page-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.page-meta-date {
  font-size: 0.9375rem;
  color: #6b7280;
  margin-bottom: 0;
}

.page-meta-date .bi {
  color: #9ca3af;
  font-size: 1rem;
}

.page-header-blog-detail .page-excerpt {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.6;
}

.page-body .content-prose {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.content-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.content-prose ul, .content-prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.content-prose p {
  margin-bottom: 1rem;
}

.content-prose a {
  color: #0d6efd;
  text-decoration: none;
}

.content-prose a:hover {
  text-decoration: underline;
}

/* Sayfa banner (breadcrumb üstü) – parallax + alttan ortaya azalan siyah overlay */
.page-banner-wrap {
  position: relative;
  width: 100%;
  min-height: 320px;
  max-height: 42vh;
  margin: 0 0 0.5rem 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-banner-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  /* Alttan siyah, ortaya doğru azalan gölge */
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 35%,
    rgba(0, 0, 0, 0.06) 60%,
    transparent 100%
  );
}
@media (max-width: 768px) {
  .page-banner-wrap {
    background-attachment: scroll;
    min-height: 240px;
    max-height: 35vh;
  }
}

/* Breadcrumb */
.breadcrumb-nav {
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.breadcrumb-nav .breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb-nav .breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
}

.breadcrumb-nav .breadcrumb-item a:hover {
  color: #0d6efd;
}

.breadcrumb-nav .breadcrumb-item.active {
  color: #9ca3af;
}

.fw-600 { font-weight: 600; }

/* Stand block as card */
.stand-block {
  background: #f8fafc;
  border-radius: var(--front-card-radius);
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
}

.stand-block .stand-content {
  margin-top: 1rem;
}

/* --------------------------------------------------------------------------
   Blog cards (alt menüler – blog / kategori sayfaları)
   -------------------------------------------------------------------------- */
.blog-cards-section {
  border-top: 1px solid #e5e7eb;
}

.blog-card {
  background: #fff;
  border-radius: var(--front-card-radius);
  box-shadow: var(--front-card-shadow);
  overflow: hidden;
  transition: box-shadow var(--front-transition), transform var(--front-transition);
}

.blog-card:hover {
  box-shadow: var(--front-card-shadow-hover);
  transform: translateY(-4px);
}

.blog-card-link {
  transition: color 0.15s ease;
}

.blog-card-link:hover {
  color: #0d6efd !important;
}

.blog-card-image-wrap {
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
}

.blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.blog-card-body {
  padding: 1.25rem 1.5rem;
}

.blog-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.35;
  transition: color 0.15s ease;
}

.blog-card-link:hover .blog-card-title {
  color: #0d6efd;
}

.blog-card-excerpt {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-cta {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d6efd;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.blog-card-cta .bi {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.blog-card:hover .blog-card-cta .bi {
  transform: translateX(4px);
}

@media (max-width: 575.98px) {
  .blog-card-body {
    padding: 1rem 1.25rem;
  }

  .blog-card-title {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------------------
   Contact page
   -------------------------------------------------------------------------- */
.page-contact .contact-card {
  background: #fff;
  border-radius: var(--front-card-radius);
  box-shadow: var(--front-card-shadow);
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 1px solid #e5e7eb;
}

.page-contact .contact-fields p {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.page-contact .contact-fields strong {
  min-width: 6rem;
  color: #374151;
}

.page-contact .contact-branch-card {
  border-left: 4px solid var(--bs-primary, #0d6efd);
}

.page-contact .contact-branch-title {
  font-weight: 600;
  color: var(--bs-body-color);
}

.page-contact .contact-branch-map iframe {
  width: 100%;
  height: 100%;
  min-height: 250px;
  border: 0;
  border-radius: var(--front-card-radius);
}

/* --------------------------------------------------------------------------
   Gallery
   -------------------------------------------------------------------------- */
.gallery-grid .gallery-item {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  background: #f3f4f6;
  transition: transform var(--front-transition), box-shadow var(--front-transition);
}

.gallery-grid .gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--front-card-shadow-hover);
}

.gallery-grid .gallery-item img {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.gallery-placeholder {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af;
  font-size: 2rem;
}

.gallery-caption {
  padding: 0.75rem;
  font-size: 0.875rem;
  color: #4b5563;
  background: #fff;
}

.gallery-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* --------------------------------------------------------------------------
   Footer – renkler Ayarlar > Tema & Görünüm’den
   -------------------------------------------------------------------------- */
.site-footer {
  background: var(--front-footer-bg) !important;
  color: var(--front-footer-color);
  padding-top: 3rem !important;
  padding-bottom: 2rem !important;
}

.site-footer .footer-brand {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--front-footer-color);
  margin-bottom: 0.5rem;
}
.site-footer h6,
.site-footer .text-white {
  color: var(--front-footer-color) !important;
}

.site-footer .footer-links a {
  color: var(--front-footer-color);
  opacity: 0.9;
  text-decoration: none;
  font-size: 0.9375rem;
  transition: color var(--front-transition);
}

.site-footer .footer-links a:hover {
  opacity: 1;
  color: var(--front-footer-color);
}

.site-footer .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: var(--front-footer-color);
  transition: background var(--front-transition), color var(--front-transition), transform var(--front-transition);
}

.site-footer .social-links a:hover {
  background: rgba(255,255,255,.15);
  color: var(--front-footer-color);
  transform: translateY(-2px);
}

.site-footer .newsletter-card {
  background: rgba(255,255,255,.05);
  border-radius: var(--front-card-radius);
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.08);
}

.site-footer .newsletter-card .form-control {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  color: #fff;
}

.site-footer .newsletter-card .form-control::placeholder {
  color: #94a3b8;
}

.site-footer .newsletter-card .form-control:focus {
  background: rgba(255,255,255,.08);
  border-color: #0d6efd;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, .25);
}

.site-footer .newsletter-card .btn-outline-light:hover {
  background: #fff;
  color: #0f172a;
}

.site-footer .footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 0.875rem;
  color: var(--front-footer-color);
  opacity: 0.8;
}

/* --------------------------------------------------------------------------
   Popup modal
   -------------------------------------------------------------------------- */
#sitePopup .modal-content {
  border-radius: var(--front-card-radius);
  border: none;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.25);
}

#sitePopup .modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 1.5rem;
}

#sitePopup .modal-body {
  padding: 1.5rem;
}

/* --------------------------------------------------------------------------
   404
   -------------------------------------------------------------------------- */
.page-content .not-found-icon {
  font-size: 4rem;
  color: #d1d5db;
}

/* Utilities */
.placeholder-img {
  background: #e5e7eb;
  object-fit: cover;
}

/* WhatsApp yüzen buton (sağ alt, yeşil daire) */
.alicante-whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45), 0 0 0 2px rgba(37, 211, 102, 0.2);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.alicante-whatsapp-float i {
  font-size: 1.75rem;
}
.alicante-whatsapp-float:hover {
  color: #fff;
  background: #20bd5a;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5), 0 0 0 4px rgba(37, 211, 102, 0.15);
}
