/* ===================================
   Temel Ayarlar & Değişkenler
   =================================== */
:root {
  --primary: #0d6efd;           /* Varsayılan primary renk (mavi) */
  --body-bg: #ffffff;
  --footer-bg: #111827;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: var(--body-bg);
  color: #333;
}

/* ===================================
   Topbar
   =================================== */
.tf-topbar {
  background-color: #111827;
  color: #e5e7eb;
  font-size: 0.85rem;
}

.tf-topbar a {
  color: #e5e7eb;
  margin-left: 0.5rem;
}

.tf-topbar a:hover {
  color: var(--primary);
}

/* ===================================
   Header & Logo
   =================================== */
.tf-logo {
  height: 40px;
  object-fit: contain;
}

.tf-slogan {
  font-size: 0.75rem;
  color: #9ca3af;
}

/* ===================================
   Hero Bölümü
   =================================== */
.tf-hero {
  padding-top: 1rem;
}

/* Kutu görünümü */
.tf-hero-inner {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #000; /* slider resmi yüklenmeden siyah dursun */
}

/* Yükseklikleri küçülttük */
.tf-hero-bg {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tf-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35)
  );
}

.tf-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 1.75rem 0;
}

@media (max-width: 768px) {
  .tf-hero-bg {
    height: 220px;
  }

  .tf-hero-content {
    padding: 1.25rem 0;
  }

  .tf-hero h1.h2 {
    font-size: 1.4rem;
  }
}

/* Genel bölüm */
.tf-section {
  position: relative;
}

/* Hero (slider) */
.tf-hero {
  padding-top: 1rem;
}

.tf-hero-inner {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background-color: #000;
}

.tf-hero-bg {
  height: 450px; !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tf-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35)
  );
}

