/* =========================================================
   RATEM – STYLE.CSS (clean / no conflicts)
========================================================= */

/* -------------------------
   BASE
------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: #f6f7f9;
  animation: pageFade .6s ease-out forwards;
}
a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
}
@keyframes pageFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* -------------------------
   NAVBAR
------------------------- */
.navbar {
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.08);
  animation: navDrop .5s cubic-bezier(.22,1,.36,1);
}


@keyframes navDrop {
  from { opacity: 0; transform: translateY(-12px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Logo (png/svg) */
.navbar-brand img,
.navbar-brand svg {
  height: 54px;
  width: auto;
  display: block;
  object-fit: contain;

  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;

  transform: none !important;
  transition: none !important;
}

/* Nav spacing */
.navbar-nav { gap: 14px; }

/* -------------------------
   NAV LINKS (smooth)
------------------------- */
.nav-link {
  position: relative;

  font-weight: 600;
  color: #111 !important;
  letter-spacing: .3px;

  padding: .55rem 1.2rem;
  border-radius: 12px;

  opacity: .86;

  transition:
  background-color .3s cubic-bezier(.22,1,.36,1),
  opacity .3s cubic-bezier(.22,1,.36,1),
  transform .3s cubic-bezier(.22,1,.36,1);
}

.nav-link:hover {
  background: rgba(0,0,0,.06);
  opacity: 1;
  transform: translateY(-0.5px);
}

.nav-link.active {
  background: rgba(0,0,0,.08);
  opacity: 1;
  transform: none;
}

/* Alt çizgi tamamen kapalı */
.nav-link::after { display: none !important; }

/* -------------------------
   DROPDOWNS (look)
------------------------- */
.dropdown-menu {
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  padding: .4rem;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  animation: dropdownFade .25s ease-out;
}

@keyframes dropdownFade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.dropdown-item {
  font-weight: 600;
  border-radius: 10px;
  padding: .55rem .75rem;
  transition: background-color .25s ease, transform .25s ease;
}

.dropdown-item:hover {
  background: rgba(0,0,0,.06);
  transform: translateX(2px);
}

/* -------------------------
   DROPDOWN CARET (our arrow)
------------------------- */
/* Bootstrap default caret kapalı */
.navbar .dropdown-toggle::after { display: none !important; }

/* Bizim caret */
.navbar .dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 28px !important;
}

.navbar .dropdown-toggle::before {
  content: "▾";
  color: #111;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
  opacity: .65;
  pointer-events: none;
  transition: transform .25s cubic-bezier(.22,1,.36,1), opacity .25s cubic-bezier(.22,1,.36,1);
}

.navbar .dropdown:hover > .dropdown-toggle::before,
.navbar .dropdown.show > .dropdown-toggle::before {
  transform: translateY(-50%) rotate(180deg);
  opacity: .95;
}

/* -------------------------
   HOVER DROPDOWN (desktop only)
   + GAP FIX so it won't close early
------------------------- */
@media (min-width: 992px) {
  /* Hover ile açılsın */
  .navbar .dropdown:hover > .dropdown-menu { display: block; }

  /* Menü ile toggle arası boşluğu kapat */
  .navbar .dropdown-menu { margin-top: 0 !important; }

  /* Link->menu geçiş köprüsü */
  .navbar .dropdown {
    position: relative;
  }
  .navbar .dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }
}

/* -------------------------
   SLIDER
------------------------- */
.hero-slider { background: #ffffff; }

.slider-item {
  min-height: 520px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #f1f3f6 100%);
}

/* Slider text animation base */
.slider-item h1,
.slider-item p {
  opacity: 0;
  transform: translateY(24px);
}

.carousel-item.active h1 {
  animation: slideTextUp .7s cubic-bezier(.22,1,.36,1) .2s forwards;
}

.carousel-item.active p {
  animation: slideTextUp .7s cubic-bezier(.22,1,.36,1) .35s forwards;
}

@keyframes slideTextUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

.slider-item h1 {
  font-weight: 800;
  letter-spacing: -0.6px;
  max-width: 700px;
}

.slider-item p {
  margin-top: 16px;
  max-width: 520px;
  font-size: 1.05rem;
  color: #555;
}

/* Slider controls */
.carousel-control-prev,
.carousel-control-next { width: 64px; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  background-size: 70% 70%;
  opacity: .65;
  transition: opacity .25s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon { opacity: 1; }

.carousel-fade .carousel-item {
  transition: opacity .8s cubic-bezier(.22,1,.36,1);
}

/* -------------------------
   HERO (demo content)
------------------------- */
.hero {
  padding: 120px 0;
  text-align: center;
}

.hero h1 {
  font-weight: 800;
  letter-spacing: -.5px;
}

.hero p { color: #555; }

/* -------------------------
   SCROLL ANIM (fade-up)
   IMPORTANT: fallback visible if JS not running
------------------------- */
.fade-up {
  opacity: 1;              /* fallback: görünür */
  transform: none;         /* fallback: normal */
}

/* JS çalışınca body'ye .js class'ı basacağız (önerilen) */
.js .fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all .7s cubic-bezier(.22,1,.36,1);
}

.js .fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------
   ABOUT SECTION
------------------------- */
.about-section {
  padding: 120px 0;
  background: #ffffff;
}

.about-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,.08);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-content { max-width: 520px; }

.about-badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .4px;
  color: #111;
  background: rgba(0,0,0,.06);
  border-radius: 999px;
}

.about-content h2 {
  font-weight: 800;
  letter-spacing: -0.6px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.75;
  margin-bottom: 14px;
}

/* =====================
   SECTION HR (1px only)
===================== */

.section-hr{
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,.18);
  position: relative;
  margin: 3px;       /* yer kaplamasın */
  padding: 0;
}

