/* =========================================================================
   besiktasesyalikiralikdaire.com.tr — marka & yeni bolum stilleri
   Ozkan Ozel Gayrimenkul Yonetimi
   Palet: lacivert #00357a · altin #C8A24B · acik notr #D9D9D9
   Bu dosya sablonun style.css/color.css dosyalarindan SONRA yuklenir.
   ========================================================================= */

:root {
  --bek-navy: #00357a;
  --bek-navy-d: #002550;
  --bek-navy-dd: #001a3a;
  --bek-gold: #c8a24b;
  --bek-gold-l: #e0c07a;
  --bek-neutral: #d9d9d9;
  --bek-ink: #1e2c36;
  --bek-muted: #5b6771;
  --bek-bg-soft: #f6f7f9;
  --bek-radius: 14px;
  --bek-shadow: 0 10px 34px rgba(0, 53, 122, .10);
  --bek-shadow-h: 0 18px 48px rgba(0, 53, 122, .18);
}

/* ---------- ortak tipografi / bolum basligi ---------- */
.bek-sec { padding: 92px 0; }
.bek-sec--soft { background: var(--bek-bg-soft); }
.bek-sec--navy { background: linear-gradient(160deg, var(--bek-navy-dd), var(--bek-navy)); color: #fff; }

.bek-head { max-width: 860px; margin: 0 auto 52px; text-align: center; }
.bek-head .bek-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--bek-gold); margin-bottom: 14px;
}
.bek-head h2 {
  font-size: 40px; line-height: 1.22; font-weight: 700; color: var(--bek-navy); margin: 0 0 16px;
}
.bek-sec--navy .bek-head h2 { color: #fff; }
.bek-head p { font-size: 17px; line-height: 1.75; color: var(--bek-muted); margin: 0; }
.bek-sec--navy .bek-head p { color: rgba(255, 255, 255, .78); }
.bek-head--left { margin-left: 0; text-align: left; }

/* altin ince ayrac */
.bek-rule { width: 58px; height: 3px; background: var(--bek-gold); border-radius: 2px; margin: 0 auto 20px; }
.bek-head--left .bek-rule { margin-left: 0; }

/* ---------- hero slayt: cift CTA ---------- */
.banner-section .btn-box { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.banner-section .btn-box .theme-btn { margin: 0; }
.bek-btn-ghost {
  display: inline-block; padding: 15px 32px; border-radius: 8px; font-size: 15px; font-weight: 600;
  color: #fff; border: 2px solid rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .08);
  text-decoration: none; transition: all .3s ease; backdrop-filter: blur(4px);
}
.bek-btn-ghost:hover { background: var(--bek-gold); border-color: var(--bek-gold); color: #fff; }

/* ---------- One Cikan Degerlerimiz ---------- */
.bek-values .bek-value {
  height: 100%; background: #fff; border: 1px solid var(--bek-neutral); border-radius: var(--bek-radius);
  padding: 34px 30px; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative; overflow: hidden;
}
.bek-values .bek-value:before {
  content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--bek-navy), var(--bek-gold)); transform: scaleX(0);
  transform-origin: left; transition: transform .4s ease;
}
.bek-values .bek-value:hover { transform: translateY(-6px); box-shadow: var(--bek-shadow-h); border-color: transparent; }
.bek-values .bek-value:hover:before { transform: scaleX(1); }
.bek-value .bek-value-icon {
  width: 54px; height: 54px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: rgba(0, 53, 122, .07); color: var(--bek-navy); font-size: 22px; margin-bottom: 20px;
}
.bek-value h3 { font-size: 20px; font-weight: 700; color: var(--bek-navy); margin: 0 0 12px; line-height: 1.35; }
.bek-value p { font-size: 15px; line-height: 1.78; color: var(--bek-muted); margin: 0 0 12px; }
.bek-value p:last-child { margin-bottom: 0; }

/* ---------- Premium Kiralama Uzmanliklarimiz ---------- */
.bek-expertise .bek-exp {
  height: 100%; border-radius: var(--bek-radius); padding: 36px 30px; background: #fff;
  border: 1px solid var(--bek-neutral); border-left: 4px solid var(--bek-gold);
  transition: box-shadow .35s ease, transform .35s ease;
}
.bek-expertise .bek-exp:hover { box-shadow: var(--bek-shadow-h); transform: translateY(-4px); }
.bek-exp .bek-exp-num {
  font-size: 13px; font-weight: 700; letter-spacing: .16em; color: var(--bek-gold); display: block; margin-bottom: 12px;
}
.bek-exp h3 { font-size: 21px; font-weight: 700; color: var(--bek-navy); margin: 0 0 12px; line-height: 1.35; }
.bek-exp p { font-size: 15.5px; line-height: 1.75; color: var(--bek-muted); margin: 0; }

/* ---------- Kimlere Hizmet Veriyoruz ---------- */
.bek-audience .bek-aud {
  display: flex; align-items: center; gap: 16px; padding: 22px 24px; height: 100%;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--bek-radius); transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.bek-audience .bek-aud:hover { background: rgba(255, 255, 255, .12); border-color: var(--bek-gold); transform: translateY(-4px); }
.bek-aud i {
  flex: 0 0 auto; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; background: rgba(200, 162, 75, .18); color: var(--bek-gold-l); font-size: 18px;
}
.bek-aud span { font-size: 16px; font-weight: 600; color: #fff; line-height: 1.45; }

/* ---------- Secili Isler (vaka) ---------- */
.bek-cases .bek-case {
  height: 100%; background: #fff; border: 1px solid var(--bek-neutral); border-radius: var(--bek-radius);
  overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .35s ease;
}
.bek-cases .bek-case:hover { box-shadow: var(--bek-shadow-h); }
.bek-case .bek-case-img { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--bek-neutral); }
.bek-case .bek-case-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.bek-case:hover .bek-case-img img { transform: scale(1.05); }
.bek-case .bek-case-tag {
  position: absolute; left: 18px; top: 18px; background: var(--bek-navy); color: #fff; font-size: 12px;
  font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 7px 14px; border-radius: 999px;
}
.bek-case .bek-case-body { padding: 30px 28px 32px; flex: 1 1 auto; }
.bek-case h3 { font-size: 21px; font-weight: 700; color: var(--bek-navy); margin: 0 0 14px; line-height: 1.35; }
.bek-case p { font-size: 15px; line-height: 1.78; color: var(--bek-muted); margin: 0 0 14px; }
.bek-case .bek-case-note { border-left: 3px solid var(--bek-gold); padding: 4px 0 4px 16px; margin: 18px 0 0; }
.bek-case .bek-case-note strong { display: block; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--bek-gold); margin-bottom: 6px; }
.bek-case .bek-case-note p { margin: 0; color: var(--bek-ink); }

