.header-wrapper {
    width: 100%;
}

.navbar-row {
    --bs-gutter-x: 32px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
}

.navbar-desktop-wrapper {
    display: none;
}

@media (min-width: 1424px) {
    .mobile-col {
        display: none;
    }

    .navbar-desktop-wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 55px;
        padding-right: 55px;
    }

        .navbar-desktop-wrapper .navbar-logo {
            min-width: 250px;
        }
}

.navbar-desktop-wrapper .cursor-pointer {
    cursor: pointer;
}

.navbar-routes {
    display: flex;
    gap: 40px;
}

    .navbar-routes .navbar-route-element {
        padding-bottom: 12px;
        background-image: linear-gradient(#ffffff, #ffffff);
        background-size: 0px 2px;
        background-repeat: no-repeat;
        transition: background-size 0.3s;
        background-position: 0 34px;
        position: relative;
        line-height: 24px;
        font-size: 18px;
        color: #ffffff !important;
        font-family: "ubuntu-regular" !important;
        white-space: nowrap;
        text-decoration: none !important;
    }

        .navbar-routes .navbar-route-element:hover {
            background-size: 100% 2px;
        }

        .navbar-routes .navbar-route-element:last-child {
            line-height: 24px;
            font-size: 18px;
            color: #ffffff !important;
            text-decoration: none !important;
            font-family: "ubuntu-regular" !important;
            margin-right: 0;
        }

.navbar-apply {
    min-width: 335px;
    justify-content: end;
    margin-left: 10px;
    display: flex;
}

    .navbar-apply .asset {
        margin-right: 24px;
    }

.navbarButton-filled {
    display: flex;
    border-radius: 40px;
    background: var(--Neutral-White, #FFF);
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #004990;
    text-align: center;
    font-style: normal;
    font-size: 18px;
    word-wrap: normal;
    white-space: nowrap;
    font-weight: 500;
    font-family: "ubuntu-medium" !important;
    padding: 16px 24px;
    text-decoration: none;
    transition: background 0.5s;
}

    .navbarButton-filled:hover {
        background: linear-gradient(90deg,#ffffff 10%, #4399e8 95%);
    }

@media (max-width: 1424px) {
    .navbar-mobile-wrapper {
        position: fixed;
        width: 100%;
        z-index: 999;
        background-color: #003971;
        height: 56px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 16px;
    }

    .logo-mobile {
        margin-left: auto;
        margin-right: auto;
    }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    height: fit-content;
    background-color: #ffffff;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 600px;
    overflow: auto;
    max-width: 800px;
    border-radius: 16px;
}

    .modal-content .text-wrapper {
        padding: 16px 24px;
        height: fit-content;
        width: 100%;
        letter-spacing: 0;
        font-family: "ubuntu-regular" !important;
        color: #1c1c1c;
        line-height: 22px;
        align-items: center;
        text-align: start;
        font-size: 16px;
        text-decoration: none;
    }

        .modal-content .text-wrapper #fullName {
            font-family: "ubuntu-medium" !important;
        }

        .modal-content .text-wrapper #title {
            margin-bottom: 16px;
        }

#searchModal .close {
    color: #004990;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 18px;
    font-family: "ubuntu-bold" !important;
    line-height: 24px;
}

.close img {
    cursor: pointer;
}

form {
    gap: 16px;
    height: fit-content;
    width: 100%;
    justify-content: flex-start;
}

#searchInSite input[type="search"] {
    width: 100%;
    display: flex;
    height: fit-content;
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    gap: 4px;
    padding-left: 30px;
    padding: 10px;
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    vertical-align: middle;
    background: url("/assets/icons/search-icon.svg");
    background-position-y: center;
    background-position-x: 8px;
    background-size: 16px 16px;
    padding-left: 32px;
    color: #212121;
    background-color: white;
    background-repeat: no-repeat;
}

input::placeholder {
    color: #9e9e9e;
    opacity: 1;
}

#searchInSite .btn-filled {
    font-family: "ubuntu-medium" !important;
    font-size: 16px;
    color: #ffffff;
    background-color: #004990;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    width: fit-content;
    height: fit-content;
    border-radius: 8px;
    border: 0px solid transparent;
    padding: 10px 16px;
    gap: 8px;
}

h3 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-family: "ubuntu-medium" !important;
    font-family: "ubuntu-regular" !important;
}

.model-content-wrapper {
    max-height: 600px;
    height: fit-content;
    width: 100%;
    overflow: auto;
    padding: 16px 24px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}

#noResult {
    display: none;
}

.no-result {
    font-family: "ubuntu-regular";
    font-size: 16px;
    line-height: 22px;
}

    .no-result .searchWord {
        color: #004990;
        font-family: "ubuntu-medium";
    }

#searchResultsWrapper {
    padding: 16px;
    display: none;
}

    #searchResultsWrapper .row > * {
        margin-top: 0px;
        padding-top: 0px;
    }

        #searchResultsWrapper .row > *:not(:nth-child(1)) {
            border-top: 1px solid #e0e0e0;
            padding-top: 8px;
            margin-top: 8px;
        }

