/* Alap konténer stílusok */
.responsive-menu-container {
    position: relative;
}

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

.desktop-menu-container {
    display: flex;
    gap: 30px;
    position: relative;
}

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

.menu-item-wrapper > a {
    text-decoration: none;
    position: relative;
    display: flex;
    font-style: normal;
    font-size: 17px;
    font-family: "span", Sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}



.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: #ffffff;
    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: #023373;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80%;
    max-width: 300px;
    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;
    letter-spacing: 0.09px;
    text-decoration: none;
    position: relative;
    display: flex;
    line-height: normal;
    font-family: "span", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
}

.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: #ffffff;
    padding: 0px;
    font-size: 45px;
}

.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-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 10px 0;
}

.menu-item-wrapper:hover .dropdown-menu {
    display: block;
}

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

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

/* 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);
}

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

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

    img.mobile-logo {
        width: 85px;
    }
}