@charset "UTF-8";
/* Breakpoint yapisi */
/* Tablet ustu ekranlarda yatay scroll'u hizlica engelle */
@media (min-width: 1025px) {
  html,
body {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }
}

/* 1. Header Genel Yapısı ve Scroll Efekti */
.sura-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  padding: 24px 0;
}

.sura-header.scrolled {
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(165, 42, 42, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 99999;
}

.sura-header .header-pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  overflow: hidden;
}

.sura-header.scrolled .header-pattern {
  opacity: 1;
}

.sura-header .elementor-nav-menu--main .elementor-item {
  padding: 10px 20px !important;
  border-radius: 9999px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  background-color: transparent;
}

.sura-header .elementor-nav-menu--main .elementor-item:hover, .sura-header .elementor-nav-menu--main .elementor-item.elementor-item-active {
  background-color: #ffffff !important;
  color: #ee3235 !important;
}

.sura-header .elementor-nav-menu--main .elementor-item-has-children > a::after {
  content: "" !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.sura-header .elementor-nav-menu--main li.menu-item {
  position: relative !important;
}

.sura-header .elementor-nav-menu--main li.menu-item:hover > ul.elementor-nav-menu--dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

.sura-header .elementor-nav-menu--main ul.elementor-nav-menu--dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(10px) !important;
  background-color: #ffffff !important;
  border-radius: 16px !important;
  border: 1px solid rgba(165, 42, 42, 0.1) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  padding: 8px !important;
  min-width: 240px !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.sura-header .elementor-nav-menu--main .elementor-sub-item {
  display: flex !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
  text-decoration: none !important;
}

.sura-header .elementor-nav-menu--main .elementor-sub-item:hover {
  color: #ee3235 !important;
  background-color: #fef2f2 !important;
}

@media (max-width: 1024px) {
  .sura-header .elementor-nav-menu--main .header-home .icon-home {
    color: #0f172a;
  }
}

/* 2. Logo Animasyonu */
.header-logo img {
  height: 80px !important;
  width: auto !important;
  transition: all 0.5s ease-in-out !important;
  min-width: 175px;
}

.scrolled .header-logo img {
  height: 56px !important;
}

/* 3. Giriş Butonu */
.sura-login-btn .elementor-button {
  background-color: #f8fafc !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 9999px !important;
  padding: 6px 16px 6px 6px !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.3s ease !important;
}

.sura-login-btn .elementor-button:hover .elementor-align-icon-left {
  background-color: #ee3235 !important;
  color: #ffffff !important;
}

.sura-login-btn .elementor-align-icon-left {
  background-color: #e2e8f0 !important;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px !important;
  transition: all 0.3s ease !important;
}

/* 4. Responsive katmanlar */
@media (min-width: 1367px) {
  .sura-header {
    padding: 24px 0;
  }
  .header-logo img {
    height: 80px !important;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  .sura-header {
    padding: 20px 0;
  }
  .sura-header .elementor-nav-menu--main .elementor-item {
    padding: 9px 16px !important;
    font-size: 15px !important;
  }
  .header-logo img {
    height: 80px !important;
  }
}

.elementor-130 .elementor-element.elementor-element-ffe4407 img {
  height: 80px !important;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .sura-header {
    padding: 16px 0;
  }
  .sura-header .elementor-nav-menu--main .elementor-item {
    padding: 8px 14px !important;
    font-size: 14px !important;
    gap: 6px !important;
  }
  .header-logo img {
    height: 64px !important;
  }
}

@media (max-width: 1024px) and (min-width: 881px) {
  .sura-header {
    padding: 14px 0;
  }
  .sura-header .elementor-nav-menu--main ul.elementor-nav-menu--dropdown {
    min-width: 210px !important;
    border-radius: 14px !important;
  }
  .header-logo img {
    height: 58px !important;
  }
}

@media (max-width: 880px) and (min-width: 768px) {
  .sura-header {
    padding: 12px 0;
  }
  .sura-header .elementor-nav-menu--main .elementor-item {
    padding: 7px 12px !important;
    font-size: 13px !important;
  }
  .sura-header .elementor-nav-menu--main ul.elementor-nav-menu--dropdown {
    min-width: 190px !important;
  }
  .header-logo img {
    height: 52px !important;
  }
  .sura-login-btn .elementor-button {
    padding: 5px 12px 5px 5px !important;
  }
}

@media (max-width: 767px) {
  .sura-header {
    padding: 10px 0;
  }
  .sura-header .elementor-nav-menu--main .elementor-item {
    padding: 6px 10px !important;
    font-size: 12px !important;
  }
  .sura-header .elementor-nav-menu--main ul.elementor-nav-menu--dropdown {
    left: 0 !important;
    transform: translateX(0) translateY(10px) !important;
    min-width: 170px !important;
  }
  .sura-header
.elementor-nav-menu--main
li.menu-item:hover
> ul.elementor-nav-menu--dropdown {
    transform: translateX(0) translateY(0) !important;
  }
  .header-logo img {
    height: 80px !important;
  }
  .scrolled .header-logo img {
    height: 42px !important;
  }
}

/* 5. Shortcode Mobil Menu Yapisi */
.sura-mobile-menu-shortcode {
  position: relative;
}

.sura-header-mobil {
  position: relative;
  z-index: 10000;
  transition: top 0.35s cubic-bezier(0.4, 0, 0.2, 1), right 0.35s cubic-bezier(0.4, 0, 0.2, 1), transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, box-shadow 0.35s ease, background-color 0.35s ease;
}

@media (max-width: 1024px) {
  .sura-header-mobil.is-fixed {
    position: fixed !important;
    top: 0;
    right: 10px;
    z-index: 10020;
    transform: translateY(0);
    background: #fff;
  }
  .sura-header-mobil.is-fixed .sura-mobile-menu-trigger {
    background: rgba(255, 255, 255, 0.94);
    border-color: #f3d9da;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    backdrop-filter: blur(8px);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sura-mobile-menu-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #1f2937;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  padding: 10px !important;
}

.sura-mobile-menu-trigger:hover {
  background: #fff3f4;
  color: #b91c1c;
  border-color: #f3d9da;
}

.sura-mobile-trigger-icon {
  width: 32px;
  height: 32px;
}

.sura-mobile-menu-trigger .icon-close {
  display: none;
}

.sura-mobile-menu-trigger.is-open .icon-menu {
  display: none;
}

.sura-mobile-menu-trigger.is-open .icon-close {
  display: block;
}

.sura-mobile-menu-panel {
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 6666666;
  overflow-y: auto;
  background: #fff !important;
  padding: 12px 24px;
}

.elementor-element.elementor-element-f2b204b.e-con-full.sura-header-mobil.elementor-hidden-desktop.elementor-hidden-laptop.e-flex.e-con.e-parent.e-lazyloaded.is-fixed {
  background: #fff;
}

.sura-mobile-menu-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sura-mobile-menu-root {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sura-mobile-home-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 18px;
  border: 1px solid #f3d9da;
  border-radius: 16px;
  background: #f8e6e6;
  color: #b91c1c;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
  text-decoration: none;
}

.sura-mobile-home-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sura-mobile-home-icon svg {
  width: 24px;
  height: 24px;
}

.sura-mobile-home-title {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.sura-mobile-menu-row {
  min-height: 62px;
  width: 100%;
  border: 1px solid #f3e6e7;
  border-radius: 16px;
  background: #ffffff;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 18px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  text-decoration: none;
}

.sura-mobile-menu-row:hover, .sura-mobile-menu-row:active, .sura-mobile-menu-row:focus {
  background: #f8e6e6;
  color: #2b2e31;
  border-color: #f3d9da;
}

.sura-mobile-menu-parent {
  cursor: pointer;
}

.sura-mobile-menu-row-title {
  font-family: "DM Serif Display", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: inherit;
}

.sura-mobile-menu-row-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f4a5a7;
  transition: transform 0.2s ease;
}

.sura-mobile-menu-row-icon svg {
  width: 24px;
  height: 24px;
}

.sura-mobile-menu-parent[aria-expanded="true"] .sura-mobile-menu-row-icon {
  transform: rotate(180deg);
}

.sura-mobile-menu-direct .sura-mobile-menu-row-icon {
  transform: rotate(-90deg);
}

.sura-mobile-menu-node.is-current > .sura-mobile-menu-row {
  border-color: #efc5c7;
  background: #fff7f7;
  color: #efc5c7;
}

.sura-mobile-submenu {
  margin-top: 12px;
  margin-left: 12px;
}

.sura-mobile-submenu-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sura-mobile-submenu-link {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 52px;
  padding: 16px 18px;
  border: 1px solid #f3e8e8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.65);
  color: #a32427;
  text-decoration: none;
}

.sura-mobile-submenu-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef7f82;
  flex: 0 0 auto;
}

.sura-mobile-submenu-title {
  font-family: "Gotham", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.sura-mobile-submenu .sura-mobile-submenu {
  margin-top: 12px;
  margin-left: 12px;
}

@media (min-width: 1025px) {
  body:not(.elementor-editor-active) .sura-mobile-menu-shortcode {
    display: none;
  }
}

@media (max-width: 767px) {
  .sura-mobile-menu-panel {
    padding: 12px 8px 20px;
    width: 100vw;
  }
  .sura-mobile-home-link,
.sura-mobile-menu-row {
    min-height: 56px;
    border-radius: 14px;
    padding: 24px;
  }
  .sura-mobile-home-title,
.sura-mobile-menu-row-title {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .sura-mobile-submenu {
    margin-left: 12px;
  }
  .sura-mobile-submenu-link {
    min-height: 44px;
    padding: 12px 14px;
    gap: 10px;
  }
  .sura-mobile-submenu-title {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

/* ==========================================================================
    SURA VİZYON 2030 - HERO SLIDER TOTAL STYLES
    ========================================================================== */
/* 1. Arka Plan Blob Efektleri */
.sura-hero-section {
  overflow: visible !important;
  /* Blob'ların görünmesi için */
}

.blobsdiv,
.sura-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  filter: blur(80px);
  opacity: 0.4;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-color: #ee3235;
  /* accent-pink/red */
  transition: all 1s ease;
  transition-delay: 1000ms;
  animation: blob-animate 10s infinite alternate;
}

/* Desktop için daha büyük blob boyutu */
@media (min-width: 1024px) {
  .blobsdiv,
.sura-blob {
    width: 500px;
    height: 500px;
  }
}

@keyframes blob-animate {
  0% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -50px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

/* 2. Badge & Pulse (heroSlogan) */
.heroSlogan {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(238, 50, 53, 0.2);
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.pulseDiv {
  width: 10px;
  height: 10px;
  background-color: #ee3235;
  border-radius: 50%;
  position: relative;
}

.pulseDiv::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: inherit;
  animation: sura-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes sura-pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  70% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* İki ana sütunu yan yana getiren yapı */
.hero-grid-layout {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  /* Sol metin, sağ görsel */
  gap: 40px !important;
  align-items: center !important;
  width: 100%;
  min-height: 500px;
  /* İçeriğin sıkışmaması için */
}

/* Mobilde (Tablet ve Telefon) Alt Alta Getir */
@media (max-width: 1024px) {
  .hero-grid-layout {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 30px !important;
  }
  /* Mobilde görseli metnin altına veya üstüne almak için sıralama */
  .hero-grid-layout > div:nth-child(1) {
    order: 2;
  }
  /* Metinler alta */
  .hero-grid-layout > div:nth-child(2) {
    order: 1;
  }
  /* Görsel üste */
}

.heroSloganText {
  color: #1e293b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* 3. Başlıklar (heroText) */
.heroGriTitle {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 84px);
  font-weight: 700;
  line-height: 1.05;
  color: #0f172a;
  margin-bottom: 1.5rem;
}

.heroGradientTitle,
.gradient-text {
  font-family: "Playfair Display", serif;
  font-style: italic;
  background: linear-gradient(to right, #ee3235, #ffa500);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 8px;
}

/* 4. İstatistik Alanı (heroStats) */
.heroStats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.heroStatsIconContainer {
  padding: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ee3235;
}

.heroStatsTitleContainer {
  display: flex;
  flex-direction: column;
}

.heroStatsTitleText {
  font-size: 11px;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.heroStatsTitleNumb {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

/* Ana Kart Konteyneri */
@keyframes heroStatsEnter {
  0% {
    opacity: 0;
    transform: translateX(-50px) translateY(20px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

.heroImgStats {
  position: absolute !important;
  left: -16px;
  bottom: 32px;
  /* Mobil için varsayılan */
  z-index: 30 !important;
  padding: 16px;
  max-width: 160px;
  background: rgba(255, 255, 255, 0.7) !important;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Başlangıçta görünmez */
  opacity: 0;
}

/* Swiper Aktif Slide İçin İstatistik Kartı Animasyonu */
.swiper-slide-active .heroImgStats,
.e-active .heroImgStats,
.elementor-carousel-active .heroImgStats {
  animation: heroStatsEnter 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 0.6s;
  /* Görsel animasyonundan sonra başlasın */
}

/* Hover Efekti - Animasyon tamamlandıktan sonra */
.swiper-slide-active .heroImgStats:hover,
.e-active .heroImgStats:hover,
.elementor-carousel-active .heroImgStats:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.15) !important;
}

/* Üst Küçük Başlık (İSTATİSTİK) */
.heroImgStats .stats-sub-title {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
}

/* Sayı ve Metni Yan Yana Getiren Grup */
.heroImgStats .stats-flex-group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
}

/* Numaralar (%45, 20+) */
.heroImgStats .stats-number {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #ee3235;
  line-height: 1;
}

/* Yanındaki Açıklama Metni */
.heroImgStats .stats-text {
  font-size: 10px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  white-space: pre-line;
}

/* Masaüstü Ekran Düzenlemeleri (LG) */
@media (min-width: 1024px) {
  .heroImgStats {
    left: -24px;
    bottom: 96px;
    /* Desktop için */
    padding: 24px;
    max-width: 220px;
    border-radius: 24px;
  }
  .heroImgStats .stats-sub-title {
    font-size: 12px;
  }
  .heroImgStats .stats-number {
    font-size: 36px;
  }
  /* text-4xl */
  .heroImgStats .stats-text {
    font-size: 14px;
  }
  /* text-sm */
}

/* 5. Butonlar (heroButtonContainer) */
.heroButtonContainer {
  display: flex;
  gap: 1.25rem;
}

.heroButtonFill {
  background-color: #d92027 !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 15px -3px rgba(238, 50, 53, 0.2) !important;
  transition: all 0.3s ease !important;
  border: 2px solid;
  width: 100%;
  text-align: center;
}

.heroButtonOutlined {
  background-color: rgba(255, 255, 255, 0.4) !important;
  color: #0f172a !important;
  border-radius: 9999px !important;
  border: 2px solid #e2e8f0 !important;
  backdrop-filter: blur(4px);
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  width: 100%;
  text-align: center;
}

.heroButtonOutlined a,
.heroButtonFill a {
  padding: 26px 62px !important;
  width: 100% !important;
}

.heroButtonFill:hover,
.heroButtonOutlined:hover {
  transform: translateY(-3px);
  background-color: #ffffff !important;
  border-color: #b91c1c !important;
}

.heroButtonFill:hover a {
  color: #fff !important;
  background-color: #b91c1c !important;
  border-radius: 9999px !important;
}

/* Outlined Button with External Link Icon */
.herohoverBtnOut .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 16px 32px !important;
  background-color: #ffffff !important;
  border: 2px solid #b91c1c !important;
  color: #b91c1c !important;
  font-weight: 700 !important;
  border-radius: 9999px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 10px 15px -3px rgba(185, 28, 28, 0.1) !important;
}

.herohoverBtnOut .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.herohoverBtnOut .elementor-button-text {
  color: #b91c1c !important;
  transition: color 0.3s ease !important;
}

.herohoverBtnOut .elementor-button-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}

.herohoverBtnOut .elementor-button-icon i {
  color: #b91c1c !important;
  transition: color 0.3s ease !important;
  font-size: 18px !important;
}

/* Hover State */
.herohoverBtnOut .elementor-button:hover {
  background-color: #b91c1c !important;
  box-shadow: 0 10px 15px -3px rgba(185, 28, 28, 0.2) !important;
}

.herohoverBtnOut .elementor-button:hover .elementor-button-text {
  color: #ffffff !important;
}

.herohoverBtnOut .elementor-button:hover .elementor-button-icon {
  transform: translate(4px, -4px) !important;
}

.herohoverBtnOut .elementor-button:hover .elementor-button-icon i {
  color: #ffffff !important;
}

/* 6. Görsel ve Yüzen Kart (heroImage & heroImgStats) */
/* Giriş Animasyonu için Keyframes - Sağdan Sola Rotate */
@keyframes heroImageEnter {
  0% {
    opacity: 0;
    transform: translateX(100px) rotate(10deg) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(3deg) scale(1);
  }
}

.heroRightzone {
  /* Elementor bu elementte daha spesifik kural bastigi icin oran burada sabitlenir */
}

.heroRightzone .heroImage {
  --hero-image-max-width: 689px;
  --hero-image-ratio: 689 / 613;
  width: 100% !important;
  max-width: var(--hero-image-max-width) !important;
  aspect-ratio: var(--hero-image-ratio);
  height: auto !important;
  border-radius: 2rem !important;
  border: 4px solid #ffffff !important;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.15) !important;
  transform: rotate(3deg);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s ease;
  /* Background-image için gerekli */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /* Başlangıçta görünmez */
  opacity: 0;
}

@media (min-width: 1280px) and (max-width: 1800px) {
  .heroRightzone .heroImage {
    --hero-image-max-width: 613px;
    --hero-image-ratio: 613 / 553;
  }
}

@media (max-width: 1024px) {
  .heroRightzone .heroImage {
    width: 100% !important;
    max-width: 100% !important;
    --hero-image-ratio: 16 / 9;
  }
}

.heroRightzone .elementor-2 .elementor-element.elementor-element-cc072b2.heroImage {
  --hero-image-max-width: 613px;
  --hero-image-ratio: 613 / 553;
  max-width: var(--hero-image-max-width) !important;
  aspect-ratio: var(--hero-image-ratio) !important;
  height: auto !important;
}

/* Swiper Aktif Slide İçin Giriş Animasyonu */
.swiper-slide-active .heroImage,
.e-active .heroImage,
.elementor-carousel-active .heroImage {
  animation: heroImageEnter 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation-delay: 0.2s;
}

/* Hover Efekti - Animasyon tamamlandıktan sonra */
.swiper-slide-active .heroImage:hover,
.e-active .heroImage:hover,
.elementor-carousel-active .heroImage:hover {
  transform: rotate(3deg) scale(1.02);
  box-shadow: 0 30px 60px -12px rgba(15, 23, 42, 0.25) !important;
}

/* Duplicate .heroImgStats kaldırıldı - yukarıda zaten tanımlı */
/* Desktop için heroImage düzenlemeleri */
@media (min-width: 1024px) {
  .heroImage img {
    border-radius: 3rem !important;
    border-width: 6px !important;
  }
  /* heroImgStats için düzenlemeler yukarıdaki media query'de tanımlı */
}

.heroImgStats p {
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.heroImgStats .flex {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ==========================================================================
    7. SLIDER NAVIGATION & PAGINATION (Swiper/Elementor Slider) - heroSlider Only
    ========================================================================== */
/* Slider Background Blur Effect - Sağ Tarafta Pembe Efekt */
#heroSlider {
  position: relative;
  --hero-nav-bottom: 3rem;
  --hero-pagination-bottom: 5.4rem;
}

@media (max-width: 767px) {
  #heroSlider {
    --hero-nav-bottom: 0rem;
    --hero-pagination-bottom: 0rem;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  #heroSlider {
    --hero-nav-bottom: 0;
    --hero-pagination-bottom: 2rem;
  }
}

@media (min-width: 1400px) {
  #heroSlider {
    --hero-nav-bottom: 1rem;
    --hero-pagination-bottom: 10rem;
    max-height: 93vh;
  }
}

@media (max-width: 1366px) and (min-width: 1201px) {
  #heroSlider .swiper-wrapper {
    height: 90vh;
  }
}

#heroSlider::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: radial-gradient(ellipse at right center, rgba(255, 192, 203, 0.4) 0%, rgba(255, 182, 193, 0.3) 30%, transparent 70%);
  filter: blur(100px);
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
  transition: opacity 1s ease;
}

/* İçeriğin blur'un üstünde olması için */
#heroSlider > * {
  position: relative;
  z-index: 1;
}

/* Navigation Container (Swiper/Elementor) */
#heroSlider .swiper-button-prev,
#heroSlider .swiper-button-next,
#heroSlider .elementor-swiper-button-prev,
#heroSlider .elementor-swiper-button-next {
  position: absolute;
  top: auto;
  bottom: var(--hero-nav-bottom);
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  color: #1e3a5f;
  /* brand-800 */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 20;
  margin-top: 0;
  transform-origin: bottom center;
}

#heroSlider .swiper-button-prev:hover,
#heroSlider .swiper-button-next:hover,
#heroSlider .elementor-swiper-button-prev:hover,
#heroSlider .elementor-swiper-button-next:hover,
#heroSlider .swiper-button-prev:active,
#heroSlider .swiper-button-next:active,
#heroSlider .elementor-swiper-button-prev:active,
#heroSlider .elementor-swiper-button-next:active,
#heroSlider .swiper-button-prev:focus,
#heroSlider .swiper-button-next:focus,
#heroSlider .elementor-swiper-button-prev:focus,
#heroSlider .elementor-swiper-button-next:focus {
  background: white;
  transform: translateY(-24px) scale(1.05);
}

#heroSlider .swiper-button-prev:hover svg,
#heroSlider .swiper-button-next:hover svg,
#heroSlider .elementor-swiper-button-prev:hover svg,
#heroSlider .elementor-swiper-button-next:hover svg,
#heroSlider .swiper-button-prev:hover svg path,
#heroSlider .swiper-button-next:hover svg path,
#heroSlider .elementor-swiper-button-prev:hover svg path,
#heroSlider .elementor-swiper-button-next:hover svg path,
#heroSlider .swiper-button-prev:active svg,
#heroSlider .swiper-button-next:active svg,
#heroSlider .elementor-swiper-button-prev:active svg,
#heroSlider .elementor-swiper-button-next:active svg,
#heroSlider .swiper-button-prev:active svg path,
#heroSlider .swiper-button-next:active svg path,
#heroSlider .elementor-swiper-button-prev:active svg path,
#heroSlider .elementor-swiper-button-next:active svg path,
#heroSlider .swiper-button-prev:focus svg,
#heroSlider .swiper-button-next:focus svg,
#heroSlider .elementor-swiper-button-prev:focus svg,
#heroSlider .elementor-swiper-button-next:focus svg,
#heroSlider .swiper-button-prev:focus svg path,
#heroSlider .swiper-button-next:focus svg path,
#heroSlider .elementor-swiper-button-prev:focus svg path,
#heroSlider .elementor-swiper-button-next:focus svg path {
  fill: #b91c1c;
  color: #b91c1c;
}

/* Prev Button Position */
#heroSlider .swiper-button-prev,
#heroSlider .elementor-swiper-button-prev {
  left: calc(50% - 80px);
  /* Center - offset */
}