/* ---------- Bolge Rehberleri (tipografik lacivert kart) ---------- */
.bek-regions .bek-region {
  position: relative; display: flex; flex-direction: column; height: 100%; min-height: 236px;
  border-radius: var(--bek-radius); overflow: hidden; text-decoration: none; isolation: isolate;
  padding: 30px 28px 26px; border: 1px solid rgba(200, 162, 75, .22);
  background: linear-gradient(158deg, var(--bek-navy-dd) 0%, var(--bek-navy) 100%);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}
/* kosegen altin parilti */
.bek-regions .bek-region:before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; transition: opacity .45s ease;
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(200, 162, 75, .26) 0%, rgba(200, 162, 75, 0) 58%),
    radial-gradient(90% 80% at 0% 100%, rgba(255, 255, 255, .10) 0%, rgba(255, 255, 255, 0) 60%);
}
/* silik bolge bas harfi */
.bek-regions .bek-region:after {
  content: attr(data-initial); position: absolute; right: 14px; bottom: -18px; z-index: -1;
  font-size: 108px; font-weight: 700; line-height: 1; color: rgba(255, 255, 255, .055);
  letter-spacing: -.04em; pointer-events: none; transition: color .45s ease, transform .45s ease;
}
.bek-regions .bek-region:hover {
  transform: translateY(-6px); border-color: rgba(200, 162, 75, .6);
  box-shadow: 0 20px 46px rgba(0, 26, 58, .34);
}
.bek-regions .bek-region:hover:before { opacity: 1; }
.bek-regions .bek-region:hover:after { color: rgba(200, 162, 75, .13); transform: translateY(-4px); }
.bek-region .bek-region-kicker {
  font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--bek-gold); margin-bottom: 14px;
}
.bek-region .bek-region-kicker:after {
  content: ""; display: block; width: 34px; height: 2px; background: var(--bek-gold);
  border-radius: 2px; margin-top: 12px; transition: width .4s ease;
}
.bek-regions .bek-region:hover .bek-region-kicker:after { width: 60px; }
.bek-region h3 { font-size: 21px; font-weight: 700; color: #fff; margin: 0 0 10px; line-height: 1.3; }
.bek-region p { font-size: 14.5px; line-height: 1.68; color: rgba(255, 255, 255, .74); margin: 0 0 18px; flex: 1 1 auto; }
.bek-region .bek-region-more {
  font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bek-gold-l);
}
.bek-region .bek-region-more i { margin-left: 7px; transition: transform .3s ease; }
.bek-regions .bek-region:hover .bek-region-more i { transform: translateX(5px); }

