/* ============================================================
   ÖZENLİ TEMİZLİK — Yeni bölümler ve alt sayfa stilleri
   Orijinal sitenin AÇIK temasına (beyaz zemin, kahve #BC6C25,
   tan #DDA15E başlıklar, gri metin) uyumludur.
   ============================================================ */

/* ----------------------------------------------------------------
   MOBİL DROPDOWN DÜZELTMESİ
   (Mobilde Hizmetler alt menüsü artık kapalı gelir, tıklayınca açılır)
---------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    display: none;
    opacity: 1;
    pointer-events: auto;
    margin-top: 6px;
    margin-left: 10px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 6px 0 6px 6px;
    min-width: auto;
  }
  .navbar .dropdown-menu.show { display: block; }
  .navbar .dropdown-menu::before { display: none; }
  .navbar .dropdown-item {
    color: #fff;
    padding: 8px 14px;
  }
  .navbar .dropdown-item:hover,
  .navbar .dropdown-item:active,
  .navbar .dropdown-item:focus {
    color: #DDA15E;
    background: transparent;
  }
}

/* ----------------------------------------------------------------
   HİZMET BÖLGELERİ (Anasayfa) — açık/krem zemin
---------------------------------------------------------------- */
.regions-section {
  padding: 80px 0;
  background: #f7f3ec;
}
.regions-eyebrow {
  color: #BC6C25;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 4px;
  text-align: center;
}
.regions-title {
  color: #4a3b2c;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
}
.regions-sub {
  color: #493f2d;
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px auto;
  font-size: 17px;
  font-weight: 300;
}
.regions-sub strong { color: #BC6C25; }
.regions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
.region-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e6dccd;
  color: #4a3b2c;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 14px rgba(120, 90, 50, 0.06);
  transition: all 0.25s ease;
}
.region-card i {
  color: #DDA15E;
  font-size: 20px;
  transition: transform 0.25s ease;
}
.region-card:hover {
  background: #BC6C25;
  border-color: #BC6C25;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(120, 90, 50, 0.22);
}
.region-card:hover i { transform: translateX(3px); color: #fff; }

/* ----------------------------------------------------------------
   ALT SAYFA HERO (hizmet / bölge) — görsel + sıcak kahve tonlu örtü
---------------------------------------------------------------- */
.page-hero {
  position: relative;
  padding: 160px 0 70px 0;
  background-size: cover;
  background-position: center;
  background-color: #b78752;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(74, 48, 20, 0.55), rgba(120, 84, 52, 0.72));
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow {
  color: #ffe6c9;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 6px;
  text-shadow: 0 1px 4px rgba(0,0,0,.35);
}
.page-hero h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
}
.page-hero .lead {
  color: #fbf3e9;
  font-size: 19px;
  font-weight: 300;
  max-width: 760px;
  text-shadow: 0 1px 6px rgba(0,0,0,.3);
}
.breadcrumb-nav {
  position: relative;
  z-index: 2;
  font-size: 14px;
  margin-bottom: 18px;
  color: #f2e6d6;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.breadcrumb-nav a { color: #ffe6c9; text-decoration: none; }
.breadcrumb-nav a:hover { text-decoration: underline; }
.breadcrumb-nav span { margin: 0 6px; opacity: 0.7; }

/* ----------------------------------------------------------------
   ALT SAYFA GÖVDE — beyaz zemin, kahve başlıklar, gri metin
---------------------------------------------------------------- */
.page-body {
  padding: 60px 0 70px 0;
  background: #ffffff;
}
.page-body .container { max-width: 960px; }
.page-body > .container > p,
.page-body .lead-text {
  color: #47402f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
}
.page-body h2 {
  color: #BC6C25;
  font-size: 30px;
  font-weight: 700;
  margin: 44px 0 18px 0;
}
.page-body strong { color: #3f3527; font-weight: 700; }

.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}
.feature-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  background: #faf6f0;
  border: 1px solid #ece2d3;
  border-radius: 12px;
  color: #47402f;
  font-size: 16px;
  font-weight: 400;
}
.feature-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 16px;
  top: 16px;
  color: #7cae4e;
  font-size: 16px;
}
.feature-list li a { color: #BC6C25 !important; }

/* SSS akordeon — açık */
.faq-item {
  border: 1px solid #ece2d3;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  background: #faf6f0;
}
.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  color: #3f3527;
  font-weight: 700;
  font-size: 17px;
  list-style: none;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  color: #BC6C25;
  font-size: 22px;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item p {
  padding: 0 22px 18px 22px;
  margin: 0;
  color: #493f2d;
  font-size: 16px;
  line-height: 1.7;
}

/* Alt sayfa CTA — marka kahve gradyanı (vurgu) */
.page-cta {
  margin-top: 46px;
  padding: 34px;
  border-radius: 18px;
  text-align: center;
  background: linear-gradient(135deg, #BC6C25, #DDA15E);
  box-shadow: 0 12px 30px rgba(188, 108, 37, 0.25);
}
.page-cta h3 { color: #fff; margin-bottom: 8px; font-size: 26px; }
.page-cta p { color: #fff8ef !important; margin-bottom: 20px; font-weight: 300; }
.page-cta .cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.page-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}
.cta-btn.wa { background: #25D366; color: #fff; }
.cta-btn.wa:hover { background: #1da851; }
.cta-btn.tel { background: #fff; color: #BC6C25; }
.cta-btn.tel:hover { background: #3f3527; color: #fff; }

/* İlgili linkler / çipler — krem */
.related-links { margin-top: 40px; }
.related-links h2 { font-size: 24px; }
.related-chip-wrap { display: flex; flex-wrap: wrap; gap: 10px; }
.related-chip {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 100px;
  background: #f4ece0;
  border: 1px solid #e2d4c0;
  color: #7a5a34;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}
.related-chip:hover { background: #BC6C25; color: #fff; border-color: #BC6C25; }

@media (max-width: 767px) {
  .page-hero h1 { font-size: 30px; }
  .page-hero { padding: 130px 0 46px 0; }
  .regions-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}

/* ============================================================
   EK DÜZELTMELER
   ============================================================ */

/* Mobil "Hizmetler" alt menüsü biraz daha koyu zemin */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.38) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* Liste linklerinde tik (✓) ile metin çakışmasın:
   link içeren li'lerde de sol boşluk korunur */
.feature-list li a {
  display: inline-block;
  text-decoration: none;
}
.feature-list li p { margin-bottom: 0; }

/* Sol alttaki WhatsApp butonu: masaüstünde 1 tık küçük */
.floating {
  width: 52px !important;
  height: 52px !important;
  font-size: 26px !important;
}
.floating .float-button { margin-top: 13px !important; }

/* Mobilde 2 tık daha küçük */
@media (max-width: 767.98px) {
  .floating {
    width: 42px !important;
    height: 42px !important;
    font-size: 21px !important;
    bottom: 12px !important;
  }
  .floating .float-button { margin-top: 10px !important; }
}

/* Hero kartı: kayan içerik + Instagram butonu */
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}
.hero-ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  transition: transform 0.2s, box-shadow 0.2s;
}
.hero-ig-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.35);
}
#hero-eyebrow, #hero-title, #hero-text { transition: opacity 0.4s ease; }

/* ============================================================
   EK DÜZELTMELER — 2. tur
   ============================================================ */

/* --- Yatay taşma (sağa kayma) engellensin --- */
html, body { overflow-x: hidden; max-width: 100%; }
.responsive-container-block.bigContainer { overflow-x: clip; }

/* --- Navbar "Hizmetler": yazı /hizmetler'e gider, ok alt menüyü açar --- */
.nav-dd-row { display: flex; align-items: center; gap: 2px; }
.nav-dd-row .nav-link { padding-right: 4px; }
.dd-caret {
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 1;
  opacity: 0.85;
}
.dd-caret:hover { opacity: 1; color: #DDA15E; }
.dd-caret i { transition: transform 0.25s ease; }
.dd-caret.open i { transform: rotate(180deg); }
/* Masaüstünde ok yalnızca görsel ipucu; menü hover ile açılır */
@media (min-width: 992px) {
  .dd-caret { pointer-events: none; font-size: 11px; padding: 0 0 0 2px; }
}

/* --- HERO kartı taşma düzeltmesi (başlıklar karta sığsın) --- */
.hero-section::after {
  width: 360px !important;
  height: 470px !important;
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.hero-section .col-lg-6 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
#hero-eyebrow { display: inline-block; }
#hero-title {
  font-size: clamp(26px, 3.7vw, 42px) !important;
  line-height: 1.08;
  word-break: break-word;
  margin-bottom: 14px;
}
#hero-text { font-size: clamp(15px, 1.9vw, 18px); }
.hero-cta-row { justify-content: center; }
@media (max-width: 767px) {
  .hero-section::after { width: 300px !important; height: 440px !important; }
  .hero-section .col-lg-6 { max-width: 320px; padding-left: 10px; padding-right: 10px; }
  #hero-title { font-size: clamp(22px, 7vw, 33px) !important; }
  .hero-cta-row { gap: 8px; }
  .hero-cta-row .btn, .hero-cta-row .hero-ig-btn { font-size: 13px; padding: 9px 16px; }
}

/* --- Bize Ulaşın: iletişim butonları --- */
.contact-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 6px auto 26px auto;
}
.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.contact-btn i { font-size: 18px; }
.contact-btn:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.contact-btn.wa { background: #25D366; }
.contact-btn.tel { background: #BC6C25; }
.contact-btn.ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.contact-btn.loc { background: #3f5c74; }
@media (max-width: 767px) {
  .contact-btn { padding: 11px 18px; font-size: 14px; }
}

/* ============================================================
   EK DÜZELTMELER — 3. tur
   ============================================================ */

/* 1) İletişim ikonları: .new_home_web * { font-family:Nunito } ikon fontunu
      eziyordu; Font Awesome ailelerini geri veriyoruz */
.new_home_web .fab { font-family: "Font Awesome 6 Brands" !important; font-weight: 400 !important; }
.new_home_web .fas,
.new_home_web .fa { font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }

/* 2) /hizmetler: tıklanabilir hizmet kartları */
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 0 0 10px 0;
}
.service-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 24px;
  border-radius: 14px;
  background: #faf6f0;
  border: 1px solid #ece2d3;
  text-decoration: none;
  transition: all 0.25s ease;
}
.service-card:hover {
  background: #fff;
  border-color: #DDA15E;
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(120, 90, 50, 0.14);
}
.service-card-title { color: #BC6C25; font-weight: 700; font-size: 20px; }
.service-card .arrow { display: inline-block; transition: transform 0.25s ease; }
.service-card:hover .arrow { transform: translateX(5px); }
.service-card-desc { color: #493f2d; font-size: 15px; line-height: 1.5; }

/* 3) HERO kartı: premium altın cam görünüm + buton yerleşimi */
.hero-section::after {
  background: linear-gradient(135deg, rgba(150, 110, 65, 0.50), rgba(70, 48, 28, 0.60)) !important;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
#hero-eyebrow { text-shadow: 0 1px 4px rgba(0,0,0,0.45); }
#hero-title { text-shadow: 0 2px 10px rgba(0,0,0,0.5); }
#hero-text { text-shadow: 0 1px 6px rgba(0,0,0,0.45); }
.hero-cta-main { margin-bottom: 10px; }
.hero-cta-sub { margin-top: 0; }
.hero-cta-sub .custom-border-btn { background: rgba(255,255,255,0.12); }

/* 4) Turuncu CTA kutuları -> premium koyu mavi */
.page-cta {
  background: linear-gradient(135deg, #16324f, #24506e) !important;
  box-shadow: 0 12px 30px rgba(22, 50, 79, 0.28) !important;
}
.cta-btn.tel { color: #16324f; }
.cta-btn.tel:hover { background: #0f2438; color: #fff; }

/* 5) Mobilde "Hizmetler" alt menüsü 2 tık daha koyu */
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    background: rgba(0, 0, 0, 0.66) !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
  }
}

/* 6) Slider açılışta kararma-sonra-görsel efekti olmasın:
      hero'nun arka planı ilk slaytla aynı görsel olsun (anında görünür) */
.hero-section {
  background-image: url('/images/koltuk-yikama.webp');
  background-size: cover;
  background-position: center;
}

/* ============================================================
   EK DÜZELTMELER — 4. tur
   ============================================================ */

/* Hero üst başlık (eyebrow) sarımsı ve okunmuyordu -> açık krem + gölge */
#hero-eyebrow {
  color: #fff4e6 !important;
  opacity: 0.96;
  font-weight: 600;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.65) !important;
}

/* İşlemler timeline: kart başlığı ("1. İşlem") okunsun.
   Görselin üstüne soldan koyu, sağa doğru silikleşen şık bir gradyan. */
[class*="reviews-block-image-wrap"] { position: relative; }
[class*="reviews-block-image-wrap"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.80) 0%,
    rgba(0, 0, 0, 0.58) 38%,
    rgba(0, 0, 0, 0.20) 72%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}
[class*="reviews-block-image-wrap"] > * { position: relative; z-index: 1; }
[class*="reviews-block-image-wrap"] h6 {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.75);
  font-weight: 700;
}

/* Çip linklerini de biraz daha okunur yap */
.related-chip { color: #6a4c26; }

/* ============================================================
   EK DÜZELTMELER — 5. tur
   ============================================================ */

/* İşlemler kartı: açıklama gri zeminde okunmuyordu -> beyaz yazı + biraz koyu zemin */
.timeline .reviews-block { background-color: #575757 !important; }
.reviews-block-info p { color: #ffffff !important; }
.reviews-block-info p[style*="italic"],
.reviews-block-info p:not([style*="bold"]) { color: #f4f4f4 !important; }
