/*
Theme Name: EmlakBana
Theme URI: https://emlakbana.com
Author: EmlakBana Team
Author URI: https://emlakbana.com
Description: Türkiye'nin Broker Ağı - Mobil öncelikli, SEO optimize edilmiş emlak teması. Satılık, kiralık, arsa ve ticari mülk ilanları için özel geliştirilmiştir.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emlakbana
Tags: real-estate, mobile-first, seo, responsive, dark-mode, broker, turkish
*/

/* =============================================
   EMLAKBANA TEMA - DESIGN SYSTEM
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  /* Color Palette */
  --eb-primary: #E52B20;
  --eb-primary-dark: #B91C1C;
  --eb-primary-light: #EF5350;
  --eb-primary-rgb: 229, 43, 32;
  --eb-secondary: #111111;
  --eb-accent: #1A1A1A;
  --eb-surface: #222222;
  --eb-gold: #F4C430;
  --eb-gold-dark: #D4A017;
  --eb-success: #10B981;
  --eb-danger: #EF4444;
  --eb-warning: #F59E0B;
  --eb-info: #3B82F6;

  /* Neutrals */
  --eb-white: #FFFFFF;
  --eb-gray-50: #F9FAFB;
  --eb-gray-100: #F3F4F6;
  --eb-gray-200: #E5E7EB;
  --eb-gray-300: #D1D5DB;
  --eb-gray-400: #9CA3AF;
  --eb-gray-500: #6B7280;
  --eb-gray-600: #4B5563;
  --eb-gray-700: #374151;
  --eb-gray-800: #1F2937;
  --eb-gray-900: #111827;

  /* Gradients */
  --eb-gradient-hero: linear-gradient(135deg, #111111 0%, #1A1A1A 40%, #222222 100%);
  --eb-gradient-primary: linear-gradient(135deg, #E52B20 0%, #B91C1C 100%);
  --eb-gradient-gold: linear-gradient(135deg, #F4C430 0%, #D4A017 100%);
  --eb-gradient-card: linear-gradient(180deg, rgba(34,34,34,0.0) 50%, rgba(34,34,34,0.95) 100%);
  --eb-gradient-glass: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);

  /* Typography */
  --eb-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --eb-font-heading: 'Poppins', 'Inter', sans-serif;
  --eb-font-size-xs: 0.75rem;
  --eb-font-size-sm: 0.875rem;
  --eb-font-size-base: 1rem;
  --eb-font-size-lg: 1.125rem;
  --eb-font-size-xl: 1.25rem;
  --eb-font-size-2xl: 1.5rem;
  --eb-font-size-3xl: 1.875rem;
  --eb-font-size-4xl: 2.25rem;
  --eb-font-size-5xl: 3rem;

  /* Spacing */
  --eb-space-1: 0.25rem;
  --eb-space-2: 0.5rem;
  --eb-space-3: 0.75rem;
  --eb-space-4: 1rem;
  --eb-space-5: 1.25rem;
  --eb-space-6: 1.5rem;
  --eb-space-8: 2rem;
  --eb-space-10: 2.5rem;
  --eb-space-12: 3rem;
  --eb-space-16: 4rem;
  --eb-space-20: 5rem;
  --eb-space-24: 6rem;

  /* Border Radius */
  --eb-radius-sm: 0.375rem;
  --eb-radius-md: 0.5rem;
  --eb-radius-lg: 0.75rem;
  --eb-radius-xl: 1rem;
  --eb-radius-2xl: 1.5rem;
  --eb-radius-3xl: 2rem;
  --eb-radius-full: 9999px;

  /* Shadows */
  --eb-shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --eb-shadow-md: 0 4px 6px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.06);
  --eb-shadow-lg: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
  --eb-shadow-xl: 0 20px 25px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.04);
  --eb-shadow-2xl: 0 25px 50px rgba(0,0,0,0.25);
  --eb-shadow-primary: 0 4px 20px rgba(var(--eb-primary-rgb), 0.35);
  --eb-shadow-card: 0 8px 32px rgba(0,0,0,0.12);

  /* Transitions */
  --eb-transition-fast: 0.15s ease;
  --eb-transition-base: 0.25s ease;
  --eb-transition-slow: 0.4s ease;
  --eb-transition-spring: 0.3s cubic-bezier(0.34,1.56,0.64,1);

  /* Z-Index */
  --eb-z-header: 1000;
  --eb-z-dropdown: 1100;
  --eb-z-modal: 1200;
  --eb-z-toast: 1300;
  --eb-z-bottom-nav: 999;
}

