.menu > ul > li a.booking-highlight {
    position: relative;
    display: inline-block;
    z-index: 2;

    /* Világosabb, rezesebb/bronzosabb gradiens */
    background: linear-gradient(135deg, #8a5a3a 0%, #e6b980 100%);
    color: #fff !important;

    padding: 12px 15px;
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 0px 0px 0 0; 
    text-decoration: none;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,0.4);

    /* Világosabb, melegebb bronz árnyék */
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 
                0 3px 3px rgba(101, 67, 33, 0.6);

    width: 110%;
    box-sizing: border-box;
    margin-left: -5% !important;
    text-align: center;
    
    transform: translateY(-2px);
    transition: all 0.2s ease-in-out;
}

/* BAL alsó hajtás - rezesebb barna */
.menu > ul > li a.booking-highlight::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0; 
    border-color: transparent #5e3a24 transparent transparent;
    z-index: -1;
}

/* JOBB alsó hajtás - rezesebb barna */
.menu > ul > li a.booking-highlight::after, .menu > ul > li:hover a.booking-highlight::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #5e3a24 transparent transparent transparent;
    z-index: -1;
}

/* HOVER állapot: Aranyosabb fény és határozottabb bronz ragyogás */
.menu > ul > li a.booking-highlight:hover {
    transform: translateY(-3px);
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.4), 
                0 3px 3px rgba(101, 67, 33, 1);
}

/* Mobil optimalizálás */
@media only screen and (max-width: 768px) {
    .menu > ul > li a.booking-highlight {
        width: 100%;
        margin-left: 0 !important;
        border-radius: 0px;
        box-shadow: 0 2px 4px rgba(101, 67, 33, 0.4);
    }
    .menu > ul > li a.booking-highlight::before,
    .menu > ul > li a.booking-highlight::after {
        display: none;
    }
}

.header-top-button.booking-highlight {
    position: relative;
    display: inline-block;
    padding: 10px 40px 10px 22px;
    background: linear-gradient(135deg, #8a5a3a 0%, #e6b980 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 2px rgba(101, 67, 33, 0.5);
    float: right;
    margin-top: -60px;
    margin-right: -45px;
    z-index: 999;
    border-radius: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    overflow: visible;
}

.header-top-button.booking-highlight::before {
    content: "→";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.header-top-button.booking-highlight::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 0 0;
    border-color: #5e3a24 transparent transparent transparent;
    z-index: -1;
}

.header-top-button.booking-highlight:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 3px rgba(101, 67, 33, 1);
}

.header-top-button.booking-highlight:hover::before {
    right: 8px;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    .header-top-button.booking-highlight {
        display: block !important;
        float: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 !important;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        z-index: 10000;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    }
    .header-top-button.booking-highlight::after {
        display: none;
    }
    body {
        padding-top: 50px; /* Helyet hagy a fixált gombnak */
    }
}

@media only screen and (max-width: 768px) {
    .header-top-button.booking-highlight {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .header-top-button.booking-highlight {
        margin-right: -40px;
    }
}


@media only screen and (max-width: 991px) {
    .header-top-button.booking-highlight {
        margin-right: -30px;
    }
    #circles {
        overflow: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .header-top-button.booking-highlight {
        display: none !important;
    }
}

/*

.menu > ul > li a.booking-highlight {
    position: relative;
    display: inline-block;
    z-index: 2;
    background: linear-gradient(135deg, #c59d5f, #e6c07b);
    color: #fff !important;
    padding: 12px 15px;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 
        0 6px 16px rgba(0,0,0,0.15),
        0 0 12px rgba(197,157,95,0.25);
    transform: translateY(-2px);
    transition: all 0.3s ease;
    overflow: visible;
    width: 110%;
    margin-left: -5% !important;
    padding-right: 5%;
}
.menu > ul > li a.booking-highlight::before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: -2px;
    height: 4px;
    background: linear-gradient(180deg, #a67c3b, #7e5a28);
    border-radius: 0 0 4px 4px;
    z-index: -1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.menu > ul > li a.booking-highlight:hover,
.menu > ul > li.current > a.booking-highlight,
.menu > ul > li.active > a.booking-highlight {
    background: linear-gradient(135deg, #b88c4a, #d4aa5a);
    text-shadow: 0 2px 4px rgba(0,0,0,0.35);
    box-shadow: 
        0 10px 22px rgba(0,0,0,0.18),
        0 0 18px rgba(197,157,95,0.35);
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
	.menu > ul > li a.booking-highlight {
	    width: 100%;
	    margin-left: 0% !important;
	    padding-right: 0%;
	}
}

*/