
:root {
  --bg-main: #f8fafc;
  --card-bg: #ffffff;
  --text-main: #0f172a;
  --text-muted: #64748b;
  --primary-accent: #e11d48;
  --primary-hover: #be185d;
  --gold-accent: #d97706;
  --border-light: #e2e8f0;
  --card-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.06);
  --card-shadow-hover: 0 16px 32px -4px rgba(15, 23, 42, 0.12);
  --card-radius: 16px;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-main);
  background-color: var(--bg-main);
}

/* Custom Smooth Scrollbar */
::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar {
  width: 9px;
  background-color: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #cbd5e1;
  border: 2px solid #f1f5f9;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.temizle { clear: both; }
.slogan { font-size: 28px; font-weight: 800; color: var(--text-main); }
.ilanhatti { font-size: 22px; font-weight: 700; color: var(--text-main); }
.m-bottom { margin-bottom: 20px; }
.text-white, .text-white:hover { color: #fff; }

/* Navbar Clean Light Styling */
.navbar-default {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-light) !important;
  box-shadow: 0 2px 15px rgba(15, 23, 42, 0.04);
  transition: all 0.3s ease;
}

.navbar-default .navbar-brand {
  background: transparent !important;
  color: var(--text-main) !important;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.5px;
}

.navbar-header a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: opacity 0.2s ease;
}

.navbar-header a:hover {
  opacity: 0.9;
}

/* Platin & Gold Başlık Kartları */
.vipilan {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--card-radius);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 14px 24px;
  box-shadow: var(--card-shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.vipilan span {
  color: var(--text-main);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.vipilan span.glyphicon {
  color: var(--gold-accent);
  font-size: 15px;
}

/* İlan Kartı & Vitrin Üstü Animasyonları */
.VitrinUst {
  border-radius: var(--card-radius) !important;
  border: 1px solid var(--border-light) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: var(--card-shadow);
  object-fit: cover !important;
  background-color: #ffffff;
}

.VitrinUst:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover) !important;
  border-color: #cbd5e1 !important;
}

.fire-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 65%, transparent 100%);
  padding: 16px 12px 12px 12px;
  border-bottom-left-radius: var(--card-radius);
  border-bottom-right-radius: var(--card-radius);
}

.fire-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  line-height: 1.2;
}

.fire-sub {
  font-size: 12px;
  font-weight: 600;
  color: #fbcfe8;
  margin-top: 3px;
  letter-spacing: 0.3px;
}