/* =============================================
   RESET & BASE
   ============================================= */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  font-family: var(--eb-font-body);
  font-size: var(--eb-font-size-base);
  line-height: 1.6;
  color: var(--eb-gray-800);
  background: var(--eb-gray-50);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  padding-bottom: 70px; /* Bottom nav alanı */
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
}

/* =============================================
   CONTAINER
   ============================================= */

.eb-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--eb-space-4);
}

/* =============================================
   HEADER - MOBILE FIRST
   ============================================= */

.eb-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--eb-z-header);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: all var(--eb-transition-base);
}

.eb-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
}

.eb-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 var(--eb-space-4);
}

.eb-nav {
  display: none;
}

@media (min-width: 768px) {
  .eb-nav {
    display: block;
  }
  .eb-menu {
    display: flex;
    align-items: center;
    gap: var(--eb-space-5);
    list-style: none;
  }
  .eb-menu li a {
    color: #000000;
    font-weight: 600;
    font-size: var(--eb-font-size-sm);
    transition: all var(--eb-transition-fast);
    opacity: 0.8;
  }
  .eb-menu li a:hover {
    color: var(--eb-primary);
    opacity: 1;
  }
  .eb-menu li.current-menu-item a {
    color: var(--eb-primary);
    opacity: 1;
  }
  .eb-mobile-menu-toggle {
    display: none;
  }
}

/* Mobile Menu Styles */
.eb-mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #000000;
  border: none;
  cursor: pointer;
}

.eb-menu-icon {
  display: block;
  width: 24px;
  height: 2px;
  background: #000000;
  position: relative;
  transition: all var(--eb-transition-fast);
}

.eb-menu-icon::before,
.eb-menu-icon::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000000;
  left: 0;
  transition: all var(--eb-transition-fast);
}

.eb-menu-icon::before { top: -8px; }
.eb-menu-icon::after { bottom: -8px; }

/* Overlay & Container */
.eb-mobile-nav-container {
  position: fixed;
  inset: 0;
  z-index: var(--eb-z-modal);
  pointer-events: none;
}

.eb-mobile-nav-container.active {
  pointer-events: auto;
}

.eb-mobile-nav-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity var(--eb-transition-base);
}

.eb-mobile-nav-container.active .eb-mobile-nav-overlay {
  opacity: 1;
}

.eb-mobile-nav-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 320px;
  background: var(--eb-white);
  transform: translateX(100%);
  transition: transform var(--eb-transition-spring);
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 25px rgba(0,0,0,0.2);
}

.eb-mobile-nav-container.active .eb-mobile-nav-inner {
  transform: translateX(0);
}

.eb-mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--eb-space-4);
  border-bottom: 1px solid var(--eb-gray-200);
}

.eb-mobile-menu-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--eb-gray-600);
  background: var(--eb-gray-100);
  border-radius: 50%;
}

.eb-mobile-nav-content {
  flex: 1;
  overflow-y: auto;
  padding: var(--eb-space-4);
}

.eb-mobile-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--eb-space-2);
}

.eb-mobile-menu li a {
  display: block;
  padding: var(--eb-space-3);
  color: var(--eb-gray-800);
  font-weight: 600;
  border-radius: var(--eb-radius-md);
  transition: background var(--eb-transition-fast);
}

.eb-mobile-menu li a:hover,
.eb-mobile-menu li.current-menu-item a {
  background: rgba(var(--eb-primary-rgb), 0.1);
  color: var(--eb-primary);
}

.eb-logo {
  display: flex;
  align-items: center;
  gap: var(--eb-space-2);
  text-decoration: none;
}

.eb-logo img.custom-logo {
  max-height: 42px;
  width: auto;
  display: block;
}

.custom-logo-link {
  display: block;
}

