.elementor-kit-6{--e-global-color-primary:#E3010F;--e-global-color-secondary:#1A1D21;--e-global-color-text:#141414;--e-global-color-accent:#414141;--e-global-color-794c6e8:#BD000C;--e-global-color-2666480:#F8F8F8;--e-global-color-b4e0223:#EAEAEA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-c21b2e1-font-family:"Teko";--e-global-typography-c21b2e1-font-size:72px;--e-global-typography-c21b2e1-font-weight:600;--e-global-typography-c21b2e1-line-height:80px;--e-global-typography-114d982-font-family:"Roboto";--e-global-typography-114d982-font-size:18px;--e-global-typography-114d982-font-weight:700;--e-global-typography-114d982-line-height:24px;--e-global-typography-3a255d0-font-family:"Teko";--e-global-typography-3a255d0-font-size:48px;--e-global-typography-3a255d0-font-weight:500;--e-global-typography-3a255d0-line-height:48px;--e-global-typography-6baded2-font-family:"Roboto";--e-global-typography-6baded2-font-size:20px;--e-global-typography-6baded2-font-weight:400;--e-global-typography-6baded2-line-height:30px;--e-global-typography-ee9683e-font-family:"Roboto";--e-global-typography-ee9683e-font-size:18px;--e-global-typography-ee9683e-font-weight:700;--e-global-typography-08b08fd-font-family:"Roboto";--e-global-typography-08b08fd-font-size:16px;--e-global-typography-08b08fd-font-weight:400;--e-global-typography-08b08fd-line-height:24px;--e-global-typography-d68197c-font-family:"Roboto";--e-global-typography-d68197c-font-size:24px;--e-global-typography-d68197c-font-weight:400;--e-global-typography-d68197c-line-height:32px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Teko", Sans-serif;}.elementor-kit-6 h2{font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-c21b2e1-font-size:48px;--e-global-typography-c21b2e1-line-height:56px;--e-global-typography-114d982-font-size:18px;--e-global-typography-3a255d0-font-size:32px;--e-global-typography-3a255d0-line-height:36px;--e-global-typography-6baded2-font-size:18px;--e-global-typography-6baded2-line-height:27px;--e-global-typography-ee9683e-font-size:18px;--e-global-typography-ee9683e-line-height:24px;--e-global-typography-d68197c-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-c21b2e1-font-size:40px;--e-global-typography-c21b2e1-line-height:50px;--e-global-typography-114d982-font-size:16px;--e-global-typography-3a255d0-font-size:28px;--e-global-typography-3a255d0-line-height:32px;--e-global-typography-6baded2-font-size:16px;--e-global-typography-6baded2-line-height:24px;--e-global-typography-ee9683e-font-size:16px;--e-global-typography-d68197c-font-size:20px;--e-global-typography-d68197c-line-height:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* = Marquee = */
.iso-marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.marquee-content {
  display: inline-block;
  animation: scroll-marquee 20s linear infinite;
}

.marquee-content span {
  display: inline-block;
  padding: 0 4px;
  font-size: 16px;          /* tablet + mobile */
  color: #414141;
  font-weight: 400;
}

/* desktop (Elementor varsayılanı: 1025px ve üstü) */
@media (min-width: 1025px) {
  .marquee-content span {
    font-size: 18px;
  }
}

@keyframes scroll-marquee {
  from { transform: translateX(0%); }
  to   { transform: translateX(-100%); }
}

/* erişilebilirlik: hareketi azalt seçiliyse animasyonu kapatmak istersen */
@media (prefers-reduced-motion: reduce) {
  .marquee-content { animation: none; }
}

/* Sadece kartları eşit yükseklikte tutar, başka stile dokunmaz */
.elementor-loop-container .e-loop-item .news-card{
  height:100%;
  display:flex;
  flex-direction:column;
}

.news-card .card-content{ /* varsa butonu alta itmek için */
  display:flex;
  flex-direction:column;
  height:100%;
}
.news-card .card-content .cta{ margin-top:auto; } /* buton sınıfı 'cta' ise */
/* --- Eş yükseklik: Section içindeki tüm sütunlar esnesin --- */
.eqh .elementor-column .elementor-widget-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
/* Genel rozet */
.news-badge {
  background: #E3010F;   /* default kırmızı */
  color: #fff;           /* yazı beyaz */
  cursor: default;       /* imleç ok */
  transition: none;      /* hover geçişi iptal */
}

/* Sadece linkli rozet için hover efekti */
a.news-badge:hover {
  background: #BD000C;   /* koyu kırmızı */
  color: #fff;
}

/* <span> olan rozet hover'da değişmesin */
span.news-badge:hover {
  background: #E3010F;   /* default aynı */
  color: #fff;           /* default aynı */
}
/* Dil öğelerinin tamamı inline görünsün */
.elementor-nav-menu .lang-item,
.elementor-nav-menu .menu-item-language {
  display: inline-block;
}

/* Geçerli dil (current) span olarak basıldığında da görünür kıl */
.elementor-nav-menu .current-lang,
.elementor-nav-menu .menu-item-language-current {
  display: inline-block !important;
}
.elementor-nav-menu .current-lang > span,
.elementor-nav-menu .menu-item-language-current > span {
  display: inline-block !important;
  opacity: 0.9;
}

/* EN | TR ayırıcı çizgi */
.elementor-nav-menu .lang-item:not(:last-child)::after,
.elementor-nav-menu .menu-item-language:not(:last-child)::after {
  content: " | ";
  opacity: 0.6;
  margin: 0 6px;
}

/* Hafif tipografi (opsiyonel) */
.elementor-nav-menu .lang-item a,
.elementor-nav-menu .menu-item-language > a {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.9;
}/* End custom CSS */