/* Ortadaki yuvarlak (çizginin üstüne oturur, ekstra yükseklik vermez) */
.section-hr::after{
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #ffffff;                /* üstte slider beyazsa */
  border: 2px solid rgba(0,0,0,.30);
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

/* =========================
   NEWS2 – Premium Carousel
========================= */

.news2{
  padding: 110px 0;
  background: #fff;
}

.news2__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.news2__badge{
  display:inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing:.35px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color:#111;
}

.news2__title{
  margin-top: 12px;
  font-weight: 900;
  letter-spacing: -0.7px;
}

.news2__sub{
  margin-top: 10px;
  color:#555;
  max-width: 560px;
}

.news2__controls{ display:flex; gap:10px; }

.news2__btn{
  width: 46px; height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-size: 22px; line-height: 1;
  color:#111;
  box-shadow: 0 12px 28px rgba(0,0,0,.07);
  transition: transform .25s cubic-bezier(.22,1,.36,1), background-color .25s ease, opacity .25s ease;
}
.news2__btn:hover{ transform: translateY(-1px); background: rgba(0,0,0,.03); }
.news2__btn:active{ transform: translateY(0); opacity:.85; }

.news2__viewport{ overflow:hidden; }
.news2__track{
  display:flex;
  gap: 18px;
  will-change: transform;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}

/* max 4 cards */
.news2__card{
  flex: 0 0 calc(25% - 13.5px);
  background:#fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(0,0,0,.07);
  transition: transform .3s cubic-bezier(.22,1,.36,1), box-shadow .3s ease, border-color .3s ease;
}

.news2__card:hover{
  transform: translateY(-3px);
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 32px 70px rgba(0,0,0,.12);
}

/* Media */
.news2__media{
  position: relative;
  display:block;
  height: 200px;
  background:#111;
  overflow:hidden;
}

.news2__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.01);
  transition: transform .6s cubic-bezier(.22,1,.36,1), filter .6s ease;
  filter: saturate(1.05) contrast(1.02);
}

.news2__card:hover .news2__media img{
  transform: scale(1.06);
}

/* Diagonal cut */
.news2__media::after{
  content:"";
  position:absolute;
  left:-10%;
  right:-10%;
  bottom:-40px;
  height: 90px;
  background:#fff;
  transform: rotate(-4deg);
  transform-origin: center;
}

/* Date badge */
.news2__date{
  position:absolute;
  left: 18px;
  top: 18px;
  z-index:2;
  color:#fff;
  text-shadow: 0 10px 24px rgba(0,0,0,.35);
}

.news2__day{
  display:block;
  font-size: 40px;
  font-weight: 950;
  letter-spacing: -1px;
  line-height: .95;
}
.news2__month{
  display:block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
}
.news2__year{
  display:block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 800;
  opacity: .95;
}

/* Go button (circle arrow) */
.news2__go{
  position:absolute;
  right: 16px;
  bottom: 18px;
  z-index:3;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  font-size: 18px;
  color:#111;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  transition: transform .25s cubic-bezier(.22,1,.36,1), opacity .25s ease;
}

.news2__card:hover .news2__go{
  transform: translateX(2px);
}

/* Body */
.news2__body{
  padding: 18px 18px 16px;
}

.news2__cardTitle{
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: -0.35px;
  line-height: 1.35;
}

.news2__cardTitle a{
  color:#111;
  text-decoration:none;
}

.news2__cardTitle a:hover{
  text-decoration: underline;
}