.eb-logo-icon {
  width: 36px;
  height: 36px;
  background: var(--eb-gradient-primary);
  border-radius: var(--eb-radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: var(--eb-shadow-primary);
  transition: transform var(--eb-transition-spring);
}

.eb-logo-icon:hover {
  transform: scale(1.05) rotate(-3deg);
}

.eb-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.eb-logo-name {
  font-family: var(--eb-font-heading);
  font-weight: 800;
  font-size: var(--eb-font-size-lg);
  color: var(--eb-gray-900);
  letter-spacing: -0.5px;
}

.eb-logo-name span {
  color: var(--eb-primary);
}

.eb-logo-tagline {
  font-size: 9px;
  color: var(--eb-gray-400);
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.eb-header-actions {
  display: flex;
  align-items: center;
  gap: var(--eb-space-2);
}

.eb-header-chat {
  display: flex;
  align-items: center;
  gap: var(--eb-space-2);
  background: rgba(var(--eb-primary-rgb), 0.15);
  border: 1px solid rgba(var(--eb-primary-rgb), 0.3);
  border-radius: var(--eb-radius-full);
  padding: var(--eb-space-2) var(--eb-space-3);
  color: var(--eb-primary-light);
  font-size: var(--eb-font-size-sm);
  font-weight: 600;
  transition: all var(--eb-transition-base);
  text-decoration: none;
}

.eb-header-chat:hover {
  background: rgba(255,107,53,0.25);
  transform: translateY(-1px);
}

.eb-header-chat .eb-chat-text {
  display: none;
}

@media (min-width: 480px) {
  .eb-header-chat .eb-chat-text {
    display: inline;
  }
}

/* =============================================
   HERO SECTION
   ============================================= */

.eb-hero {
  background: var(--eb-gradient-hero);
  padding: 80px var(--eb-space-4) var(--eb-space-6);
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}

.eb-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(var(--eb-primary-rgb), 0.12) 0%, transparent 70%);
  pointer-events: none;
}

.eb-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 60%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(244,196,48,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.eb-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--eb-space-2);
  background: rgba(var(--eb-primary-rgb), 0.15);
  border: 1px solid rgba(var(--eb-primary-rgb), 0.3);
  border-radius: var(--eb-radius-full);
  padding: var(--eb-space-1) var(--eb-space-3);
  margin-bottom: var(--eb-space-4);
  animation: fadeInDown 0.6s ease;
}

.eb-hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--eb-primary);
  animation: pulse 2s infinite;
}

.eb-hero-badge-text {
  font-size: var(--eb-font-size-xs);
  font-weight: 600;
  color: var(--eb-primary-light);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eb-hero-title {
  font-family: var(--eb-font-heading);
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--eb-white);
  line-height: 1.15;
  margin-bottom: var(--eb-space-3);
  animation: fadeInUp 0.7s ease 0.1s both;
}

.eb-hero-title span {
  background: var(--eb-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.eb-hero-sub {
  font-size: var(--eb-font-size-base);
  color: rgba(255,255,255,0.65);
  margin-bottom: var(--eb-space-6);
  animation: fadeInUp 0.7s ease 0.2s both;
}

/* Stats Row */
.eb-hero-stats {
  display: flex;
  gap: var(--eb-space-4);
  margin-bottom: var(--eb-space-6);
  animation: fadeInUp 0.7s ease 0.3s both;
}

.eb-hero-stat {
  display: flex;
  flex-direction: column;
}

.eb-hero-stat-num {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-xl);
  font-weight: 800;
  color: var(--eb-white);
  line-height: 1;
}

.eb-hero-stat-label {
  font-size: var(--eb-font-size-xs);
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

.eb-hero-stat-divider {
  width: 1px;
  background: rgba(255,255,255,0.1);
  height: 100%;
}

/* Search Box */
.eb-search-box {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--eb-radius-2xl);
  padding: var(--eb-space-4);
  animation: fadeInUp 0.7s ease 0.4s both;
}

.eb-search-input-wrap {
  display: flex;
  align-items: center;
  gap: var(--eb-space-3);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--eb-radius-xl);
  padding: var(--eb-space-3) var(--eb-space-4);
  margin-bottom: var(--eb-space-3);
  transition: all var(--eb-transition-base);
}

.eb-search-input-wrap:focus-within {
  background: rgba(255,255,255,0.15);
  border-color: rgba(var(--eb-primary-rgb), 0.5);
  box-shadow: 0 0 0 3px rgba(var(--eb-primary-rgb), 0.1);
}

.eb-search-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.eb-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--eb-white);
  font-size: var(--eb-font-size-base);
  font-weight: 500;
}

.eb-search-input::placeholder {
  color: rgba(255,255,255,0.45);
}

.eb-search-btn {
  width: 100%;
  background: var(--eb-gradient-primary);
  color: var(--eb-white);
  font-size: var(--eb-font-size-base);
  font-weight: 700;
  padding: var(--eb-space-3) var(--eb-space-6);
  border-radius: var(--eb-radius-xl);
  border: none;
  cursor: pointer;
  box-shadow: var(--eb-shadow-primary);
  transition: all var(--eb-transition-spring);
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

.eb-search-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}

.eb-search-btn:hover::before {
  left: 100%;
}

