/* Mega Menü Arka Plan */
.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fafbfc; /* ikas tarzı çok açık gri */
    border-top: 1px solid #e6e6e6;
    padding: 0;
    display: none !important;
    z-index: 9999 !important;
    width: 100vw !important;
}

/* Hover ile Açılma */
@media (min-width: 992px) {
    .nav-item.dropdown:hover .mega-menu,
    .mega-menu-item:hover .mega-menu,
    .mega-menu-item:hover .dropdown-menu.mega-menu {
        display: block !important;
    }
}

/* Mobilde dropdown normal açılsın */
@media (max-width: 991px) {
    .mega-menu {
        display: none !important;
    }
    .mega-menu-item {
        display: none !important;
    }
}

/* Menü Başlıkları */
.mega-menu h6 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

/* İçerik item açıklamaları */
.mega-item-title {
    font-weight: 600;
    font-size: .95rem;
    margin-bottom: .25rem;
}

.mega-item-text {
    color: #555;
    font-size: .85rem;
}

/* Başarı Hikayesi */
.success-box {
    background: transparent;
    padding: 1rem;
    border-radius: .75rem;
    border: 1px solid #e0e0e0;
}

.success-box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

/* Hover düzgün dursun */
.dropdown-menu.show {
    display: block;
}

.catmenuler{background:#fff; padding: 40px 20px}
.catbanner{padding: 40px 20px}

/* Grid Layout Overrides */
.mega-menu .row {
    margin: 0 !important;
}
.mega-menu .col-lg-7 {
    padding: 0 !important;
    background: #fff !important;
}
.mega-menu .col-lg-5 {
    padding: 0 !important;
    background: #f5f5f5 !important;
}
.mega-menu .container {
    max-width: 1200px;
    margin: 0 auto;
}