.news2__text{
  margin: 0 0 14px;
  color:#555;
  line-height: 1.65;
  font-size: .95rem;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news2__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.news2__chip{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .35px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color:#111;
}

.news2__chip--alt{
  background: rgba(0,0,0,.10);
}

.news2__link{
  font-weight: 900;
  text-decoration:none;
  color:#111;
  opacity:.85;
}
.news2__link:hover{ text-decoration: underline; opacity:1; }

/* Responsive: 3 / 2 / 1 */
@media (max-width: 1199.98px){
  .news2__card{ flex-basis: calc(33.333% - 12px); }
  .news2__media{ height: 190px; }
}
@media (max-width: 991.98px){
  .news2__card{ flex-basis: calc(50% - 9px); }
  .news2__head{ align-items:flex-start; }
}
@media (max-width: 575.98px){
  .news2__card{ flex-basis: 100%; }
  .news2__media{ height: 210px; }
  .news2__btn{ width: 42px; height: 42px; border-radius: 12px; }
}


/* =========================
   EVENTS – "Spotlight + Timeline"
========================= */
.events{
  padding: 115px 0;
  background: #ffffff;
}

.events__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.events__badge{
  display:inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing:.35px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color:#111;
}

.events__title{
  margin-top: 12px;
  font-weight: 950;
  letter-spacing: -0.75px;
}

.events__sub{
  margin-top: 10px;
  color:#555;
  max-width: 660px;
}

.events__controls{ display:flex; gap:10px; }

.events__btn{
  width: 46px; height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background:#fff;
  font-size: 22px;
  line-height: 1;
  color:#111;
  box-shadow: 0 12px 28px rgba(0,0,0,.07);
  transition: transform .25s cubic-bezier(.22,1,.36,1), background-color .25s ease, opacity .25s ease;
}
.events__btn:hover{ transform: translateY(-1px); background: rgba(0,0,0,.03); }
.events__btn:active{ transform: translateY(0); opacity:.85; }

.events__grid{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 22px;
  align-items: stretch;
}

/* Spotlight */
.event-spot{
  border-radius: 24px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 30px 70px rgba(0,0,0,.10);
  background:#fff;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}
.event-spot:hover{
  transform: translateY(-2px);
  box-shadow: 0 40px 95px rgba(0,0,0,.14);
}

.event-spot__media{
  position: relative;
  display:block;
  height: 360px;
  background:#111;
  overflow:hidden;
}
.event-spot__media img{
  width:100%; height:100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .75s cubic-bezier(.22,1,.36,1), filter .75s ease;
  filter: saturate(1.05) contrast(1.02);
}
.event-spot:hover .event-spot__media img{
  transform: scale(1.08);
}

/* Shine */
.event-spot__shine{
  position:absolute;
  inset:0;
  background: linear-gradient(120deg, rgba(255,255,255,0) 30%, rgba(255,255,255,.16) 45%, rgba(255,255,255,0) 60%);
  transform: translateX(-40%);
  transition: transform .9s cubic-bezier(.22,1,.36,1);
  pointer-events:none;
}
.event-spot:hover .event-spot__shine{
  transform: translateX(40%);
}

/* Dark overlay for text legibility */
.event-spot__media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0) 55%);
}

.event-spot__date{
  position:absolute;
  left: 18px;
  top: 18px;
  z-index:2;
  color:#fff;
  text-shadow: 0 14px 30px rgba(0,0,0,.35);
}
.event-spot__day{
  display:block;
  font-size: 46px;
  font-weight: 950;
  letter-spacing:-1.2px;
  line-height: .95;
}
.event-spot__month{
  display:block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .9px;
}
.event-spot__year{
  display:block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 850;
  opacity:.95;
}

.event-spot__pill{
  position:absolute;
  right: 18px;
  top: 18px;
  z-index:2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.10);
  font-weight: 950;
  font-size: 12px;
  letter-spacing: .35px;
  color:#111;
}

.event-spot__body{
  padding: 18px 20px 20px;
}

.event-spot__title{
  margin: 0 0 10px;
  font-weight: 950;
  letter-spacing: -0.5px;
  line-height: 1.25;
  font-size: 1.35rem;
}

.event-spot__meta{
  display:flex;
  align-items:center;
  gap: 10px;
  color:#555;
  font-weight: 700;
  margin-bottom: 12px;
}
.event-spot__metaDot{ opacity:.7; }

.event-spot__text{
  margin: 0 0 16px;
  color:#555;
  line-height: 1.75;
  font-size: 1rem;
  max-width: 68ch;
}

.event-spot__ctaRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
}

.event-spot__cta{
  font-weight: 950;
  text-decoration:none;
  color:#111;
}
.event-spot__cta:hover{ text-decoration: underline; }

.event-spot__arrow{
  display:inline-block;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}
.event-spot:hover .event-spot__arrow{
  transform: translateX(3px);
}

.event-spot__hint{
  font-size: 12px;
  font-weight: 850;
  color:#666;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.05);
}

/* List */
.events-list{
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 22px 50px rgba(0,0,0,.07);
  overflow:hidden;
}

.events-list__viewport{
  height: 100%;
  max-height: 440px;
  overflow: hidden;
}

.events-list__track{
  display:flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  transition: transform .55s cubic-bezier(.22,1,.36,1);
}

.ev-item{
  text-align:left;
  width: 100%;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  border-radius: 18px;
  padding: 14px 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
  cursor:pointer;

  display:grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  row-gap: 6px;

  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s ease, border-color .25s ease, background-color .25s ease;
}

.ev-item:hover{
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 20px 46px rgba(0,0,0,.10);
}

.ev-item.is-active{
  background: rgba(0,0,0,.03);
  border-color: rgba(0,0,0,.16);
}

.ev-item__time{
  font-size: 12px;
  font-weight: 950;
  color:#555;
  letter-spacing:.35px;
  grid-column: 1 / 2;
}

.ev-item__title{
  font-weight: 950;
  letter-spacing: -0.35px;
  color:#111;
  grid-column: 1 / 2;
  line-height: 1.25;
}

.ev-item__place{
  font-size: 12px;
  color:#666;
  grid-column: 1 / 2;
}