/* Next Button Position */
#heroSlider .swiper-button-next,
#heroSlider .elementor-swiper-button-next {
  right: calc(50% - 80px);
  /* Center - offset */
}

/* Remove default Swiper arrow icons */
#heroSlider .swiper-button-prev::after,
#heroSlider .swiper-button-next::after,
#heroSlider .elementor-swiper-button-prev::after,
#heroSlider .elementor-swiper-button-next::after {
  content: "";
  display: none;
}

/* Pagination Container */
#heroSlider .swiper-pagination,
#heroSlider .elementor-swiper-pagination {
  position: relative;
  bottom: var(--hero-pagination-bottom);
  display: flex;
  gap: 0.5rem;
  /* 8px - gap-2 */
  z-index: 20;
}

/* Pagination Bullets (Dots) */
#heroSlider .swiper-pagination-bullet,
#heroSlider .elementor-swiper-pagination-bullet {
  width: 8px;
  /* w-2 */
  height: 8px;
  /* h-2 */
  border-radius: 9999px;
  background: #fca5a5;
  /* Açık kırmızı */
  opacity: 1;
  margin: 0;
  transition: all 0.3s ease;
}

#heroSlider .swiper-pagination-bullet:hover,
#heroSlider .elementor-swiper-pagination-bullet:hover {
  background: #b91c1c;
  /* Koyu kırmızı */
  transform: scale(1.05);
}