.tf-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 1.75rem 0;
}
/* İletişim – Hero */
.tf-contact-hero {
  background: radial-gradient(circle at top left, #111827 0, #020617 55%, #000000 100%);
  color: #f9fafb;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}

.tf-contact-hero .breadcrumb-item a {
  color: #e5e7eb;
}

.tf-contact-hero .breadcrumb-item.active {
  color: #9ca3af;
}

/* Ana alan */
.tf-contact-main {
  background-color: #f3f4f6;
}

/* Form kartı */
.tf-contact-form-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

/* İletişim info + harita kartları */
.tf-contact-info-card,
.tf-contact-map-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

.tf-contact-map-wrapper iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/* CTA bandı */
.tf-contact-cta-strip {
  background: linear-gradient(135deg, #0f172a, #0a58ca);
  color: #e5e7eb;
}

.tf-contact-cta-strip .text-light-50 {
  color: rgba(248, 250, 252, 0.8);
}

.tf-contact-cta-strip .btn-light {
  color: #0f172a;
  font-weight: 500;
}

.tf-contact-cta-strip .btn-outline-light {
  border-color: rgba(248, 250, 252, 0.7);
  color: #f9fafb;
}

.tf-contact-cta-strip .btn-outline-light:hover {
  background-color: #f9fafb;
  color: #0f172a;
}

/* Koyu mavi rozet */
.tf-badge-deep {
  background-color: #0b5ed7;  /* koyu mavi */
  color: #ffffff;
}
/* Section başlıkları */
.tf-section h2.h4,
.tf-section h2.h5,
.tf-section h2.h6,
.tf-section h5,
.tf-section h4 {
  position: relative;
  padding-bottom: 0.35rem;
}

.tf-section h2.h4::after,
.tf-section h2.h5::after,
.tf-section h2.h6::after,
.tf-section h5::after,
.tf-section h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0d6efd, #facc15);
}

@media (min-width: 992px) {
  .tf-section .text-lg-end h1,
  .tf-section .text-lg-end h2,
  .tf-section .text-lg-end h4 {
    text-align: right;
  }
}

/* Badge genel */
.tf-badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: rgba(15, 118, 255, 0.08);
  color: #0d6efd;
}

/* Koyu mavi rozet (Güncel / Blog) */
.tf-badge-deep {
  background-color: #0a58ca;
  color: #ffffff;
}
/* İstatistik Şeridi */
.tf-stats-strip {
  background: radial-gradient(circle at top left, #1f2937 0, #020617 55%, #000000 100%);
  color: #e5e7eb;
}

.tf-stat-item {
  padding: 0.5rem 0;
}

.tf-stat-value {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #facc15; /* altın sarısı vurgulu */
}

.tf-stat-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9ca3af;
}
/* SSS (FAQ) bölümü arka planı */
.tf-faq-section {
  background: #f3f4f6;
  border-top: 1px solid #e5e7eb;
}

/* FAQ accordion */
.tf-faq-accordion .accordion-item {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

.tf-faq-accordion .accordion-button {
  font-size: 0.95rem;
  font-weight: 500;
  background-color: #ffffff;
}

.tf-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.tf-faq-accordion .accordion-button:not(.collapsed) {
  color: #0d6efd;
  background-color: #eef2ff;
}

.tf-faq-accordion .accordion-body {
  font-size: 0.9rem;
  color: #4b5563;
}

/* SSS sağ taraftaki CTA kartı */
.tf-faq-cta {
  border-radius: 1rem;
  background: radial-gradient(circle at top right, #1d4ed8 0, #0f172a 60%, #020617 100%);
  color: #e5e7eb;
}

.tf-faq-cta h3 {
  color: #f9fafb;
}

.tf-faq-cta p,
.tf-faq-cta .small {
  color: #e5e7eb;
}

.tf-faq-cta .btn-light {
  background-color: #f9fafb;
  color: #111827;
  border-color: transparent;
}

.tf-faq-cta .btn-light:hover {
  background-color: #e5e7eb;
  color: #0f172a;
}

.tf-faq-cta .btn-outline-light {
  border-color: rgba(248, 250, 252, 0.7);
  color: #f9fafb;
}

.tf-faq-cta .btn-outline-light:hover {
  background-color: #f9fafb;
  color: #0f172a;
}
/* Hakkımızda – Hero */
.tf-about-hero {
  background: radial-gradient(circle at top left, #1e293b 0, #020617 55%, #000000 100%);
  color: #f9fafb;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tf-about-hero .breadcrumb-item a {
  color: #e5e7eb;
}

.tf-about-hero .breadcrumb-item.active {
  color: #9ca3af;
}

/* Ana içerik kartı */
.tf-about-main {
  background-color: #f9fafb;
}

.tf-about-content-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

.tf-about-content p {
  margin-bottom: 0.75rem;
}

.tf-about-content img {
  max-width: 100%;
  height: auto;
}

/* Sağdaki istatistik kartı */
.tf-about-stats-card {
  border-radius: 1rem;
  background: #ffffff;
}

.tf-about-stat-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background-color: #0d6efd;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.tf-about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 0.5rem;
}

.tf-about-stat-item {
  flex: 0 0 auto;
}

.tf-about-stat-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: #0d6efd;
}

.tf-about-stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6b7280;
}

/* Küçük iletişim kartı */
.tf-about-contact-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

/* Misyon / Vizyon / Değerler alanı */
.tf-about-highlight {
  background: #e5e7eb;
}

.tf-about-value-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

/* Timeline (Süreç) */
.tf-about-timeline-section {
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

.tf-about-timeline {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.75rem;
}

.tf-about-timeline::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  background: linear-gradient(to bottom, #0d6efd, #facc15);
}

.tf-about-timeline-item {
  position: relative;
  padding-bottom: 1.25rem;
}

.tf-about-timeline-badge {
  position: absolute;
  left: -0.2rem;
  top: 0.15rem;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background-color: #0d6efd;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
}

.tf-about-timeline-content {
  margin-left: 1.5rem;
}

/* CTA bandı */
.tf-about-cta-strip {
  background: linear-gradient(135deg, #0f172a, #0b5ed7);
  color: #e5e7eb;
}

.tf-about-cta-strip .text-light-50 {
  color: rgba(248, 250, 252, 0.8);
}

.tf-about-cta-strip .btn-light {
  color: #0f172a;
  font-weight: 500;
}

.tf-about-cta-strip .btn-outline-light {
  border-color: rgba(248, 250, 252, 0.7);
  color: #f9fafb;
}

.tf-about-cta-strip .btn-outline-light:hover {
  background-color: #f9fafb;
  color: #0f172a;
}
/* Banka Sayfası – Hero */
.tf-bank-hero {
  background: radial-gradient(circle at top left, #111827 0, #020617 60%, #000000 100%);
  color: #f9fafb;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}

.tf-bank-hero .breadcrumb-item a {
  color: #e5e7eb;
}

.tf-bank-hero .breadcrumb-item.active {
  color: #9ca3af;
}

/* Banka ana alan */
.tf-bank-main {
  background-color: #f3f4f6;
}

/* Sol kutular */
.tf-bank-info-card,
.tf-bank-contact-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

/* Banka kartları */
.tf-bank-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

.tf-bank-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background-color: #0d6efd;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tf-bank-icon .fa {
  font-size: 1rem;
}

/* IBAN alanı */
.tf-bank-iban-wrap {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e5e7eb;
}

.tf-bank-iban-label {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tf-bank-iban {
  font-size: 0.95rem;
  padding: 0.35rem 0.6rem;
  border-radius: 0.5rem;
  background-color: #f3f4f6;
  border: 1px dashed #d1d5db;
  word-break: break-all;
}

/* Küçük ekranlarda bankaların arasında boşluk */
@media (max-width: 767.98px) {
  .tf-bank-card {
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .tf-hero-bg {
    height: 220px;
  }

  .tf-hero-content {
    padding: 1.25rem 0;
  }

  .tf-hero h1.h2 {
    font-size: 1.4rem;
  }
}

/* Badge */
.tf-badge {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
}

/* Hızlı kutular */
.tf-feature-box {
  border-radius: 1rem;
}

.tf-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: #0d6efd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tf-feature-icon .fa {
  font-size: 1.1rem;
}

/* Hakkımızda + CTA */
.tf-home-about-row {
  background: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.06),
    rgba(13, 110, 253, 0.01)
  );
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
}

@media (min-width: 992px) {
  .tf-home-about-row {
    padding: 2rem 2.25rem;
  }
}

.tf-home-about-card {
  border-radius: 1rem;
  background-color: #ffffff;
}

.tf-home-cta {
  border-radius: 1rem;
  background: linear-gradient(135deg, #0d6efd, #0a58ca);
  color: #ffffff;
}

.tf-home-cta h3,
.tf-home-cta p,
.tf-home-cta .small {
  color: #ffffff;
}

.tf-home-cta .form-control,
.tf-home-cta .form-control:focus {
  background-color: rgba(255, 255, 255, 0.97);
  border-color: transparent;
  box-shadow: none;
  color: #212529;
}

.tf-home-cta .btn-primary {
  background-color: #ffffff;
  color: #0d6efd;
  border-color: #ffffff;
  font-weight: 600;
}

.tf-home-cta .btn-primary:hover {
  background-color: #e9ecef;
  color: #0a58ca;
}

/* Ürün kartları */
.tf-product-card {
  border-radius: 1rem;
}

.tf-product-thumb-wrap {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  background-color: #f8f9fa;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-product-thumb {
  max-height: 180px;
  object-fit: contain;
}

.tf-product-thumb-placeholder {
  width: 100%;
  height: 180px;
}

/* Haber & blog küçük thumbnail */
.tf-news-thumb-sm {
  width: 72px !important;
  height: 72px !important;
  object-fit: cover;
  display: block;
}

/* Galeri */
.tf-gallery-thumb-wrap {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: #111827;
}

.tf-gallery-thumb {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.tf-gallery-thumb-placeholder {
  width: 100%;
  height: 150px;
  background: linear-gradient(135deg, #0f172a, #1f2937);
}

.tf-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15, 23, 42, 0.1),
    rgba(15, 23, 42, 0.7)
  );
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity 0.2s ease;
}
/* Biz Kimiz? + Hemen Teklif bölümü arka planı */
.tf-section-about {
  background: linear-gradient(
    135deg,
    #f3f4f6,
    #f3f6ff
  );
}

/* İçerideki kartlar beyaz kalsın diye (zaten var ama garanti olsun) */
.tf-home-about-card,
.tf-home-cta {
  background-color: #ffffff;
}

/* Son Haberler + Son Blog bölümü arka planı */
.tf-section-news-blog {
  background: #f9fafb;
  border-top: 1px solid #f3f6ff;
  border-bottom: 1px solid #f3f6ff;
}

.tf-gallery-thumb-wrap:hover .tf-gallery-overlay {
  opacity: 1;
}

.tf-gallery-overlay .fa {
  font-size: 1.3rem;
}

/* Video thumb özel */
.tf-video-thumb-wrap {
  background-color: #000;
}

/* Markalar */
.tf-brand-row {
  gap: 1.5rem;
}

.tf-brand-item {
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  opacity: 0.85;
  filter: grayscale(100%);
  transition: all 0.2s ease;
}

.tf-brand-item img {
  max-height: 34px;
  width: auto;
}

.tf-brand-item:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* Alt footer (önceden konuştuğumuz) */
.tf-footer-bottom,
.tf-footer-bottom .small,
.tf-footer-bottom .text-muted {
  color: #f9fafb !important;
}

.tf-footer-bottom a {
  color: #f9fafb !important;
  text-decoration: none;
}

.tf-footer-bottom a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/* ===================================
   Genel Bölüm Başlıkları
   =================================== */
.tf-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 4px solid var(--primary);
  padding-left: 0.75rem;
}

/* ===================================
   Kartlar (Product, News, Dealer, Brand vb.)
   =================================== */
.tf-product-card,
.tf-news-card,
.tf-dealer-card,
.tf-brand-card,
.tf-video-card,
.tf-ecatalog-card {
  border-radius: 0.75rem;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  background: #ffffff;
}

.tf-product-card:hover,
.tf-brand-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
/* Ürün detay galerisi */
.tf-product-gallery {
  border-radius: 1rem;
}

.tf-product-main-image-wrap {
  background-color: #f8f9fa;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.tf-product-main-image {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.tf-product-no-image {
  border-radius: 0.75rem;
  background-color: #f8f9fa;
}

/* Thumbnailler */
.tf-product-thumbs {
  margin-top: 0.25rem;
}

.tf-product-thumb-btn {
  border-radius: 0.5rem;
  padding: 0;
  border: 2px solid transparent;
}

.tf-product-thumb-btn.active {
  border-color: rgba(13, 110, 253, 0.7);
}

.tf-product-thumb-img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  display: block;
}

/* Ürün içeriği */
.tf-product-content img {
  max-width: 100%;
  height: auto;
}

/* Teklif formu kartı */
#teklif-form .card {
  border-radius: 1rem;
}

