body {
    padding-top: 56px;
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #fff8e7;
    width: 100%;
    overflow-x: hidden;
}

.anchor {
    display: block;
    position: relative;
    top: -56px;
}

section {
    padding-bottom: 25px;
    border-bottom: 2px solid #4E4638;
    width: 100%;
}

#diasor {
    border-bottom: none;
    padding-bottom: 0;
}

#diasor .carousel-item {
    height: 50vh;              /* ezt állítsd ízlés szerint */
}

/* Képek igazítása */
#diasor .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;          /* kitölti a teret, nem torzul */
}

h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #4E4638;
}

li{
    color:white;
}
.nalunk{
    color: black;
}
.dia-elem-szovegdoboz{
    background-color: #4E4638;
}
nav{
    font-weight: 600;
    background-color: #4E4638;
}
footer{
    background-color: #4E4638;
}
.kimegy{
    color: #D4924B;
    text-decoration: none;
}
.kimegy:hover{
    color: #D4924B;
    text-decoration: none;
}
.kimegy:visited{
    color: #D4924B;
    text-decoration: none;
}
#nevecske{
    color: #D4924B;
}
dt{
    color: #4E4638;
}
dd{
    color: #D4924B;
}
span:hover{
    color: #D4924B;
}
#tapos{
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.tooltip {
    visibility: visible;
    width: 300px;
    background-color: #4E4638;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 3;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}
#tapos:hover .tooltip{
    visibility: visible;
    opacity: 1;
}
b{
    color: #4E4638;
} 
#farmtaph1{
    color: #4E4638;
}
#megnyitottunk{
    color: #D4924B;
}
#ar{
    color: #D4924B;
}
#tapos .image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1; /* Állítsd be a képek magasságát */
}

#tapos .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* A képek méretarányos kitöltése */
    transition: opacity 0.3s ease; /* Simább átmenet */
}

#tapos .image-wrapper #eredetikep {
    opacity: 1;
    z-index: 1;
}

#tapos .image-wrapper #ujkep {
    opacity: 0;
    z-index: 2;
}

#tapos:hover .image-wrapper #eredetikep {
    opacity: 0;
}

#tapos:hover .image-wrapper #ujkep {
    opacity: 1;
    transform: scale(1);
}
.megamenu .dropdown-menu {
    width: 420px;
}

.menu-card {
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: all .2s ease;
}

.menu-card img {
    height: 70px;
    object-fit: contain;
    margin-bottom: 6px;
}

.menu-card span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.menu-card:hover {
    background: #f5f5f5;
    transform: translateY(-3px);
}
