/* Custom styles */
/*body {
   background-color: #f4ebe2; class bg-stone-50
}*/

.menu-link {
    position: relative;
    display: inline-block;
    padding-bottom: 4px;
}

.menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #451904;
    transition: width .3s ease;
}

.menu-link:hover::after,
.menu-link:focus-visible::after {
    width: 100%;
}

/* Tour detail swiper */
.swiper-button-prev,
.swiper-button-next {
    color: #78350f !important;
}

/* END - Tour detail swiper */