/* Product Card */
.tf-product-thumb-wrap {
  display: block;
  background: #f8f9fa;
  text-align: center;
}

.tf-product-thumb {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.tf-product-card img,
.tf-news-card img {
  height: 170px;
  object-fit: cover;
}

/* News Card */
.tf-news-thumb img {
  width: 220px;
  height: 100%;
  object-fit: cover;
}

/* Brand Card */
.tf-brand-logo-wrap {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tf-brand-logo,
.tf-brand-logo img {
  max-height: 70px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.2s, transform 0.2s;
}

.tf-brand-logo img:hover {
  max-height: 50px; /* eski kodda kalan */
}

.tf-brand-logo img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

/* Dealer Card */
.tf-dealer-card .card-body {
  border-left: 3px solid var(--primary);
}

/* Video Card */
.tf-video-thumb-wrapper img {
  height: 190px;
  object-fit: cover;
}

.tf-video-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(255,255,255,0.9);
  text-shadow: 0 4px 15px rgba(0,0,0,0.6);
  pointer-events: none;
}

/* e-Katalog Card */
.tf-ecatalog-thumb-wrap {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
}

.tf-ecatalog-thumb {
  max-height: 210px;
  width: auto;
  object-fit: contain;
}

/* Foto Galeri Thumb */
.tf-photo-thumb img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

/* No Image Placeholder */
.tf-no-image {
  height: 280px;
  background: #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
}

/* Kart İçerikleri (başlık linkleri vs.) */
.tf-product-card .card-title a,
.tf-news-card .card-title a {
  text-decoration: none;
  color: inherit;
}

.tf-product-card .card-title a:hover,
.tf-news-card .card-title a:hover {
  color: var(--primary);
}

/* ===================================
   Sayfa Başlığı (Page Header)
   =================================== */
.tf-page-header {
  background: linear-gradient(135deg, var(--primary), #111827);
  color: #fff;
  padding: 2rem 0;
}

.tf-page-title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}

.tf-page-header .breadcrumb {
  background: transparent;
  padding: 0;
  margin-top: 0.5rem;
}

.tf-page-header .breadcrumb-item a {
  color: #d1d5db;
}

.tf-page-header .breadcrumb-item.active {
  color: #f9fafb;
}

/* WYSIWYG İçerik */
.tf-page-body img {
  max-width: 100%;
  height: auto;
}

.tf-page-body h2,
.tf-page-body h3,
.tf-page-body h4 {
  margin-top: 1.5rem;
}

/* ===================================
   Ürün Detay
   =================================== */
.tf-product-main-image img {
  width: 100%;
}

.tf-product-gallery .tf-product-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 0.5rem;
}

