#mega-menu-wrapper {
    gap: 0;
}

.megakont {
    width: 100%;
}

/* Ana Konteyner ve Grid */
.servicemenu {
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
}

.servicemenu.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    width: 100%;
}

.mmm-close-button {
    position: absolute;
    top: 10px;
    right: 40px;
    background: none;
    border: none;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    color: #363636;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
    z-index: 10;
    /* Diğer öğelerin üzerinde kalması için */
}

.mmm-close-button:hover {
    color: #000;
    transform: rotate(90deg);
}

.servicemenu-grid {
    display: flex;
    gap: 0px;
    width: 100%;
    flex: 1;
    min-height: 0;
}

.menu-column-1 .mmm-full-menu {
    direction: rtl;
    overflow-y: auto !important;
    flex: 1 !important;
    min-height: 0 !important;
}

.menu-column-1 .mmm-full-menu li {
    direction: ltr;
}

.menu-column {
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    padding: 20px 40px 40px 40px;
    max-width: 460px;
    width: 50%;
    flex-shrink: 0;
}

.servicemenu-grid.level-2-active .menu-column {
    flex-basis: 420px;
}

.dynamic-content-area {
    padding: 40px;
    background-color: #fbfbfb;
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

.dynamic-content {
    width: 43%;
}

.servicemenu-grid.level-2-active .dynamic-content {
    width: 52%;
}

.servicemenu-grid.level-3-active .menu-column-1,
.servicemenu-grid.level-3-active .menu-column-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 420px;
}

.servicemenu-grid.level-3-active .menu-column-3 {
    flex-grow: 1;
    flex-basis: auto;
    max-width: none;
}

.menu-column-3 .mmm-menu-content-wrapper .sub-menu {
    column-count: 2;
    column-gap: 30px;
    /* İki sütun arasındaki boşluk */
}

/* Gerekirse, bir menü öğesinin iki sütun arasında bölünmesini engellemek için */
.menu-column-3 .mmm-menu-content-wrapper .sub-menu li {
    break-inside: avoid;
    page-break-inside: avoid;
    /* Eski tarayıcılar için */
    margin-bottom: 15px;
}

.menu-column-2,
.menu-column-3 {
    display: none;
}

.mmm-menu-item-content {
    display: flex;
    flex-direction: column;
}

.menu-column-1,
.menu-column-2 {
    border-right: 1px solid #D9D9D9;
}

.mmm-column-header {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 31px;
}

.mmm-column-header i {
    /* h4 stilini kaldırdım, sadece boşlukları yönetiyor */
    margin: 0;
    color: #999;
}

.mmm-column-header h4 {
    color: #131313;
    margin: 0;
}

.mmm-column-header h4 a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* Sütun 1'e Özel Stiller */
.menu-column-1>ul>li>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    margin-bottom: 8px;
    transition: border-color 0.3s ease;
    background: #fff;
    position: relative;
    color: #131313;
}

.menu-column-1>ul>li>a:hover {
    border-color: #363636;
}

.menu-column-1>ul>li>a.is-active {
    background-color: var(--e-global-color-d224a14);
    color: #ffffff;
    border-color: var(--e-global-color-d224a14);
}

.mmm-title {
    color: #131313;
    font-weight: bold !important;
}

.mmm-description {
    color: #686868;
    max-width: 270px;
}

.menu-column-1>ul>li>a.is-active .mmm-title,
.menu-column-1>ul>li>a.is-active .mmm-description,
.menu-column-1>ul>li>a.is-active .mmm-icon-wrapper {
    color: #ffffff;
}

.mmm-menu-content-wrapper .sub-menu {
    padding: 0;
    margin: 0;
}

