/* =============================
   ÖZEL 4'e BÖLÜNMÜŞ GRID BÖLÜM - REMOVED DUE TO CONFLICTS
   ============================= */
/* #interactive-grid styles removed - conflicts with main.css interactive-grid-section */

/* ==============================================
   SLIDER METNİNİ İÇERİĞE GÖRE KISALTIP
   ALT-SOL KÖŞEYE SABİTLEME
   ============================================== */
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 {
  position: absolute !important;
  bottom: 5% !important;     /* alt kenardan boşluk */
  left:   5% !important;     /* soldan boşluk */

  /* içerik genişliğine göre otomatik boyut */
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;

}

/* Başlık, paragraf ve butonun *blok* halinde ve arada boşlukla sıralanması için */
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 .slider-title,
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 .slider-text,
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 .btn-main {
  display: block !important;
  margin-bottom: 0.75rem !important;
}

/* Başlık boyutu */
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 .slider-title {
  font-size: 2rem !important;
  line-height: 1.2 !important;
}

/* Metin boyutu */
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 .slider-text {
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

/* Buton boyutu */
#swiper-s2 .gallery-top .swiper-slide .sw-caption.s2 .btn-main {
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem !important;
  margin-bottom: 0 !important; /* sondaki boşluğu kaldır */
}

/* ====================================================
   SITE GENELİ FONT: CHAKRA PETCH
   ==================================================== */
/* body ve temel form elemanları */
body,
button,
input,
textarea,
select {
  font-family: 'Chakra Petch', sans-serif !important;
}
/* başlıklar */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Chakra Petch', sans-serif !important;
}
/* link, buton, menü, slider-text vs. */
a,
.btn-main,
.menu-item,
.subtitle,
.slider-title,
.slider-text {
  font-family: 'Chakra Petch', sans-serif !important;
}