.tf-product-gallery .tf-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================
   Yorumlar
   =================================== */
.tf-comment-list {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
}

.tf-comment-item {
  border-bottom: 1px solid #f3f4f6;
  padding-bottom: 0.75rem;
}

/* ===================================
   Footer
   =================================== */
.tf-footer {
  background-color: #111827; /* koyu lacivert/gri */
  color: #f9fafb;
  font-size: 0.9rem;
}

.tf-footer a {
  color: #e5e7eb;
  text-decoration: none;
}

.tf-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.tf-footer-top {
  border-bottom: 1px solid rgba(249, 250, 251, 0.06);
}

.tf-footer-bottom {
  background-color: #020617;
  font-size: 0.8rem;
}

.tf-footer .tf-footer-text {
  max-width: 360px;
}

.tf-footer .list-unstyled li {
  margin-bottom: 0.25rem;
}
/* Alt footer yazı rengini beyaz yap */
.tf-footer-bottom,
.tf-footer-bottom .small,
.tf-footer-bottom .text-muted {
  color: #f9fafb !important;
}

/* Alt footer linkler de beyaz olsun */
.tf-footer-bottom a {
  color: #f9fafb !important;
  text-decoration: none;
}

.tf-footer-bottom a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/* Sosyal ikonlar */
.tf-footer-social a {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: rgba(148, 163, 184, 0.18);
  margin-right: 0.4rem;
  font-size: 0.85rem;
}

