﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAVIGATION WRAPPER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.navigation {
    height: 120px !important;
    background: #fff !important;
    border-bottom: 2px solid #e6e6e6 !important;
    position: relative !important;
    z-index: 9999 !important;
    overflow: visible !important;
}

.nav-container {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: space-around !important;
    padding: 0 30px !important;
    box-sizing: border-box !important;
    height: 120px !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BRAND / LOGO
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.brand {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.brand a,
.brand a:visited {
    color: #222 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   NAV LINKS â€” DESKTOP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
nav {
    display: flex;
    align-items: center;
}

nav ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
}

nav ul li {
    position: relative !important;
    white-space: nowrap !important;
}

nav ul li a,
nav ul li a:visited {
    display: block !important;
    margin: 0 !important;
    padding: 0 14px !important;
    line-height: 55px !important;
    color: #222 !important;
    background: #fff !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.05em !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
    position: relative !important;
    white-space: nowrap !important;
    transition: background 0.2s, color 0.2s !important;
}

nav ul li a:hover,
nav ul li a:focus,
nav ul li.active>a {
    background: #f5faff !important;
    color: #250e60 !important;
}

/* Alt mor ÅŸerit â€” normal linkler */
nav ul li>a::after {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 0 !important;
    height: 2px !important;
    background: #250e60 !important;
    transition: width 0.25s ease !important;
}

nav ul li>a:hover::after,
nav ul li>a:focus::after,
nav ul li.active>a::after {
    width: 80% !important;
}

/* Dropdown ana linkinde alt ÅŸerit YOK */
nav ul li.has-dropdown>a::after {
    display: none !important;
}

/* Eski ::after ok kuralÄ±nÄ± iptal et */
nav ul li a:not(:only-child)::after,
nav ul li a:visited:not(:only-child)::after {
    content: none !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DROPDOWN OK Ä°ÅžARETÄ°
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.dropdown-arrow {
    font-size: 0.75em !important;
    margin-left: 4px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transition: transform 0.25s ease !important;
    line-height: 1 !important;
}

nav ul li.has-dropdown:hover .dropdown-arrow {
    transform: rotate(180deg) !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DROPDOWN MENÃœ
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
nav ul li ul li {
    min-width: 100px;
}

nav ul li ul li a {
    padding: 12px 16px !important;
    line-height: 20px !important;
}

.navbar-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 99999 !important;
    background: #fff !important;
    box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.13) !important;
    min-width: 120px;
    border-radius: 0 0 8px 8px !important;
    padding-top: 4px !important;
    overflow: hidden !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
    transition:
        opacity 0.22s ease,
        transform 0.22s ease,
        visibility 0s linear 0.22s;
}

/* Animasyonlu mor Ã¼st Ã§izgi */
.navbar-dropdown::before {
    content: '' !important;
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #250e60 !important;
    transform: translateX(-50%) !important;
    transition: width 0.28s ease 0.12s !important;
}

@media screen and (min-width: 801px) {
    nav ul li:hover>.navbar-dropdown {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
        transition:
            opacity 0.22s ease,
            transform 0.22s ease,
            visibility 0s linear 0s;
    }

    nav ul li:hover>.navbar-dropdown::before {
        width: 100% !important;
    }
}

.navbar-dropdown li a {
    background: #fff !important;
    color: #222 !important;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 0.01em !important;
    transition: background 0.2s, color 0.2s, padding-left 0.15s !important;
    line-height: 20px !important;
}

.navbar-dropdown li a:hover {
    background: #f5faff !important;
    color: #250e60 !important;
    padding-left: 24px !important;
}

.navbar-dropdown li a::after {
    display: none !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HAMBURGER â€” masaÃ¼stÃ¼nde gizli
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.nav-mobile {
    display: none;
}

#navbar-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    position: relative !important;
}

#navbar-toggle span,
#navbar-toggle span::before,
#navbar-toggle span::after {
    border-radius: 2px !important;
    height: 3px !important;
    width: 26px !important;
    background: #250e60 !important;
    position: absolute !important;
    display: block !important;
    content: '' !important;
    transition: all 320ms cubic-bezier(0.23, 1, 0.32, 1) !important;
}

#navbar-toggle span {
    top: 50%;
    transform: translateY(-50%);
}

#navbar-toggle span::before {
    top: -9px;
}

#navbar-toggle span::after {
    bottom: -9px;
    top: auto;
}

#navbar-toggle.active span {
    background: transparent !important;
    background-color: transparent !important;
}

#navbar-toggle.active span::before {
    top: 0 !important;
    transform: rotate(45deg) !important;
}

#navbar-toggle.active span::after {
    top: 0 !important;
    bottom: auto !important;
    transform: rotate(-45deg) !important;
}

