html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Quicksand', sans-serif;
    background-color: #fffcf2;
}
.bg-theme {
    background-color: #fff3c4;
}
.text-theme {
    color: #b99100;
}
.border-theme {
    border-color: #f2d98d;
}
.hover\:bg-theme-dark:hover {
    background-color: #fce29c;
}
.bg-theme-dark {
    background-color: #fde9aa;
}
/* Header */
.header-nav a {
    text-decoration: none;
    color: #4a4a4a;
}

.header-nav a:hover {
    color: #b99100; /* Màu vàng cho hiệu ứng hover */
}

.logo img {
    max-width: 50px;
}
#review-carousel > div {
    width: 100%; /* đảm bảo mỗi slide chiếm full chiều rộng */
}