.tf-footer-social a:hover {
  background-color: rgba(59, 130, 246, 0.95);
}

/* Breadcrumb üstündeki içerik ile footer arasında nefes olsun */
.tf-page-content {
  min-height: 300px;
}


/* Kategoriler */
.tf-category-list a {
  color: #4b5563;
  text-decoration: none;
  font-size: 0.95rem;
}

.tf-category-list a:hover {
  color: var(--primary);
}

.tf-category-list .text-primary {
  font-weight: 600;
}

/* ===================================
   WhatsApp Sabit Buton
   =================================== */
.tf-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 999;
}

.tf-whatsapp i {
  font-size: 1.5rem;
}

/* ===================================
   Lightbox
   =================================== */
#mediaLightbox .modal-content {
  border-radius: 0.75rem;
}

#mediaLightbox img {
  max-height: 80vh;
  object-fit: contain;
}

/* ===================================
   Genel
   =================================== */
.tf-main-content {
  min-height: 60vh;
}

.tf-home-about {
  background: #fff;
}

.tf-stat-box {
  border-radius: 1rem;
}

.tf-brand-logo-box {
  border: 1px solid rgba(0,0,0,0.04);
}

/* ===================================
   Responsive (Mobil)
   =================================== */
@media (max-width: 768px) {
  .tf-hero-bg {
    height: 360px;
  }

  .tf-news-card {
    flex-direction: column !important;
  }

  .tf-news-thumb img {
    width: 100%;
    height: 180px;
  }
}
.tf-news-thumb-sm {
  width: 152px !important;
  height: 152px !important;
  object-fit: cover;
  display: block;
}