/* Sütun 2'ye Özel Stiller */
.menu-column-2 li a,
.menu-column-3 li a {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 44px;
    max-height: 60px;
    padding: 0 10px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #363636;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.menu-column-2 li a:hover,
.menu-column-3 li a:hover {
    font-weight: bold;
    color: #131313;
}

/* İkonlar ve Diğer Genel Stiller */
.mmm-full-menu,
.mmm-full-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mmm-full-menu li a {
    text-decoration: none;
}

.mmm-icon-wrapper {
    position: relative;
    width: 24px;
    height: 16px;
    margin-left: auto;
    display: inline-block;
    color: inherit;
}

.menu-column-1>ul>li>a .mmm-icon-wrapper {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.mmm-icon-wrapper i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
}

.icon-hover {
    opacity: 0;
}

.icon-default {
    opacity: 1;
}

.mmm-full-menu a:not(.is-active):hover .icon-hover,
.menu-column-2 a:hover .icon-hover {
    opacity: 1;
}

.mmm-full-menu a:not(.is-active):hover .icon-default,
.menu-column-2 a:hover .icon-default {
    opacity: 0;
}

/* Dinamik İçerik Alanı */
.dynamic-content-area>div {
    display: none;
}

.dynamic-content-area>div.active {
    display: block;
}

body.mmm-no-scroll,
html.mmm-no-scroll {
    overflow: hidden;
}

.mmm-footer-menu-wrapper {
    /* İstenen padding değerleri */
    padding-top: 34px;
    padding-bottom: 34px;
    padding-left: 40px;
    padding-right: 40px;

    /* Ana menü kolonlarıyla aynı arka planı ve ayrımı koru */
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    border-top: 1px solid #D9D9D9;

    /* Dikey esnek düzende sabit kalması için */
    flex-shrink: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.mmm-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* Öğeleri yatayda hizala */
    flex-wrap: wrap;
    /* Gerekirse alt satıra kaydır */
    gap: 10px 24px;
    /* Dikey 10px, Yatay 24px boşluk */
    align-items: center;
}

.mmm-footer-menu li {
    display: flex;
    align-items: center;
    position: relative;
}

.mmm-footer-menu li a {
    text-decoration: none;
    color: #363636;
    /* İstenen link rengi */
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -3%;
}

/* Sosyal Medya İkonları */
.mmm-social-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    align-items: center;
}

.mmm-social-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mmm-social-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363636;
    transition: color 0.3s ease, transform 0.3s ease;
}

.mmm-social-menu li a:hover {
    color: #041E42;
    transform: translateY(-2px);
}

.mmm-social-menu li a svg {
    width: 24px;
    height: 24px;
}

/* Ayırıcı Nokta (ilk öğe hariç tümüne) */
.mmm-footer-menu li:not(:first-child)::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #D9D9D9;
    /* İstenen simge rengi */
    border-radius: 50%;
    margin-right: 24px;
    /* Simge ile yazı arasındaki boşluk */
}

.menu-column-3 .mmm-menu-content-wrapper {
    max-width: 650px;
}

/* Laptop ve tablet boyutundaki ekranlar için düzenlemeler (13", 14", 15") */
@media screen and (max-width: 1600px) {
    .servicemenu.is-open {
        height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
    }

    .servicemenu-grid {
        flex: 1 0 auto;
        min-height: 0;
        height: auto;
    }

    /* Scroll bar stilini özelleştir (opsiyonel) */
    .servicemenu.is-open::-webkit-scrollbar {
        width: 8px;
    }

    .servicemenu.is-open::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .servicemenu.is-open::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

    .servicemenu.is-open::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .servicemenu.is-open .mmm-description {
        display: none;
    }

    .servicemenu.is-open .body-l {
        font-size: 16px;
    }

    .service_newsletter {
        --width: 85% !important;
    }

    .dynamic-content-area {
        padding: 20px;
    }

    .menu-column-3 .mmm-menu-content-wrapper .sub-menu {
        column-gap: 12px;
    }

    .menu-column {
        padding: 25px;
    }

    .menu-column-3 .mmm-menu-content-wrapper {
        max-width: 620px;
    }

}