/**
 * Prusa / WISECP — #section-slideshow (fon-slideshow-widget) ile birebir yapı.
 * Ana sayfa hero; Swiper yatay geçiş, 4 sn autoplay, nokta yok, oklar (hover’da belirgin).
 */

/* Prusa #section-slideshow.row_03y7ff — tema ikincil renk + hero-slide-bg.png */
#section-slideshow.prusa-hero-section.row_03y7ff {
    padding: 0;
    background-color: #002573 !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.prusa-hero-swiper-wrap {
    overflow: hidden;
    height: 500px;
}

.prusa-hero-swiper {
    height: 100%;
    width: 100%;
}

.prusa-hero-swiper .swiper-wrapper {
    height: 100%;
}

.prusa-hero-swiper .swiper-slide {
    height: 100%;
}

.prusa-hero-slide {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Slayt renk katmanları — Prusa .fon-item.fon-slider-item-…-key .fon-background:after */
.prusa-hero-slide--1::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #0025735e;
}

.prusa-hero-slide--2::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(90deg, rgba(0, 16, 66, 0.87) 0%, rgba(0, 16, 66, 0) 75%);
}

.prusa-hero-slide--3::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-color: #2bd0d063;
}

.prusa-hero-slide-inner {
    position: relative;
    z-index: 1;
}

/* Tipografi — Prusa fon-builder ölçüleri */
.prusa-hero-section .prusa-hero-slide-0.prusa-hero-line-title {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin-bottom: 0.35rem;
}

.prusa-hero-section .prusa-hero-slide-0.fon-slider-subtitle {
    font-size: clamp(1.75rem, 5vw, 45px) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 0.75rem;
}

.prusa-hero-section .prusa-hero-slide-n.prusa-hero-line-title {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #fff !important;
    margin-bottom: 0.35rem;
}

.prusa-hero-section .prusa-hero-slide-n.fon-slider-subtitle {
    font-size: clamp(1.75rem, 5vw, 45px) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 0.75rem;
}

.prusa-hero-section .prusa-hero-desc p {
    color: #fff;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.6;
}

.prusa-hero-section .fon-slider-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.prusa-hero-section .fon-slider-feature-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.1rem;
    line-height: 1.2;
    padding-top: 0.1rem;
}

.prusa-hero-section .fon-slider-feature-title {
    font-size: 0.95rem !important;
}

.prusa-hero-section .fon-slider-feature-desc {
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
}

/* Görseller */
.prusa-hero-section .fon-slider-image-entity {
    max-height: 450px;
    width: auto;
}

@media (max-width: 1199.98px) {
    .prusa-hero-section .fon-slider-image-entity {
        max-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .prusa-hero-section .fon-slider-image-entity {
        max-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .prusa-hero-swiper-wrap,
    .prusa-hero-slide {
        min-height: 365px;
    }

    .prusa-hero-swiper-wrap {
        height: 365px;
    }

    .prusa-hero-section .fon-slider-image-entity {
        max-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .prusa-hero-swiper-wrap,
    .prusa-hero-slide {
        min-height: 500px;
    }

    .prusa-hero-swiper-wrap {
        height: 500px;
    }

    .prusa-hero-section .fon-slider-image-entity {
        max-height: 200px;
    }
}

/* Butonlar — Prusa btn-default / btn-secondary */
.prusa-hero-section .prusa-hero-btn-primary.btn-default {
    background: rgb(var(--secondary_color)) !important;
    border: 1px solid rgb(var(--secondary_color)) !important;
    color: #fff !important;
    font-weight: 600;
    padding: 0.55rem 1.25rem;
    border-radius: 0.375rem;
    text-decoration: none;
    -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.prusa-hero-section .prusa-hero-btn-primary.btn-default:hover {
    background: #00b0a1;
    border-color: #00b0a1;
    color: #fff !important;
}

.prusa-hero-section .prusa-hero-btn-secondary.btn-secondary {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.85);
    color: #fff !important;
    font-weight: 600;
    padding: 0.5rem 1.2rem;
    border-radius: 0.375rem;
    text-decoration: none;
    -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.prusa-hero-section .prusa-hero-btn-secondary.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff !important;
}

/* Swiper okları — merkez, hover’da belirgin */
.prusa-hero-section .prusa-hero-prev,
.prusa-hero-section .prusa-hero-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, background 0.2s ease;
    -o-transition: opacity 0.25s ease, background 0.2s ease;
    transition: opacity 0.25s ease, background 0.2s ease;
}

.prusa-hero-section .prusa-hero-prev::after,
.prusa-hero-section .prusa-hero-next::after {
    display: none;
}

.prusa-hero-section .prusa-hero-prev i,
.prusa-hero-section .prusa-hero-next i {
    font-size: 0.85rem;
}

.prusa-hero-section:hover .prusa-hero-prev,
.prusa-hero-section:hover .prusa-hero-next {
    opacity: 1;
}

.prusa-hero-section .prusa-hero-prev:hover,
.prusa-hero-section .prusa-hero-next:hover {
    background: rgba(255, 255, 255, 0.22);
}

.prusa-hero-section .prusa-hero-prev {
    left: 12px;
}

.prusa-hero-section .prusa-hero-next {
    right: 12px;
}

@media (max-width: 575.98px) {
    .prusa-hero-section .prusa-hero-prev,
    .prusa-hero-section .prusa-hero-next {
        opacity: 0.85;
        width: 38px;
        height: 38px;
    }
}
