.elementor-kit-6{--e-global-color-primary:#142664;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#142664;--e-global-color-bcffdd6:#000000;--e-global-color-765e384:#FFFFFF;--e-global-color-d0b41e6:#309DC8;--e-global-color-dc24501:#2DAE56;--e-global-color-f6578a1:#02010100;--e-global-color-32f9cb1:#17162A;--e-global-color-ffee668:#D9D9D9;--e-global-color-758a9a1:#F6FCFF;--e-global-color-dc913b4:#F4FCFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.section-title {
    padding-bottom: 16px;
}
.section-title:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 60%;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #142664;
}

.elementor-counter-title {
    text-align: center;
}


@keyframes premiumFadeDown {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.98);
        filter: blur(6px);
    }
    70% {
        opacity: 1;
        transform: translateY(4px) scale(1);
        filter: blur(0);
    }
    100% {
        transform: translateY(0);
    }
}
/* Başlangıç durumu */
.premium-fade-down {
    opacity: 1;
    transform: translateY(-30px) scale(0.98);
   
}

/* Animasyon tetiklenince */
.premium-fade-down.animate {
    animation: premiumFadeDown 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    animation-fill-mode: both;
}

/* Keyframes */
@keyframes premiumFadeDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Delay classları */
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
.delay-5 { animation-delay: 1s; }
.delay-6 { animation-delay: 1.2s; }

.brosur-card {
    aspect-ratio: 8/12;
    cursor: pointer;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.brosur-card:hover {
    box-shadow: rgba(149, 157, 165, 0.6) 0px 8px 24px !important;
}/* End custom CSS */