/* 
 * ILKE GLOBAL - THE PURE CORPORATE SLIDER (WHITE & SLEEK)
 */

.wpo-hero-slider {
    position: relative;
    width: 100%;
    padding: 30px 40px !important;
    margin: 0;
    /* TERTEMİZ BEYAZ GERİ DÖNÜŞ */
    background: #fff !important;
    overflow: visible !important;
}

/* Şekiller tamamen temizlendi */
.wpo-hero-slider::before, .wpo-hero-slider::after {
    display: none !important;
}

.wpo-hero-slider .swiper-container {
    width: 100% !important;
    height: 700px !important; 
    border-radius: 40px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 10 !important;
    
    /* JİLET İNCE KENAR */
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    
    /* YUMUŞAK PROFESYONEL GÖLGE */
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.05),
        0 30px 70px rgba(0,0,0,0.1) !important;
    
    transform: perspective(2000px) rotateX(1deg);
}

.slide-inner {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Subtle Screen Darkening for Text */
.slide-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%) !important;
    z-index: 1;
}

/* CRYSTAL GLASS PANEL (SOL-ALT NİZAM) */
.slide-content {
    position: relative !important;
    z-index: 5 !important;
    max-width: 680px !important;
    padding: 50px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 30px !important;
    margin-left: 80px !important;
    
    /* AŞAĞIYA PRESLİ NİZAM */
    margin-top: 180px !important; 
    
    text-align: left !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
    animation: fadeInSleek 1s ease-out;
}

.slide-title h2 {
    font-size: 45px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slide-text p {
    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6;
    margin-bottom: 35px;
}

.slide-btns .theme-btn {
    background: #1e9e49 !important;
    color: #fff !important;
    padding: 14px 35px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
}

/* BUTONLAR KESİN KAPALI */
.swiper-button-next, .swiper-button-prev {
    display: none !important;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
    background: rgba(255, 255, 255, 0.3) !important;
}

.swiper-pagination-bullet-active {
    background: #1e9e49 !important;
    width: 60px !important;
}

@keyframes fadeInSleek {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 991px) {
    .wpo-hero-slider { padding: 15px !important; }
    .wpo-hero-slider .swiper-container { height: 450px !important; }
    .slide-content { margin-left: 20px !important; padding: 25px !important; margin-top: 40px !important; }
}
