@charset "UTF-8";
/* =====================================================
   GLOBAL MOBILE ALIGNMENTS (max-width: 767px)
   ===================================================== */
@media (max-width: 767px) {
  html { filter: grayscale(100%) !important; }


  /* Ortak kolon merkezleme */
  .col-xl-5,
  .team-classic-figure-3 {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
  }

  /* Team Classic */
  .team-classic {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
  }

  .team-classic-figure img,
  .team-classic-figure-3 img {
    display: block !important;
    margin: 0 auto !important;
  }

  .team-classic-title,
  .team-classic-name {
    text-align: center !important;
  }

  /* Footer mobile hizalama */
  .footer-creative-contacts,
  .footer-creative-contacts li,
  .footer-social-list-2 {
    text-align: center !important;
  }

  .footer-creative-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .footer-social-list-2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
  }

  .footer-creative-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-top: 15px;
  }

  .footer-creative-list li {
    margin-bottom: 10px;
  }
}


/* =====================================================
   SPARKLE TITLE (ışık animasyonu)
   ===================================================== */
.sparkle-title {
  position: relative;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  color: #db2a19 !important;
}

.sparkle-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.7),
    transparent
  );
  transform: skewX(-20deg);
  animation: shimmer 2.4s infinite;
}

@keyframes shimmer {
  0% { left: -100%; }
  60% { left: 100%; }
  100% { left: 100%; }
}


/* =====================================================
   SERVICES / HOVER EFFECTS
   ===================================================== */
.service-item,
.services-modern {
  transition: all 0.4s ease;
}

.service-item:hover,
.services-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.service-item img,
.service-item i,
.service-item .icon {
  transition: transform 0.35s ease-out;
}

.service-item:hover img,
.service-item:hover i,
.service-item:hover .icon {
  transform: scale(1.12);
}

.service-item h5 {
  font-weight: 500;
  letter-spacing: 0.5px;
}


/* =====================================================
   SEO SECTION (to-seo)
   ===================================================== */
.to-seo {
  padding: 56px 0;
  background: #ffffff;
}

.to-seo__content {
  max-width: 860px;
  margin: 0 auto;
}

.to-seo__title {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 800;
  margin-bottom: 26px;
  letter-spacing: 0.02em;
}

.to-seo__lead {
  font-size: 16.5px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.to-seo__bullets {
  padding-left: 18px;
  line-height: 1.7;
}

.services-kicker {
  text-align: center;
  margin: 10px 0 30px;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
}


/* =====================================================
   CTA – FOOTER ARASI METİN DENGESİ
   ===================================================== */
.cta-footer-text {
  padding: 48px 0 96px;
  text-align: center;
}

.cta-footer-text p {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 15px;
  opacity: .7;
}


/* =====================================================
   CTA BAND – PARALLAX OVERLAY TIKLAMA FIX
   ===================================================== */
.parallax-container .parallax-content,
.parallax-container .parallax-content * {
  position: relative;
  z-index: 2;
}

.parallax-container::before,
.parallax-container::after {
  pointer-events: none !important;
}


/* =====================================================
   MISC
   ===================================================== */
#iletisim-formu {
  scroll-margin-top: 140px;
}

#section2 {
  padding-top: 20px;
}
/* CTA bandındaki butonun bozulmasını sıfırla */
.parallax-container .button,
.parallax-container a.button{
  position: static !important;
  transform: none !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap;
}
/* CTA bandı içinde satırları dikey ortala */
.parallax-container .parallax-content .row{
  align-items: center !important;
}
/* CTA ile footer arasındaki paragraf: ortala + uzaklaştır */
.cta-footer-text{
  text-align: center !important;
  padding: 40px 0 120px !important;  /* alt boşluğu artır: footer yakınlığını çözer */
}

.cta-footer-text p{
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto !important;
  line-height: 1.8;
}
.cta-footer-paragraph{
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto 120px !important;
  line-height: 1.8;
}
footer.footer-creative{
  padding-top: 36px !important;
}
/* =====================================================
   CTA – FOOTER ARASI METİN DENGESİ
   ===================================================== */
   .cta-footer-text {
    padding: 48px 0 96px;
    text-align: center;
  }
  
  .cta-footer-text p {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 15px;
    opacity: .7;
  }
  
  
  /* =====================================================
     CTA BAND – PARALLAX OVERLAY TIKLAMA FIX
     ===================================================== */
  .parallax-container .parallax-content,
  .parallax-container .parallax-content * {
    position: relative;
    z-index: 2;
  }
  
  .parallax-container::before,
  .parallax-container::after {
    pointer-events: none !important;
  }
  
  
  /* =====================================================
     MISC
     ===================================================== */
  #iletisim-formu {
    scroll-margin-top: 140px;
  }
  
  #section2 {
    padding-top: 20px;
  }
  /* CTA bandındaki butonun bozulmasını sıfırla */
  .parallax-container .button,
  .parallax-container a.button{
    position: static !important;
    transform: none !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap;
  }
  /* CTA bandı içinde satırları dikey ortala */
