/* Arzen — tek satır header + hamburger drawer menü */
/* Molla html 62.5% (~10px) → 75% (~12px): genel yazılar ~+2px */
html {
  font-size: 75% !important;
}

:root {
  --arzen-header-row-h: 72px;
}

/* ─── Tek satır header (tüm sayfalar) ─── */
.arzen-header-stack {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.arzen-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--arzen-header-row-h);
  position: relative;
  width: 100%;
}

.arzen-header-row .header-left,
.arzen-header-row .header-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0 !important;
}

.arzen-header-row .header-right {
  justify-content: flex-end;
  gap: 0.35rem;
}

.arzen-header-row .header-center {
  flex: 0 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.arzen-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}

.arzen-logo {
  display: block;
  height: auto;
  max-height: 51px;
  width: auto;
  max-width: 146px;
}

.arzen-header-bar {
  background: #fff;
}

.arzen-top-banner {
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 12px;
  letter-spacing: 0.3px;
}

.arzen-top-banner strong {
  font-weight: 700;
}

/* Hamburger — sağ ikonlardan biraz daha belirgin */
.header .arzen-menu-toggler.mobile-menu-toggler,
.arzen-header-bar .arzen-menu-toggler {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 5rem !important;
  height: 5rem !important;
  min-width: 5rem !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #111 !important;
  font-size: 3.2rem !important;
  line-height: 1 !important;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}

.header .arzen-menu-toggler.mobile-menu-toggler i,
.arzen-header-bar .arzen-menu-toggler i,
.header .arzen-menu-toggler .icon-bars {
  font-size: inherit !important;
  line-height: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  pointer-events: none;
}

.arzen-header-search .search-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  color: #111;
  font-size: 2.2rem !important;
  line-height: 1;
}

/* Sticky sabitlenince — az scroll'da da (Molla sadece ≥992px fixed veriyor) */
.arzen-header-bar.sticky-header.fixed {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1040 !important;
  width: 100% !important;
  background-color: #fff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.arzen-sticky-spacer {
  width: 100%;
  height: 0;
  pointer-events: none;
}

.arzen-header-bar.sticky-header.fixed .header-right a,
.arzen-header-bar.sticky-header.fixed .header-search .search-toggle,
.arzen-header-bar.sticky-header.fixed .arzen-menu-toggler {
  color: #111 !important;
}

/* ─── Drawer menü (hamburger) — header (z-index 1040) üstünde ─── */
.arzen-drawer-overlay.mobile-menu-overlay {
  z-index: 12000 !important;
}

.arzen-drawer.mobile-menu-container {
  left: 0 !important;
  width: min(360px, 92vw) !important;
  max-width: 360px !important;
  z-index: 12001 !important;
  visibility: hidden;
  transform: translateX(-105%) !important;
  transition: transform 0.3s ease, visibility 0.3s ease !important;
}

.mmenu-active .arzen-drawer.mobile-menu-container {
  visibility: visible !important;
  transform: translateX(0) !important;
}

.arzen-drawer .mobile-menu-wrapper {
  padding: 4.5rem 1.5rem 2rem;
}

.arzen-drawer-close,
.arzen-drawer .mobile-menu-close {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #111 !important;
  font-size: 2rem !important;
}

.arzen-drawer-menu > li > a {
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
}

.arzen-drawer-menu li ul li a {
  font-size: 0.95rem !important;
  text-transform: none;
  letter-spacing: 0.02em;
}

/* ─── Anasayfa: şeffaf overlay header ─── */
body.home-hero .header.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  width: 100%;
  background: transparent !important;
}