.ev-item__chev{
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self:center;
  opacity:.55;
  font-weight: 950;
  transition: transform .25s cubic-bezier(.22,1,.36,1), opacity .25s ease;
}

.ev-item:hover .ev-item__chev{
  transform: translateX(3px);
  opacity:.85;
}

/* Responsive */
@media (max-width: 991.98px){
  .events__grid{ grid-template-columns: 1fr; }
  .events-list__viewport{ max-height: none; }
}

/* =========================
   FOOTERX – Premium (theme-friendly)
========================= */
.footerX{
  background: #ffffff;
  border-top: 1px solid rgba(0,0,0,.08);
  padding: 70px 0 26px;
}

.footerX__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding-bottom: 22px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.footerX__brand{
  display:flex;
  align-items:center;
  gap: 16px;
}

.footerX__logo img,
.footerX__logo svg{
  height: 46px;
  width: auto;
  display:block;
}

.footerX__tagline{
  margin: 0;
  font-weight: 850;
  letter-spacing: -.2px;
  color:#111;
  opacity:.86;
}

.footerX__social{
  display:flex;
  gap: 10px;
}

.footerX__icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display:grid;
  place-items:center;
  text-decoration:none;
  font-weight: 950;
  color:#111;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.05);
  transition: transform .25s cubic-bezier(.22,1,.36,1), background-color .25s ease, opacity .25s ease;
}

.footerX__icon:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.06);
}

/* Grid */
.footerX__grid{
  display:grid;
  grid-template-columns: 1fr 1fr 1fr 1.35fr;
  gap: 22px;
  align-items:start;
}

.footerX__title{
  font-weight: 950;
  letter-spacing: -.3px;
  margin: 0 0 14px;
}

.footerX__list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.footerX__list a{
  text-decoration:none;
  color:#111;
  opacity:.78;
  font-weight: 750;
  transition: opacity .2s ease, transform .2s ease;
}

.footerX__list a:hover{
  opacity: 1;
  transform: translateX(2px);
  text-decoration: underline;
}

/* Contact */
.footerX__contact{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-bottom: 14px;
}

.footerX__line{
  display:flex;
  gap: 10px;
  align-items:flex-start;
}

.footerX__k{
  min-width: 70px;
  font-weight: 900;
  color:#111;
  opacity:.75;
  font-size: 12px;
  letter-spacing: .35px;
  text-transform: uppercase;
}

.footerX__v{
  color:#111;
  opacity:.82;
  font-weight: 750;
  text-decoration:none;
}

a.footerX__v:hover{ text-decoration: underline; opacity:1; }

.footerX__cta{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration:none;
  color:#111;
  font-weight: 950;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 14px 32px rgba(0,0,0,.06);
  transition: transform .25s cubic-bezier(.22,1,.36,1), background-color .25s ease;
}

.footerX__cta:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.06);
}

.footerX__cta span{
  display:inline-block;
  transition: transform .25s cubic-bezier(.22,1,.36,1);
}

.footerX__cta:hover span{ transform: translateX(3px); }

/* Map */
.footerX__mapFrame{
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 26px 60px rgba(0,0,0,.10);
  background:#fff;
}

.footerX__mapFrame iframe{
  width: 100%;
  height: 260px;
  border: 0;
  display:block;
  filter: grayscale(.05) contrast(1.05) saturate(1.05);
}

/* Bottom */
.footerX__bottom{
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  color:#111;
  opacity:.75;
  font-weight: 700;
}

.footerX__miniLinks{
  display:flex;
  align-items:center;
  gap: 10px;
}

.footerX__miniLinks a{
  text-decoration:none;
  color:#111;
  opacity:.8;
  font-weight: 800;
}

.footerX__miniLinks a:hover{ opacity:1; text-decoration: underline; }

.footerX__sep{ opacity:.5; }

/* Responsive */
@media (max-width: 991.98px){
  .footerX__grid{
    grid-template-columns: 1fr 1fr;
  }
  .footerX__mapFrame iframe{ height: 240px; }
}

@media (max-width: 575.98px){
  .footerX__top{
    flex-direction:column;
    align-items:flex-start;
  }
  .footerX__grid{
    grid-template-columns: 1fr;
  }
  .footerX__bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}
/* =========================
   FOOTER TYPO SCALE – TUNED
========================= */

/* Üst başlık alanı */
.footerX__tagline{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
  opacity: .8;
}

/* Kolon başlıkları */
.footerX__title{
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .1px;
  margin-bottom: 12px;
}

/* Link listeleri */
.footerX__list a{
  font-size: 14px;
  font-weight: 650;
  opacity: .75;
}

/* Link hover daha sakin */
.footerX__list a:hover{
  opacity: 1;
  transform: translateX(1px);
}

/* İletişim etiketleri */
.footerX__k{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .4px;
  opacity: .65;
}

/* İletişim değerleri */
.footerX__v{
  font-size: 14px;
  font-weight: 650;
  opacity: .8;
}

/* CTA buton */
.footerX__cta{
  font-size: 14px;
  font-weight: 800;
  padding: 10px 14px;
}

