/*
  Sürdürülebilirlik İçin Eğitim Zirvesi - Tema Renkleri
  Palet: c7202f, 4ca146, dea73a, e9213c, fbc413, 27bfe5, 136a9f, 15496b
*/

:root {
  --sez-navy: #15496b;
  --sez-navy-light: #136a9f;
  --sez-white: #ffffff;
  --sez-primary: #c7202f;
  --sez-red: #e9213c;
  --sez-gold: #dea73a;
  --sez-yellow: #fbc413;
  --sez-green: #4ca146;
  --sez-cyan: #27bfe5;
  --sez-blue: #136a9f;
  /* Eski değişken adları (uyumluluk) */
  --sez-sdg-pink: #c7202f;
  --sez-sdg-orange: #dea73a;
  --sez-sdg-yellow: #fbc413;
  --sez-sdg-green: #4ca146;
  --sez-sdg-teal: #27bfe5;
  --sez-sdg-blue: #136a9f;
  --sez-sdg-red: #e9213c;
  --sez-cta-gradient: linear-gradient(135deg, #c7202f 0%, #dea73a 50%, #4ca146 100%);
}

/* ============================================================
   GENEL
   ============================================================ */
body {
  font-family: 'Karla', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/* SDG renk şeridi */
.sez-sdg-stripe {
  height: 6px;
  background: linear-gradient(90deg,
    #c7202f 0%,
    #4ca146 14%,
    #dea73a 28%,
    #e9213c 42%,
    #fbc413 57%,
    #27bfe5 71%,
    #136a9f 85%,
    #15496b 100%);
  width: 100%;
  display: block;
}

/* ============================================================
   LOGO
   ============================================================ */
.sez-logo-img {
  max-height: 110px;
  width: auto;
  height: auto;
}

.menu-area.sticky-menu .sez-logo-img {
  max-height: 90px;
  width: auto;
  padding: 10px 0;
  height: auto;
}

/* ============================================================
   HEADER
   ============================================================ */
.sez-header .menu-area {
  background: var(--sez-navy) !important;
  border-bottom: 3px solid rgba(255,255,255,0.08);
}
.sez-header .main-menu ul li a {
  color: rgba(255,255,255,0.92) !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.sez-header .main-menu ul li:hover > a,
.sez-header .main-menu ul li.active > a,
.sez-header .main-menu ul li.current a {
  color: var(--sez-yellow) !important;
}
.sez-header.sticky-menu .menu-area {
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}

/* Header – Kayıt ve Başvuru'nun sağında logolar */
.sez-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.sez-header-partners {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sez-header-partners .sez-header-logo {
  display: block;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
  min-width: 0;
  min-height: 0;
  object-fit: contain;
  object-position: center;
  opacity: 0.95;
  transition: opacity 0.2s;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
  -webkit-object-fit: contain;
}
.sez-header-logo:hover {
  opacity: 1;
}
.menu-area.sticky-menu .sez-header-partners .sez-header-logo {
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
}
.sez-header-logo-hisar,
.sez-header-logo-rc {
  height: 110px;
  max-width: 110px;
  max-height: 110px;
}
.menu-area.sticky-menu .sez-header-logo-hisar,
.menu-area.sticky-menu .sez-header-logo-rc {
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
}

/* ============================================================
   CTA BUTON
   ============================================================ */
.sez-cta-btn {
  background: var(--sez-cta-gradient) !important;
  background-size: 200% auto !important;
  color: var(--sez-white) !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none !important;
  box-shadow: 0 4px 20px rgba(199, 32, 47, 0.35) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}
.sez-cta-btn:hover {
  color: var(--sez-white) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(199, 32, 47, 0.5) !important;
  background-position: right center !important;
}
.sez-cta-btn-outline {
  background: transparent !important;
  color: var(--sez-white) !important;
  border: 2px solid rgba(255,255,255,0.7) !important;
  font-weight: 600 !important;
  padding: 11px 28px !important;
  border-radius: 50px !important;
  transition: all 0.3s !important;
}
.sez-cta-btn-outline:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: #fff !important;
}

/* ============================================================
   HERO ALANI
   ============================================================ */
.sez-hero-bg {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: var(--sez-navy);
}
.sez-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(21,73,107,0.92) 0%,
    rgba(19,106,159,0.85) 50%,
    rgba(15,40,60,0.95) 100%
  );
  z-index: 1;
}
.sez-hero-bg .slider-active,
.sez-hero-bg > .slider-active {
  position: relative;
  z-index: 2;
}
/* Arka plan tohumları (dekoratif) */
.sez-seed-bg {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.07;
}
.sez-seed-bg-1 {
  width: 320px;
  top: -60px;
  right: -60px;
  transform: rotate(20deg);
}
.sez-seed-bg-2 {
  width: 200px;
  bottom: 30px;
  left: -30px;
  transform: rotate(-15deg);
}

/* Slogan kutusu */
.sez-hero-slogan-box {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 2px solid rgba(255,255,255,0.3);
  color: var(--sez-white);
  padding: 0.6rem 1.8rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Ana başlık - 3 satır, büyük ve düzenli */
.sez-hero-bg .slider-content h2.sez-hero-main-title,
.sez-hero-main-title {
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5), 0 4px 24px rgba(0,0,0,0.4) !important;
  margin-bottom: 1rem !important;
  letter-spacing: -0.02em;
}
.sez-hero-main-title .sez-hero-l1 {
  display: block;
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.sez-hero-main-title .sez-hero-l2,
.sez-hero-main-title .sez-hero-l3 {
  background-clip: text;
  color: #fff;
  display: block;
}
.sez-hero-subtitle {
  font-size: 1.15rem;
  color: rgba(255,255,255,0.82);
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sez-hero-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap:.5rem;
  justify-content: left;
  flex-wrap: wrap;
}
.sez-hero-bg .slider-content ul.sez-hero-meta li,
.sez-hero-meta li {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.sez-hero-bg .slider-content ul.sez-hero-meta li i,
.sez-hero-meta li i {
  color: var(--sez-yellow) !important;
  text-shadow: none;
}
/* Meta satırdaki ayraç (|) okunaklı */
.sez-hero-bg .slider-content ul.sez-hero-meta li::after {
  color: rgba(255,255,255,0.7) !important;
}

/* Hero – iş birliği logoları (Hisar Okulları & Robert Kolej) – formun üstünde */
.sez-hero-partners {
  margin: 1.5rem 0 1.25rem;
}
.sez-hero-partners-above-form {
  margin: 0 0 1.25rem 0;
  display: flex;
  justify-content: center;
}
.sez-hero-partners-above-form .sez-hero-partners-logos {
  justify-content: center;
}
.sez-hero-partners-logos {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.sez-hero-partners .sez-partner-logo {
  height: 84px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.35));
  transition: opacity 0.25s;
}
.sez-hero-partners .sez-partner-logo:hover {
  opacity: 0.92;
}
.sez-hero-partners .sez-partner-hisar {
  height: 56px;
  max-height: 56px;
}
.sez-hero-partners .sez-partner-rc {
  max-height: 56px;
  height: 56px;
}

/* Geri sayım - yuvarlak kartlar, düzenli tasarım */
.sez-hero-bg .sez-countdown .timer,
.sez-countdown .timer {
  display: flex;
  gap: 20px;
  justify-content: start;
  flex-wrap: wrap;
}
.sez-hero-bg .slider-bg3 .timer .timer-outer,
.sez-countdown .timer .timer-outer {
  width: 88px;
  min-width: 88px;
  height: 88px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 3px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(10px);
}
.sez-countdown .timer .timer-outer span {
  font-weight: 800 !important;
  font-size: 2rem !important;
  line-height: 1;
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-shadow: none;
}
.sez-countdown .timer .timer-outer .smalltext {
  font-size: 0.65rem !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 4px;
  text-shadow: none;
}
.sez-countdown .timer .timer-outer .value-bar { display: none !important; }
/* Gün - kırmızı */
.sez-countdown .timer .timer-outer.bdr1 span,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr1 span { color: #c7202f !important; }
.sez-countdown .timer .timer-outer.bdr1 .smalltext,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr1 .smalltext { color: #c7202f !important; }
.sez-countdown .timer .timer-outer.bdr1 { border-color: rgba(199, 32, 47, 0.45) !important; }
/* Saat - mavi */
.sez-countdown .timer .timer-outer.bdr2 span,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr2 span { color: #136a9f !important; }
.sez-countdown .timer .timer-outer.bdr2 .smalltext,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr2 .smalltext { color: #136a9f !important; }
.sez-countdown .timer .timer-outer.bdr2 { border-color: rgba(19, 106, 159, 0.45) !important; }
/* Dakika - yeşil */
.sez-countdown .timer .timer-outer.bdr3 span,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr3 span { color: #4ca146 !important; }
.sez-countdown .timer .timer-outer.bdr3 .smalltext,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr3 .smalltext { color: #4ca146 !important; }
.sez-countdown .timer .timer-outer.bdr3 { border-color: rgba(76, 161, 70, 0.45) !important; }
/* Saniye - altın */
.sez-countdown .timer .timer-outer.bdr4 span,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr4 span { color: #dea73a !important; }
.sez-countdown .timer .timer-outer.bdr4 .smalltext,
.sez-hero-bg .slider-bg3 .timer .timer-outer.bdr4 .smalltext { color: #dea73a !important; }
.sez-countdown .timer .timer-outer.bdr4 { border-color: rgba(222, 167, 58, 0.55) !important; }
/* Hero sağ kolon: kayıt formu başlığı okunaklı (beyaz kutu üzerinde koyu metin) */
.sez-hero-bg .booking-form h2 {
  color: var(--sez-navy) !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}
.sez-hero-bg .booking-form .form-outer .icon {
  color: var(--sez-navy) !important;
}
.sez-hero-bg .booking-form input,
.sez-hero-bg .booking-form select {
  color: #1a1a1a !important;
}
.sez-hero-bg .booking-form input::placeholder {
  color: #555 !important;
}

/* Hero duyuru karti (form yerine) */
.sez-hero-notice {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 30px 26px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sez-hero-notice h2 {
  color: #ffffff !important;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}
.sez-hero-notice p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* ============================================================
   NEDEN KATILMALISINIZ (counter-area) - beyaz metin
   ============================================================ */
.counter-area {
  position: relative;
}
.counter-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(21,73,107,0.88) 0%, rgba(19,106,159,0.9) 100%);
  z-index: 0;
  pointer-events: none;
}
.counter-area .container { position: relative; z-index: 1; }
.counter-area .about-title.second-atitle > span,
.counter-area .about-title.second-atitle .sez-section-span,
.counter-area .about-title.second-atitle h2,
.counter-area .about-title.second-atitle h5,
.counter-area .about-title.second-atitle .text-outline span {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.counter-area .about-title.second-atitle h2.sez-section-title { color: #fff !important; }
.counter-area ul li span {
  color: rgba(255,255,255,0.95) !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.counter-area ul.sez-neden-list li {
  list-style: none;
  margin-bottom: 1.25rem;
  padding-left: 0;
}
.counter-area ul.sez-neden-list li::before { display: none; }
.counter-area ul.sez-neden-list li strong {
  display: block;
  color: #fff !important;
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}
.counter-area ul.sez-neden-list li span {
  display: block;
  font-size: 0.95rem;
  line-height: 1.6;
}
.counter-area .single-counter .counter,
.counter-area .single-counter .count,
.counter-area .single-counter small {
  color: #ffffff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4);
}
.counter-area .single-counter p {
  color: rgba(255,255,255,0.95) !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* ============================================================
   PROGRAM - sekme: ikon ve başlıklar yan yana
   ============================================================ */
#nav-tab .nav-item,
.event .nav-fill .nav-item {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  flex-wrap: nowrap !important;
  text-align: left !important;
  padding: 14px 16px !important;
}
#nav-tab .nav-item .nav-content {
  float: none !important;
  width: auto !important;
  flex: 1 !important;
  min-width: 0 !important;
}
#nav-tab .nav-content strong {
  display: block !important;
  font-size: 1rem !important;
  margin-bottom: 2px !important;
}
#nav-tab .nav-content span {
  display: block !important;
  font-size: 0.8rem !important;
  opacity: 0.9 !important;
}
#nav-tab .sez-nav-icon {
  width: 42px !important;
  height: 42px !important;
  object-fit: contain;
  flex-shrink: 0 !important;
}

/* Program sekmeleri — tek kart, yan sütun / meta yok */
.sez-program-tab-content .event-list-content.sez-program-card {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 920px;
}
.sez-program-tab-content .event-list-content.sez-program-card .crical {
  display: none !important;
}
#nav-tab .nav-item .lgt-icon { display: none; }
#nav-tab .nav-item.active .drk-icon { display: none; }
#nav-tab .nav-item.active .lgt-icon { display: block !important; }
#nav-tab .nav-item.active .sez-nav-icon,
#nav-tab .nav-item.active .lgt-icon.sez-nav-icon {
  filter: brightness(0) invert(1);
}

/* Keşfet panel accordion */
.sez-panel-accordion .sez-panel-item {
  border: 1px solid #e6ebf0;
  border-radius: 12px !important;
  overflow: hidden;
  margin-bottom: 10px;
}
.sez-panel-accordion .sez-panel-header {
  padding: 0;
  background: #f7fafc;
  border-bottom: 0;
}
.sez-panel-accordion .sez-panel-header .btn-link {
  color: #15496b !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  white-space: normal;
  line-height: 1.45;
}
.sez-panel-accordion .sez-panel-header .btn-link span {
  flex: 1 1 auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-align: left;
}
.sez-panel-accordion .sez-panel-header .btn-link:hover {
  color: #ffffff !important;
  background: linear-gradient(135deg, #15496b 0%, #136a9f 100%);
}
.sez-panel-accordion .sez-panel-header .btn-link i {
  color: #136a9f;
  transition: transform .2s ease;
  flex: 0 0 auto;
  margin-top: 4px;
}
.sez-panel-accordion .sez-panel-header .btn-link:hover i {
  color: #ffffff;
}
.sez-panel-accordion .sez-panel-header .btn-link[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.sez-panel-accordion .card-body {
  background: #fff;
  padding: 16px;
}
.sez-panel-accordion .card-body h5 {
  color: #15496b;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sez-panel-accordion .card-body p,
.sez-panel-accordion .card-body li {
  color: #4a5562;
  font-size: 0.92rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .sez-panel-accordion .sez-panel-header .btn-link {
    font-size: 0.88rem;
    padding: 12px 13px;
  }
}
.sez-feature-bullet-list {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 14px;
}
.sez-feature-bullet-list li {
  position: relative;
  display: block !important;
  float: none !important;
  width: 100%;
  padding-left: 24px;
  margin-bottom: 8px;
}
.sez-feature-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #136a9f, #4ca146);
  box-shadow: 0 0 0 3px rgba(19, 106, 159, 0.14);
}

/* Panel detay sayfalari */
.sez-panel-detail-wrap {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(21, 73, 107, 0.08);
  padding: 32px 28px;
}
.sez-panel-detail-wrap h2 {
  color: #15496b;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
}
.sez-panel-detail-wrap h3 {
  color: #136a9f;
  font-size: 1.18rem;
  font-weight: 700;
  margin: 18px 0 10px;
}
.sez-panel-detail-wrap p,
.sez-panel-detail-wrap li {
  color: #44515f;
  font-size: 0.98rem;
  line-height: 1.8;
}
.sez-panel-detail-wrap ul {
  margin-bottom: 12px;
}
.sez-panel-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #15496b;
  font-weight: 700;
}

/* ============================================================
   KAYIT VE BAŞVURU - başlık beyaz
   ============================================================ */
.sez-pricing-dark.sez-pricing-dark .section-title.sez-pricing-title .sez-section-span,
.sez-pricing-dark .section-title.sez-pricing-title h2.sez-section-title,
.sez-pricing-dark .section-title.sez-pricing-title span {
  color: #ffffff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}

/* ============================================================
   BÖLÜM BAŞLIKLARI
   ============================================================ */
.sez-section-title {
  color: var(--sez-navy) !important;
  font-family: 'Montserrat', sans-serif;
}
.sez-section-span {
  color: var(--sez-sdg-teal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
}
.sez-divider {
  width: 60px;
  height: 4px;
  background: var(--sez-cta-gradient);
  border-radius: 2px;
  margin: 12px auto 0;
}

/* ============================================================
   SEZ İKON DEKOR
   ============================================================ */
.sez-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sez-icon-hero {
  max-height: 90px;
  width: auto;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.3));
}
/* Yuvarlak ikon kutu (section dekorasyon) */
.sez-icon-badge {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #15496b, #136a9f);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 30px rgba(21,73,107,0.35);
  margin: 0 auto;
  position: relative;
}
.sez-icon-badge::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--sez-cta-gradient);
  z-index: -1;
}
.sez-icon-badge img {
  height: 62px;
  width: auto;
  filter: brightness(0) invert(1);
}
/* Küçük tohum dekor */
.sez-seed-decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.06;
}

/* ============================================================
   MANİFESTO & ZİRVE BÖLÜMÜ
   ============================================================ */
.sez-manifesto-bg {
  background: linear-gradient(135deg, #f0f4f8 0%, #fff 60%, #e8f5e9 100%);
  position: relative;
  overflow: hidden;
}
.sez-manifesto-text {
  font-size: 1.05rem;
  line-height: 1.85;
  color: #333;
}
.sez-manifesto-text strong {
  color: var(--sez-navy);
}
.sez-neden-card {
  border-radius: 16px;
  padding: 28px 24px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-top: 4px solid transparent;
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
}
.sez-neden-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.sez-neden-card.c1 { border-top-color: #c7202f; }
.sez-neden-card.c2 { border-top-color: #4ca146; }
.sez-neden-card.c3 { border-top-color: #136a9f; }
.sez-neden-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 14px;
}
.sez-neden-icon.i1 { background: linear-gradient(135deg, #c7202f, #dea73a); }
.sez-neden-icon.i2 { background: linear-gradient(135deg, #4ca146, #27bfe5); }
.sez-neden-icon.i3 { background: linear-gradient(135deg, #136a9f, #15496b); }

/* Video – sayfa içi oynatma, isteğe tam ekran */
.sez-video-inline-wrap {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 16 / 9;
}
.sez-video-inline-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sez-video-inline-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sez-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 0;
  border-radius: 999px;
  background: rgba(12, 22, 36, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
  backdrop-filter: blur(2px);
}
.sez-video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: rgba(12, 22, 36, 0.85);
}
.sez-video-play-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.sez-video-play-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.sez-video-play-logo {
  position: absolute;
  width: 66px;
  opacity: 0.28;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}
.sez-video-play-icon {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c7202f 0%, #dea73a 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  padding-left: 3px;
  box-shadow: 0 10px 24px rgba(199, 32, 47, 0.35);
}
.sez-video-inline-full { max-width: 800px; margin-left: auto; margin-right: auto; }
.sez-video-caption { font-size: 0.95rem; color: #555; }

/* Konuşmacılar – alt başlıklar */
.sez-speaker-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sez-navy);
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(21,73,107,0.2);
}
.sez-parallel-placeholder { font-size: 0.95rem; }

/* Panel carousel + CTA */
.sez-panel-carousel-wrap { margin-bottom: 2rem; }
.sez-panel-banner {
  background: linear-gradient(135deg, rgba(21,73,107,0.06) 0%, rgba(19,106,159,0.08) 100%);
  border: 1px solid rgba(21,73,107,0.15);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  text-align: center;
}
.sez-panel-banner h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--sez-navy);
  margin-bottom: 0.5rem;
}
.sez-panel-banner p { margin: 0; color: #555; font-size: 0.95rem; }
.sez-cta-btn-outline {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border: 2px solid var(--sez-primary);
  color: var(--sez-primary);
  background: transparent;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.sez-cta-btn-outline:hover { background: var(--sez-primary); color: #fff; }

/* Kayıt Ol (Yakında) – pasif buton */
.sez-btn-disabled {
  opacity: 0.75;
  cursor: not-allowed;
  pointer-events: none;
}

/* ============================================================
   İÇ SAYFALAR (Breadcrumb / İletişim, SSS)
   ============================================================ */
.sez-inner-bg.breadcrumb-area {
  background: var(--sez-navy) !important;
  min-height: 320px;
  padding-top: 160px;
  padding-bottom: 80px;
}
.sez-inner-bg.breadcrumb-area::before {
  background: transparent;
  opacity: 0;
}
.sez-inner-bg .sez-hero-overlay {
  position: absolute;
  left: 0;
  z-index:-1!important;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(21,73,107,0.85) 0%, rgba(21,73,107,0.95) 100%);
  pointer-events: none;
}
.sez-inner-title {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.sez-inner-bg .breadcrumb-item a { color: rgba(255,255,255,0.9) !important; }
.sez-inner-bg .breadcrumb-item.active { color: var(--sez-yellow) !important; }
.sez-inner-bg .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.6); }

/* İletişim kartları */
.sez-contact-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.sez-contact-card a:hover { color: var(--sez-primary) !important; }

/* SSS accordion */
.sez-sss-accordion .btn-link {
  color: var(--sez-white) !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 1.05rem;
}
.sez-sss-accordion .btn-link:hover { color: var(--sez-primary) !important; }
.sez-sss-question { flex: 1; text-align: left; }
.sez-sss-icon {
  color: var(--sez-navy);
  transition: transform 0.25s;
  flex-shrink: 0;
  margin-left: 12px;
}
.sez-sss-accordion .btn-link[aria-expanded="true"] .sez-sss-icon {
  transform: rotate(180deg);
  color: var(--sez-primary);
}
.sez-sss-answer {
  color: #444;
  line-height: 1.75;
}
.sez-sss-answer a { color: var(--sez-primary); font-weight: 600; }
.sez-sss-answer a:hover { text-decoration: underline; }

/* ============================================================
   KONUŞMACILAR
   ============================================================ */
.sez-speaker-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  text-align: center;
}
.sez-speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.14);
}
.sez-speaker-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.sez-speaker-body {
  padding: 18px 16px;
}
.sez-speaker-body h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sez-navy);
  margin-bottom: 4px;
}
.sez-speaker-body p {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 8px;
}
.sez-speaker-tag {
  display: inline-block;
  background: var(--sez-cta-gradient);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 12px;
  border-radius: 50px;
}

/* ============================================================
   ZİRVEDE NELER VAR - KART
   ============================================================ */
.sez-feature-card {
  border-radius: 20px;
  padding: 32px 24px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-bottom: 4px solid transparent;
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.sez-feature-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  opacity: 0.06;
  background: var(--sez-cta-gradient);
}
.sez-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.12);
}
.sez-feature-card.f1 { border-bottom-color: #c7202f; }
.sez-feature-card.f2 { border-bottom-color: #4ca146; }
.sez-feature-card.f3 { border-bottom-color: #136a9f; }
.sez-card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
  color: #fff;
}
.sez-card-1 { background: linear-gradient(135deg, #c7202f, #e9213c); }
.sez-card-2 { background: linear-gradient(135deg, #4ca146, #27bfe5); }
.sez-card-3 { background: linear-gradient(135deg, #136a9f, #15496b); }
.sez-feature-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sez-navy);
  margin-bottom: 12px;
}
.sez-feature-card p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
}

/* ============================================================
   PROGRAM / GÜNLÜK AKIŞ
   ============================================================ */
.sez-program-bg {
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.sez-filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.sez-filter-btn {
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid #dee2e6;
  background: transparent;
  color: #555;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.2s;
}
.sez-filter-btn.active,
.sez-filter-btn:hover {
  background: var(--sez-navy);
  border-color: var(--sez-navy);
  color: #fff;
}
.sez-timeline {
  position: relative;
  padding-left: 32px;
}
.sez-timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #c7202f, #fbc413, #4ca146, #136a9f);
  border-radius: 2px;
}
.sez-timeline-item {
  position: relative;
  margin-bottom: 24px;
  transition: opacity 0.3s;
}
.sez-timeline-item.hidden { display: none; }
.sez-timeline-dot {
  position: absolute;
  left: -28px;
  top: 12px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--sez-navy);
}
.sez-timeline-dot.panel { background: #c7202f; box-shadow: 0 0 0 2px #c7202f; }
.sez-timeline-dot.atolye { background: #4ca146; box-shadow: 0 0 0 2px #4ca146; }
.sez-timeline-dot.calistay { background: #136a9f; box-shadow: 0 0 0 2px #136a9f; }
.sez-timeline-dot.genel { background: #fbc413; box-shadow: 0 0 0 2px #fbc413; }
.sez-timeline-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-left: 4px solid #dee2e6;
}
.sez-timeline-item[data-cat="panel"] .sez-timeline-card { border-left-color: #c7202f; }
.sez-timeline-item[data-cat="atolye"] .sez-timeline-card { border-left-color: #4ca146; }
.sez-timeline-item[data-cat="calistay"] .sez-timeline-card { border-left-color: #136a9f; }
.sez-timeline-item[data-cat="genel"] .sez-timeline-card { border-left-color: #fbc413; }
.sez-timeline-time {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--sez-sdg-teal);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.sez-timeline-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--sez-navy);
  margin-bottom: 4px;
}
.sez-timeline-desc {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}
.sez-cat-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 10px;
  border-radius: 50px;
  color: #fff;
}
.sez-cat-badge.panel { background: #c7202f; }
.sez-cat-badge.atolye { background: #4ca146; }
.sez-cat-badge.calistay { background: #136a9f; }
.sez-cat-badge.genel { background: #fbc413; color: #333; }

/* ============================================================
   ÖĞRENCİ ÇALIŞTAYI
   ============================================================ */
.sez-calistay-bg {
  background: linear-gradient(135deg, #e3f2fd 0%, #e8f5e9 100%);
  position: relative;
  overflow: hidden;
}
.sez-calistay-icon-wrap {
  position: relative;
}
.sez-calistay-icon-wrap .sez-icon-badge {
  width: 140px;
  height: 140px;
}
.sez-calistay-icon-wrap .sez-icon-badge img {
  height: 80px;
}

/* ============================================================
   KAYIT VE BAŞVURU
   ============================================================ */
.sez-kayit-bg {
  background: linear-gradient(160deg, var(--sez-navy) 0%, #136a9f 50%, #15496b 100%);
  position: relative;
  overflow: hidden;
}
.sez-kayit-card {
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  transition: background 0.3s, transform 0.25s;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sez-kayit-card:hover {
  background: rgba(255,255,255,0.13);
  transform: translateY(-4px);
}
.sez-kayit-card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto 20px;
}
.sez-kayit-card h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.sez-kayit-card p {
  color: rgba(255,255,255,0.72);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 24px;
}

/* ============================================================
   SPONSORLAR - MARQUEE
   ============================================================ */
.sez-sponsors-bant {
  background: #fff;
  padding: 60px 0;
  border-top: 4px solid #f0f0f0;
}
.sez-marquee-track {
  overflow: hidden;
  position: relative;
}
.sez-marquee-track::before,
.sez-marquee-track::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
}
.sez-marquee-track::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, transparent 100%);
}
.sez-marquee-track::after {
  right: 0;
  background: linear-gradient(270deg, #fff 0%, transparent 100%);
}
.sez-marquee-inner {
  display: flex;
  align-items: center;
  gap: 48px;
  animation: sezMarquee 28s linear infinite;
  width: max-content;
}
.sez-marquee-inner:hover {
  animation-play-state: paused;
}
@keyframes sezMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.sez-sponsor-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  opacity: 0.65;
  transition: opacity 0.3s;
  filter: grayscale(100%);
}
.sez-sponsor-item:hover {
  opacity: 1;
  filter: none;
}
.sez-sponsor-item img {
  max-height: 52px;
  width: auto;
  max-width: 120px;
}

/* ============================================================
   HARİTA - fullwidth iframe (footer öncesi)
   ============================================================ */
.sez-map-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  line-height: 0;
}
.sez-map-wrap iframe {
  width: 100% !important;
  height: 450px !important;
  display: block;
}

/* ============================================================
   FOOTER - kurumsal yapı
   ============================================================ */
.sez-footer {
  background: var(--sez-navy) !important;
  color: var(--sez-white);
}
.sez-footer .footer-top {
  padding: 60px 0 50px;
}
.sez-footer-grid {
  align-items: flex-start;
}
.sez-footer .footer-widget .logo a img {
  max-height: 70px;
}
.sez-footer-tagline {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  margin: 0;
}
.sez-footer-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.95);
  margin-bottom: 12px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
  padding-bottom: 8px;
  display: inline-block;
}
.sez-footer-address {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
  margin: 0;
  font-style: normal;
}
.sez-footer-email {
  margin: 0;
}
.sez-footer-email a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
}
.sez-footer-email a:hover {
  color: var(--sez-yellow);
  text-decoration: underline;
}
.sez-footer-media {
  margin: 0;
  font-size: 0.9rem;
}
.sez-footer-media a {
  display: block;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.35em;
}
.sez-footer-media a:last-child {
  margin-bottom: 0;
}

/* Footer Menü – linkler alt alta */
.sez-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
}
.sez-footer-menu a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.sez-footer-menu a:hover {
  color: var(--sez-yellow);
}

.sez-footer a {
  color: rgba(255,255,255,0.8);
  transition: color 0.2s;
  text-decoration: none;
}
.sez-footer a:hover {
  color: var(--sez-yellow);
}
.sez-footer-divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 0;
}
.sez-footer .footer-social {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
}
.sez-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  cursor: pointer;
  height: 38px;
  border-radius: 50%;
  color: rgba(255,255,255,0.85) !important;
  transition:  ease 0.6s;
  font-size: 0.9rem;
  margin-right: 0;
}
.sez-social-btn i {
  display: block;
  line-height: 1;
  text-align: center;
}
.sez-social-btn:hover {
  background: #ffffff !important;
  color: #000 !important;
  border: 2px solid #ffffff !important;
}
.sez-footer .copyright-wrap {
  background: rgba(0,0,0,0.25);
  padding: 28px 0 24px;
}
.sez-footer .copyright-wrap .footer-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sez-footer .copyright-wrap .footer-link li {
  display: inline-block;
}
.footer-link ul li::after {
  content: '·';
  margin: 0 8px;
  opacity: 0.4;
}
.footer-link ul li:last-child::after { display: none; }
.sez-footer-copyright {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
}
.sez-footer-address-block .sez-footer-heading:first-child { margin-top: 0; }

/* Footer – tagline altında 3 logo (CIS, Global Schools, NYSAIS) */
.sez-footer-tagline-logos {
  gap: 5px;
}
.sez-footer-tagline-logos .sez-footer-partner-logo {
  max-height: 44px;
  height: 44px;
  max-width: 90px;
}
.sez-footer-logos-row {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.sez-footer-logos-row .sez-footer-logo-col {
  flex: 0 0 auto;
}
@media (min-width: 992px) {
  .sez-footer-logos-row .sez-footer-logo-col {
    flex: 1 1 0;
    min-width: 0;
  }
}
.sez-footer-partner-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 10px;
}
/* CIS, Global Schools, NYSAIS – beyaz arka plan */
.sez-footer-logo-white-bg {
  background: #fff !important;
  padding: 12px 5px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.sez-footer-partner-logo {
  max-height: 56px;
  height: 56px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  opacity: 0.92;
  transition: opacity 0.2s;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}
.sez-footer-logo-white-bg .sez-footer-partner-logo {
  max-height: 48px;
  height: 48px;
  max-width: 100px;
  filter: none;
}
.sez-footer-partner-logo-wrap:hover .sez-footer-partner-logo {
  opacity: 1;
}
.sez-footer-partner-placeholder {
  min-height: 60px;
  background: transparent;
}

/* ============================================================
   SPIRAL / SDG DEKOR (arka plan süsleme)
   ============================================================ */
.sez-spiral-decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
}
.sez-bg-seed {
  position: absolute;
  pointer-events: none;
  opacity: 0.04;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Mobil header: fixed kaldırıldı, logo + menü butonu */
@media (max-width: 991px) {
  .sez-header .menu-area,
  .sez-header #header-sticky.menu-area {
    position: relative !important;
  }

  .sez-header .menu-area.sticky-menu, .sez-header #header-sticky.menu-area.sticky-menu{
    position: fixed!important;
  }
  .sez-header .second-menu .row {
    align-items: center;
    flex-wrap: nowrap;
  }
  .sez-header .logo {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .sez-header .sez-logo-img {
    max-height: 48px !important;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .sez-header .col-xl-5.col-lg-7 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
  }
  .sez-header-mobile-partners {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
  .sez-header-mobile-logo {
    height: 36px;
    max-height: 36px;
    max-width: 36px;
    width: auto;
    object-fit: contain;
    object-position: center;
    opacity: 0.95;
  }
  .sez-header .responsive {
    display: block !important;
    float: none;
    margin-top: 0;
    padding: 12px 15px;
    cursor: pointer;
    z-index: 10;
    flex-shrink: 0;
  }
  .sez-header .responsive i {
    color: #fff !important;
    font-size: 1.5rem !important;
    display: block;
  }
  .sez-header.sticky-menu .responsive i {
    color: #fff !important;
  }
  .sez-header #mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    z-index: 99;
  }
  .sez-header #mobile-menu ul li a,
  .sez-header .main-menu #mobile-menu ul li a {
    color: #15496b !important;
    font-weight: 600;
  }
  .sez-header #mobile-menu ul li:hover > a,
  .sez-header #mobile-menu ul li.active > a,
  .sez-header #mobile-menu ul li.current a,
  .sez-header .main-menu #mobile-menu ul li:hover > a,
  .sez-header .main-menu #mobile-menu ul li.active > a,
  .sez-header .main-menu #mobile-menu ul li.current a {
    color: #c7202f !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sez-header-mobile-partners {
    display: none !important;
  }
  .sez-header .col-xl-4.d-none.d-xl-block {
    display: block !important;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sez-header .col-xl-5.col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: flex-end;
  }
  .sez-header .col-xl-3.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sez-header-partners {
    gap: 8px;
    justify-content: flex-end;
  }
  .sez-header-partners .sez-header-logo,
  .sez-header-logo-hisar,
  .sez-header-logo-rc {
    height: 52px !important;
    max-height: 52px !important;
    max-width: 52px !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .sez-hero-bg .slider-content h2.sez-hero-main-title,
  .sez-hero-main-title { font-size: 3.75rem !important; line-height: 1.3 !important; }
  .sez-hero-main-title .sez-hero-l1, .sez-hero-main-title .sez-hero-l2, .sez-hero-main-title .sez-hero-l3 { display: block; }
  .sez-hero-meta li { font-size: 0.9rem !important; }
  .sez-hero-partners { margin: 1rem 0 1rem; }
  .sez-hero-partners-above-form { margin: 0 0 1rem 0; }
  .sez-hero-partners-logos { gap: 16px; }
  .sez-hero-partners .sez-partner-logo { height: 48px; max-width: 140px; }
  .sez-hero-partners .sez-partner-hisar { height: 44px; max-height: 44px; }
  .sez-hero-partners .sez-partner-rc { max-height: 44px; height: 44px; }
  .sez-countdown .timer { gap: 12px; }
  .sez-countdown .timer .timer-outer { width: 70px !important; min-width: 70px !important; height: 70px !important; }
  .sez-countdown .timer .timer-outer span { font-size: 1.5rem !important; }
  .sez-countdown .timer .timer-outer .smalltext { font-size: 0.58rem !important; margin-top: 2px; }
  .sez-countdown .timer .timer-outer .value-bar { display: none !important; }
  .sez-timeline { padding-left: 24px; }
  #nav-tab .sez-nav-icon { width: 36px !important; height: 36px !important; }
  #nav-tab .nav-item { padding: 10px 8px !important; gap: 8px !important; }
  #nav-tab .nav-content strong { font-size: 0.9rem !important; }
  #nav-tab .nav-content span { font-size: 0.72rem !important; }
  .sez-map-wrap iframe { height: 320px !important; }
  .sez-footer .footer-top { padding: 40px 0 30px; }
  .sez-footer-grid .col-md-6 { text-align: center; }
  .sez-footer-heading { margin-left: auto; margin-right: auto; }
  .sez-header .sez-logo-img { width:100% !important; height: 60px!important; max-height: 60px!important;}
  .sez-header-mobile-logo { height: 60px !important; max-height: 60px !important; }
}
/* Geri sayım bitti mesajı */
.sez-hero-bg #time-up {
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5) !important;
  margin-top: 8px !important;
}

/* ============================================================
   ANASAYFA – KAYIT / BİLET KARTLARI
   ============================================================ */
.sez-tickets-section {
  overflow: hidden;
}
.sez-tickets-section__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 70% at 15% 10%, rgba(199, 32, 47, 0.35) 0%, transparent 50%),
    radial-gradient(ellipse 90% 65% at 90% 85%, rgba(39, 191, 229, 0.18) 0%, transparent 45%),
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(19, 106, 159, 0.4) 0%, transparent 55%),
    linear-gradient(160deg, #0f3550 0%, var(--sez-navy) 38%, #0d2840 72%, #0a1f33 100%);
  z-index: 0;
}
.sez-tickets-section > .container {
  z-index: 1;
}
.sez-tickets-section__inner {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
.sez-tickets-kicker {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.75rem;
}
.sez-tickets-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 auto;
  max-width: 16em;
  line-height: 1.2;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.sez-tickets-cards {
  --sez-ticket-radius: 18px;
}
@media (min-width: 992px) {
  .sez-tickets-cards > [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.sez-ticket-card {
  position: relative;
  background: #fff;
  border-radius: var(--sez-ticket-radius);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.sez-ticket-card--featured {
  max-width: 27rem;
  padding-top: 0;
  margin-bottom: 8px;
}
.sez-ticket-card--standard {
  max-width: 25rem;
}
@media (min-width: 992px) {
  .sez-ticket-card--featured {
    margin-bottom: 0;
    transform: translateY(-20px);
  }
}
.sez-ticket-card__ribbon {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  padding: 11px 16px;
  background: #c7202f;
  color: #fff;
  border-radius: var(--sez-ticket-radius) var(--sez-ticket-radius) 0 0;
}
.sez-ticket-card--standard .sez-ticket-card__body {
  border-radius: var(--sez-ticket-radius);
}
.sez-ticket-card--featured .sez-ticket-card__body {
  border-radius: 0 0 var(--sez-ticket-radius) var(--sez-ticket-radius);
}
.sez-ticket-card__body {
  padding: 1.75rem 1.75rem 1.85rem;
}
.sez-ticket-card--featured .sez-ticket-card__body {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.sez-ticket-card__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sez-primary);
  margin: 0 0 0.65rem;
}
.sez-ticket-card__price {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--sez-navy);
  margin: 0 0 1rem;
  line-height: 1.1;
}
.sez-ticket-card__desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4a5568;
  margin: 0 0 1.5rem;
}
.sez-ticket-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: 2px solid transparent;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.sez-ticket-card__btn:focus-visible {
  outline: 3px solid var(--sez-yellow);
  outline-offset: 3px;
}
.sez-ticket-card__btn--primary {
  background: var(--sez-primary);
  color: #fff;
  border-color: var(--sez-primary);
  box-shadow: 0 10px 28px rgba(199, 32, 47, 0.35);
}
.sez-ticket-card__btn--primary:hover {
  background: #a91a28;
  border-color: #a91a28;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(199, 32, 47, 0.42);
}
.sez-ticket-card__btn--primary:active {
  transform: translateY(0);
}
.sez-ticket-card__btn--outline {
  background: #fff;
  color: var(--sez-navy-light);
  border-color: rgba(19, 106, 159, 0.45);
}
.sez-ticket-card__btn--outline:hover {
  border-color: var(--sez-navy-light);
  color: var(--sez-navy);
  background: rgba(19, 106, 159, 0.06);
  transform: translateY(-1px);
}
.sez-ticket-card__btn--outline:active {
  transform: translateY(0);
}
@media (max-width: 991px) {
  .sez-ticket-card--featured {
    transform: none;
  }
}
