/* ==========================================================================
   Hızlı Zihin - Premium Custom Stylesheet
   ========================================================================== */

/* Global Renk Revizyonu (Yeşilden Mor & Turkuaza) */
:root,
body.theme-style2 {
    --theme-color: #a73df3 !important;
    --theme-color2: #00c5ff !important;
}

/* 1. Hero Degrade Arka Plan ve Padding Optimizasyonu */
.hero-3 {
    background: linear-gradient(135deg, #1771f1 0%, #862cf2 50%, #00c5ff 100%) !important;
    position: relative;
    overflow: hidden;
    padding-top: 140px !important;
    /* Header yüksekliğine göre ayarlandı */
    padding-bottom: 80px !important;
}

/* Header ile slider arasındaki boşluğu sıfırlamak için iç padding sıfırlandı */
.hero-style3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 2. Şeffaf Header ve Menü */
.th-header.header-layout3 {
    position: absolute !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background: transparent !important;
    z-index: 999 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 20px 0 !important;
}

.th-header.header-layout3 .menu-area {
    background: #000000 !important;
}

/* Logo Siyah Kutu */
.header-logo {


    border-radius: 0px !important;
    /* Düz köşeli */
    display: inline-block !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.header-logo img {

    width: auto !important;
    max-width: none !important;
}

/* Menü Linkleri */
.th-header.header-layout3 .main-menu>ul>li>a {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease !important;
}

.th-header.header-layout3 .main-menu>ul>li>a:hover {
    color: #b52cf5 !important;
}

/* 3. Özel Mor Pill Butonlar */
.custom-pill-btn {
    background: #a73df3 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 14px 32px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: 0 8px 25px rgba(167, 61, 243, 0.4) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
}

.custom-pill-btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 30px rgba(167, 61, 243, 0.6) !important;
    background: #bc59ff !important;
    color: #ffffff !important;
}

.custom-pill-btn svg {
    transition: transform 0.3s ease !important;
}

.custom-pill-btn:hover svg {
    transform: translateX(4px) !important;
}

/* Header Giriş Yap Butonu */
.header-button .th-btn {
    background: #a73df3 !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(167, 61, 243, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
}

.header-button .th-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(167, 61, 243, 0.5) !important;
    background: #bc59ff !important;
}

.header-button .th-btn svg {
    transition: transform 0.3s ease !important;
}

.header-button .th-btn:hover svg {
    transform: translateX(3px) !important;
}

/* 4. Hero Sol Taraf Yazı Düzenlemeleri */
.hero-style3 .sub-title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    opacity: 0.9 !important;
    margin-bottom: 15px !important;
}

.hero-style3 .hero-title {
    font-size: 64px !important;
    line-height: 1.15 !important;
    color: #ffffff !important;
    margin-bottom: 25px !important;
}

.hero-style3 .hero-title span {
    color: #ffffff !important;
}

.hero-style3 .hero-title .title3 {
    color: #ffffff !important;
}

.hero-style3 .hero-text {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
    margin-bottom: 40px !important;
    max-width: 520px !important;
}

/* 5. 3 Daireli Premium Görsel Alanı */
.hero-circles-container {
    position: relative;
    width: 100%;
    height: 520px;
    margin-top: 20px;
}

.hero-circle {
    border: 7px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #120e2e;
}

.hero-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Daire 1 (Ana Büyük Daire - Sağ/Orta) */
.hero-circle-1 {
    width: 340px;
    height: 340px;
    right: 20px;
    top: 60px;
    z-index: 3;
}

/* Daire 2 (Orta Boy Daire - Sol/Üst) */
.hero-circle-2 {
    width: 240px;
    height: 240px;
    left: 40px;
    top: 20px;
    z-index: 2;
}

/* Daire 3 (Küçük Daire - Alt/Orta) */
.hero-circle-3 {
    width: 190px;
    height: 190px;
    left: 170px;
    bottom: 20px;
    z-index: 4;
    /* Üst üste binmesi için z-index ayarı */
}

/* Hover Efektleri */
.hero-circle:hover {
    transform: scale(1.06) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

/* 6. Responsive Uyumluluk */
@media (max-width: 1400px) {
    .hero-style3 .hero-title {
        font-size: 54px !important;
    }

    .hero-circle-1 {
        width: 300px;
        height: 300px;
    }

    .hero-circle-2 {
        width: 210px;
        height: 210px;
    }

    .hero-circle-3 {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 1199px) {
    .hero-3 {
        padding-top: 150px !important;
        padding-bottom: 80px !important;
    }

    .hero-circles-container {
        height: 420px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .hero-circle-1 {
        width: 260px;
        height: 260px;
        right: 15%;
        top: 40px;
    }

    .hero-circle-2 {
        width: 180px;
        height: 180px;
        left: 15%;
        top: 20px;
    }

    .hero-circle-3 {
        width: 150px;
        height: 150px;
        left: 35%;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .hero-style3 .hero-title {
        font-size: 40px !important;
    }

    .hero-circles-container {
        height: 320px;
    }

    .hero-circle-1 {
        width: 200px;
        height: 200px;
        right: 10%;
        top: 30px;
    }

    .hero-circle-2 {
        width: 140px;
        height: 140px;
        left: 10%;
        top: 10px;
    }

    .hero-circle-3 {
        width: 110px;
        height: 110px;
        left: 35%;
        bottom: 10px;
    }
}

@media (max-width: 575px) {
    .hero-style3 .hero-title {
        font-size: 32px !important;
    }

    .hero-circles-container {
        height: 260px;
    }

    .hero-circle-1 {
        width: 160px;
        height: 160px;
    }

    .hero-circle-2 {
        width: 110px;
        height: 110px;
    }

    .hero-circle-3 {
        width: 90px;
        height: 90px;
    }
}

/* 8. CTA Area Tasarım Renkleri Revizyonu */
.cta-wrap4 .sec-title {
    color: #a73df3 !important;
    /* Tasarım rengi mor */
}

.cta-wrap4 .cta-link {
    color: #1771f1 !important;
    /* Tasarım rengi mavi */
    transition: color 0.3s ease !important;
}

.cta-wrap4 .cta-link:hover {
    color: #a73df3 !important;
    /* Üzerine gelince mor */
}

/* CTA Alanı Başlık Genişliği ve Görsel Yuvarlama */
h2.sec-title.th-text-perspective {
    width: 50% !important;
}

.cta-img4-1 img {
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

.sticky-wrapper.sticky {
    background: #000 !important;
}

/* Mobil Menü ve Logo Hizalama */
@media (max-width: 991px) {
    .th-header.header-layout3 .menu-area {
        padding: 10px 20px !important;
        margin: 0 !important;
        border-radius: 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    .th-header.header-layout3 .menu-area .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 90% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .th-header.header-layout3 .menu-area .row > .col-auto {
        flex: 0 0 auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .header-logo img {
        max-width: 120px !important;
        height: auto !important;
    }
    .th-header.header-layout3 .th-menu-toggle {
        display: block !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        margin: 0 !important;
        z-index: 9999 !important;
        width: 45px !important;
        height: 45px !important;
        line-height: 45px !important;
    }
}

/* Scroll sırasında oyun kartı tıklamalarını engelleme */
.is-scrolling .course-item a {
    pointer-events: none !important;
}