/* Alt bar yazıları */
.footerX__bottom{
  font-size: 13px;
  font-weight: 650;
  opacity: .7;
}

.footerX__miniLinks a{
  font-size: 13px;
  font-weight: 700;
}

/* Sosyal ikonlar biraz daha sakin */
.footerX__icon{
  width: 40px;
  height: 40px;
  font-size: 14px;
}
.footerX__icon i{
  font-size: 16px;
  line-height: 1;
}


/* =========================================================
   DIGITAL DONUSUM – TIMELINE (Premium / Equal Cards)
   Namespace: .dxT*
========================================================= */

.dxT{
  padding: 110px 0;
  background: #ffffff;
}

/* Head */
.dxT__head{
  text-align: center;
  max-width: 860px;
  margin: 0 auto 58px;
}

.dxT__badge{
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .35px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color: #111;
}

.dxT__title{
  margin: 14px 0 0;
  font-weight: 950;
  letter-spacing: -0.75px;
}

.dxT__sub{
  margin: 12px auto 0;
  max-width: 68ch;
  color: #555;
  line-height: 1.75;
}

/* Timeline wrapper + center line */
.dxT__timeline{
  position: relative;
  padding: 8px 0;
}

.dxT__timeline::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0,0,0,.12);
  transform: translateX(-50%);
}

/* Each row: left card | dot | right card */
.dxT__row{
  display: grid;
  grid-template-columns: 1fr 46px 1fr;
  align-items: center;
  margin: 26px 0;
}

/* Dot on center line */
.dxT__dot{
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(0,0,0,.38);
  box-shadow: 0 14px 40px rgba(0,0,0,.14);
  justify-self: center;
  z-index: 2;
  position: relative;
}

/* tiny halo for premium */
.dxT__dot::after{
  content:"";
  position:absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0,0,0,.10), rgba(0,0,0,0) 62%);
  opacity: .35;
  pointer-events: none;
}

/* Card containers */
.dxT__card{
  width: 520px;              /* ✅ all cards same width */
  max-width: 100%;
}

.dxT__card.left{ justify-self: end; }
.dxT__card.right{ justify-self: start; }

/* Card click area */
.dxT__card a{
  display: flex;
  gap: 16px;
  align-items: center;

  padding: 18px 18px;
  min-height: 140px;          /* ✅ all cards same height */

  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,.08);

  text-decoration: none;
  color: #111;

  transition:
  transform .25s cubic-bezier(.22,1,.36,1),
  box-shadow .25s ease,
  border-color .25s ease,
  background-color .25s ease;
}

/* Premium hover */
.dxT__card a:hover{
  transform: translateY(-2px);
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 34px 90px rgba(0,0,0,.12);
  background: rgba(0,0,0,.01);
}

/* Icon */
.dxT__icon{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.08);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.dxT__icon i{
  font-size: 18px;
  line-height: 1;
  opacity: .92;
}

/* Title + arrow */
.dxT__card h3{
  margin: 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.35px;
  line-height: 1.25;

  display: flex;
  align-items: center;
  gap: 10px;
}

.dxT__card h3 span{
  opacity: .55;
  transform: translateX(0);
  transition: transform .22s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}

.dxT__card a:hover h3 span{
  transform: translateX(5px);
  opacity: 1;
}

/* Description: clamp to keep equal heights */
.dxT__card p{
  margin: 8px 0 0;
  font-size: 14px;
  color: #555;
  line-height: 1.65;

  display: -webkit-box;
  -webkit-line-clamp: 2;          /* ✅ equal visual height */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Optional: empty card cell (if you leave one side blank) */
.dxT__card:empty{
  visibility: hidden;
}

/* Mobile: single column timeline */
@media (max-width: 991.98px){
  .dxT__timeline::before{
    left: 14px;
    transform: none;
  }

  .dxT__row{
    grid-template-columns: 30px 1fr;
    margin: 18px 0;
  }

  .dxT__dot{
    grid-column: 1;
  }

  .dxT__card{
    grid-column: 2;
    width: 100%;
  }

  .dxT__card.left,
  .dxT__card.right{
    justify-self: stretch;
  }
}

/* =========================================================
   ARTICLE PAGE – RATEM (Premium / Readable)
   Uses: .article-hero .article-body .article-card etc.
========================================================= */

.article-hero{
  background: linear-gradient(135deg, #ffffff 0%, #f3f5f8 100%);
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding: 54px 0 34px;
}

.article-wrap{
  max-width: 980px;
  margin: 0 auto;
}

.crumbs{
  display:flex;
  align-items:center;
  gap:10px;
  font-size: 13px;
  color:#666;
  margin-top: 8px;
  flex-wrap: wrap;
}

.crumbs a{
  color:#111;
  text-decoration:none;
  font-weight: 800;
  opacity:.85;
}

.crumbs a:hover{ opacity:1; }

.article-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .25px;
  color:#111;
}

.article-title{
  margin: 18px 0 10px;
  font-weight: 950;
  letter-spacing: -0.9px;
  line-height: 1.08;
}

.article-lead{
  margin: 0;
  color:#555;
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 80ch;
}

.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap: 10px 14px;
  margin-top: 16px;
  color:#666;
  font-size: 13px;
}