.result-row {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

    .result-row .title {
        font-family: "ubuntu-bold";
        font-size: 22px;
        color: #004990;
    }

    .result-row .detail {
        font-family: "ubuntu-regular";
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#searchShortcutWrapper {
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.top-searches {
    width: 100%;
    height: fit-content;
    display: flex;
    gap: 16px;
}

    .top-searches .top-search {
        border-radius: 8px;
        background-color: #f3f7fb;
        padding: 10px 16px !important;
        text-decoration: none;
        margin: 0px;
        width: fit-content;
        height: fit-content;
        color: #004990;
        font-size: 16px;
        line-height: 22px;
        font-family: "ubuntu-medium" !important;
    }

    .top-searches .short-search {
        text-decoration: none;
        border-radius: 8px;
        padding: 10px 16px !important;
        margin: 0px;
        width: fit-content;
        height: fit-content;
        color: #004990;
        font-size: 16px;
        line-height: 22px;
        font-family: "ubuntu-medium" !important;
        background-color: transparent;
        border: 1px solid #e0e0e0;
    }

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: -100%; /* Start hidden outside of screen */
    width: 100%;
    height: 100%;
    background-color: #004990;
    z-index: 1000;
    transition: right 0.3s ease;
    display: flex;
    padding-top: 6px;
    padding-bottom: 24px;
    flex-direction: column;
}

    .mobile-menu-overlay.active {
        right: 0; /* Slide in */
    }

.mobile-menu-content a {
    font-size: 18px;
    color: #003971;
    text-decoration: none;
    font-family: "ubuntu-regular" !important;
    margin-bottom: 24px;
}

.icon-wrapper {
    padding: 11px 16px;
    display: flex;
    justify-content: end;
}

.language-row {
    position: absolute;
    bottom: 0px;
    padding: 0px 18px;
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
}

.language-wrapper {
    display: flex;
    width: 100%;
    padding: 24px 0;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #007FC0;
}

    .language-wrapper .lang-text {
              font-family: "ubuntu-medium" !important;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        text-decoration:none;
        cursor:pointer;
        line-height: 20px;
    }

.side-menu {
    scrollbar-width: none;
    scroll-behavior: auto;
    box-sizing: border-box;
    overflow: auto;
    height: fit-content;
    width: 100%;
    align-self: start;
}

    .side-menu > ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        gap: 16px;
        display: flex;
        flex-direction: column;
    }

        .side-menu > ul > li {
            width: 100%;
        }

            .side-menu > ul > li > ul {
                display: flex;
                flex-direction: column;
                padding-left: 24px;
                padding-right: 24px;
                gap: 16px;
            }

.sub-menu > li {
    list-style: none;
    padding: 0px;
    width: fit-content;
    margin: 0px;
    gap: 16px;
}

.side-menu ul li.active a {
    color: #004990;
}

.side-menu .collapsible {
    background-color: transparent;
    justify-content: space-between;
    height: fit-content;
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    letter-spacing: 0;
    color: #ffffff;
    padding: 16px 24px;
    gap: 8px;
    width: 100%;
}

    .side-menu .collapsible.sub-collapsible {
        padding: 0px;
    }

        .side-menu .collapsible.sub-collapsible.open {
            background-color: transparent;
        }

    .side-menu .collapsible a {
        background-color: transparent;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        font: inherit;
        cursor: pointer;
        color: inherit;
    }

.side-menu .dropdown-btn {
    background-color: transparent;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    color: inherit;
}

.side-menu .collapsible.active {
    background-color: #003971;
    font-family: "ubuntu-medium" !important;
}

.side-menu a {
    font-family: "ubuntu-regular" !important;
    font-size: 15px;
    text-align: start;
    word-wrap: break-word;
    text-decoration: none;
    line-height: 22px;
    display: flex;
    letter-spacing: 0;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 8px;
    width: 100%;
}

.side-menu .sub-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: 300ms ease-in-out;
    > div

{
    overflow: hidden;
}

}

.side-menu .sub-menu .li-div {
    display: grid;
}

    .side-menu .sub-menu .li-div li {
        height: fit-content;
        padding: 10px 8px 10px 24px;
        gap: 8px;
        margin: 0;
    }

.side-menu .sub-menu.show {
    grid-template-rows: 1fr;
    padding: 6px 16px 6px 20px;
}

.side-menu .sub-menu.grand-sub-menu.show {
    grid-template-rows: 1fr;
    padding: 6px 0px 6px 0px;
}

.dropdown-btn img {
    transition: 200ms ease;
}

.rotate img {
    rotate: -180deg;
}

.side-menu .sub-menu a {
    font-family: "ubuntu-regular" !important;
    font-size: 16px;
    line-height: 22px;
    border: 0px solid #e0e0e0;
    display: flex;
    letter-spacing: 0;
    padding-bottom: 0;
    padding-top: 0;
    color: #ffffff;
    padding-left: 0px;
    width: fit-content;
}

.hesap-ac-wrapper {
    position: relative;
    display: flex;
}

.hesap-ac-modal {
    position: absolute;
    border: 1px solid #E0E0E0;
    top: 140%;
    right: 0;
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    min-width: 276px;
    width: fit-content;
    height: fit-content;
    gap: 20px;
    z-index: 1000;
}

    .hesap-ac-modal.hidden {
        display: none;
    }

.modal-arrow {
    position: absolute;
    top: -6px;
    right: 24%;
    background-color: white;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.modal-content-wrapper {
    font-family: "ubuntu-regular";
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.chapter {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: fit-content;
}


.modal-content-wrapper .highlight {
    font-family: "ubuntu-bold" !important;
    color: #003971;
}

.modal-button {
    display: flex;
    font-family: "ubuntu-medium" !important;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    height: fit-content;
    text-align: center;
    padding: 11px 12px;
    background-color: #003971;
    color: white;
    border-radius: 8px;
    text-decoration: none;
}

    .modal-button img {
        justify-content: center;
        align-items: center;
        width: 12px;
        height: 12px;
    }

hr {
    border: none !important;
    opacity: 1 !important;
    margin: 0px !important;
    padding: 0px !important;
    color: #e0e0e0 !important;
    border-top: 2px solid #e0e0e0 !important;
}
