.elementor-kit-6{--e-global-color-primary:#B2292E;--e-global-color-secondary:#2E353F;--e-global-color-text:#2E2E2E;--e-global-color-accent:#780000;--e-global-color-847b5a1:#FFFFFF;--e-global-color-8c315b2:#DDDDDD;--e-global-color-ba78858:#A7A7A7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.4em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:-0.3px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:600;--e-global-typography-84cc8f3-font-family:"Inter";--e-global-typography-84cc8f3-font-size:1.1rem;--e-global-typography-84cc8f3-font-weight:700;--e-global-typography-5f79f9c-font-family:"Inter";--e-global-typography-5f79f9c-font-size:4rem;--e-global-typography-5f79f9c-font-weight:400;--e-global-typography-3edc554-font-family:"Inter";--e-global-typography-3edc554-font-size:1.6rem;--e-global-typography-3edc554-font-weight:400;--e-global-typography-27814c9-font-family:"Inter";--e-global-typography-27814c9-font-size:2.5rem;--e-global-typography-27814c9-font-weight:600;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){margin-block-end: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 */.card-content{
    height: 56%;
    margin-bottom: -56px;
    transition: all 0.5s ease;
}

.card-wrapper:hover .card-content{
    margin-bottom: 0;
    height: 100%;
}

.card-content .e-con-inner{
    transition: all 0.5s ease;
}

@keyframes rcCardFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.card-wrapper:not(:hover) .card-content .e-con-inner {
    animation: rcCardFadeIn 1.5s ease forwards;
}

.card-wrapper:hover .card-content .e-con-inner {
    justify-content: flex-end;
}

@media (max-width:1024px){
    .card-content{
        height: 54%;
    }

    .card-wrapper {
        overflow: visible !important;
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }

    .card-wrapper:hover {
        box-shadow: 0 10px 20px rgba(0,0,0,0.18);
        transform: translateY(-3px);
    }
}



/* Sticky breadcrumb – sadece yukarı sabitle, genişliği bozma */
.rc-breadcrumb-wrap.rc-breadcrumb-sticky {
    position: fixed;
    top: 80px; /* header + ince bar toplam yüksekliği */
    z-index: 9999;
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

/* Sticky modda soldan sağdan boşluk ekleyelim (container gibi gözüksün) */
.rc-breadcrumb-wrap.rc-breadcrumb-sticky {
    padding-left: var(--container-padding, 23px);
    padding-right: var(--container-padding, 24px);
}/* End custom CSS */