/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*
Theme Name: Flatsome Child
Template: flatsome
*/.vps-showcase__caption-title {
  color: var(--vps-text);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  visibility: hidden;
}

.vps-showcase__text {
  text-transform: capitalize;
}

.formbasliklari {
  background-color: #e6e7e8;
  font-size: 22px;
  text-align: center;
  height: 55px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
}

/* ============================================================
   IKF — ANA STİL DOSYASI
   Sürüm  : 1.1
   İçerik : Kart, Banner, Header, Footer, Katılımcı Listesi
   ============================================================ */

/* ============================================================
   1) KART — GENEL
   .kartBody  : Sayfa arka planı ve padding
   .kartWrap  : Kenarlıklı / yuvarlatılmış kart sarmalayıcı
   ============================================================ */

.kartBody {
  background: #f1f1f1;
  padding: 32px 28px;
  box-sizing: border-box;
}

.kartWrap {
  border: 1px solid #c8c8c8;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Kart üst renk şeritleri */
.kartStripBlue {
  background: #e53935;
  min-height: 5px;
}

.kartStripYellow {
  background: #26a69a;
  min-height: 5px;
}

.kartStripGreen {
  background: #9ccc65;
  min-height: 5px;
}

.kartStripRed {
  background: #fbc02d;
  min-height: 5px;
}

/* ============================================================
   2) HEADER — GENEL DÜZELTMELERİ
   ============================================================ */

/* Tema menü divider'larını kapat */
.header-nav.nav-divided > li {
  border-left: 0 !important;
}

/* Flatsome layout dengeleme */
.header-main .flex-right {
  margin-bottom: -50px;
}

/* Eski .container kuralı çok geniş kapsamlıydı.
   Daha güvenli olması için yalnızca header içeriğine sınırlandı. */
.header-main .container {
  margin-bottom: -50px !important;
}

/* Header içeriğini ortalı container'a kilitle */
.header-main .container,
.header-main .row,
.header-main .flex-row {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 140px;
  padding-right: 140px;
  box-sizing: border-box;
}

/* ============================================================
   3) HEADER — MENÜ NAVİGASYON
   ============================================================ */

/* Her menü öğesi için sol padding */
.header-nav > li.menu-item {
  position: relative;
  padding-left: 26px;
}

/* Öğeler arası dikey ayraç çizgisi (son öğe hariç) */
.header-nav > li.menu-item:not(:last-of-type) > a::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.3px;
  height: 25px;
  background-color: #000;
  opacity: 0.85;
  pointer-events: none;
}

/* ============================================================
   5) FUAR BANNER (Siyah tam-genişlik tanıtım alanı)
   ============================================================ */

.fair-banner {
  background: #050505;
  color: #fff;
  padding: 36px 34px 26px;
  box-sizing: border-box;
}

.fair-banner__inner {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 180px;
  box-sizing: border-box;
}

/* Üst satır: sol blok + sağ blok */
.fair-banner__top {
  display: flex;
  align-items: flex-end;
  gap: 36px;
}

/* Sol blok: tarih sayıları + dikey bar */
.fair-banner__left {
  display: flex;
  align-items: flex-end;
  gap: 26px;
}

.fair-banner__dates {
  line-height: 0.9;
}

/* Büyük tarih rakamları */
.d1,
.d2 {
  font-weight: 900;
  font-size: clamp(54px, 6.2vw, 110px);
  letter-spacing: 0.5px;
}