body.home-hero .header.header-overlay .arzen-header-bar {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.home-hero .header.header-overlay .header-right > .header-dropdown > a,
body.home-hero .header.header-overlay .header-right > .cart-dropdown > a,
body.home-hero .header.header-overlay .header-right .icon,
body.home-hero .header.header-overlay .header-search .search-toggle,
body.home-hero .header.header-overlay .arzen-menu-toggler {
  color: #fff !important;
}

/* Dil dropdown paneli: beyaz zemin üzerinde koyu metin */
body.home-hero .header.header-overlay .header-dropdown .header-menu,
body.home-hero .header.header-overlay .header-dropdown .header-menu a,
body.home-hero .header.header-overlay .header-right .header-menu a {
  color: #111 !important;
}

body.home-hero .header.header-overlay .header-dropdown .header-menu a:hover,
body.home-hero .header.header-overlay .header-dropdown .header-menu a:focus {
  color: #000 !important;
}

body.home-hero .arzen-logo-link {
  background: transparent !important;
  border-radius: 0;
  padding: 0 !important;
}

body.home-hero .arzen-logo {
  /* Koyu logo → beyaz (şeffaf overlay); siyah kutulu logo da okunur kalır */
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55));
  max-height: 59px;
  max-width: 164px;
}

body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .arzen-logo {
  filter: none;
}

/* Sticky scroll: opak beyaz + koyu ikonlar */
body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed {
  background-color: #fff !important;
}

body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .header-right > .header-dropdown > a,
body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .header-right > .cart-dropdown > a,
body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .header-right .icon,
body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .header-search .search-toggle,
body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .arzen-menu-toggler {
  color: #111 !important;
}

body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .header-dropdown .header-menu a {
  color: #111 !important;
}

body.home-hero .header.header-overlay .arzen-header-bar.sticky-header.fixed .arzen-logo-link {
  background: transparent !important;
  padding: 0 !important;
}

/* ─── Hero: tasarım banner’ı tam genişlik, yan kırpma yok ─── */
body.home-hero {
  overflow-x: hidden;
}

body.home-hero .page-wrapper,
body.home-hero .main.main-top {
  overflow-x: hidden;
  max-width: 100%;
}

body.home-hero .main-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home-hero .intro-slider-container.arzen-hero-slider {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: 0 !important;
  background: #f5f5f5 !important;
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.home-hero .intro-slider-container::before,
body.home-hero .intro-slider-container::after {
  content: none !important;
  display: none !important;
}

body.home-hero .intro-slider.owl-carousel {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.home-hero .intro-slider .owl-stage-outer {
  height: auto !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home-hero .intro-slider .owl-stage {
  height: auto !important;
}

body.home-hero .intro-slider .owl-item {
  float: left;
}

body.home-hero .intro-slide.arzen-hero-slide {
  height: auto !important;
  min-height: 0 !important;
  width: 100% !important;
  max-width: 100%;
  background: none !important;
  background-image: none !important;
  position: relative;
  filter: none !important;
  display: block !important;
  overflow: hidden !important;
  line-height: 0;
}

body.home-hero .arzen-hero-link {
  display: block;
  line-height: 0;
}

body.home-hero .arzen-hero-link picture,
body.home-hero .intro-slide > picture {
  display: block;
  width: 100%;
  line-height: 0;
}

body.home-hero .arzen-hero-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  object-fit: contain;
  object-position: center top;
}

/* Mobil/web ayrı img — owl + eski picture/srcset sorunlarını bypass eder */
.arzen-hero-img--mobile {
  display: none !important;
}

.arzen-hero-img--desktop {
  display: block !important;
}

@media (max-width: 991.98px) {
  .arzen-hero-img--mobile {
    display: block !important;
  }

  .arzen-hero-img--desktop {
    display: none !important;
  }
}

/* Nav okları viewport dışında kalmasın */
body.home-hero .intro-slider .owl-nav .owl-prev {
  left: 1rem !important;
  right: auto !important;
}

body.home-hero .intro-slider .owl-nav .owl-next {
  right: 1rem !important;
  left: auto !important;
}

body.home-hero .intro-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: 0 !important;
  z-index: 5;
}

/* Opsiyonel HTML overlay (görselde metin yoksa) */
body.home-hero .intro-content.arzen-hero-caption {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  transform: translate(-50%, -50%) !important;
  width: min(920px, calc(100% - 2rem)) !important;
  max-width: 920px !important;
  margin: 0 !important;
  padding: 1rem 1.5rem !important;
  text-align: center !important;
  z-index: 3;
  box-sizing: border-box;
  line-height: normal;
  pointer-events: none;
}

body.home-hero .intro-content.arzen-hero-caption .btn {
  pointer-events: auto;
}

body.home-hero .intro-title {
  color: #fff !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-indent: 0 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.15 !important;
  margin: 0 0 0.75rem !important;
  padding: 0 0.5rem !important;
  overflow: hidden;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  word-wrap: break-word;
}

body.home-hero .intro-subtitle {
  color: #fff !important;
  font-style: normal !important;
  font-weight: 300 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  margin: 0 0 1.5rem !important;
  padding: 0 0.5rem !important;
  overflow: hidden;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
  word-wrap: break-word;
}

body.home-hero .intro-content .btn,
body.home-hero .arzen-hero-caption .arzen-hero-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 1rem !important;
  padding: 1.35rem 3.25rem !important;
  min-width: 280px;
  min-height: 52px;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  line-height: 1.2 !important;
  border-width: 2px !important;
  border-radius: 0 !important;
  border-color: #fff !important;
  color: #fff !important;
  background: transparent !important;
}