/* Active Bullet */
#heroSlider .swiper-pagination-bullet-active,
#heroSlider .elementor-swiper-pagination-bullet-active {
  width: 32px;
  /* w-8 - elongated pill shape */
  background: #b91c1c;
  /* Koyu kırmızı - Active */
}

/* Desktop/Tablet Responsive (1024px+) */
@media (min-width: 1024px) {
  #heroSlider .swiper-button-prev,
#heroSlider .swiper-button-next,
#heroSlider .elementor-swiper-button-prev,
#heroSlider .elementor-swiper-button-next {
    width: 56px;
    height: 56px;
    padding: 16px;
  }
  #heroSlider .swiper-button-prev,
#heroSlider .elementor-swiper-button-prev {
    left: calc(50% - 130px);
    /* Increased offset for larger buttons */
  }
  #heroSlider .swiper-button-next,
#heroSlider .elementor-swiper-button-next {
    right: calc(50% - 130px);
  }
  #heroSlider .swiper-pagination,
#heroSlider .elementor-swiper-pagination {
    gap: 1rem;
    /* 16px - lg:gap-4 */
  }
  #heroSlider .swiper-pagination-bullet,
#heroSlider .elementor-swiper-pagination-bullet {
    width: 10px;
    /* lg:w-2.5 */
    height: 10px;
    /* lg:h-2.5 */
  }
  #heroSlider .swiper-pagination-bullet-active,