/* Tarihler arası dikey beyaz çizgi */
.fair-banner__vbar {
  width: 8px;
  height: clamp(120px, 10vw, 190px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
}

/* Sağ blok: ay + yıl + alt satır */
.fair-banner__right {
  display: inline-grid;
  justify-self: start;
}

.fair-banner__topline {
  display: inline-flex;
  align-items: flex-end;
  gap: 14px;
  line-height: 0.85;
  white-space: nowrap;
}

/* Ay ve yıl büyük yazılar */
.month,
.year {
  font-weight: 900;
  font-size: clamp(72px, 8.5vw, 160px);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

/* Alt bilgi satırı: İSTANBUL | FUARCILIK vb. */
.fair-banner__bottomline {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: clamp(18px, 2.2vw, 34px);
  white-space: nowrap;
  opacity: 0.92;
}

/* Alt satırdaki dikey ayraç */
.fair-banner__bottomline .sep {
  width: 2px;
  height: 22px;
  background: rgba(255, 255, 255, 0.55);
}

/* ============================================================
   6) ANA SAYFA — SKU KUTU (anaskutu)
   ============================================================ */

.asdivider {
  background: lightgray;
}

.anaskutu {
  background: #f1f2f6;
  height: 135px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  box-sizing: border-box;
}

/* ============================================================
   7) IKF — ZİYARETÇİ / SERGİLEYİCİ KARTI PANELLERİ
   ============================================================ */

/* İki kartı yan yana, ortalı */
.ikf-panels {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 70px;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Tekil kart */
.ikf-card {
  flex: 0 0 520px;
  max-width: 520px;
  min-height: 480px;
  border-radius: 20px;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.ikf-card__header {
  background: #efefef;
  padding: 18px;
  text-align: center;
  box-sizing: border-box;
}

.ikf-card__header h2 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.ikf-card__body {
  padding: 26px 26px 32px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-sizing: border-box;
}

.ikf-lead {
  font-size: 22px;
  line-height: 1.35;
  margin: 10px 0 6px;
}

.ikf-link {
  font-size: 16px;
  margin: 8px 0;
  color: #000;
  text-decoration: underline;
}

.ikf-text {
  font-size: 15px;
  line-height: 1.6;
  margin: 8px auto 0;
  max-width: 92%;
}

/* Buton — her zaman kart altında */
.ikf-btn {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #efefef;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.ikf-btn__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Mobil: kartlar alt alta */
@media (max-width: 1100px) {
  .ikf-panels {
    flex-direction: column;
    gap: 22px;
    max-width: 640px;
  }

  .ikf-card {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: auto;
  }
}

/* ============================================================
   8) IKF — ZİYARETÇİ KARTI (büyük başlıklı varyant)
   ============================================================ */

.ikf-card--visitor {
  width: 80%;
  margin: 0 auto;
  border: 2px solid rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}

/* Üst renk şeridi */
.ikf-card--visitor .ikf-card__topbar {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 8px;
}

.ikf-card--visitor .ikf-card__topbar .bar {
  display: block;
}

.ikf-card--visitor .ikf-card__topbar .red {
  background: #e30613;
}

.ikf-card--visitor .ikf-card__topbar .teal {
  background: #00a8a8;
}

.ikf-card--visitor .ikf-card__topbar .green {
  background: #8cc63e;
}

.ikf-card--visitor .ikf-card__topbar .yellow {
  background: #f9b000;
}

/* Başlık */
.ikf-card--visitor .ikf-card__header {
  background: transparent;
  padding: 34px 26px 10px;
  text-align: left;
}

.ikf-card--visitor .ikf-card__header h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

/* Body */
.ikf-card--visitor .ikf-card__body {
  padding: 22px 56px 50px;
}

/* Liste */
.ikf-card--visitor .ikf-bullets {
  margin: 0;
  padding-left: 28px;
  font-size: 1em;
  line-height: 1.55;
  color: #111;
}

.ikf-card--visitor .ikf-bullets li {
  margin: 12px 0;
}

@media (max-width: 768px) {
  .ikf-card--visitor .ikf-card__header h2 {
    font-size: 30px;
  }

  .ikf-card--visitor .ikf-card__body {
    padding: 18px 22px 32px;
  }
}

/* ============================================================
   9) IKF — FOOTER
   ============================================================ */

.ikf-footer {
  background: #efefef;
  border: 2px solid rgba(0, 0, 0, 0.6);
  padding: 34px 0;
  box-sizing: border-box;
}

.ikf-footer__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 34px;
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
}

/* Sol — logo ve not */
.ikf-footer__brand img {
  max-width: 360px;
  height: auto;
  display: block;
}

.ikf-footer__leftnote {
  margin-top: 18px;
  font-size: 12px;
  color: #111;
}

/* Sağ — partner / sosyal / CTA */
.ikf-footer__right {
  display: grid;
  gap: 14px;
}

.ikf-footer__partners {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ikf-footer__partners img {
  height: 26px;
  width: auto;
  display: block;
}

/* Sosyal satır: üst ve alt çizgiler arasında */
.ikf-footer__socialrow {
  position: relative;
  padding: 12px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 22px;
}

.ikf-footer__socialrow::before,
.ikf-footer__socialrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #1a1a1a;
  opacity: 0.75;
}

.ikf-footer__socialrow::before {
  top: 0;
}

.ikf-footer__socialrow::after {
  bottom: 0;
}

.ikf-footer__handle {
  font-weight: 700;
  font-size: 18px;
  color: #111;
  white-space: nowrap;
}

/* Sosyal medya ikonları */
.ikf-footer__icons {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.ikf-footer__icons a {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #111;
  font-weight: 800;
}

.ikf-footer__cta {
  font-size: 14px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.ikf-footer__rightnote {
  font-size: 14px;
  color: #111;
  text-align: left;
}

/* Footer mobil */
@media (max-width: 992px) {
  .ikf-footer__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ikf-footer__partners {
    justify-content: flex-start;
  }

  .ikf-footer__rightnote {
    text-align: center;
  }

  .ikf-footer__socialrow {
    grid-template-columns: 1fr;
    row-gap: 12px;
    text-align: center;
  }

  .ikf-footer__icons {
    justify-content: center;
  }
}

/* ============================================================
   10) IKF — HAKKIMIZDA / RENKLİ BAR KART
   .renkli_bar : Flatsome row
   .renkli_tab : Kartın dış sarmalayıcısı
   ============================================================ */

/* Row boşluklarını sıfırla */
.renkli_bar {
  justify-content: center !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.renkli_bar .col {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Kart dış sarmalayıcı */
.renkli_bar > .col.renkli_tab {
  width: 80% !important;
  max-width: 80% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1.5px solid rgba(0, 0, 0, 0.25) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-sizing: border-box;
}

/* Flatsome col-inner sıfırla */
.renkli_bar > .col.renkli_tab > .col-inner {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* Tema üst boşluğunu dengele */
.renkli_bar > .col.renkli_tab > .col-inner > :first-child {
  margin-top: -25px !important;
  padding-top: 0 !important;
}

/* Üst renk şeridi */
.renkli_bar .ikf-topbar {
  display: flex !important;
  width: 100% !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

.renkli_bar .ikf-topbar .bar {
  flex: 1 !important;
  display: block !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.renkli_bar .ikf-topbar .red {
  background: #e30613 !important;
}

.renkli_bar .ikf-topbar .teal {
  background: #00a8a8 !important;
}

.renkli_bar .ikf-topbar .green {
  background: #8cc63e !important;
}

.renkli_bar .ikf-topbar .yellow {
  background: #f9b000 !important;
}

/* Kart içerik alanı */
.renkli_bar .ikf-card-body {
  padding: 26px 34px 34px !important;
  text-align: center !important;
  box-sizing: border-box;
}

/* Başlık */
.renkli_bar .ikf-title {
  margin: 40px 0 34px !important;
  font-size: 25px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  color: #000 !important;
}

/* Liste */
.renkli_bar .ikf-bullets {
  list-style: disc !important;
  list-style-position: outside;
  padding-left: 26px !important;
  margin: 0 !important;
  font-size: 1em !important;
  line-height: 1.6 !important;
  text-align: left;
}

.renkli_bar .ikf-bullets li {
  margin: 0 0 14px 0 !important;
  line-height: 1.45 !important;
}

/* Mobil */
@media (max-width: 768px) {
  .renkli_bar > .col.renkli_tab {
    width: 92% !important;
    max-width: 92% !important;
  }

  .renkli_bar .ikf-title {
    font-size: 30px !important;
  }

  .renkli_bar .ikf-card-body {
    padding: 18px 18px 22px !important;
  }

  .renkli_bar .ikf-bullets {
    font-size: 1.1em !important;
  }
}

/* ============================================================
   11) IKF — FUAR BİLGİ TABLOSU
   ============================================================ */

.ikf-fair-info {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}

.ikf-fair-info th {
  text-align: left;
  font-weight: 900;
  width: 210px;
  padding: 14px 0;
  vertical-align: top;
  text-transform: capitalize;
}

.ikf-fair-info td {
  padding: 10px 0;
}

/* İki nokta üst üste otomatik ekle */
.ikf-fair-info td::before {
  content: " : ";
  font-weight: 400;
}

/* ============================================================
   12) IKF — KATILIMCI LİSTESİ
   ============================================================ */

.ikf-exhibitors-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
}

.ikf-exhibitors-head {
  margin-bottom: 18px;
}

.ikf-page-title {
  margin: 0 0 10px;
  font-weight: 800;
}

.ikf-page-desc {
  margin: 0;
  opacity: 0.85;
}

/* Topbar: arama + A-Z filtresi */
.ikf-topbar {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px 0 22px;
  width: 100%;
  box-sizing: border-box;
}

/* Arama alanı */
.ikf-search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 280px;
  max-width: 100%;
}

.ikf-search input[type="text"] {
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  flex: 1 1 auto;
  box-sizing: border-box;
}

/* Arama butonu */
.ikf-search button {
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  line-height: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 46px !important;
}

/* A-Z harf filtresi */
.ikf-az {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.ikf-az-item {
  font-weight: 600;
  text-decoration: none;
  opacity: 0.75;
}

.ikf-az-item.is-active {
  opacity: 1;
  text-decoration: underline;
}

.ikf-az-clear {
  opacity: 0.6;
  text-decoration: none;
}

/* Dil seçici */
.ikf-lang {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ikf-lang-link {
  font-weight: 700;
  text-decoration: none;
  opacity: 0.75;
}

.ikf-lang-link.is-active {
  opacity: 1;
  text-decoration: underline;
}

.ikf-lang-sep {
  opacity: 0.5;
}

/* Ana layout: sidebar filtre + içerik */
.ikf-exhibitors-wrap .ikf-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
}

/* Filtre sidebar */
.ikf-exhibitors-wrap .ikf-filters {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  flex: 0 0 260px;
  display: block !important;
  visibility: visible !important;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-right: 18px;
  box-sizing: border-box;
}

/* Sağ sonuç alanı */
.ikf-exhibitors-wrap .ikf-layout > :not(.ikf-filters) {
  flex: 1 1 0%;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

/* Olası liste kapsayıcılarını da güvenceye al */
.ikf-exhibitors-wrap .ikf-results,
.ikf-exhibitors-wrap .ikf-list,
.ikf-exhibitors-wrap .ikf-items,
.ikf-exhibitors-wrap .ikf-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ikf-filter-title {
  font-weight: 800;
  margin: 10px 0 18px;
}

.ikf-filter-label {
  font-weight: 700;
  margin: 10px 0;
}

.ikf-filter-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ikf-filter-item {
  text-decoration: none;
  opacity: 0.85;
  display: block;
  padding: 8px 0;
}

.ikf-filter-item.is-active {
  font-weight: 800;
  opacity: 1;
}

.ikf-filter-item.ikf-clear {
  opacity: 0.6;
  margin-top: 6px;
}

/* Katılımcı satırı */
.ikf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ikf-item > :first-child {
  flex: 1 1 auto;
  min-width: 0;
}

.ikf-company {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.ikf-meta {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.5;
}

.ikf-logo {
  flex: 0 0 auto;
  margin-left: auto;
}

.ikf-logo img {
  max-width: 140px;
  width: auto;
  height: auto;
  display: block;
}

/* Sayfalama */
.ikf-pagination {
  width: 100%;
}

.ikf-pagination ul {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 18px 0;
  margin: 0;
}

.ikf-pagination a,
.ikf-pagination span {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-decoration: none;
}

.ikf-pagination .current {
  font-weight: 800;
}

/* Link stilleri */
.ikf-link {
  color: inherit;
  text-decoration: none;
}

.ikf-link:hover {
  text-decoration: underline;
}

/* Katılımcı listesi mobil */
@media (max-width: 849px) {
  .ikf-exhibitors-wrap .ikf-layout {
    flex-direction: column;
  }

  .ikf-exhibitors-wrap .ikf-filters {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    flex: 1 1 auto;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 18px;
  }

  .ikf-exhibitors-wrap .ikf-layout > :not(.ikf-filters) {
    width: 100%;
    max-width: 100%;
  }

  .ikf-exhibitors-wrap .ikf-topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .ikf-exhibitors-wrap .ikf-search {
    width: 100%;
    flex: 1 1 auto;
  }

  .ikf-item {
    align-items: flex-start;
  }

  .ikf-logo {
    margin-left: 0;
  }
}

/* ============================================================
   13) IKF — KATILIMCI DETAY SAYFASI
   ============================================================ */

.ikf-exhibitor-detail {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 24px;
  box-sizing: border-box;
}

.ikf-exhibitor-logo {
  flex: 0 0 150px;
}

.ikf-exhibitor-logo img {
  width: 150px;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}

/* Bilgi satırı: etiket | : | değer */
.ikf-info-row {
  display: grid;
  grid-template-columns: 160px 20px 1fr;
  gap: 10px;
  padding: 6px 0;
  align-items: start;
}

.ikf-label {
  font-weight: 700;
}

.ikf-sep {
  text-align: center;
  font-weight: 700;
}

.ikf-value {
  word-break: break-word;
}

/* Geri butonu */
.ikf-back {
  margin: 10px 0 18px;
}

.ikf-back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.ikf-back-link:hover {
  border-color: rgba(0, 0, 0, 0.35);
}

.ikf-back-arrow {
  font-size: 18px;
  line-height: 1;
}

/* Detay sayfası mobil */
@media (max-width: 768px) {
  .ikf-exhibitor-detail {
    flex-direction: column;
  }

  .ikf-info-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ikf-sep {
    display: none;
  }

  .ikf-label {
    opacity: 0.75;
  }
}

/* ============================================================
   14) IKF — GENEL KUTU BİLEŞENLERİ
   ============================================================ */

/* Üst kenarlıklı / renkli şeritli kutu başlığı */
.kutu_ust {
  background-color: #efefef;
  border: solid rgba(0, 0, 0, 0.35);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Kutu renk şeritleri */
.renklibar1 {
  height: 6px;
  background-color: #e61b1f;
  overflow: hidden;
}

.renklibar2 {
  height: 6px;
  background-color: #15af97;
  overflow: hidden;
}

.renklibar3 {
  height: 6px;
  background-color: #98c220;
  overflow: hidden;
}

.renklibar4 {
  height: 6px;
  background-color: #fbba16;
  overflow: hidden;
}

/* Alt kutu (beyaz zemin) */
.altkutu {
  background-color: #fff;
  border: solid rgba(0, 0, 0, 0.35);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

/* Genel metin boyutu */
.p1 {
  font-size: 17.8px;
  font-weight: normal !important;
}

/* ============================================================
   15) IKF — CHECK LİSTESİ (SVG ikonlu)
   ============================================================ */

.ikf-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ikf-check-icon {
  flex-shrink: 0;
}

.ikf-check-text {
  line-height: 1.2;
}

/* ============================================================
   16) WPML — DİL SEÇİCİ
   ============================================================ */

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0;
}

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important;
}

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
  font-weight: 600;
}

/* ============================================================
   17) MOBİL — HEADER DÜZELTME (max-width: 849px)
   Logo büyüt, dil barını ortala, hamburger alanını sabitle
   ============================================================ */

@media (max-width: 849px) {
  /* Header: 3 kolon (hamburger | logo | dil) */
  #masthead .header-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 12px !important;
  }

  /* Sol — hamburger (sabit genişlik) */
  #masthead .show-for-medium.flex-left {
    flex: 0 0 64px !important;
    justify-content: flex-start !important;
  }

  /* Sağ — dil seçici (sabit genişlik + ortala) */
  #masthead .show-for-medium.flex-right {
    flex: 0 0 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Orta — logo (kalan alan, ortala) */
  #masthead #logo {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: -5px !important;
  }

  #masthead #logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Logo görseli: Flatsome kısıtlarını ez */
  #masthead #logo img.header-logo,
  #masthead #logo img.header-logo-dark {
    height: 48px !important;
    width: auto !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: contain !important;
  }

  /* Dil seçici kompakt */
  #masthead .ikf-lang {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 1 !important;
    margin-top: -37px !important;
  }

  #masthead .ikf-lang a {
    padding: 6px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
  }

  #masthead .ikf-lang a.is-active {
    background: rgba(0, 0, 0, 0.1) !important;
  }

  /* Hamburger tıklanabilir alan */
  #masthead .mobile-nav .header-button a.icon.button {
    min-width: 40px !important;
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* "Menü" yazısını gizle */
  #masthead .mobile-nav .menu-title {
    display: none !important;
  }
}

.button,
button,
fieldset,
input,
select,
textarea {
  margin-bottom: 6px !important;
}

.check-list {
  list-style: none;
  padding: 0;
  max-width: 700px;
  margin: auto;
  font-family: Arial, sans-serif;
}

.check-list li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-size: 22px;
}

.check-list li::before {
  content: "✓";
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 16px;
}