/* ---------- Secili Icgorulerimiz ---------- */
.bek-insights .bek-insight {
  height: 100%; background: #fff; border: 1px solid var(--bek-neutral); border-radius: var(--bek-radius);
  padding: 28px 26px; display: flex; flex-direction: column; transition: box-shadow .35s ease, transform .35s ease;
}
.bek-insights .bek-insight:hover { box-shadow: var(--bek-shadow-h); transform: translateY(-4px); }
.bek-insight .bek-insight-num { font-size: 30px; font-weight: 700; color: rgba(0, 53, 122, .14); line-height: 1; margin-bottom: 14px; }
.bek-insight h3 { font-size: 17.5px; font-weight: 700; color: var(--bek-navy); margin: 0 0 12px; line-height: 1.45; }
.bek-insight p { font-size: 14.5px; line-height: 1.75; color: var(--bek-muted); margin: 0 0 16px; flex: 1 1 auto; }
.bek-insight a { font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--bek-gold); text-decoration: none; }
.bek-insight a:hover { color: var(--bek-navy); }
.bek-insight a i { margin-left: 6px; }

.bek-more-box { text-align: center; margin-top: 46px; }

/* ---------- ortak buton ---------- */
.bek-btn {
  display: inline-block; padding: 16px 38px; border-radius: 8px; background: var(--bek-navy); color: #fff;
  font-size: 15px; font-weight: 600; text-decoration: none; border: 2px solid var(--bek-navy);
  transition: all .3s ease;
}
.bek-btn:hover { background: var(--bek-gold); border-color: var(--bek-gold); color: #fff; }
.bek-btn--gold { background: var(--bek-gold); border-color: var(--bek-gold); }
.bek-btn--gold:hover { background: var(--bek-navy); border-color: var(--bek-navy); }
.bek-btn--outline { background: transparent; color: var(--bek-navy); }
.bek-btn--outline:hover { background: var(--bek-navy); border-color: var(--bek-navy); color: #fff; }

/* ---------- ic sayfa: baslik alani ---------- */
.bek-page-hero {
  position: relative; padding: 118px 0 92px; background: var(--bek-navy-dd); isolation: isolate; overflow: hidden;
}
.bek-page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.bek-page-hero:before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(110deg, rgba(0, 26, 58, .93) 0%, rgba(0, 53, 122, .74) 100%);
}
.bek-page-hero h1 { font-size: 42px; line-height: 1.24; font-weight: 700; color: #fff; margin: 0 0 16px; max-width: 900px; }
.bek-page-hero p { font-size: 17.5px; line-height: 1.72; color: rgba(255, 255, 255, .82); margin: 0; max-width: 780px; }
.bek-crumb { margin-bottom: 18px; font-size: 14px; color: rgba(255, 255, 255, .7); }
.bek-crumb a { color: var(--bek-gold-l); text-decoration: none; }
.bek-crumb a:hover { color: #fff; }
.bek-crumb span { margin: 0 8px; opacity: .6; }

/* ---------- ic sayfa: makale govdesi ---------- */
.bek-article { padding: 78px 0; }
.bek-prose h2 { font-size: 28px; font-weight: 700; color: var(--bek-navy); margin: 44px 0 18px; line-height: 1.32; }
.bek-prose h2:first-child { margin-top: 0; }
.bek-prose h3 { font-size: 21px; font-weight: 700; color: var(--bek-navy); margin: 32px 0 14px; }
.bek-prose p { font-size: 16.5px; line-height: 1.85; color: #3f4a54; margin: 0 0 20px; }
.bek-prose ul { list-style: none; padding: 0; margin: 0 0 24px; }
.bek-prose ul li {
  position: relative; padding-left: 28px; font-size: 16px; line-height: 1.8; color: #3f4a54; margin-bottom: 10px;
}
.bek-prose ul li:before {
  content: ""; position: absolute; left: 0; top: 12px; width: 9px; height: 9px; border-radius: 50%;
  background: var(--bek-gold);
}
.bek-prose .bek-lead {
  font-size: 18px; line-height: 1.8; color: var(--bek-ink); border-left: 4px solid var(--bek-gold);
  padding-left: 22px; margin-bottom: 30px;
}

/* yan sutun */
.bek-aside { position: sticky; top: 110px; }
.bek-aside-card {
  background: linear-gradient(160deg, var(--bek-navy-dd), var(--bek-navy)); color: #fff;
  border-radius: var(--bek-radius); padding: 32px 28px; margin-bottom: 26px;
}
.bek-aside-card h3 { font-size: 20px; font-weight: 700; color: #fff; margin: 0 0 12px; }
.bek-aside-card p { font-size: 15px; line-height: 1.7; color: rgba(255, 255, 255, .78); margin: 0 0 20px; }
.bek-aside-card .bek-btn { width: 100%; text-align: center; padding: 14px 20px; }
.bek-aside-links {
  background: #fff; border: 1px solid var(--bek-neutral); border-radius: var(--bek-radius); padding: 28px 26px;
}
.bek-aside-links h3 { font-size: 17px; font-weight: 700; color: var(--bek-navy); margin: 0 0 16px; }
.bek-aside-links ul { list-style: none; padding: 0; margin: 0; }
.bek-aside-links li { border-bottom: 1px solid var(--bek-neutral); }
.bek-aside-links li:last-child { border-bottom: 0; }
.bek-aside-links a {
  display: block; padding: 11px 0; font-size: 15px; color: var(--bek-muted); text-decoration: none; transition: color .25s ease, padding .25s ease;
}
.bek-aside-links a:hover { color: var(--bek-navy); padding-left: 6px; }
.bek-aside-links a.is-current { color: var(--bek-navy); font-weight: 700; }

/* ---------- iletisim bolumu ---------- */
.bek-contact-card {
  background: #fff; border: 1px solid var(--bek-neutral); border-radius: var(--bek-radius); padding: 38px 34px;
  box-shadow: var(--bek-shadow);
}
.bek-contact-info { list-style: none; padding: 0; margin: 26px 0 0; }
.bek-contact-info li { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; font-size: 15.5px; line-height: 1.65; color: rgba(255, 255, 255, .84); }
.bek-contact-info li i { flex: 0 0 auto; width: 38px; height: 38px; border-radius: 50%; background: rgba(200, 162, 75, .18); color: var(--bek-gold-l); display: flex; align-items: center; justify-content: center; }
.bek-contact-info a { color: #fff; text-decoration: none; }
.bek-contact-info a:hover { color: var(--bek-gold-l); }

/* ---------- SSS ---------- */
.bek-faq { border: 1px solid var(--bek-neutral); border-radius: var(--bek-radius); overflow: hidden; background: #fff; }
.bek-faq details { border-bottom: 1px solid var(--bek-neutral); }
.bek-faq details:last-child { border-bottom: 0; }
.bek-faq summary {
  cursor: pointer; list-style: none; padding: 22px 26px; font-size: 16.5px; font-weight: 600; color: var(--bek-navy);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.bek-faq summary::-webkit-details-marker { display: none; }
.bek-faq summary:after { content: "+"; font-size: 22px; color: var(--bek-gold); flex: 0 0 auto; line-height: 1; }
.bek-faq details[open] summary:after { content: "\2013"; }
.bek-faq .bek-faq-body { padding: 0 26px 24px; }
.bek-faq .bek-faq-body p { font-size: 15.5px; line-height: 1.8; color: var(--bek-muted); margin: 0; }

/* =========================================================================
   CEREZ TERCIHLERI paneli — sol-alt, yuzen WhatsApp dugmesinin USTUNDE
   ========================================================================= */
.ozo-cookie-fab {
  position: fixed; left: 24px; bottom: 96px; z-index: 9990; width: 52px; height: 52px; border-radius: 50%;
  border: 1px solid rgba(200, 162, 75, .55); background: linear-gradient(160deg, #001a3a, #00357a);
  color: var(--bek-gold-l); font-size: 21px; cursor: pointer; display: none; align-items: center;
  justify-content: center; box-shadow: 0 8px 26px rgba(0, 26, 58, .38); transition: transform .3s ease, box-shadow .3s ease;
}
.ozo-cookie-fab:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0, 26, 58, .48); }
.ozo-cookie-fab.is-visible { display: flex; }

.ozo-cookie-panel {
  position: fixed; left: 24px; bottom: 96px; z-index: 9991; width: min(340px, calc(100vw - 32px));
  background: linear-gradient(165deg, #001a3a 0%, #00357a 100%); border: 1px solid rgba(200, 162, 75, .5);
  border-radius: 20px; padding: 24px 22px 22px; color: #fff; box-shadow: 0 18px 48px rgba(0, 20, 45, .5);
  opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .35s ease, transform .35s ease, visibility .35s;
}
.ozo-cookie-panel.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.ozo-cookie-panel h2 {
  font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--bek-gold-l); margin: 0 0 12px;
}
.ozo-cookie-panel > p { font-size: 13.5px; line-height: 1.65; color: rgba(255, 255, 255, .82); margin: 0 0 14px; }
.ozo-cookie-panel details { margin-bottom: 16px; }
.ozo-cookie-panel details summary {
  cursor: pointer; list-style: none; font-size: 13px; font-weight: 600; color: var(--bek-gold-l);
  text-decoration: underline; text-underline-offset: 3px;
}
.ozo-cookie-panel details summary::-webkit-details-marker { display: none; }
.ozo-cookie-panel details p { font-size: 12.5px; line-height: 1.7; color: rgba(255, 255, 255, .74); margin: 10px 0 0; }
.ozo-cookie-accept {
  display: inline-block; width: 100%; padding: 12px 20px; border: 0; border-radius: 999px; cursor: pointer;
  background: linear-gradient(90deg, var(--bek-gold), var(--bek-gold-l)); color: #001a3a; font-size: 14px;
  font-weight: 700; transition: filter .25s ease, transform .25s ease;
}
.ozo-cookie-accept:hover { filter: brightness(1.08); transform: translateY(-1px); }
.ozo-cookie-close {
  position: absolute; right: 12px; top: 12px; width: 28px; height: 28px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); color: #fff; font-size: 15px;
  line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .25s ease;
}
.ozo-cookie-close:hover { background: rgba(255, 255, 255, .2); }
.ozo-cookie-status { display: none; align-items: center; gap: 9px; font-size: 12.5px; color: rgba(255, 255, 255, .8); margin-top: 4px; }
.ozo-cookie-status.is-on { display: flex; }
.ozo-cookie-status:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--bek-gold); flex: 0 0 auto; }

@media (max-width: 991px) {
  .ozo-cookie-panel, .ozo-cookie-fab { bottom: 92px; }
}
@media (max-width: 575px) {
  .ozo-cookie-panel, .ozo-cookie-fab { left: 16px; bottom: 86px; }
}
@media (prefers-reduced-motion: reduce) {
  .ozo-cookie-panel, .ozo-cookie-fab, .ozo-cookie-accept { transition: none; }
  .bek-regions .bek-region img, .bek-case .bek-case-img img { transition: none; }
}

/* ---------- duyarli ---------- */
@media (max-width: 1199px) {
  .bek-head h2 { font-size: 34px; }
  .bek-page-hero h1 { font-size: 36px; }
}
@media (max-width: 991px) {
  .bek-sec { padding: 68px 0; }
  .bek-head { margin-bottom: 40px; }
  .bek-head h2 { font-size: 30px; }
  .bek-page-hero { padding: 96px 0 70px; }
  .bek-page-hero h1 { font-size: 30px; }
  .bek-page-hero p { font-size: 16px; }
  .bek-aside { position: static; margin-top: 44px; }
  .bek-article { padding: 58px 0; }
}
@media (max-width: 767px) {
  .bek-head h2 { font-size: 26px; }
  .bek-prose h2 { font-size: 23px; }
  .bek-prose p { font-size: 16px; }
  .banner-section .btn-box { gap: 10px; }
  .bek-btn-ghost { padding: 13px 24px; font-size: 14px; }
}

/* satir-ici kolon esitleyici */
.bek-grid { display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }
.bek-grid > [class*="col-"] { margin-bottom: 30px; display: flex; }
.bek-grid > [class*="col-"] > * { width: 100%; }

/* =========================================================================
   Sablon uyumlulastirmalari — hero, atlama baglantisi
   ========================================================================= */

/* Atlama baglantisi: yalnizca klavye odaginda gorunur */
.sr-only-focusable {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.sr-only-focusable:focus {
  left: 16px; top: 16px; width: auto; height: auto; z-index: 10000; padding: 12px 20px;
  background: var(--bek-navy); color: #fff; border-radius: 8px; text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 26, 58, .35);
}

/* ---- Hero: sablonun daire yerlesimini panel yerlesimine cevir ---- */
.banner-section { padding: 0; background: var(--bek-navy-dd); }
.banner-carousel .slide-item { padding: 0; position: relative; }
.banner-carousel .slide-item:after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(100deg, rgba(0, 20, 45, .90) 0%, rgba(0, 26, 58, .66) 46%, rgba(0, 26, 58, .20) 100%);
}
.banner-carousel .slide-item > .auto-container { position: relative; z-index: 2; }

.banner-carousel .content-inner {
  opacity: 1; border-radius: 0; height: auto; min-height: 0; display: block;
  padding: 152px 0 138px; text-align: left;
}
.banner-carousel .content-inner:before { display: none; }
.banner-carousel .content-inner .text { text-align: left; }

.banner-carousel .content-inner h1,
.banner-carousel .content-inner h2 {
  font-size: 46px; line-height: 1.2; color: #fff; font-weight: 700;
  text-transform: none; margin: 0 0 20px; letter-spacing: -.01em;
}
.banner-carousel .content-inner p {
  font-size: 17.5px; line-height: 1.75; color: rgba(255, 255, 255, .86);
  margin: 0 0 32px; max-width: 640px;
}
.banner-section .video-play-btn { margin-top: 26px; }

.banner-carousel .owl-nav button span,
.banner-carousel .owl-nav button i { color: #fff; }

@media (max-width: 991px) {
  .banner-carousel .content-inner { padding: 110px 0 96px; }
  .banner-carousel .content-inner h1,
  .banner-carousel .content-inner h2 { font-size: 32px; }
  .banner-carousel .content-inner p { font-size: 16px; }
  .banner-carousel .slide-item:after {
    background: linear-gradient(180deg, rgba(0, 20, 45, .86) 0%, rgba(0, 26, 58, .78) 100%);
  }
}
@media (max-width: 575px) {
  .banner-carousel .content-inner h1,
  .banner-carousel .content-inner h2 { font-size: 26px; }
}

/* ---------- Tanitim videosu: buton + modal ---------- */
.video-play-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 62px; height: 62px; border-radius: 50%; cursor: pointer; padding: 0;
  border: 2px solid rgba(200, 162, 75, .75); background: rgba(255, 255, 255, .10);
  backdrop-filter: blur(4px); transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.video-play-btn:before {
  content: ""; position: absolute; inset: -10px; border-radius: 50%;
  border: 1px solid rgba(200, 162, 75, .34); animation: bekPulse 2.6s ease-out infinite;
}
.video-play-btn:hover { transform: scale(1.07); background: rgba(200, 162, 75, .22); box-shadow: 0 10px 30px rgba(0, 0, 0, .3); }
.video-play-btn svg { width: 34px; height: 34px; display: block; }
@keyframes bekPulse {
  0% { transform: scale(1); opacity: .8; }
  100% { transform: scale(1.35); opacity: 0; }
}

.video-modal { position: fixed; inset: 0; background: rgba(0, 12, 28, .78); display: none; z-index: 9999; padding: 24px; }
.video-modal.is-open { display: block; }
.video-modal__dialog { position: relative; max-width: 960px; width: 100%; margin: 0 auto; height: calc(100vh - 48px); display: grid; align-items: center; }
.video-modal__frame { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 14px; overflow: hidden; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); margin-inline: auto; }
.video-modal__close { position: absolute; top: -14px; right: -14px; width: 44px; height: 44px; border-radius: 50%; border: none; background: #fff; cursor: pointer; box-shadow: 0 8px 24px rgba(0, 0, 0, .35); display: grid; place-items: center; z-index: 2; }
.video-modal__close svg { width: 22px; height: 22px; }
.video-modal__iframe { width: 100%; height: 100%; border: 0; display: block; }

@media (prefers-reduced-motion: reduce) {
  .video-play-btn:before { animation: none; }
}
@media (max-width: 575px) {
  .video-play-btn { width: 54px; height: 54px; }
  .video-play-btn svg { width: 28px; height: 28px; }
}

/* =========================================================================
   Animasyonlu logo (yazi -> anahtar amblemi) + villa kalibi footer
   ========================================================================= */

/* ---- logo: CSS-only sonsuz blur crossfade ---- */
.logo-anim { position: relative; display: inline-block !important; vertical-align: middle; height: 58px; line-height: 0; }
.logo-anim .logo-img { height: 100%; width: auto; max-width: none; will-change: opacity, filter, transform; }
.logo-anim .logo-img.logo-first { display: block; animation: logoLoopFirst 7s ease-in-out infinite; }
.logo-anim .logo-img.logo-second {
  position: absolute; top: 0; bottom: 0; left: 0; margin: auto 0; height: 116%; width: auto;
  opacity: 0; transform-origin: left center; animation: logoLoopSecond 7s ease-in-out infinite;
}
@keyframes logoLoopFirst {
  0%, 42% { opacity: 1; filter: blur(0); transform: scale(1); }
  50%, 92% { opacity: 0; filter: blur(12px); transform: scale(1.06); }
  100% { opacity: 1; filter: blur(0); transform: scale(1); }
}
@keyframes logoLoopSecond {
  0%, 42% { opacity: 0; filter: blur(12px); transform: scale(1.06); }
  50%, 92% { opacity: 1; filter: blur(0); transform: scale(1); }
  100% { opacity: 0; filter: blur(12px); transform: scale(1.06); }
}
.logo-anim--sticky { height: 48px; }
@media (max-width: 991px) { .logo-anim { height: 44px; } }
@media (prefers-reduced-motion: reduce) {
  .logo-anim .logo-img.logo-first { animation: none; opacity: 1; filter: none; transform: none; }
  .logo-anim .logo-img.logo-second { animation: none; opacity: 0; }
}

/* ---- hero: oynat dugmesi CTA'larla ayni hizada ---- */
.banner-section .btn-box .video-play-btn { width: 52px; height: 52px; margin: 0; flex: 0 0 auto; }
.banner-section .btn-box .video-play-btn svg { width: 28px; height: 28px; }

/* =========================================================================
   Footer — besiktassatilikvilla kalibi
   ========================================================================= */
.ozo-footer { background: #e8ebf2; padding: 64px 0 0; color: #2a3242; font-family: inherit; }
.ozo-footer * { box-sizing: border-box; }
.ozo-footer .ozo-f-inner { max-width: 1300px; margin: 0 auto; padding: 0 28px; }
.ozo-footer .ozo-f-grid { display: grid; grid-template-columns: 1.55fr 1.05fr 1.4fr; gap: 42px; align-items: start; padding-bottom: 56px; }
.ozo-footer h3 { color: #00357a; font-size: 19px; font-weight: 800; margin: 0 0 18px; }
.ozo-footer .ozo-f-cta h3 { font-size: 25px; line-height: 1.3; max-width: 380px; }
.ozo-footer .ozo-f-cta p { color: #5b6577; font-size: 15px; line-height: 1.75; margin: 0 0 22px; max-width: 440px; }
.ozo-footer .ozo-f-btn { display: inline-flex; align-items: center; gap: 9px; background: #00357a; color: #fff; font-weight: 700; font-size: 15px; padding: 14px 26px; border-radius: 8px; text-decoration: none; transition: .2s; }
.ozo-footer .ozo-f-btn:hover { background: #c8a24b; color: #fff; }
.ozo-footer .ozo-f-contact { background: #fff; border-radius: 14px; padding: 26px 26px 14px; box-shadow: 0 14px 34px rgba(0, 30, 80, .07); }
.ozo-footer .ozo-f-contact h3 { position: relative; padding-bottom: 12px; }
.ozo-footer .ozo-f-contact h3:after { content: ""; position: absolute; left: 0; bottom: 0; width: 44px; height: 3px; background: #c8a24b; border-radius: 2px; }
.ozo-footer .ozo-f-contact ul { list-style: none; margin: 0; padding: 0; }
.ozo-footer .ozo-f-contact li { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; color: #3a4353; font-size: 14.5px; line-height: 1.5; }
.ozo-footer .ozo-f-contact li i { color: #c8a24b; font-size: 16px; margin-top: 3px; width: 18px; text-align: center; flex: 0 0 auto; }
.ozo-footer .ozo-f-contact a { color: #3a4353; text-decoration: none; }
.ozo-footer .ozo-f-contact a:hover { color: #00357a; }
.ozo-footer .ozo-f-svc .svc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 26px; }
.ozo-footer .ozo-f-svc ul { list-style: none; margin: 0; padding: 0; }
.ozo-footer .ozo-f-svc li { margin-bottom: 12px; }
.ozo-footer .ozo-f-svc a { display: flex; align-items: center; gap: 11px; color: #3a4353; text-decoration: none; font-size: 14.5px; transition: .2s; line-height: 1.35; }
.ozo-footer .ozo-f-svc a:hover { color: #00357a; }
.ozo-footer .ozo-f-svc a i { color: #c8a24b; font-size: 15px; width: 18px; text-align: center; flex: 0 0 auto; }
.ozo-footer .ozo-footer-bottom { background: #00357a; color: #cfe0ff; }
.ozo-footer .ozo-fb-inner { max-width: 1300px; margin: 0 auto; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ozo-footer .ozo-fb-inner p { margin: 0; font-size: 13.5px; color: #cfe0ff; }
.ozo-footer .ozo-fb-inner p a { color: #fff; font-weight: 700; text-decoration: none; }
.ozo-footer .ozo-fb-inner p a:hover { color: #c8a24b; }
.ozo-footer .ozo-fb-social { display: flex; gap: 10px; }
.ozo-footer .ozo-fb-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255, 255, 255, .13); color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; transition: .2s; }
.ozo-footer .ozo-fb-social a:hover { background: #c8a24b; color: #002456; }
@media (max-width: 900px) { .ozo-footer .ozo-f-grid { grid-template-columns: 1fr; gap: 34px; } .ozo-footer .ozo-fb-inner { flex-direction: column; text-align: center; } }
@media (max-width: 520px) { .ozo-footer .ozo-f-svc .svc-cols { grid-template-columns: 1fr; } }

/* logo-anim, sablonun figure.logo kutusu icinde: tasma ve hizalama */
.logo-box .logo { margin: 0; line-height: 0; }
.logo-box .logo .logo-anim { max-width: 100%; }
.logo-box .logo .logo-anim .logo-img { object-fit: contain; }

/* Header flex kutusu 1400px'te sarmamasi icin logo genisligini eski img ile ayni tut
   (oran 900/223 -> 48px yukseklik ~194px genislik; onceki img 220px idi). */
.main-header .logo-box .logo-anim { height: 48px; }
.main-header .sticky-header .logo-box .logo-anim { height: 42px; }
@media (max-width: 1199px) { .main-header .logo-box .logo-anim { height: 42px; } }

/* 8 maddelik menu tek satirda kalsin (sablon 6 maddeye gore ayarliydi) */
@media (min-width: 1200px) {
  .main-header .outer-box { padding: 0 40px; flex-wrap: nowrap; }
  .main-header .menu-area { flex: 1 1 auto; min-width: 0; }
  .main-menu .navigation { display: flex; flex-wrap: nowrap; justify-content: flex-end; }
  .main-menu .navigation > li { margin: 15px 12px; float: none; white-space: nowrap; }
  .main-menu .navigation > li > a { font-size: 14.5px; }
}
@media (min-width: 1500px) {
  .main-header .outer-box { padding: 0 60px; }
  .main-menu .navigation > li { margin: 15px 17px; }
  .main-menu .navigation > li > a { font-size: 15px; }
}

/* 1200–1400 arasi: arama kutusunu gizle, menu tek satirda kalsin */
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-header .header-lower .search-box-outer { display: none; }
  .main-menu .navigation > li { margin: 15px 9px; }
  .main-menu .navigation > li > a { font-size: 13.8px; }
  .main-header .logo-box .logo-anim { height: 42px; }
}