#heroSlider .elementor-swiper-pagination-bullet-active {
    width: 40px;
    /* lg:w-10 */
  }
}

@media (min-width: 1400px) {
  #heroSlider .swiper-button-prev,
#heroSlider .swiper-button-next,
#heroSlider .elementor-swiper-button-prev,
#heroSlider .elementor-swiper-button-next {
    bottom: var(--hero-nav-bottom);
  }
  #heroSlider .swiper-pagination,
#heroSlider .elementor-swiper-pagination {
    bottom: var(--hero-pagination-bottom);
  }
}

@media (max-width: 767px) {
  #heroSlider .swiper-button-prev,
#heroSlider .swiper-button-next,
#heroSlider .elementor-swiper-button-prev,
#heroSlider .elementor-swiper-button-next,
#heroSlider .swiper-button-prev:hover,
#heroSlider .swiper-button-next:hover,
#heroSlider .elementor-swiper-button-prev:hover,
#heroSlider .elementor-swiper-button-next:hover,
#heroSlider .swiper-button-prev:active,
#heroSlider .swiper-button-next:active,
#heroSlider .elementor-swiper-button-prev:active,
#heroSlider .elementor-swiper-button-next:active,
#heroSlider .swiper-button-prev:focus,
#heroSlider .swiper-button-next:focus,
#heroSlider .elementor-swiper-button-prev:focus,
#heroSlider .elementor-swiper-button-next:focus {
    bottom: 0 !important;
  }
  #heroSlider .swiper-pagination,