/* Frame & Image Resimleri */
.cerceve {
  width: 110px;
  height: 110px;
  float: left;
  margin-top: 10px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

img.resim {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

img.resim:hover {
  transform: scale(1.05);
}

.yan-cerceve {
  width: 65px;
  height: 65px;
  float: left;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

img.yan-resim {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-light);
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .cerceve { width: 90px; height: 90px; }
  .yan-cerceve { width: 50px; height: 50px; }
  .fire-text { font-size: 14px; }
  .fire-sub { font-size: 11px; }
  .vipilan span { font-size: 14px; }
}

h4.media-heading a {
  color: var(--text-main);
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

h4.media-heading a:hover {
  color: var(--primary-accent);
  text-decoration: none;
}

.panel-default {
  background: var(--card-bg);
  border: 1px solid var(--border-light);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.panel-default > .panel-heading {
  color: var(--text-main);
  background: #f8fafc;
  border-bottom: 1px solid var(--border-light);
  font-weight: 700;
  padding: 14px 20px;
  font-size: 15px;
}

a.devami {
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  background: #ffffff;
  color: var(--text-main);
  transition: all 0.25s ease;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

a.devami:hover {
  background: var(--primary-accent);
  color: #ffffff;
  border-color: var(--primary-accent);
}

.Header_Alani {
  color: var(--text-main);
  background: #ffffff;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 16px 20px;
  font-weight: 700;
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  border: 1px solid var(--border-light);
}

.block-title {
  color: var(--text-main);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 800;
}

.item-content-block {
  padding: 24px;
  border-radius: var(--card-radius);
  background-color: var(--card-bg);
  border: 1px solid var(--border-light);
  margin-bottom: 25px;
  box-shadow: var(--card-shadow);
}

.tags button {
  background: #f1f5f9;
  padding: 8px 16px;
  color: var(--text-main);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid var(--border-light);
  margin-bottom: 8px;
  margin-right: 6px;
  transition: all 0.2s ease;
}

.tags button:hover {
  background: var(--primary-accent);
  color: #ffffff;
  border-color: var(--primary-accent);
  transform: translateY(-2px);
}

.panel.panel-stili {
  background: var(--card-bg);
  color: var(--text-main);
  border-radius: var(--card-radius);
  border: 1px solid var(--border-light);
}

.panelTop h3 a {
  color: var(--text-main);
  font-weight: 700;
  font-size: 15px;
  transition: color 0.2s ease;
}

.panelTop h3 a:hover {
  color: var(--primary-accent);
}

.panelTop p {
  color: var(--text-muted);
  font-weight: 400;
}

.panelBottom {
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 12px;
  background: #f8fafc;
  border: 1px solid var(--border-light);
  color: var(--text-muted);
}

.panelBottom span {
  color: var(--text-muted);
  font-weight: 500;
  font-size: 12px;
}

/* Back to Top Button */
.go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 18px;
  position: fixed;
  bottom: -60px;
  right: 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: var(--text-main);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.go-top.show {
  bottom: 25px;
}

.go-top:hover {
  transform: translateY(-4px);
  background: var(--primary-accent);
  color: #ffffff;
}

/* ===================================================
   HERO SLIDER & LUXURY CARD DESIGN SYSTEM
   =================================================== */

.hero-slider-section {
  margin-bottom: 35px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.12);
  border: 1px solid var(--border-light);
  background: #ffffff;
}

.hero-carousel .item {
  height: 420px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.6) 50%, transparent 100%);
  display: flex;
  align-items: center;
  padding: 0 50px;
}

.hero-carousel-content {
  max-width: 500px;
  color: #ffffff;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #e11d48 0%, #be185d 100%);
  color: #ffffff;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.4);
}

.hero-title {
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 10px 0;
  color: #ffffff;
  line-height: 1.2;
}

.hero-sub {
  font-size: 15px;
  color: #cbd5e1;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-btn {
  background: #ffffff;
  color: #0f172a;
  font-weight: 800;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

.hero-btn:hover {
  background: #e11d48;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.carousel-control {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(8px);
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}

.carousel-control:hover {
  opacity: 1;
  background: rgba(225, 29, 72, 0.8) !important;
}

/* Listing Card Container */
.listing-card-wrapper {
  position: relative;
  border-radius: var(--card-radius);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border-light);
  box-shadow: var(--card-shadow);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  margin-bottom: 25px;
  display: block;
  text-decoration: none !important;
}

.listing-card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: var(--card-shadow-hover);
  border-color: #cbd5e1;
}

.listing-card-image-box {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.listing-card-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.listing-card-wrapper:hover .listing-card-image-box img {
  transform: scale(1.06);
}

/* Badges */
.badge-vip {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 12;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  text-transform: uppercase;
}

.badge-vip-platin {
  background: linear-gradient(135deg, #e11d48 0%, #be185d 100%);
  color: #ffffff;
}

.badge-vip-gold {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  color: #ffffff;
}

/* Card Floating Info Pill */
.card-info-pill {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 12;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-info-name {
  font-weight: 800;
  font-size: 15px;
  color: #0f172a;
  line-height: 1.2;
}

.card-info-sub {
  font-size: 12px;
  color: #64748b;
  font-weight: 600;
  margin-top: 2px;
}

.pulse-online {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #16a34a;
  background: #f0fdf4;
  padding: 3px 8px;
  border-radius: 12px;
  border: 1px solid #bbf7d0;
}

.pulse-dot {
  width: 7px;
  height: 7px;
  background-color: #22c55e;
  border-radius: 50%;
  animation: pulse-ring 1.5s infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@media (max-width: 768px) {
  .hero-carousel .item { height: 320px; }
  .hero-carousel-overlay { padding: 0 25px; }
  .hero-title { font-size: 24px; }
  .listing-card-image-box { height: 260px; }
  .card-info-name { font-size: 14px; }
}

/* ===================================================
   PORTAL SEARCH, TRUST BAR, FILTER CHIPS & BLOG CARDS
   =================================================== */

/* Hero Search Banner */
.hero-search-container {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: var(--card-shadow);
  margin-bottom: 25px;
}

.hero-search-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-search-input {
  flex: 1;
  height: 48px;
  border-radius: 12px !important;
  border: 1px solid var(--border-light) !important;
  padding: 0 16px !important;
  font-size: 14px;
  background: #f8fafc !important;
  color: var(--text-main) !important;
}

.hero-search-input:focus {
  border-color: var(--primary-accent) !important;
  box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.12) !important;
}

.hero-search-btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e11d48 0%, #be185d 100%);
  color: #ffffff;
  font-weight: 700;
  border: 0;
  box-shadow: 0 4px 15px rgba(225, 29, 72, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease;
}

.hero-search-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
}

/* Trust Badges Bar */
.trust-bar-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

.trust-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--card-shadow);
  transition: transform 0.25s ease;
}

.trust-item:hover {
  transform: translateY(-3px);
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #fdf2f8;
  color: #e11d48;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.trust-title {
  font-weight: 800;
  font-size: 14px;
  color: var(--text-main);
  line-height: 1.2;
}

.trust-desc {
  font-size: 12px;
  color: var(--text-muted);
  margin-top: 2px;
}

/* Section Title Headers */
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
}

.section-header-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-header-title i {
  color: var(--primary-accent);
}