.eb-search-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--eb-primary-rgb), 0.5);
}

.eb-search-btn:active {
  transform: translateY(0);
}

/* =============================================
   QUICK ACTIONS GRID
   ============================================= */

.eb-section {
  padding: var(--eb-space-6) var(--eb-space-4);
}

.eb-section-title {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-xl);
  font-weight: 700;
  color: var(--eb-gray-900);
  margin-bottom: var(--eb-space-4);
  display: flex;
  align-items: center;
  gap: var(--eb-space-2);
}

.eb-section-title::after {
  content: '';
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, var(--eb-primary), transparent);
  border-radius: 2px;
  margin-left: var(--eb-space-3);
}

.eb-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--eb-space-3);
}

@media (min-width: 480px) {
  .eb-actions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .eb-actions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.eb-action-card {
  background: var(--eb-white);
  border-radius: var(--eb-radius-xl);
  padding: var(--eb-space-4) var(--eb-space-3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--eb-space-2);
  text-align: center;
  cursor: pointer;
  transition: all var(--eb-transition-spring);
  border: 2px solid transparent;
  box-shadow: var(--eb-shadow-sm);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.eb-action-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--eb-gradient-primary);
  opacity: 0;
  transition: opacity var(--eb-transition-base);
  z-index: 0;
}

.eb-action-card:hover::before,
.eb-action-card:active::before {
  opacity: 0.05;
}

.eb-action-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--eb-shadow-xl);
  border-color: var(--eb-primary);
}

.eb-action-card:active {
  transform: translateY(-1px);
}

.eb-action-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--eb-radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background: var(--eb-gray-50);
  transition: all var(--eb-transition-spring);
  position: relative;
  z-index: 1;
}

.eb-action-card:hover .eb-action-icon {
  transform: scale(1.1) rotate(-5deg);
  background: rgba(255,107,53,0.1);
}

.eb-action-label {
  font-weight: 600;
  font-size: var(--eb-font-size-sm);
  color: var(--eb-gray-800);
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.eb-action-sublabel {
  font-size: var(--eb-font-size-xs);
  color: var(--eb-gray-400);
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.eb-action-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--eb-gradient-primary);
  color: var(--eb-white);
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: var(--eb-radius-full);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.eb-action-badge.free {
  background: var(--eb-gradient-gold);
  color: var(--eb-gray-900);
}

.eb-action-badge.urgent {
  background: linear-gradient(135deg, #EF4444, #DC2626);
}

/* =============================================
   LISTING CARDS
   ============================================= */

.eb-listings-scroll {
  display: flex;
  gap: var(--eb-space-3);
  overflow-x: auto;
  padding-bottom: var(--eb-space-3);
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.eb-listings-scroll::-webkit-scrollbar {
  display: none;
}

.eb-listing-card {
  flex: 0 0 280px;
  background: var(--eb-white);
  border-radius: var(--eb-radius-2xl);
  overflow: hidden;
  box-shadow: var(--eb-shadow-md);
  transition: all var(--eb-transition-spring);
  scroll-snap-align: start;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.eb-listing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--eb-shadow-2xl);
}

.eb-listing-image {
  position: relative;
  height: 185px;
  background: var(--eb-gradient-hero);
  overflow: hidden;
}

.eb-listing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--eb-transition-slow);
}

.eb-listing-card:hover .eb-listing-image img {
  transform: scale(1.08);
}

.eb-listing-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  background: linear-gradient(135deg, #1A1A2E 0%, #16213E 100%);
}