#heroSlider .elementor-swiper-pagination {
    bottom: 2rem !important;
  }
}

/* Ana Kart Ayarları */
.akademi-card-wrap {
  text-decoration: none !important;
  display: block !important;
  flex-shrink: 0 !important;
  width: 288px !important;
  /* w-72 = 18rem */
  transition: all 0.3s ease !important;
}

.akademi-card-wrap .e-con-inner {
  background: #ffffff !important;
  border-radius: 1.25rem !important;
  /* rounded-2xl */
  overflow: hidden !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transition: all 0.3s ease !important;
  transform: translateY(0) !important;
  padding: 0 !important;
}

.akademi-card-inner {
  padding: 0 !important;
}

/* Hover Efektleri */
.akademi-card-wrap:hover .e-con-inner {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

/* Görsel ve Overlay */
.akademi-card-media {
  position: relative !important;
  overflow: hidden !important;
  background-color: #f3f4f6 !important;
  /* bg-gray-100 */
  aspect-ratio: 3 / 4 !important;
}

.akademi-card-media img {
  transition: transform 0.7s ease-out !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.akademi-card-wrap:hover .akademi-card-media img {
  transform: scale(1.1) !important;
}

/* Overlay Container */
.akademi-card-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 50%, transparent 100%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding-bottom: 2rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  text-align: center !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  pointer-events: none !important;
}

.akademi-card-wrap:hover .akademi-card-overlay {
  opacity: 1 !important;
}

.akademi-card-wrap:hover .akademiIconRight .elementor-icon {
  background: #ee3235 !important;
  color: #fff !important;
}

/* Overlay Icon Wrapper */
.akademi-card-overlay .elementor-icon-wrapper {
  width: 40px !important;
  /* w-10 */
  height: 40px !important;
  /* h-10 */
  background: #ee3235 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 0.5rem !important;
  transform: translateY(16px) !important;
  transition: transform 0.5s ease !important;
}

.akademi-card-wrap:hover .akademi-card-overlay .elementor-icon-wrapper {
  transform: translateY(0) !important;
}

.akademi-card-overlay .elementor-icon {
  color: #ffffff !important;
  font-size: 16px !important;
  /* w-5 h-5 */
  padding: 14px !important;
  /* p-3.5 */
}

.akademi-card-overlay .elementor-icon i,
.akademi-card-overlay .elementor-icon svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Overlay "Dergiyi Oku" Text */
.akademi-card-overlay .elementor-heading-title {
  color: #ffffff !important;
  font-size: 16px !important;
  /* text-base */
  font-weight: 700 !important;
  margin: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease 0.1s !important;
}

.akademi-card-wrap:hover .akademi-card-overlay .elementor-heading-title {
  opacity: 1 !important;
}

/* Alt İçerik (Footer) */
.akademi-card-content {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1.25rem !important;
  /* p-5 */
  background: #ffffff !important;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.04) !important;
  /* Subtle inner shadow */
  transition: all 0.3s ease !important;
}

.akademi-card-wrap:hover .akademi-card-content {
  border-top-color: rgba(238, 50, 53, 0.2) !important;
  box-shadow: 0 -4px 12px rgba(238, 50, 53, 0.08) !important;
}

/* Sol Taraf - Text Container */
.akademi-card-content > .e-con:first-child {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
}

.akademi-card-content h4 {
  color: #0f172a !important;
  /* text-brand-900 */
  font-size: 18px !important;
  /* text-lg */
  font-weight: 700 !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}

.akademi-card-wrap:hover .akademi-card-content h4 {
  color: #ee3235 !important;
  /* group-hover:text-brand-500 */
}

.akademi-card-content p {
  color: #9ca3af !important;
  /* text-gray-400 */
  font-size: 12px !important;
  /* text-xs */
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  /* tracking-wider */
  margin: 4px 0 0 0 !important;
  /* mt-1 */
}

/* Sağdaki Küçük Chevron Yuvarlağı */
.akademi-card-content .elementor-icon-wrapper {
  width: 32px !important;
  /* w-8 */
  height: 32px !important;
  /* h-8 */
  background: #ee3235 !important;
  /* Default durumda kırmızı */
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
}

.akademi-card-wrap:hover .akademi-card-content .elementor-icon-wrapper {
  background: #b91c1c !important;
  /* Hover'da daha koyu kırmızı */
  transform: scale(1.1) !important;
}

.akademi-card-content .elementor-icon {
  color: #ffffff !important;
  /* Default durumda beyaz */
  font-size: 16px !important;
  /* w-4 h-4 */
  transition: color 0.3s ease !important;
}

.akademi-card-wrap:hover .akademi-card-content .elementor-icon {
  color: #ffffff !important;
  /* Hover'da da beyaz */
}

.akademi-card-content .elementor-icon svg {
  fill: #ffffff !important;
  /* Default durumda beyaz */
  width: 16px !important;
  height: 16px !important;
  transition: fill 0.3s ease !important;
}

.akademi-card-wrap:hover .akademi-card-content .elementor-icon svg {
  fill: #ffffff !important;
  /* Hover'da da beyaz */
}

.dergislider {
  --dergi-slide-max: 286px;
  --dergi-slide-width: clamp(286px, 76vw, 360px);
  --dergi-swiper-padding: clamp(12px, 4vw, 86px);
}

.dergislider .swiper {
  padding: var(--dergi-swiper-padding);
  background: rgba(254, 242, 242, 0.3);
  border-radius: 1.25rem;
  border: 1px solid #fff;
}

.dergislider .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Kartlar arasındaki geçişin kesilmemesi için */
.dergislider .swiper-slide {
  max-width: calc(100% - (var(--dergi-swiper-padding) * 3)) !important;
  transition-timing-function: linear !important;
  padding: 1rem;
}

.dergislider .swiper-slide .akademi-card-wrap {
  width: 100% !important;
}

.dergislider .swiper-slide .akademi-card-media img {
  object-fit: fill !important;
}

.dergislider
.elementor-element.elementor-element-5ee3e4d.akademi-card-media.elementor-widget.elementor-widget-image {
  background: transparent;
  border-radius: 16px 16px 0 0;
}

.dergislider .elementor-626 .elementor-element.elementor-element-ceb2d4e {
  width: auto !important;
}

@media (max-width: 767px) {
  .dergislider {
    --dergi-slide-width: 286px;
    --dergi-swiper-padding: 8px;
  }
  .dergislider .elementor-626 .elementor-element.elementor-element-0c727c5 {
    --flex-wrap-mobile: no-wrap !important;
  }
  .dergislider .swiper-slide .akademi-card-media img {
    object-fit: fill !important;
    min-height: 360px;
    aspect-ratio: 3 / 4;
  }
}

/* ==========================================================================
   AKADEMI AREA - BACKGROUND BLOB EFFECTS
   ========================================================================== */
.akademiArea {
  position: relative !important;
  overflow: visible !important;
  /* Blob'ların görünmesi için */
}

/* Sol Üst Blob */
.bgRedLightleftTop {
  position: absolute !important;
  width: 16rem !important;
  height: 16rem !important;
  top: 5rem !important;
  left: -12.5rem !important;
  bottom: auto !important;
  background-color: rgba(238, 50, 53, 0.15) !important;
  /* Açık kırmızı */
  border-radius: 50% !important;
  filter: blur(100px) !important;
  opacity: 0.6 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  animation: blob-float-left 15s ease-in-out infinite alternate !important;
}

/* Sağ Alt Blob */
.bgRedLightRightBottom {
  position: absolute !important;
  width: 24rem !important;
  height: 24rem !important;
  bottom: 5rem !important;
  right: -12.5rem !important;
  top: auto !important;
  background-color: rgba(238, 50, 53, 0.12) !important;
  /* Daha açık kırmızı */
  border-radius: 50% !important;
  filter: blur(120px) !important;
  opacity: 0.5 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  animation: blob-float-right 18s ease-in-out infinite alternate !important;
}

/* İçeriğin blob'ların üstünde olması için */
.akademiArea > * {
  position: relative !important;
  z-index: 1 !important;
}

/* Desktop için daha büyük blob boyutları */
@media (min-width: 1024px) {
  .bgRedLightleftTop {
    width: 16rem !important;
    height: 16rem !important;
    top: 5rem !important;
    left: -12.5rem !important;
    bottom: auto !important;
  }
  .bgRedLightRightBottom {
    width: 24rem !important;
    height: 24rem !important;
    bottom: 5rem !important;
    right: -12.5rem !important;
    top: auto !important;
  }
}

/* ==========================================================================
   POLITIKA KARTLARI (Politics Cards) - Anasayfa
   ========================================================================== */
/* Ana Kart Container */
.politics-card {
  position: relative !important;
  height: 320px !important;
  padding: 2rem !important;
  border-radius: 2.5rem !important;
  background: #f9f8f6 !important;
  /* cream-50 */
  border: 1px solid #ffffff !important;
  cursor: pointer !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.politics-card:hover {
  border-color: transparent !important;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-20px) !important;
}

/* Gradient Overlay - Hover'da Görünür */
.politics-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to bottom right, #ffffff, transparent) !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.politics-card:hover::before {
  opacity: 1 !important;
}