.section-header-link {
  font-weight: 700;
  font-size: 13px;
  color: var(--primary-accent);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.section-header-link:hover {
  color: var(--primary-hover);
  text-decoration: none;
}

/* Filter Chips Wrapper */
.filter-chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.chip-btn {
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-main);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(15,23,42,0.03);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chip-btn:hover {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  text-decoration: none;
  transform: translateY(-2px);
}

/* Home Blog Card */
.blog-home-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-home-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--card-shadow-hover);
}

.blog-home-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.blog-home-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-home-title {
  font-weight: 800;
  font-size: 16px;
  color: var(--text-main);
  margin-bottom: 8px;
  line-height: 1.3;
}

.blog-home-excerpt {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 15px;
  flex: 1;
}

.blog-home-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-light);
  padding-top: 12px;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 600;
}

@media (max-width: 992px) {
  .trust-bar-container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 576px) {
  .trust-bar-container { grid-template-columns: 1fr; }
  .hero-search-form { flex-direction: column; }
  .hero-search-btn { width: 100%; justify-content: center; }
}

/* ===================================================
   INSTAGRAM STORIES, MOBILE FLOATING BAR & DISTRICT TABS
   =================================================== */

/* Instagram Stories Section */
.stories-section {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 16px 20px;
  margin-bottom: 25px;
  box-shadow: var(--card-shadow);
}

.stories-scroll-box {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none; /* Firefox */
}

.stories-scroll-box::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.story-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: none !important;
}

.story-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #e11d48 0%, #d97706 50%, #be185d 100%);
  transition: transform 0.25s ease;
}

.story-item:hover .story-ring {
  transform: scale(1.08);
}

.story-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffffff;
}

.story-name {
  font-weight: 700;
  font-size: 12px;
  color: var(--text-main);
  text-align: center;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* District Filter Tabs */
.district-tabs-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.district-tab-btn {
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-main);
  font-weight: 700;
  font-size: 13px;
  padding: 8px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(15,23,42,0.03);
}

.district-tab-btn:hover,
.district-tab-btn.active {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
  box-shadow: 0 4px 15px rgba(15,23,42,0.2);
}

/* Mobile Floating Contact Bar */
.mobile-floating-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid #e2e8f0;
  padding: 10px 16px;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
}

.mobile-float-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mobile-float-btn {
  height: 44px;
  border-radius: 22px;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.btn-whatsapp-float {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: #ffffff;
}

.btn-call-float {
  background: #0f172a;
  color: #ffffff;
}

@media (max-width: 768px) {
  .mobile-floating-bar {
    display: block;
  }
  body {
    padding-bottom: 60px; /* offset for fixed bottom bar */
  }
}

/* ===================================================
   PHASE 2: DARK MODE, FAVORITES & STAR RATINGS
   =================================================== */

/* Dark Mode Theme Variables */
body.dark-theme {
  --bg-body: #090d16;
  --bg-card: #111827;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border-light: #1e293b;
  --card-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  background-color: #090d16 !important;
  color: #f8fafc !important;
}

body.dark-theme .navbar-custom,
body.dark-theme .hero-search-container,
body.dark-theme .trust-item,
body.dark-theme .hero-slider-section,
body.dark-theme .stories-section,
body.dark-theme .listing-card-wrapper,
body.dark-theme .blog-home-card,
body.dark-theme .panel,
body.dark-theme #seo-footer,
body.dark-theme .modal-content {
  background-color: #111827 !important;
  border-color: #1e293b !important;
  color: #f8fafc !important;
}

body.dark-theme .card-info-pill {
  background: rgba(17, 24, 39, 0.92) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body.dark-theme .card-info-name,
body.dark-theme .section-header-title,
body.dark-theme .trust-title,
body.dark-theme .blog-home-title,
body.dark-theme h1, body.dark-theme h2, body.dark-theme h3 {
  color: #f8fafc !important;
}

body.dark-theme .chip-btn,
body.dark-theme .district-tab-btn {
  background: #1f2937;
  border-color: #374151;
  color: #f3f4f6;
}

body.dark-theme .chip-btn:hover,
body.dark-theme .district-tab-btn.active {
  background: #e11d48;
  border-color: #e11d48;
  color: #ffffff;
}

/* Favorite Heart Button */
.fav-heart-btn {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 15;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

.fav-heart-btn:hover,
.fav-heart-btn.active {
  background: #ffffff;
  color: #e11d48;
  transform: scale(1.15);
}

/* Star Rating System */
.star-rating-box {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #fbbf24;
  font-size: 18px;
  cursor: pointer;
}

.star-rating-box .fa-star-o {
  color: #cbd5e1;
}

/* Theme Toggle Button */
.theme-toggle-btn {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #0f172a;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

body.dark-theme .theme-toggle-btn {
  background: #1f2937;
  border-color: #374151;
  color: #fbbf24;
}

.theme-toggle-btn:hover {
  transform: rotate(20deg) scale(1.08);
}