.eb-listing-badge {
  position: absolute;
  top: var(--eb-space-3);
  left: var(--eb-space-3);
  padding: 4px 10px;
  border-radius: var(--eb-radius-full);
  font-size: var(--eb-font-size-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eb-listing-badge.satilik {
  background: rgba(16,185,129,0.9);
  color: white;
  backdrop-filter: blur(4px);
}

.eb-listing-badge.kiralik {
  background: rgba(59,130,246,0.9);
  color: white;
  backdrop-filter: blur(4px);
}

.eb-listing-badge.acil {
  background: rgba(239,68,68,0.9);
  color: white;
  backdrop-filter: blur(4px);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

.eb-listing-fav {
  position: absolute;
  top: var(--eb-space-3);
  right: var(--eb-space-3);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  transition: all var(--eb-transition-spring);
  border: none;
}

.eb-listing-fav:hover {
  background: var(--eb-white);
  transform: scale(1.15);
}

.eb-listing-fav.active {
  background: #FEE2E2;
}

.eb-listing-updated {
  position: absolute;
  bottom: var(--eb-space-3);
  right: var(--eb-space-3);
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  color: rgba(255,255,255,0.9);
  font-size: 10px;
  padding: 3px 8px;
  border-radius: var(--eb-radius-full);
}

.eb-listing-body {
  padding: var(--eb-space-4);
}

.eb-listing-title {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-base);
  font-weight: 700;
  color: var(--eb-gray-900);
  margin-bottom: var(--eb-space-2);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.eb-listing-location {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--eb-gray-500);
  font-size: var(--eb-font-size-sm);
  margin-bottom: var(--eb-space-3);
}

.eb-listing-price {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-xl);
  font-weight: 800;
  color: var(--eb-primary);
  letter-spacing: -0.5px;
}

.eb-listing-price small {
  font-size: var(--eb-font-size-xs);
  font-weight: 500;
  color: var(--eb-gray-400);
}

/* =============================================
   BANNER / PROMO SECTIONS
   ============================================= */

.eb-banner-urgency {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  border-radius: var(--eb-radius-2xl);
  padding: var(--eb-space-5) var(--eb-space-5);
  margin: 0 var(--eb-space-4) var(--eb-space-6);
  display: flex;
  align-items: center;
  gap: var(--eb-space-4);
  cursor: pointer;
  transition: all var(--eb-transition-spring);
  box-shadow: 0 8px 25px rgba(239,68,68,0.35);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: var(--eb-white);
}

.eb-banner-urgency::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 60%;
  height: 200%;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
}

.eb-banner-urgency:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(239,68,68,0.45);
}

.eb-banner-urgency-icon {
  font-size: 2.5rem;
  flex-shrink: 0;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.eb-banner-urgency-text h3 {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-lg);
  font-weight: 800;
  margin-bottom: 4px;
}

.eb-banner-urgency-text p {
  font-size: var(--eb-font-size-sm);
  opacity: 0.85;
}

.eb-banner-urgency-arrow {
  margin-left: auto;
  font-size: 1.3rem;
  transition: transform var(--eb-transition-base);
  flex-shrink: 0;
}

.eb-banner-urgency:hover .eb-banner-urgency-arrow {
  transform: translateX(5px);
}

/* =============================================
   STATS SECTION
   ============================================= */

.eb-stats-section {
  background: var(--eb-gradient-hero);
  padding: var(--eb-space-8) var(--eb-space-4);
  position: relative;
  overflow: hidden;
}

.eb-stats-section::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");
}

.eb-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--eb-space-4);
  position: relative;
  z-index: 1;
}

.eb-stat-item {
  text-align: center;
  padding: var(--eb-space-4);
  background: rgba(255,255,255,0.06);
  border-radius: var(--eb-radius-xl);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(4px);
}

.eb-stat-number {
  font-family: var(--eb-font-heading);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 900;
  background: var(--eb-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: var(--eb-space-1);
}

.eb-stat-label {
  font-size: var(--eb-font-size-xs);
  color: rgba(255,255,255,0.55);
  font-weight: 500;
}

/* =============================================
   BOTTOM NAVIGATION (MOBILE)
   ============================================= */

.eb-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--eb-z-bottom-nav);
  background: rgba(26,26,46,0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: var(--eb-space-2) 0;
  padding-bottom: env(safe-area-inset-bottom);
}

.eb-bottom-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.eb-bottom-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: var(--eb-space-2) var(--eb-space-1);
  cursor: pointer;
  transition: all var(--eb-transition-base);
  text-decoration: none;
  position: relative;
  border-radius: var(--eb-radius-lg);
}

.eb-bottom-nav-item.active .eb-bnav-icon {
  color: var(--eb-primary);
}

.eb-bottom-nav-item.active .eb-bnav-label {
  color: var(--eb-primary);
}

.eb-bottom-nav-item.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 3px;
  background: var(--eb-gradient-primary);
  border-radius: 0 0 var(--eb-radius-sm) var(--eb-radius-sm);
}

.eb-bnav-icon {
  font-size: 1.3rem;
  color: rgba(255,255,255,0.45);
  transition: all var(--eb-transition-spring);
}

.eb-bottom-nav-item:active .eb-bnav-icon {
  transform: scale(0.85);
}

.eb-bottom-nav-item.active .eb-bnav-icon {
  transform: scale(1.1);
}

.eb-bnav-label {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  transition: color var(--eb-transition-base);
}

/* Center FAB button */
.eb-bottom-nav-fab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  text-decoration: none;
}