.meta-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.65);
}

.article-body{
  padding: 42px 0 90px;
  background: #ffffff;
}

/* Card */
.article-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0,0,0,.08);
  background:#fff;
  overflow:hidden;
}

.article-card__inner{
  padding: 26px 26px;
}

/* Typography */
.article-content{
  max-width: 78ch;
}

.article-content p{
  margin: 0 0 14px;
  color:#2f2f2f;
  line-height: 1.85;
  font-size: 1rem;
}

.article-content h2{
  margin: 28px 0 12px;
  font-weight: 950;
  letter-spacing: -0.45px;
  line-height: 1.15;
  font-size: 1.25rem;
}

.article-divider{
  border: 0;
  height: 1px;
  margin: 18px 0 20px;
  background: linear-gradient(to right, transparent, rgba(0,0,0,.18), transparent);
}

/* Hızlı Özet kutusu */
.pullquote{
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
  color:#222;
}

.pullquote b{
  font-weight: 950;
}

/* Responsive */
@media (max-width: 991px){
  .article-hero{ padding: 42px 0 26px; }
  .article-card__inner{ padding: 20px 18px; }
  .article-title{ font-size: 1.9rem; }
}

/* ===== Article back link (side panel yerine) ===== */
.article-back{
  margin: 10px 0 18px;
}

.article-back__link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
  color: #111;

  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);

  transition: transform .2s cubic-bezier(.22,1,.36,1), background-color .2s ease, border-color .2s ease;
}

.article-back__link:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.12);
}

/* ===== Stats blocks ===== */
.stat-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin: 18px 0 18px;
}

.stat{
  grid-column: span 6;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  padding: 16px 16px;
  box-shadow: 0 18px 48px rgba(0,0,0,.06);
}

.stat small{
  display:block;
  color:#666;
  font-weight: 900;
  letter-spacing: .25px;
  text-transform: uppercase;
  font-size: 11px;
}

.stat strong{
  display:block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.3px;
  color:#111;
}

.stat span{
  display:block;
  margin-top: 6px;
  color:#555;
  line-height: 1.55;
  font-size: 13px;
}

/* Responsive: stats stack */
@media (max-width: 991px){
  .stat{ grid-column: span 12; }
}


/* =========================================================
   RDK FORM – Premium UI
========================================================= */

.hp-field{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
  opacity:0;
}

.form-label{
  font-weight: 900;
  letter-spacing: -0.2px;
  color:#111;
  margin-bottom: 8px;
}

.form-control-premium{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  background:#fff;
}

.form-control-premium:focus{
  border-color: rgba(0,0,0,.25);
  box-shadow: 0 0 0 .2rem rgba(0,0,0,.08);
}

.rdk-form{ margin-top: 12px; }

.form-block{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  box-shadow: 0 22px 60px rgba(0,0,0,.06);
}

.form-block__head{
  display:flex;
  align-items:flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.form-block__icon{
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,.06);
  color:#111;
  flex: 0 0 auto;
  border: 1px solid rgba(0,0,0,.06);
}

.form-block__title{
  font-weight: 950;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.form-block__desc{
  margin-top: 4px;
  color:#666;
  font-size: 13px;
  line-height: 1.6;
}

.form-q{
  display:flex;
  gap: 12px;
  padding: 16px 0;
}

.form-q__num{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 950;
  color:#111;
  flex: 0 0 auto;
}

.form-q__title{
  font-weight: 950;
  letter-spacing: -0.35px;
  color:#111;
  margin-bottom: 10px;
}

.muted{
  color:#666;
  font-weight: 800;
  font-size: 13px;
}

.choice-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}

.choice{
  grid-column: span 4;
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  cursor: pointer;
  transition: transform .2s cubic-bezier(.22,1,.36,1),
  background-color .2s ease,
  border-color .2s ease;
  user-select:none;
}

.choice:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.04);
  border-color: rgba(0,0,0,.12);
}

.choice input{
  width: 18px;
  height: 18px;
  accent-color: #111;
}

.choice span{
  font-weight: 900;
  color:#111;
  font-size: 14px;
}

@media (max-width: 991px){
  .choice{ grid-column: span 6; }
}
@media (max-width: 575px){
  .choice{ grid-column: span 12; }
}

.form-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.btn-premium{
  border-radius: 16px;
  padding: 12px 16px;
  font-weight: 950;
  letter-spacing: -0.2px;
}

.form-hint{
  color:#666;
  font-size: 13px;
  line-height: 1.6;
  max-width: 60ch;
}

.form-alert{
  border-radius: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.02);
  margin: 14px 0 18px;
}

.form-alert--success{
  border-color: rgba(25,135,84,.25);
  background: rgba(25,135,84,.06);
}

.form-alert--error{
  border-color: rgba(220,53,69,.25);
  background: rgba(220,53,69,.06);
}

