/* PageSpeed — kritik olmayan iyileştirmeler */
html.preloader-skip .preloader {
    display: none !important;
    visibility: hidden;
}

.side-menu-gallary-item img {
    aspect-ratio: 1;
    object-fit: cover;
}

.header-logo img {
    height: auto;
    max-height: 48px;
    width: auto;
}

/* ScrollSmoother: slider/sayaç dekorunun alt bölümlere taşmasını kes */
.slider-section {
    overflow: hidden !important;
    isolation: isolate;
}

.slider-item {
    overflow: hidden;
}

/* Sayaç bölümü — tema dekoru koru, yatay taşmayı kes (ScrollSmoother uyumu) */
.counter-section.counter-1 {
    overflow-x: clip !important;
    overflow-y: visible;
    position: relative;
    isolation: isolate;
}

.counter-section.counter-1 .container {
    position: relative;
    z-index: 2;
}

/* Dekor yazısı bir sonraki bölümün altında kalmasın */
.counter-section.counter-1 .counter-text {
    bottom: 0;
    z-index: 0;
}

.counter-section .counter-element {
    pointer-events: none;
    z-index: 0;
}

.counter-section .counter-element img {
    display: block;
    max-width: min(420px, 42vw);
    height: auto;
}

.feature-section {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

/* Referans / sponsor carousel — tema PNG boyutlarına yakın */
.sponsor-carousel .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsor-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 8px 12px;
}

.sponsor-item img {
    display: block;
    max-height: 44px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.55;
    transition: opacity 0.25s ease;
}

.sponsor-item a:hover img,
.sponsor-item a:focus img {
    opacity: 0.85;
}

/* Footer dekor yazısı — copyright hizasında kırp */
.footer-section {
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

.footer-section .container,
.footer-section .copyright-area {
    position: relative;
    z-index: 2;
}

.footer-text {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    max-height: 130px;
    overflow: hidden;
    pointer-events: none;
}

.footer-text span {
    display: block;
    font-size: clamp(88px, 11vw, 200px) !important;
    line-height: 0.88;
    transform: translateY(38%);
    opacity: 0.45;
}

.copyright-area {
    position: relative;
    z-index: 3;
}