.switch-lang {
    text-align: left;
    cursor: pointer;
    z-index: 99999 !important;
}

.switch-lang a {
    display: flex !important;
    gap: 5px;
    align-items: center !important;
    text-align: center !important;
}

.switch-lang:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.switch-lang:focus-within .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.switcher-link {
    color: #fff;
}

.switcher-link:hover {
    color: #fff;
}

.current-lang {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 34px;
    padding: 0 10px;
    background: #34495e;
    border-radius: 5px;
    box-sizing: border-box;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.switch-lang:hover .current-lang,
.switch-lang:focus-within .current-lang {
    background: #2d4254;
    box-shadow: 0 8px 18px rgba(34, 49, 63, 0.22);
}

.lang-flag {
    width: 20px;
    display: inline-block;
}

.lang-text {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-indent: 0;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1;
}

.lang-dropdown {
    display: block;
    background: #34495e;
    border-radius: 5px;
    margin-top: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
    box-shadow: 0 10px 24px rgba(34, 49, 63, 0.22);
    overflow: hidden;
}

.selecting-lang {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: start;
    cursor: pointer;
    gap: 6px;
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    text-decoration: none;
}

.selecting-lang:hover {
    background: #22313f;
}

ul> :first-child {
    border-radius: 5px 5px 0px 0px;
}

ul> :last-child {
    border-radius: 0px 0px 5px 5px;
}

li {
    list-style-type: none;
}

.menu-arrow {
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    vertical-align: top;
    margin-top: 6px;
}



/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DESKTOP â€” nav-list daima gÃ¶rÃ¼nÃ¼r
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media screen and (min-width: 801px) {
    .nav-list {
        display: flex !important;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TABLET & MOBÄ°L  (â‰¤ 800px)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media only screen and (max-width: 800px) {

    .navigation {
        height: 70px !important;
    }

    .navigation.menu-open {
        z-index: 100001 !important;
    }

    .nav-container {
        width: 750px !important;
        position: relative !important;
        justify-content: center !important;
        align-items: center !important;
        height: 80px !important;
        padding: 0 16px !important;
    }

    /* Logo ortada */
    .brand {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .brand img {
        max-height: 56px;
        width: auto;
    }

    /* Hamburger saÄŸda */
    .nav-mobile {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        right: 14px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 44px !important;
        height: 44px !important;
    }

    .switch-lang {
        right: auto;
        width: 110px;
    }

    /* AÃ§Ä±lÄ±r menÃ¼ â€” navbar'Ä±n hemen altÄ±na yapÄ±ÅŸÄ±k */
    nav {
        position: absolute !important;
        top: 70px !important;
        left: 0 !important;
        width: 100% !important;
        background: #fff !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
        z-index: 9998 !important;
    }

    nav ul {
        display: none !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .navigation.menu-open .nav-list {
        display: flex !important;
    }

    nav ul li {
        float: none !important;
        width: 100% !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    nav ul li>a {
        padding: 14px 20px !important;
        line-height: 1.4 !important;
        height: auto !important;
        background: #fff !important;
        color: #222 !important;
        font-size: 1em !important;
    }

    nav ul li>a:hover {
        background: #f5faff;
        color: #250e60;
    }

    nav ul li>a::after {
        display: none !important;
    }

    /* Dropdown statik, JS ile aÃ§Ä±lÄ±r */
    .navbar-dropdown {
        position: static !important;
        visibility: visible !important;
        opacity: 1 !important;
        transform: none !important;
        pointer-events: auto !important;
        transition: none !important;
        display: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding-top: 0 !important;
        overflow: visible !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .has-dropdown.open>.navbar-dropdown {
        display: block !important;
    }

    .navbar-dropdown::before {
        display: none !important;
    }

    .navbar-dropdown li {
        min-width: 0;
        width: 100%;
    }

    .navbar-dropdown li a {
        padding: 12px 20px 12px 36px !important;
        background: #f8f8ff !important;
        font-size: 0.95em !important;
        border-bottom: 1px solid #ebebeb !important;
    }

    .navbar-dropdown li:last-child a {
        border-bottom: none;
    }

    .navbar-dropdown li a:hover {
        background: #eef2ff !important;
        padding-left: 42px !important;
    }

    nav ul li.has-dropdown.open .dropdown-arrow {
        transform: rotate(180deg);
    }

    nav ul li.has-dropdown:hover .dropdown-arrow {
        transform: none;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   TABLET  (801px â€“ 1024px)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media screen and (min-width: 801px) and (max-width: 1024px) {
    .nav-container {
        padding: 0 16px;
        width: 90% !important;
    }

    nav ul li>a {
        padding: 0 10px;
        font-size: 0.96em;
    }

    .brand img {
        max-width: 280px;
    }
}
