.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   1. FOOTER & LAYOUT AYARLARI (MEVCUT DÜZEN)
   ========================================= */
.my-sticky-footer {
    position: fixed !important;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1 !important;
}

html, body {
    background-color: transparent !important;
    background: transparent !important;
    /* Dikey sticky'i bozmadan yatay taşmayı engeller */
    overflow-x: clip !important;
}

/* --- MOBİL UYUMLULUK --- */
@media (max-width: 768px) {
    .my-sticky-footer {
        position: relative !important;
        z-index: 9999 !important; 
        visibility: visible !important;
        opacity: 1 !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        transform: none !important;
    }
    body {
        margin-bottom: 0 !important; 
    }
}

/* =========================================
   2. YENİ ANIMASYON MANTIĞI (GÜVENLİ MOD)
   Bu kodlar sadece 'text-anim' sınıfı verilmiş
   öğeleri etkiler. Diğer başlıkları bozmaz.
   ========================================= */

/* A. Başlangıç Durumu: Sadece animasyonluları gizle */
.text-anim {
    opacity: 0;
    visibility: hidden;
}

/* B. Hazır Olunca: JS 'is-ready' ekleyince görünür yap */
.text-anim.is-ready {
    opacity: 1;
    visibility: visible;
}

/* C. Maskeleme: Yazı alttan gelirken kesik görünmesi için */
.text-anim .line {
    overflow: hidden !important;
    padding-bottom: 0.1em; /* Harf kuyrukları (g,y,p) kesilmesin */
    margin-bottom: -0.1em;
    vertical-align: top;
}

/* D. Elementor EDİTÖRÜNDE Asla Gizleme (Rahat çalışman için) */
body.elementor-editor-active .text-anim {
    opacity: 1 !important;
    visibility: visible !important;
}

/* =========================================
   3. YARDIMCI DÜZELTMELER
   ========================================= */

/* Sticky Header kullanıyorsan oluşan hayalet kopyaları gizle */
.elementor-sticky__spacer .elementor-widget-heading,
.elementor-sticky__spacer .elementor-widget-text-editor {
    visibility: hidden !important;
    opacity: 0 !important;
    display: none !important;
}

/* =========================================
   4. LENIS SCROLL (PÜRÜZSÜZ KAYDIRMA)
   ========================================= */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}/* End custom CSS */