body.home-hero .intro-content .btn:hover,
body.home-hero .intro-content .btn:focus,
body.home-hero .arzen-hero-caption .arzen-hero-cta:hover,
body.home-hero .arzen-hero-caption .arzen-hero-cta:focus {
  background: #fff !important;
  color: #111 !important;
  border-color: #fff !important;
}

@media (max-width: 767px) {
  body.home-hero .intro-content .btn,
  body.home-hero .arzen-hero-caption .arzen-hero-cta {
    min-width: 220px;
    padding: 1.1rem 2rem !important;
    font-size: 1.35rem !important;
  }
}

@media (min-width: 1200px) {
  body.home-hero .intro-title {
    font-size: 3.75rem !important;
  }

  body.home-hero .intro-subtitle {
    font-size: 1.05rem !important;
  }
}

/* WhatsApp */
.wp-button {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  line-height: 56px;
  z-index: 999;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-button:hover {
  color: #fff !important;
  background-color: #1ebe5d;
}

/* Footer contact grid */
.footer .contact-grid {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 8px 14px;
  line-height: 1.55;
  margin-top: 12px;
}

.footer .contact-grid .label {
  font-weight: 600;
  color: #333;
}

.footer .footer-grid {
  row-gap: 24px;
}

.footer .widget-title {
  font-weight: 700;
  margin: 0 0 12px;
}

/* Statik sayfalar */
.arzen-static-page .page-content-body {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
}

.arzen-static-page .page-content-body h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.arzen-static-page .page-content-body ul {
  padding-left: 1.25rem;
}

.arzen-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-top: 1rem;
}

.arzen-contact-card {
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
}

.arzen-contact-card h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #666;
  margin: 0 0 0.5rem;
}

.arzen-contact-card p {
  margin: 0;
  font-weight: 500;
}

.arzen-contact-card a {
  color: inherit;
  text-decoration: none;
}

.arzen-contact-card a:hover {
  text-decoration: underline;
}

/* ─── Mobil ─── */
@media (max-width: 991px) {
  /* Molla .header-middle .header-center { display:none } — logo gizlenmesin */
  .header .header-middle .header-center,
  .arzen-header-row .header-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    margin: 0 !important;
    padding: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
  }

  .arzen-header-row {
    justify-content: space-between;
  }

  .arzen-logo-link {
    display: inline-flex !important;
  }

  .arzen-logo {
    display: block !important;
    max-width: 90px;
    max-height: 31px;
    width: auto;
    height: auto;
  }

  .header-dropdown-lang {
    display: none;
  }
}

@media (max-width: 767px) {
  body.home-hero .top-banner {
    font-size: 14px !important;
    padding: 6px 8px !important;
  }

  body.home-hero .intro-title {
    font-size: 2rem !important;
  }

  body.home-hero .intro-subtitle {
    font-size: 0.8rem !important;
    letter-spacing: 0.08em !important;
  }
}