.eb-fab-btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--eb-gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: var(--eb-shadow-primary);
  margin-top: -18px;
  border: 3px solid rgba(26,26,46,0.97);
  transition: all var(--eb-transition-spring);
}

.eb-fab-btn:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--eb-primary-rgb), 0.5);
}

.eb-fab-btn:active {
  transform: scale(0.95);
}

.eb-fab-label {
  font-size: 10px;
  font-weight: 600;
  color: var(--eb-primary-light);
}

/* =============================================
   FLOATING CHAT BUTTON
   ============================================= */

.eb-float-chat {
  position: fixed;
  right: var(--eb-space-4);
  bottom: calc(70px + var(--eb-space-4));
  z-index: var(--eb-z-bottom-nav);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--eb-space-2);
}

.eb-float-chat-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #128C7E);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 20px rgba(37,211,102,0.4);
  cursor: pointer;
  transition: all var(--eb-transition-spring);
  border: none;
  text-decoration: none;
}

.eb-float-chat-btn:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 10px 30px rgba(37,211,102,0.5);
}

.eb-float-chat-tooltip {
  background: var(--eb-gray-900);
  color: var(--eb-white);
  font-size: var(--eb-font-size-xs);
  font-weight: 600;
  padding: 5px 10px;
  border-radius: var(--eb-radius-md);
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: all var(--eb-transition-base);
  pointer-events: none;
}

.eb-float-chat:hover .eb-float-chat-tooltip {
  opacity: 1;
  transform: translateX(0);
}

/* =============================================
   CATEGORY CHIPS
   ============================================= */

.eb-chips-scroll {
  display: flex;
  gap: var(--eb-space-2);
  overflow-x: auto;
  padding-bottom: var(--eb-space-2);
  scrollbar-width: none;
}

.eb-chips-scroll::-webkit-scrollbar { display: none; }

.eb-chip {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--eb-space-2);
  padding: var(--eb-space-2) var(--eb-space-4);
  border-radius: var(--eb-radius-full);
  font-size: var(--eb-font-size-sm);
  font-weight: 600;
  cursor: pointer;
  transition: all var(--eb-transition-spring);
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  background: var(--eb-white);
  color: var(--eb-gray-600);
  box-shadow: var(--eb-shadow-sm);
}

.eb-chip:hover {
  border-color: var(--eb-primary);
  color: var(--eb-primary);
  transform: translateY(-2px);
  box-shadow: var(--eb-shadow-md);
}

.eb-chip.active {
  background: var(--eb-gradient-primary);
  color: var(--eb-white);
  border-color: transparent;
  box-shadow: var(--eb-shadow-primary);
}

/* =============================================
   BROKER SECTION
   ============================================= */

.eb-broker-card {
  background: var(--eb-white);
  border-radius: var(--eb-radius-2xl);
  padding: var(--eb-space-4);
  display: flex;
  align-items: center;
  gap: var(--eb-space-3);
  box-shadow: var(--eb-shadow-md);
  transition: all var(--eb-transition-spring);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.eb-broker-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--eb-shadow-xl);
}

.eb-broker-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--eb-gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  overflow: hidden;
  border: 2px solid rgba(var(--eb-primary-rgb), 0.3);
}

.eb-broker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eb-broker-info {
  flex: 1;
  min-width: 0;
}

.eb-broker-name {
  font-weight: 700;
  font-size: var(--eb-font-size-base);
  color: var(--eb-gray-900);
  margin-bottom: 2px;
}

.eb-broker-area {
  font-size: var(--eb-font-size-xs);
  color: var(--eb-gray-500);
}

.eb-broker-stats {
  display: flex;
  gap: var(--eb-space-3);
  margin-top: var(--eb-space-2);
}

.eb-broker-stat {
  font-size: var(--eb-font-size-xs);
  color: var(--eb-gray-600);
}

.eb-broker-stat strong {
  color: var(--eb-primary);
  font-weight: 700;
}

.eb-broker-badge {
  display: flex;
  align-items: center;
  gap: 3px;
  background: var(--eb-gradient-gold);
  color: var(--eb-gray-900);
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: var(--eb-radius-full);
  flex-shrink: 0;
}

/* =============================================
   TOAST NOTIFICATION
   ============================================= */