.parallax-container .parallax-content .row{
  align-items: center !important;
}
/* CTA ile footer arasındaki paragraf: ortala + uzaklaştır */
.cta-footer-text{
  text-align: center !important;
  padding: 40px 0 120px !important;  /* alt boşluğu artır: footer yakınlığını çözer */
}

.cta-footer-text p{
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto !important;
  line-height: 1.8;
}

.cta-footer-paragraph{
  text-align: center !important;
  max-width: 900px;
  margin: 0 auto 120px !important;
  line-height: 1.8;
}
footer.footer-creative{
  padding-top: 36px !important;
}
.swiper-lcp-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.swiper {
  height: 600px;
}
@font-face {
  font-family: 'Roboto';
  font-display: swap;
}
.swiper-title,
.swiper-subtitle {
  line-height: 1.2;
  min-height: 1.2em;
}
.swiper-slide:first-child .wow {
  animation: none !important;
  visibility: visible !important;
}
header {
  min-height: 90px;
}
/* Desktop */
.swiper {
  aspect-ratio: 16 / 9;
  min-height: 500px;
}

/* Mobil */
@media (max-width: 768px) {
  .swiper {
    aspect-ratio: 4 / 5;
    min-height: 420px;
  }
}
.swiper-title,
.swiper-subtitle {
  line-height: 1.25;
}

@media (max-width: 768px) {
  .swiper-title {
    min-height: 2.5em;
  }
  .swiper-subtitle {
    min-height: 3em;
  }
}
class="wow slideInUp"

@media (max-width: 768px) {
  .swiper-slide:first-child .wow {
    animation: none !important;
    transform: none !important;
    visibility: visible !important;
  }
}
header {
  min-height: 72px;
}
 /* ============================= */
 /* MOBILE FOOTER OPTIMIZATION - MAX 767PX */
 /* ============================= */
 @media (max-width: 767px) {
 
 /* ---------- Footer genel kolon ayar ---------- */
 .footer .col-sm-8,
 .footer .col-sm-8.col-md-5.col-lg-3 {
   text-align: center !important;
   margin: 0 auto !important;
 }
 
 /* ---------- "Bize Ulaşın!" bölümü ---------- */
 .footer-creative-contacts,
 .footer-creative-contacts.d-inline-block {
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   padding-left: 0 !important;
   margin: 0 auto !important;
   list-style: none !important;
 }
 
 .footer-creative-contacts li {
   width: 100% !important;
   text-align: center !important;
   margin-bottom: 12px !important;
   display: block !important;
 }
 
 .footer-creative-contacts p,
 .footer-creative-contacts a {
   width: auto !important;
   max-width: 100% !important;
   display: block !important;
   margin: 0 auto !important;
   text-align: center !important;
   box-sizing: border-box !important;
 }
 
 /* Sosyal ikonlar */
 .footer-social-list-2 {
   display: flex !important;
   justify-content: center !important;
   gap: 10px;
   padding-left: 0 !important;
   margin: 10px auto 0 !important;
   list-style: none !important;
 }
 
 .footer-social-list-2 li a {
   font-size: 20px;
 }
 
 /* ---------- Alt menü ("Hakkımızda", vs.) ---------- */
 .footer-creative-list,
 .footer-creative-list.d-inline-block,
 .footer-creative-list.d-sm-block {
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   padding-left: 0 !important;
   margin: 15px auto 0 !important;
   list-style: none !important;
   text-align: center !important;
 }
 
 .footer-creative-list li {
   width: 100% !important;
   margin-bottom: 10px !important;
 }
 
 .footer-creative-list li a {
   display: block !important;
   width: auto !important;
   max-width: 100% !important;
   text-align: center !important;
   margin: 0 auto !important;
   font-size: 16px;
   line-height: 1.5;
 }
 
 /* ---------- Footer başlıkları ---------- */
 .footer-creative-title span {
   display: inline-block !important;
   text-align: center !important;
   width: auto !important;
   margin: 0 auto !important;
 }
 
 /* ---------- Genel spacing ve uyum ---------- */
 .footer hr {
   margin: 15px auto !important;
 }
 
 /* Footer link hover efekti (estetik) */
 .footer-creative-list li a:hover,
 .footer-creative-contacts a:hover {
   color: #db2a19 !important;
   text-decoration: none;
 }
 
 }
.bg-footer-creative {
  display: none !important;
}
/* Parallax section'lardan taşan dekorları kapat */
.parallax-container::before,
.parallax-container::after {
  display: none !important;
  content: none !important;
}

/* Taşmayı kes */
.parallax-container {
  overflow: hidden !important;
}