.form-alert i{
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.form-alert__title{
  font-weight: 950;
  letter-spacing: -0.3px;
  margin-bottom: 2px;
}

.form-alert__text{
  color:#555;
  line-height: 1.65;
  font-size: 14px;
}

/* ===== Slider Modern (kurumsal renk + sağ görsel kart) ===== */
.slider-modern{
  min-height: 520px;
  display:flex;
  align-items:center;
  color:#fff;
  background: linear-gradient(135deg, #0f2a44 0%, #1f6fb2 100%);
}

.slider-badge{
  display:inline-block;
  font-size:12px;
  letter-spacing:.08em;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.18);
  padding:7px 14px;
  border-radius:999px;
}

.slider-date{
  font-size:13px;
  opacity:.9;
}

.slider-modern h1{
  font-size: clamp(28px, 4.2vw, 46px);
  font-weight: 750;
  line-height:1.15;
  margin-bottom: 10px;
}

.slider-modern p{
  font-size: 16px;
  opacity: .95;
  max-width: 560px;
}

.slider-image-card{
  position:relative;
  display:block;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 26px 70px rgba(0,0,0,.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.slider-image-card img{
  width:100%;
  height: 330px;
  object-fit: cover;
  border-radius: 14px;
  display:block;
}

.slider-image-go{
  position:absolute;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.25);
  color:#fff;
  font-size: 18px;
}

/* Mobil */
@media (max-width: 991px){
  .slider-image-card img{ height: 240px; }
}


/* Slider animasyonlarını tamamen kapat */
.hero-slider *,
.slider-modern *,
.carousel-item,
.carousel-item.active {
  animation: none !important;
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
}

/* ===== Slider Responsive Fix ===== */
.hero-slider .carousel-inner,
.hero-slider .carousel-item{
  height: auto;
}

/* Desktop varsayılan */
.slider-modern{
  min-height: 520px;
  padding: 56px 0;
  display:flex;
  align-items:center;
  color:#fff;
  background: linear-gradient(135deg, #0f2a44 0%, #1f6fb2 100%);
}

/* Başlık/metin taşmasın */
.slider-modern h1{
  font-size: clamp(26px, 3.8vw, 46px);
  line-height: 1.15;
  margin: 0 0 10px 0;
  word-break: break-word;
}
.slider-modern p{
  max-width: 56ch;
  margin: 0;
  opacity: .95;
}

/* Butonlar mobilde taşmasın */
.slider-modern .btn{
  white-space: nowrap;
}
@media (max-width: 575px){
  .slider-modern .btn{
    width: 100%;
  }
}

/* Sağ görsel kart */
.slider-image-card{
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  position: relative;
  display: block;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  padding: 10px;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0,0,0,.32);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow: hidden;
}

/* Görsel net ve orantılı */
.slider-image-card img{
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

/* Carousel okları küçük ekranlarda içeri girsin */
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next{
  width: 10%;
}
@media (max-width: 991px){
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next{
    width: 14%;
  }
}

/* ===== Tablet ===== */
@media (max-width: 991px){
  .slider-modern{
    min-height: auto;
    padding: 40px 0;
  }
  .slider-image-card{
    max-width: 100%;
    margin: 0;
  }
  .slider-image-card img{
    height: 260px;
  }
}

/* ===== Mobil ===== */
@media (max-width: 575px){
  .slider-modern{
    padding: 28px 0 34px;
  }

  /* Metin ve görsel arası boşluk */
  .hero-slider .row.g-5{
    --bs-gutter-y: 1.25rem;
  }

  .slider-date{
    font-size: 12px;
    opacity: .9;
  }

  .slider-image-card{
    border-radius: 16px;
    padding: 8px;
  }
  .slider-image-card img{
    height: 210px;
    border-radius: 12px;
  }

  /* Görsel ok ikonu biraz küçülsün */
  .slider-image-go{
    width: 40px;
    height: 40px;
    right: 14px;
    bottom: 14px;
  }
}
/* =========================
   SLIDER MOBILE RESPONSIVE FIX
   - Foto üstte, yazı altta
   - Oklar içerikle çakışmaz
   - Güvenli padding + spacing
   ========================= */

/* Tablet ve altı: yükseklik/padding esnek */
@media (max-width: 991px){
  .slider-modern{
    min-height: auto;
    padding: 40px 0;
  }
  .slider-image-card{
    max-width: 100%;
    margin: 0;
  }
  .slider-image-card img{
    height: 260px;
  }
}

/* Mobil: foto üstte + oklar dışarı + içerik güvenli alan */
@media (max-width: 575px){

  /* Foto üstte olsun (column-reverse) */
  .hero-slider .slider-modern .row{
    flex-direction: column-reverse;
  }

  /* İçerik oklarla çakışmasın diye güvenli padding */
  .hero-slider .container{
    padding-left: 56px;
    padding-right: 56px;
  }

  /* Carousel oklarını daralt ve kenara al */
  .hero-slider .carousel-control-prev,
  .hero-slider .carousel-control-next{
    width: 48px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .9;
  }
  .hero-slider .carousel-control-prev{ left: 6px; }
  .hero-slider .carousel-control-next{ right: 6px; }

  /* Kart + görsel ölçüleri */
  .slider-image-card{
    border-radius: 16px;
    padding: 8px;
    margin-bottom: 18px;
  }
  .slider-image-card img{
    height: 210px;
    border-radius: 12px;
    object-fit: cover;
  }

  /* Yazı ölçüleri */
  .slider-date{
    font-size: 12px;
    opacity: .9;
  }
  .slider-modern h1{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
    word-break: break-word;
  }
  .slider-modern p{
    font-size: 15px;
    max-width: 100%;
    opacity: .95;
  }

  /* Butonlar mobilde tam genişlik */
  .slider-modern .btn{
    width: 100%;
    white-space: nowrap;
  }

  /* Görsel üzerindeki ok ikonu biraz küçülsün */
  .slider-image-go{
    width: 40px;
    height: 40px;
    right: 14px;
    bottom: 14px;
  }
}

/* En garanti: slider içinde animasyon/translate varsa ez */
.hero-slider *,
.slider-modern *{
  transform: none;
}
/* =========================
   SLIDER MOBILE READABILITY FIX
   (Sıkışma + oklar + tipografi)
   ========================= */

   @media (max-width: 575px){

    /* Foto üstte / yazı altta */
    .hero-slider .slider-modern .row{
      flex-direction: column-reverse !important;
    }

    /* En büyük sorun: container padding fazla → daralt */
    .hero-slider .slider-modern .container{
      padding-left: 16px !important;
      padding-right: 16px !important;
    }

    /* Gutter biraz azalt: içerik genişlesin */
    .hero-slider .slider-modern .row{
      --bs-gutter-x: 1rem;
      --bs-gutter-y: 1rem;
    }

    /* Okları küçük daire yap, içerik üstüne binmesin */
    .hero-slider .carousel-control-prev,
    .hero-slider .carousel-control-next{
      width: 44px !important;
      height: 44px !important;
      top: 25% !important;                 /* foto hizası */
      transform: translateY(-50%) !important;
      opacity: 1 !important;
      z-index: 5;
    }

    .hero-slider .carousel-control-prev{ left: 8px !important; }
    .hero-slider .carousel-control-next{ right: 8px !important; }

    /* Bootstrap ikonlarını “yuvarlak buton” gibi göster */
    .hero-slider .carousel-control-prev-icon,
    .hero-slider .carousel-control-next-icon{
      width: 44px !important;
      height: 44px !important;
      border-radius: 999px !important;
      background-color: rgba(0,0,0,.35) !important;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      background-size: 18px 18px !important;
    }

    /* Görsel kart: biraz daha kompakt + taşma yok */
    .slider-image-card{
      padding: 8px !important;
      border-radius: 16px !important;
      margin-bottom: 14px !important;
    }

    .slider-image-card img{
      height: 220px !important;
      border-radius: 12px !important;
      object-fit: cover !important;
    }

    /* Metinler: daha ferah */
    .slider-date{
      font-size: 12px !important;
      opacity: .9 !important;
      margin-bottom: 8px !important;
    }

    .slider-modern h1{
      font-size: 22px !important;
      line-height: 1.25 !important;
      margin-bottom: 10px !important;
      letter-spacing: 0 !important;
      word-break: break-word;
    }

    /* Paragraf: 4 satırdan sonra ... (sıkışmayı azaltır) */
    .slider-modern p{
      font-size: 15px !important;
      line-height: 1.55 !important;
      margin-bottom: 12px !important;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    /* Butonlar: tam genişlik ama dev gibi olmasın */
    .slider-modern .btn{
      width: 100% !important;
      padding: 12px 14px !important;
      font-size: 15px !important;
      border-radius: 14px !important;
    }

    /* Görsel üstündeki küçük ok ikonunu biraz küçült */
    .slider-image-go{
      width: 38px !important;
      height: 38px !important;
      right: 12px !important;
      bottom: 12px !important;
    }
  }
/* =========================
   HAMBURGER → X TOGGLE
   ========================= */

   .custom-toggler{
    width: 44px;
    height: 44px;
    position: relative;
    border: none;
    background: transparent;
    padding: 0;
  }

  .custom-toggler span{
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background-color: #111;
    border-radius: 2px;
    transition: all .3s ease;
  }

/* Çizgilerin başlangıç konumu */
.custom-toggler span:nth-child(1){ top: 14px; }
.custom-toggler span:nth-child(2){ top: 21px; }
.custom-toggler span:nth-child(3){ top: 28px; }

/* MENU AÇIKKEN → X */
.custom-toggler[aria-expanded="true"] span:nth-child(1){
  transform: rotate(45deg);
  top: 21px;
}

.custom-toggler[aria-expanded="true"] span:nth-child(2){
  opacity: 0;
}

.custom-toggler[aria-expanded="true"] span:nth-child(3){
  transform: rotate(-45deg);
  top: 21px;
}

/* Dark navbar varsa otomatik beyaz olsun */
.navbar-dark .custom-toggler span{
  background-color: #fff;
}
/* Harita responsive + kurumsal görünüm */
.map-wrap{
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  background: #fff;
}

.map-wrap iframe{
  width: 100% !important;
  height: 100% !important;
}

/* Mobilde biraz daha yüksek dursun */
@media (max-width: 575px){
  .map-wrap.ratio{
    --bs-aspect-ratio: 85%;
  }
}