.eb-toast {
  position: fixed;
  top: 70px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  z-index: var(--eb-z-toast);
  background: var(--eb-gray-900);
  color: var(--eb-white);
  padding: var(--eb-space-3) var(--eb-space-5);
  border-radius: var(--eb-radius-full);
  font-size: var(--eb-font-size-sm);
  font-weight: 600;
  opacity: 0;
  transition: all var(--eb-transition-base);
  pointer-events: none;
  white-space: nowrap;
  box-shadow: var(--eb-shadow-xl);
}

.eb-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.eb-toast.success {
  background: var(--eb-success);
}

.eb-toast.error {
  background: var(--eb-danger);
}

/* =============================================
   ANIMATIONS
   ============================================= */

@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* Intersection Observer animations */
.eb-animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.eb-animate.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   DESKTOP ENHANCEMENTS
   ============================================= */

@media (min-width: 768px) {
  body {
    padding-bottom: 0;
  }

  .eb-bottom-nav {
    display: none;
  }

  .eb-float-chat {
    bottom: var(--eb-space-6);
  }

  .eb-hero {
    padding: 100px var(--eb-space-6) var(--eb-space-10);
    margin-top: 72px;
  }

  .eb-header-inner {
    height: 72px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--eb-space-6);
  }

  .eb-header-chat span {
    display: inline;
  }

  .eb-listings-scroll {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: visible;
  }

  .eb-listing-card {
    flex: none;
  }

  .eb-actions-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .eb-actions-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .eb-listings-scroll {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* =============================================
   DARK MODE SUPPORT
   ============================================= */

/* @media (prefers-color-scheme: dark) {
  :root {
    --eb-gray-50: #0F0F1A;
    --eb-gray-100: #1A1A2E;
    --eb-gray-200: #16213E;
    --eb-white: #1E1E30;
    --eb-gray-800: #E5E7EB;
    --eb-gray-900: #F9FAFB;
  }
} */

/* =============================================
   UTILITY CLASSES
   ============================================= */

.eb-text-primary { color: var(--eb-primary); }
.eb-text-gold { color: var(--eb-gold); }
.eb-font-bold { font-weight: 700; }
.eb-font-heading { font-family: var(--eb-font-heading); }
.eb-flex-center { display: flex; align-items: center; justify-content: center; }
.eb-gap-2 { gap: var(--eb-space-2); }
.eb-gap-3 { gap: var(--eb-space-3); }
.eb-mb-4 { margin-bottom: var(--eb-space-4); }
.eb-mb-6 { margin-bottom: var(--eb-space-6); }
.eb-px-4 { padding-left: var(--eb-space-4); padding-right: var(--eb-space-4); }

/* Screen reader only */
.eb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* =============================================
   BROKERS STYLING
   ============================================= */

.eb-brokers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--eb-space-6);
  margin-top: var(--eb-space-6);
}

.eb-broker-card {
  background: var(--eb-white);
  border-radius: var(--eb-radius-2xl);
  overflow: hidden;
  box-shadow: var(--eb-shadow-md);
  transition: transform var(--eb-transition-spring), box-shadow var(--eb-transition-base);
  border: 1px solid rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
}

.eb-broker-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--eb-shadow-xl);
}

.eb-broker-img-wrap {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--eb-gray-100);
}

.eb-broker-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--eb-transition-slow);
}

.eb-broker-card:hover .eb-broker-img-wrap img {
  transform: scale(1.05);
}

.eb-broker-card-body {
  padding: var(--eb-space-4);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.eb-broker-card-name {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-lg);
  font-weight: 700;
  color: var(--eb-gray-900);
  margin-bottom: var(--eb-space-1);
}

.eb-broker-card-title {
  font-size: var(--eb-font-size-sm);
  color: var(--eb-primary);
  font-weight: 600;
  margin-bottom: var(--eb-space-3);
}

.eb-broker-card-meta {
  font-size: var(--eb-font-size-xs);
  color: var(--eb-gray-500);
  margin-bottom: var(--eb-space-4);
  display: flex;
  flex-direction: column;
  gap: var(--eb-space-1);
}

.eb-broker-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--eb-space-2);
  margin-top: auto;
}

.eb-btn-broker-contact {
  padding: var(--eb-space-2) var(--eb-space-3);
  border-radius: var(--eb-radius-lg);
  font-size: var(--eb-font-size-xs);
  font-weight: 700;
  text-align: center;
  transition: all var(--eb-transition-base);
}

.eb-btn-broker-contact.call {
  background: var(--eb-gray-100);
  color: var(--eb-gray-800);
}

.eb-btn-broker-contact.call:hover {
  background: var(--eb-gray-200);
}

.eb-btn-broker-contact.wa {
  background: #25D366;
  color: white;
}