/* İkon Container */
.politics-card .politics-icon {
  position: relative !important;
  z-index: 10 !important;
}

.politics-card .politics-icon .elementor-icon-wrapper {
  transition: all 0.5s ease !important;
  display: flex;
  width: fit-content;
  border: none;
  border-radius: 16px;
}

.politics-card:hover .politics-icon .elementor-icon-wrapper {
  transform: scale(1.1) !important;
  box-shadow: 0 20px 25px -5px rgba(107, 114, 128, 0.4) !important;
}

.politics-card .politics-icon .elementor-icon,
.politics-card .politics-icon .elementor-icon i,
.politics-card .politics-icon .elementor-icon svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

/* İçerik Container */
.politics-card .politics-content {
  position: relative !important;
  z-index: 10 !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Başlık */
.politics-card .politics-content h3 {
  font-family: "DM Serif Display", serif !important;
  font-size: 1.5rem !important;
  /* text-2xl */
  line-height: 1.33 !important;
  color: #0f172a !important;
  /* brand-900 */
  margin-bottom: 0.75rem !important;
  transition: transform 0.3s ease !important;
}

.politics-card:hover .politics-content h3 {
  transform: translateX(4px) !important;
}

/* Açıklama */
.politics-card .politics-content p {
  font-size: 1rem !important;
  /* text-base */
  color: #6b7280 !important;
  /* gray-500 */
  font-weight: 500 !important;
  line-height: 1.625 !important;
  margin: 0 !important;
  transition: color 0.3s ease !important;
}

.politics-card:hover .politics-content p {
  color: #4b5563 !important;
  /* gray-600 */
}

/* Sağ Alt Ok Butonu */
.politics-card .politics-iconBtn {
  position: relative !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.politics-card .politics-iconBtn .elementor-icon-wrapper {
  transition: all 0.5s ease !important;
  display: flex;
  width: fit-content;
  border: none;
  border-radius: 99px;
}

.politics-card:hover .politics-iconBtn .elementor-icon-wrapper {
  background: #0f172a !important;
  /* brand-900 */
  border-color: #0f172a !important;
}

.politics-card .politics-iconBtn .elementor-icon,
.politics-card .politics-iconBtn .elementor-icon i,
.politics-card .politics-iconBtn .elementor-icon svg {
  color: #9ca3af !important;
  /* gray-400 */
  font-size: 20px !important;
  transition: color 0.3s ease !important;
}

.politics-card:hover .politics-iconBtn .elementor-icon,
.politics-card:hover .politics-iconBtn .elementor-icon i,
.politics-card:hover .politics-iconBtn .elementor-icon svg {
  color: #ffffff !important;
}

/* Arka Plan İkonu - Büyük ve Şeffaf */
.politics-card .politics-bgIcon {
  position: absolute !important;
  bottom: -2rem !important;
  /* -bottom-8 */
  right: -2rem !important;
  /* -right-8 */
  z-index: 99999999999999 !important;
  pointer-events: none !important;
  transition: all 0.7s ease !important;
  opacity: 0.05 !important;
  left: auto !important;
  top: auto !important;
}

.politics-card .politics-bgIcon .elementor-icon-wrapper {
  display: block !important;
  background: transparent !important;
  border: none !important;
}

.politics-card .politics-bgIcon .elementor-icon,
.politics-card .politics-bgIcon .elementor-icon i,
.politics-card .politics-bgIcon .elementor-icon svg {
  /* width: 192px !important; */
  /* height: 192px !important; */
  font-size: 192px !important;
  opacity: 1 !important;
  transition: all 0.7s ease !important;
}

.politics-card:hover .politics-bgIcon {
  transform: rotate(12deg) !important;
  opacity: 0.1 !important;
}

/* Genel Buton Yapısı - Görseldeki tüm ortak özellikler */
.newsCardContainer .elementor-button {
  display: block !important;
  padding: 6px 16px !important;
  /* padding-top/bottom: 6px, left/right: 16px */
  border-radius: 9999px !important;
  /* border-radius: 9999px */
  font-family: "Gotham", sans-serif !important;
  /* font-family: Gotham */
  font-size: 14px !important;
  /* font-size: 14px */
  font-weight: 700 !important;
  /* font-weight: 700 */
  letter-spacing: 0.7px !important;
  /* letter-spacing: 0.7px */
  line-height: 20px !important;
  /* line-height: 20px */
  text-transform: uppercase;
  height: 32px !important;
  /* height: 32px */
  border: none !important;
  transition: all 0.3s ease;
}

/* DUYURU Kategorisi */
.category-duyuru .newsCardContainer .elementor-button {
  background-color: #eff6ff !important;
  /* bg: rgb(239, 246, 255) */
  color: #1d4ed8 !important;
  /* color: rgb(29, 78, 216) */
}

/* PROJE Kategorisi */
.category-proje .newsCardContainer .elementor-button {
  background-color: #f0fdf4 !important;
  /* bg: green-50 */
  color: #15803d !important;
  /* color: green-700 */
}

/* RAPOR Kategorisi */
.category-rapor .newsCardContainer .elementor-button {
  background-color: #fff7ed !important;
  /* bg: rgb(255, 247, 237) */
  color: #c2410c !important;
  /* color: rgb(194, 65, 12) */
}

/* ŞURA Kategorisi */
.category-sura .newsCardContainer .elementor-button {
  background-color: #fef2f2 !important;
  /* bg: brand-50 */
  color: #b91c1c !important;
  /* color: brand-700 */
}

/* ÇALIŞTAY Kategorisi */
.category-calistay .newsCardContainer .elementor-button {
  background-color: #f5f3ff !important;
  /* bg: violet-50 */
  color: #6d28d9 !important;
  /* color: violet-700 */
}

/* SEMPOZYUM Kategorisi */
.category-sempozyum .newsCardContainer .elementor-button {
  background-color: #fffbeb !important;
  /* bg: amber-50 */
  color: #a16207 !important;
  /* color: amber-700 */
}

/* Hover Durumu */
.newsCardContainer .elementor-button:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

/* 1. Form ve Sütun Konteynırı Margin Sıfırlama */
.news-subs-form .ff-t-container,
.news-subs-form .ff-el-group,
.news-subs-form .ff-el-form-control,
.news-subs-form .ff-btn-submit {
  margin: 0 !important;
  padding: 0 !important;
}

/* 2. Ana Taşıyıcıyı Tasarıma Uygun Hale Getir */
.news-subs-form .ff-t-container {
  display: flex !important;
  background-color: rgba(185, 28, 28, 0.5) !important;
  /* bg-brand-700/50 */
  border-radius: 12px !important;
  /* rounded-xl */
  padding: 6px !important;
  /* Tasarımdaki iç boşluk p-1.5 */
  align-items: center !important;
}

/* 3. Input Alanı (Margin 0 ve Şeffaflık) */
.news-subs-form .ff-el-input--content,
.news-subs-form .ff-el-form-control {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: none !important;
  width: 100% !important;
}

/* 4. Buton (Beyaz Arka Plan ve Kırmızı Yazı) */
/* Elementor'un ezmesini engellemek için daha spesifik bir yol: */
.news-subs-form .fluentform-widget-wrapper .ff-el-group .ff-btn-submit,
.news-subs-form .ff-btn-submit {
  background-color: #ffffff !important;
  /* bg-white */
  color: #b91c1c !important;
  /* text-brand-700 */
  border-radius: 8px !important;
  /* rounded-lg */
  padding: 10px 24px !important;
  /* px-5 py-2.5 */
  font-weight: 700 !important;
  /* font-bold */
  font-size: 14px !important;
  height: auto !important;
  min-height: 40px !important;
  border: none !important;
  cursor: pointer !important;
}

/* 5. Buton Hover */
.news-subs-form .ff-btn-submit:hover {
  background-color: #fef2f2 !important;
  /* hover:bg-brand-50 */
  color: #b91c1c !important;
}

.redSlice {
  border-radius: 999px;
}

.elementor-1002
.elementor-element.elementor-element-e909639
.elementor-icon-box-title {
  margin: 0;
}

/* 1. Ana Kart Yapısı - Sabit Yükseklik ve Taşma Kontrolü */
.duyuruCard {
  display: flex !important;
  flex-direction: column !important;
  height: 487px !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
  /* Zoom efektinin dışarı taşmaması için */
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #f3f4f6;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* 2. Görsel Zoom Efekti */
.duyuruCard .elementor-widget-theme-post-featured-image img {
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duyuruCard:hover .elementor-widget-theme-post-featured-image img {
  transform: scale(1.1) !important;
}

/* 3. Kart Hover Özel Gölge (Tailwind shadow-xl) */
.duyuruCard:hover {
  box-shadow: 0 10px 40px -10px rgba(43, 46, 49, 0.1) !important;
  transform: translateY(-2px);
}

/* 4. İçerik Alanı (Footer) */
.duyuruCardFooter {
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 32px !important;
}

/* 5. Başlık Alanı ve 2 Satır Sınırı */
.duyuruCardFooter .elementor-widget-theme-post-title {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  flex-grow: 1 !important;
}

.duyuruCardFooter .elementor-widget-theme-post-title h3 {
  display: -webkit-box !important;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.2 !important;
  min-height: 2.4em;
  /* Tek satırda bile yüksekliği korur */
}

/* 6. En Alt Satır (Konum ve Ok) */
.duyuruCardFooter > .elementor-element-2266d5e {
  margin-top: auto !important;
  padding-top: 20px !important;
  border-top: 1px solid #f3f4f6 !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

/* 7. Konum Grubu */
.duyuruCardFooter .elementor-element-0b9c0b6 {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}

/* 8. Ok İşareti - Başlangıçta Gizli ve Hareketli */
.duyuruCard .elementor-element-0882a94 {
  opacity: 0 !important;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.duyuruCard:hover .elementor-element-0882a94 {
  opacity: 1 !important;
  transform: translateX(0) !important;
}
