/* Alap konténer stílusok */
.responsive-menu-container {
    position: relative;
    height: auto;
    display: flex;
    border-bottom: 1px solid #ffffff3b;
}

/* Desktop menü stílusok */
.desktop-menu {
    display: flex;
    flex-direction: row;
}

.social-icons {
    display: flex;
    gap: 10px;
}

a.socialikon {
    background: linear-gradient(133deg, #F21D1D 0%, #F27329 67%, #F28A2E 80%);
    width: 30px;
    height: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.desktop-menu-container {
    display: flex;
    gap: 20px;
    align-items: center;
    position: relative;
}

a.socialikon svg {
    width: 16px;
    height: auto;
    fill: white;
}

.menu-item-wrapper {
    position: relative;
    display: inline-block;
}

.menu-item-wrapper > a {
    text-decoration: none;
    position: relative;
    display: flex
;
    font-style: normal;
    font-family: "source-sans-pro", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}


.responsive-menu-container.feher {

border-bottom: 0px solid #ffffff3b;

}

.footer-contactadrres {
    margin-bottom: 15px;
}





.responsive-menu-container.feher .menu-item-wrapper > a {
    color: #1A1A1A;
}

.menu-item-wrapper > a:hover::after {
    width: 100%;
}

.menu-item-wrapper.current-menu-item > a::after {
    width: 100%;
    background-color: #ffffff;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.szunyoghallo-links-container {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    font-family: "proxima-nova", Sans-serif;
}

a.szunyoghallo-link {
    color: #242424;
}

/* Mobil menü stílusok */
.mobile-menu {
    display: none;
}

.mobile-menu-toggle {
    display: none;
    background: transparent;
    color: #fff;
    padding: 0px;
    cursor: pointer;
}

svg#fi_9121er524 {
    fill: #000000;
    width: 42px;
    height: auto;
    margin-bottom: -3px;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80%;
    max-width: 300px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.mobile-menu-overlay.open .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-item:last-child {
    border-bottom: none;
}

.mobile-menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    flex-direction: row;
}

nav.mobile-menu-nav {
    margin-top: 31px;
}

.mobile-menu-item {
    padding-top: 12px;
    padding-bottom: 0px;
}

.mobile-menu-item-header a {
    flex-grow: 1;
    margin-bottom: 8px;
    text-decoration: none;
    position: relative;
    display: flex;
    color: #242424;
    font-size: 17px;
    font-family: "source-sans-pro", Sans-serif;
    font-weight: 500;
    line-height: normal;
}

.mobile-submenu-toggle {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 0px;
    color: #374041;
}

.mobile-submenu-toggle:hover {
    background: none;
    color: #374041;
}

button.mobile-menu-close {
    background: transparent;
    color: #374041;
    padding: 0px;
    font-size: 35px;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mobile-submenu {
    max-height: 0;
    padding: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background-color: #fff;
}

.mobile-submenu a {
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
    font-family: "Barlow Condensed", Sans-serif;
    color: #050327;
}

.mobile-menu-footer {
    margin-top: 25px;
}

.mobilgomb {
    margin-bottom: 25px;
}

.foglalasmobil {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    background-color: #A57884;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

.mobiltextinfo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.custom-fejleclink {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #666;
}

.mobilciminfo {
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    color: #666;
}

.mobilinfotext {
    font-size: 14px;
    font-family: "Montserrat", Sans-serif;
    color: #666;
}

p.column-title {
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    color: #212121;
    margin-bottom: 5px;
}

p.column-description {
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 10px;
}

.dropdown-arrow {
    margin-left: 1px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-end;
    height: 24px;
}

/* Desktop dropdown menü stílusok */
/* Dropdown menü alap animációval, áttűnő és lecsúszó hatással */
.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fdfdfd;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px 0;
    border-radius: 10px;
}



.menu-item-wrapper:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu a {
    display: block;
    padding: 8px 15px;
    color: #212121;
    text-decoration: none;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: background-color 0.3s ease;
}

.dropdown-menu a:hover {
    font-weight: 500;
}

/* Mobil dropdown menü stílusok */
.mobile-dropdown {
    background-color: #f7f7f7;
    padding: 0px 0;
}

.mobile-dropdown-item {
    display: block;
    padding: 10px 20px;
    color: #050327;
    font-family: "Barlow Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

svg#fi_2722987 {
    height: auto;
    width: 18px;
}

.mobile-dropdown-item:hover {
    color: #AFD9AD;
}

/* Meglévő mobil submenu módosítások */
.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.mobile-menu-item.open .mobile-submenu {
    max-height: 1000px; /* Elég nagy érték, hogy minden tartalom elférjen */
}

.mobile-menu-item.open .mobile-submenu-toggle {
    transform: rotate(45deg);
}

/* Külső konténer teljes szélességben, háttérhez */
.menu-outer-container {
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgb(43 45 45 / 84%) 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.4s ease;
    /* Kezdetben átlátszó, ha nem görgettünk */
    opacity: 1;
}

/* Menu elemek színváltása */
.menu-items a {
    transition: color 0.4s ease;
}

.menu-btn {
    transition: all 0.4s ease;
}

/* Logo váltás alapbeállítások */
.menu-logo .default-logo {
    display: block;
    transition: opacity 0.4s ease;
    width: 80px;
    height: auto;
}


/* Sticky menü osztály, amit JS ad hozzá görgétsnél */
.sticky-visible {
    background: #ffffff !important; /* Fontos jelölő a biztos felülíráshoz */
    background-image: none !important; /* Biztosítja, hogy a gradient is eltűnjön */
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

/* Sticky állapotban a menü elemek színének változása */
.sticky-visible .menu-items a, 
.sticky-visible .menu-item-wrapper > a {
    color: #212121;
}

/* Sticky állapotban a gomb színének változása (opcionális) */
.sticky-visible .menu-btn {
    background-color: #018fa5;
    color: #ffffff;
}

/* Sticky állapotban a logó váltása */

/* Dropdown menü stílusok frissítése */
.dropdown-menu {
    transition: all 0.3s ease;
}

.sticky-visible .dropdown-menu {
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sticky-visible .dropdown-menu a {
    color: #212121;
}

.sticky-visible .dropdown-arrow svg {
    fill: #212121;
}

/* Nyilak és ikonok színváltása */
.dropdown-arrow svg {
    fill: #212121;
    transition: fill 0.4s ease;
}

/* Adjunk helyet a sticky menü alatt a tartalom számára */
body {
    padding-top: 90px; /* A menü magassága + egy kis extra hely */
}

/* Animáció hozzáadása */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sticky-visible {
    animation: fadeInDown 0.3s ease-in-out;
}

/* Belső konténer fix szélességgel középen */
.responsive-menu-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 7px 0px;
    z-index: 999;
    gap: 66px;
    width: 1200px;
    justify-content: space-between;
}

/* Menü részek: logó, menüpontok, gombok */
.menu-logo {
    position: relative; /* A logó váltáshoz kell */
}

.menu-logo img {
    display: block;
}

.menu-items {
    display: flex;
    gap: 30px;
    align-items: center;
}

.menu-actions {
    display: flex;
    gap: 15px;
}

.menu-btn {
    display: inline-block;
    background-color: #02afcd;
    color: #fff;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu-btn:hover {
    background-color: #018fa5;
}

body.admin-bar .menu-outer-container {
    top: 32px; /* Ez az alapértelmezett WordPress admin sáv magassága */
}

body.admin-bar .menu-outer-container.sticky-visible {
    top: 32px;
}

/* Reszponzív beállítások */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    .topbar-menu {
        display: none !important;
    }

    body.admin-bar .menu-outer-container.sticky-visible {
        top: 46px;
    }

    .mobile-menu,
    .mobile-menu-toggle {
        display: block;
    }

    img.mobile-logo {
        width: 85px;
    }
    
    /* Mobil sticky menü beállítások */
    .sticky-visible .mobile-menu-toggle svg {
        fill: #212121;
    }
    
    .mobile-menu-toggle svg {
        transition: fill 0.4s ease;
    }

    .menu-items {
        display: none;
    }

    .responsive-menu-wrapper {
        max-width: 100%;
        margin: 0 auto;
        display: flex
    ;
        align-items: center;
        padding: 7px 25px;
        z-index: 999;
        gap: 66px;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}
/* Topbar menü stílus */