.eb-btn-broker-contact.wa:hover {
  background: #20ba56;
}

/* Single Broker Styles */
.eb-broker-header-section {
  background: var(--eb-gradient-hero);
  color: white;
  padding: var(--eb-space-12) 0;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .eb-broker-header-section {
    margin-top: 72px;
  }
}

.eb-broker-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--eb-space-6);
  text-align: center;
}

@media (min-width: 768px) {
  .eb-broker-header-inner {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
}

.eb-broker-large-avatar {
  width: 150px;
  height: 150px;
  border-radius: var(--eb-radius-full);
  border: 4px solid rgba(255,255,255,0.15);
  object-fit: cover;
  box-shadow: var(--eb-shadow-xl);
}

.eb-broker-profile-details {
  flex-grow: 1;
}

.eb-broker-fullname {
  font-family: var(--eb-font-heading);
  font-size: var(--eb-font-size-3xl);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: var(--eb-space-2);
}

.eb-broker-subtitle-badge {
  display: inline-block;
  background: var(--eb-primary);
  color: white;
  padding: 4px 12px;
  border-radius: var(--eb-radius-full);
  font-size: var(--eb-font-size-xs);
  font-weight: 700;
  margin-bottom: var(--eb-space-4);
}

.eb-broker-header-contact-list {
  display: flex;
  flex-direction: column;
  gap: var(--eb-space-2);
  font-size: var(--eb-font-size-sm);
  color: rgba(255,255,255,0.7);
}

.eb-broker-body-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--eb-space-8);
  margin-top: var(--eb-space-8);
}

@media (min-width: 1024px) {
  .eb-broker-body-layout {
    grid-template-columns: 2fr 1fr;
  }
}

.eb-broker-bio-card {
  background: white;
  border-radius: var(--eb-radius-2xl);
  padding: var(--eb-space-6);
  box-shadow: var(--eb-shadow-md);
  margin-bottom: var(--eb-space-8);
}

/* Hide header action buttons on mobile, except hamburger */
@media (max-width: 767px) {
  .eb-header-chat,
  .eb-header-talep {
    display: none !important;
  }
}

/* ==============================================
   GLOBAL LIGHT THEME OVERRIDES
   Tüm site: beyaz arka plan, siyah font
   ============================================== */

/* --- Body & genel arka plan --- */
body {
  background: #ffffff !important;
  color: #111827 !important;
}

/* --- Tüm form alanları --- */
input,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea,
select {
  background: #ffffff !important;
  color: #111827 !important;
  border-color: #d1d5db !important;
  -webkit-text-fill-color: #111827 !important;
}

input::placeholder,
textarea::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}

/* --- Değerlendirme formu arka planı --- */
#eb-review-form {
  background: #f9fafb !important;
  color: #111827 !important;
}

/* --- Stats bölümü açık tema --- */
.eb-stats-section {
  background: #f0f2f5 !important;
}

.eb-stat-item {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
}

.eb-stat-label {
  color: #6b7280 !important;
}

/* --- Bottom Nav açık tema --- */
.eb-bottom-nav {
  background: rgba(255,255,255,0.97) !important;
  border-top: 1px solid #e5e7eb !important;
}

.eb-bnav-icon {
  color: #9ca3af !important;
}

.eb-bottom-nav-item.active .eb-bnav-icon,
.eb-bottom-nav-item.active .eb-bnav-label {
  color: var(--eb-primary) !important;
}

.eb-bnav-label {
  color: #9ca3af !important;
}

/* --- Broker iletişim listesi --- */
.eb-broker-header-contact-list {
  color: #374151 !important;
}

/* --- Genel section arka planları --- */
.eb-section {
  background: #f8f9fa !important;
}

/* --- Kartlar --- */
.eb-card,
.eb-action-card,
.eb-listing-card,
.eb-broker-bio-card {
  background: #ffffff !important;
  color: #111827 !important;
}

.eb-action-label {
  color: #111827 !important;
}

/* --- Genel başlıklar ve paragraflar --- */
h1, h2, h3, h4, h5, h6 {
  color: #111827 !important;
}

p {
  color: #374151 !important;
}

/* --- Autocomplete tarayıcı dark mode override --- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #111827 !important;
}

/* --- Breadcrumb --- */
.yoast-breadcrumbs,
.yoast-breadcrumbs a,
.eb-breadcrumb,
.eb-breadcrumb a,
.eb-dark-breadcrumb,
.eb-dark-breadcrumb a {
  color: #9ca3af !important;
}


