@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-container { position: relative; }

.scroll-down{
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 20px;
  z-index: 9999;
}

.scroll-down span{
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin: 8px auto;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown{
  0%{opacity:0; transform: translateY(0);}
  30%{opacity:1;}
  100%{opacity:0; transform: translateY(16px);}
}
/* Scroll-down butonu: Swiper'dan bağımsız, her zaman görünür */
.scroll-down{
  position: fixed !important;
  left: 50% !important;
  bottom: 18px !important;
  transform: translateX(-50%) !important;
  z-index: 999999 !important;

  width: 64px !important;
  height: 64px !important;
  border-radius: 999px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #db2a19 !important;
  color: #fff !important;
  text-decoration: none !important;

  box-shadow: 0 10px 24px rgba(0,0,0,.18) !important;
}

.scroll-down span{
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 50% !important;
  display: block !important;
}
