﻿/* =============================
   INDEX — KATEGORİ BLOKLARI (CLEAN)
============================= */

.hero-wrapper {
    padding-bottom: 0 !important;
}



/* satır */
.index-hero-categories {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 130px;
}

/* kart */
.index-category {
    width: 260px;
    text-align: center;
}

/* kart başlığı */
.index-head {
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #e6e9f2;
    border-radius: 16px;
    padding: 16px 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
    font-weight: 600;
    cursor: pointer;
    transition: .22s ease;
    color: #1f1f1f;
}

    /* hover */
    .index-head:hover {
        transform: translateY(-3px);
        border-color: #d6dbff;
        box-shadow: 0 26px 60px rgba(0,0,0,.14);
    }

/* dropdown */
.index-dropdown {
    display: none;
    margin-top: 14px;
    background: #fff;
    border: 1px solid #e6e9f2;
    border-radius: 16px;
    padding: 10px 8px;
    box-shadow: 0 24px 55px rgba(0,0,0,.12);
    max-height: 290px;
    overflow-y: auto;
}

    .index-dropdown li {
        padding: 10px;
        border-bottom: 1px solid #f1f2fb;
        color: #333;
    }

        .index-dropdown li:hover {
            background: #eef1ff;
            color: #4c47ff;
            padding-left: 14px;
        }


.highlighted-categories {
    margin-top: -5px !important; /* hero’ya yakın ama yapışık değil */
    padding-top: 6px !important;
}

/* =============================
   PREMIUM GÖRÜNÜM
============================= */

/* hero başlık */
.hero-heading .sec__title {
    font-weight: 800;
    letter-spacing: .5px;
    font-size: 36px;
}

.hero-heading p {
    opacity: .9;
    font-size: 15px;
}

/* kategori kutuları */
.index-head {
    background: linear-gradient(180deg,#ffffff 0%,#fafbff 100%);
    border: 1px solid #dfe4ff;
    box-shadow: 0 18px 40px rgba(0,0,0,.06), 0 0 0 3px rgba(111,127,255,.03);
    border-radius: 18px;
    transition: .25s ease;
}

    /* hover — hafif premium glow */
    .index-head:hover {
        transform: translateY(-6px);
        box-shadow: 0 30px 70px rgba(0,0,0,.12), 0 0 0 3px rgba(106,117,255,.15);
    }

    /* icon */
    .index-head .icon-element {
        background: #f3f4ff;
        color: #5d5bff;
        border: none;
    }

/* dropdown tasarım */
.index-dropdown {
    border-radius: 18px;
    border-color: #e1e4ff;
    box-shadow: 0 30px 70px rgba(0,0,0,.12);
}

    .index-dropdown li {
        font-size: 14px;
        font-weight: 500;
        color: #222;
    }

        .index-dropdown li:hover {
            background: #eff1ff;
            color: #4c47ff;
            font-weight: 600;
        }

/* aktif ok ikonuna premium renk */
.index-head .la-angle-down {
    color: #5c60ff;
}


/* PREMIUM ICON STİLİ */
.index-head .icon-element {
    background: #f6f7ff !important;
    color: #4f5bff !important;
    border: 1px solid #e3e6ff !important;
    width: 52px;
    height: 52px;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(0,0,0,.07);
}

/* hover durumda ikon da premium dursun */
.index-head:hover .icon-element {
    background: #4f5bff !important;
    color: #ffffff !important;
    border-color: #4f5bff !important;
}
.hero-bg-2 {
    background-image: url("/images/hero.png");
    background-size: cover;        /* tam doldur */
    background-position: center;   /* ortala */
    background-repeat: no-repeat;
    min-height: 520px;             /* hero yüksekliği */
    position: relative;
}
