/* ========== GLOBAL ========== */
html, body { overflow-x: hidden; }
body { font-family: 'Poppins', sans-serif; background: var(--inspera-body-bg, var(--inspera-bg)); color: var(--inspera-dark); }
main.main {width: 1920px; margin: auto; max-width: 100%;}
a{ text-decoration: none; color: inherit;}
.container{ position: relative;}
.category-label { font-size: 18px; font-weight: 500; color: var(--inspera-primary); line-height: 26px; }
.section-title { font-size: var(--inspera-section-title-size, 40px); font-weight: var(--inspera-section-title-weight, 600); line-height: var(--inspera-section-title-lh, 56px); color: var(--inspera-section-title-color, var(--inspera-dark)); }
.section-subtitle { font-size: var(--inspera-section-subtitle-size, 32px); font-weight: var(--inspera-section-subtitle-weight, 600); line-height: var(--inspera-section-subtitle-lh, 40px); color: var(--inspera-section-subtitle-color, var(--inspera-dark)); }
.body-text { font-size: 14px; font-weight: 400; line-height: 24px; color: var(--inspera-gray); }
.btn-inspera-primary { background: var(--inspera-primary); color: #fff; border-radius: 80px; font-weight: 700; /*font-size: 15px;*/ padding: 8px 25px; display: inline-flex; align-items: center; gap: 4px; border: none; white-space: inherit; min-height: 48px; }
.btn-inspera-primary:hover { background: #365299; color: #fff; }
.btn-inspera-outline { border: 1px solid var(--inspera-gray); color: var(--inspera-gray); border-radius: 80px; font-weight: 700; /*font-size: 15px;*/ padding: 8px 16px; display: inline-flex; align-items: center; gap: 4px; background: transparent; white-space: inherit; min-height: 48px; }
.btn-inspera-outline:hover { border-color: var(--inspera-dark); color: var(--inspera-dark); }
.btn-inspera-white { background: #fff; color: var(--inspera-dark); border-radius: 80px; font-weight: 700; /*font-size: 18px; */padding: 8px 25px; display: inline-flex; align-items: center; gap: 8px; border: none; white-space: inherit; min-height: 48px; }
.btn-inspera-white-outline { background: #fff; color: var(--inspera-dark); border: 1px solid #000; border-radius: 80px; font-weight: 700; /*font-size: 18px;*/ padding: 8px 25px; display: inline-flex; align-items: center; gap: 8px; white-space: inherit; min-height: 48px; }
.pill-label { background: #fff; border-radius: 80px; padding: 8px 25px; font-weight: 700; /*font-size: 18px; */color: var(--inspera-dark); display: inline-flex; align-items: center; gap: 8px; white-space: inherit; margin-top: 10px; margin-left: 10px; }
.inspera-card { background: #fff; border-radius: 24px; box-shadow: 0 0 160px 0 rgba(18,18,18,0.08); border: none; overflow: hidden; }
.inspera-card .card-body { padding: 40px 24px; text-align: center; }
.inspera-card .card-img { width: 100%; height: 240px; object-fit: cover; border-radius: 16px; }
.inspera-card .card-title { /*font-size: 32px; line-height: 40px; */font-weight: 600; color: var(--inspera-dark); white-space: nowrap; }
.inspera-card .card-text { font-size: 14px; line-height: 24px; color: var(--inspera-gray); text-align: left; }
.img-rounded { border-radius: 16px; object-fit: cover; width: 100%; }
.arrow-icon { width: 16px; height: 16px; flex-shrink: 0; }
.navbar { border-bottom: 1px solid var(--inspera-border); padding: 24px; }
.navbar .nav-link { font-weight: 700; font-size: 15px; color: var(--inspera-dark); white-space: inherit; }
.event-card-horizontal { background: #fff; border-radius: 24px; padding: 16px; }
.event-card-horizontal .event-img { width: 100%; max-width: 400px; height: 520px; object-fit: cover; border-radius: 16px; }
.category-badge { border-radius: 80px; padding: 8px 16px; font-weight: 500; font-size: 18px; display: inline-flex; align-items: center; gap: 8px; color: #fff; }
.date-badge { background: #fff; border-radius: 80px; padding: 8px 25px; font-weight: 700; font-size: 18px; color: var(--inspera-dark); }
.pagination-dots { display: flex; align-items: center; justify-content: center; gap: 4px; }
.pagination-dots .dot { width: 8px; height: 8px; border-radius: 50%; background: #D9D9D9; }
.pagination-dots .dot.active { width: 48px; border-radius: 4px; background: var(--inspera-primary); }
.free-event-row { border-top: 1px solid var(--inspera-border); padding-top: 32px; }
.blog-card .blog-img { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; }
.read-more { font-weight: 700; font-size: 15px; color: var(--inspera-dark); text-decoration: none; border-bottom: 1px solid var(--inspera-gray); padding-bottom: 4px; display: inline-flex; align-items: center; gap: 4px; }
.read-more:hover { color: var(--inspera-primary); border-color: var(--inspera-primary); }

/* ========== HERO ========== */
#hero { background-color: var(--inspera-light); position: relative; overflow: visible; padding-bottom: 60px; }
#hero .hero-bg { min-height: 600px; margin-top: 0; position: relative; }
#hero .hero-content { padding-top: 100px; padding-bottom: 80px; }
#hero .hero-subtitle { font-size: 18px; font-weight: 500; color: #fcfaf8; line-height: 26px; }
#hero .hero-title { font-size: 56px; font-weight: 600; line-height: 72px; color: #fff; margin-top: 8px; }
#hero .hero-cta { border-color: #fff; color: #fff; }
#hero .hero-cards { margin-top: -190px; position: relative; z-index: 2; }

/* ========== VOYN KITCHEN ========== */
#voyn-kitchen { background: var(--inspera-bg); }
#voyn-kitchen .voyn-img { height: 400px; }
#voyn-kitchen .voyn-pill { bottom: 16px; left: 16px; }

/* ========== ETKİNLİKLER ========== */
.etkinlik-slider-wrap { width: 100%; overflow: hidden; position: relative; }
.etkinlik-slider-track { display: flex; gap: 24px; transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1); cursor: grab; padding: 8px 0; }
.etkinlik-slider-track.grabbing { cursor: grabbing; }
.etkinlik-slide { flex: 0 0 auto; width: calc(65vw); max-width: 1050px; min-width: 320px; }
.etkinlik-slide .event-card-horizontal { height: 100%; }
.etkinlik-slide .event-img { width: 100%; max-width: 400px; height: 520px; object-fit: cover; border-radius: 16px; }
#etkinlikDots { display: flex; align-items: center; justify-content: center; gap: 4px; }
#etkinlikDots .dot { width: 8px; height: 8px; border-radius: 50%; background: #D9D9D9; border: none; padding: 0; cursor: pointer; transition: all 0.3s ease; }
#etkinlikDots .dot.active { width: 48px; border-radius: 4px; background: var(--inspera-primary); }

/* ========== ETKİNLİKLER ========== */
#etkinlikler > .container{width: 100% !important; max-width: 100%;}
/* ========== ÜCRETSİZ ETKİNLİKLER ========== */
#ucretsiz-etkinlikler { background: var(--inspera-bg); }
#ucretsiz-etkinlikler .section-header { max-width: 884px; margin: 0 auto; }
#ucretsiz-etkinlikler .event-img { height: 240px; }
#ucretsiz-etkinlikler .event-title { font-size: 24px; font-weight: 600; line-height: 32px; }
#ucretsiz-etkinlikler .event-venue { font-family: 'Merriweather', serif; }
#ucretsiz-etkinlikler .event-day { font-weight: 600; line-height: 48px; margin: 0; }
#ucretsiz-etkinlikler .event-month { font-family: 'Merriweather', serif; }
#ucretsiz-etkinlikler .event-time { font-size: 18px; font-weight: 600; line-height: 26px; }

/* ========== INSPERA TANITIM ========== */
#tanitim { background: var(--inspera-light); }
#tanitim .tanitim-heading { font-size: 24px; font-weight: 600; line-height: 32px; }
#tanitim .tanitim-img { height: 500px; }

/* ========== AKADEMİ ========== */
#akademi { background: var(--inspera-bg); }

/* ========== INSPERA TİYATROSU ========== */
#tiyatro { background: var(--inspera-primary); }
#tiyatro .tiyatro-label { font-size: 18px; font-weight: 500; color: #fff; line-height: 26px; }
#tiyatro .tiyatro-title { color: #fff; }
#tiyatro .tiyatro-desc { color: rgba(255, 255, 255, 0.8); }
#tiyatro .tiyatro-img { margin-top: -110px; }

/* ========== ÇOCUK TİYATROSU ========== */
#cocuk_tiyatrosu { background: var(--inspera-pink); overflow: hidden; }
#cocuk_tiyatrosu .ct-label { font-size: 18px; font-weight: 500; color: #fff; line-height: 26px; }
#cocuk_tiyatrosu .section-title { color: #fff; }
#cocuk_tiyatrosu .ct-col { border-top: 1px solid rgba(255,255,255,0.48); padding-top: 24px; }
#cocuk_tiyatrosu .ct-number { font-size: 48px; font-weight: 600; color: rgba(255,255,255,0.3); line-height: 1; }
#cocuk_tiyatrosu .ct-heading { font-size: 24px; font-weight: 600; color: #fff; line-height: 32px; }
#cocuk_tiyatrosu .ct-text { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 24px; }
#cocuk_tiyatrosu .ct-btn { font-size: 15px; padding: 8px 16px; }
#cocuk_tiyatrosu .ct-img { height: 560px; }

/* ========== SERGİ ========== */
#sergi { background: var(--inspera-light); }
#sergi .sergi-title { line-height: 48px; }
#sergi .sergi-main-img { height: 560px; }
#sergi .sergi-side-img { height: 320px; border-radius: 16px; }

/* ========== MAĞAZALAR ========== */
#magazalar { background: var(--inspera-bg); }
#magazalar .magazalar-img { height: 400px; }
#magazalar .magazalar-pill { bottom: 16px; left: 16px; }
#magazalar .magazalar-heading { font-size: 24px; font-weight: 600; line-height: 32px; }

/* ========== BLOG ========== */
#blog { background: var(--inspera-light); }
#blog .blog-header { max-width: 736px; margin: 0 auto; }
#blog .blog-badge { top: 16px; left: 16px; background: var(--inspera-light); color: var(--inspera-gray); }
#blog .blog-card-title { font-size: 24px; font-weight: 600; line-height: 32px; }

/* ========== E-BÜLTEN ========== */
#ebulten { background-color: #000; /*min-height: 680px;*/ }
#ebulten > .container{ max-width: 100%; width: 100%;}
#ebulten .ebulten-bg-wrap { z-index: 0; }
#ebulten .ebulten-bg-img { object-fit: cover; }
#ebulten .ebulten-content { z-index: 1; }
#ebulten .ebulten-box { background: var(--inspera-bg); border-radius: 16px; }
#ebulten .ebulten-col { flex: 1; }
#ebulten .ebulten-form { background: #fff; border-radius: 80px; overflow: hidden; }
#ebulten .ebulten-input { padding-left: 24px; font-size: 14px; }
#ebulten .ebulten-submit { border-radius: 80px; padding: 16px 20px; }

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px) {
  .section-title { font-size: 36px; line-height: 44px; }
  .event-card-horizontal .event-img { max-width: 100%; height: 300px; }
  .etkinlik-slide { width: calc(80vw); }
  .etkinlik-slide .event-img { max-width: 100%; height: 300px; }
}
@media (max-width: 767.98px) {
  .section-title { font-size: 28px; line-height: 36px; }
  .section-subtitle { font-size: 24px; line-height: 32px; }
}
@media (max-width: 575.98px) {
  .etkinlik-slide { width: calc(90vw); }
  #tiyatro .tiyatro-img { margin-top: 0px; }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1240px; }
}

/* Flag Icons */
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
[class*=" flag-"]:before, [class^=flag-]:before {
  content: "\00a0";
}
[class*=" flag-"], [class^=flag-] {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33em;
  line-height: 1em;
}
.flag-tr { background-image: url('../flag/flag-icon/flags/4x3/tr.svg'); }
.flag-en { background-image: url('../flag/flag-icon/flags/4x3/gb.svg'); }
.flag-us { background-image: url('../flag/flag-icon/flags/4x3/us.svg'); }
.flag-de { background-image: url('../flag/flag-icon/flags/4x3/de.svg'); }
.flag-fr { background-image: url('../flag/flag-icon/flags/4x3/fr.svg'); }
.flag-es { background-image: url('../flag/flag-icon/flags/4x3/es.svg'); }
.flag-ru { background-image: url('../flag/flag-icon/flags/4x3/ru.svg'); }
.flag-ar { background-image: url('../flag/flag-icon/flags/4x3/sa.svg'); }

main.bize-ulasin .infobox-basic-cell p{ text-align: left; }

#page_header{ background-color: var(--inspera-grybg);}
#map .container{ max-width: 100%;}
.card-body .pill-label{ color: var(--inspera-text); background-color: var(--inspera-grybg); font-size: 12px;margin: 0px;}


/* Accordion focus & active styles */
.accordion-button:focus {
  box-shadow: 0 0 0 2px rgba(66, 101, 175, 0.25);
  border-color: var(--inspera-primary);
}
.accordion-button:not(.collapsed) {
  background-color: rgba(66, 101, 175, 0.05);
  color: var(--inspera-dark);
  box-shadow: none;
}

/* ========== MAGICFORMS FLASH ALERTS ========== */
#newsletterForm_forms_flash .alert,
#contactForm_forms_flash .alert,
#bookingForm_forms_flash .alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: none;
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}

#newsletterForm_forms_flash .alert-success,
#contactForm_forms_flash .alert-success,
#bookingForm_forms_flash .alert-success {
  background: #edfaf3;
  color: #1a7a4a;
}

#newsletterForm_forms_flash .alert-success::before,
#contactForm_forms_flash .alert-success::before,
#bookingForm_forms_flash .alert-success::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #2ecc71;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

#newsletterForm_forms_flash .alert-danger,
#contactForm_forms_flash .alert-danger,
#bookingForm_forms_flash .alert-danger {
  background: #fff0f0;
  color: #c0392b;
  border-left: 4px solid #e74c3c;
}

#newsletterForm_forms_flash .alert-danger::before,
#contactForm_forms_flash .alert-danger::before,
#bookingForm_forms_flash .alert-danger::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: #e74c3c;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}

#newsletterForm_forms_flash .alert .close,
#contactForm_forms_flash .alert .close,
#bookingForm_forms_flash .alert .close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  padding: 0;
}

#newsletterForm_forms_flash .alert .close:hover,
#contactForm_forms_flash .alert .close:hover,
#bookingForm_forms_flash .alert .close:hover {
  opacity: 1;
}

#newsletterForm_forms_flash .alert p,
#contactForm_forms_flash .alert p,
#bookingForm_forms_flash .alert p {
  margin: 0;
  padding-right: 24px;
}
