.slideshow-component {
    background: #fff !important;
}

.catering-box {
    background: var(--bg-gray-4);
    padding: 32px 0 60px;
}

.catering-box .catering-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.catering-box .catering-header h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    color: var(--red);
    padding-top: 72px;
}

.catering-box .brochure-link {
    position: absolute;
    top: 8px;
    right: 20px;
    text-decoration: underline !important;
    font-weight: 500;
    font-size: 0.85rem;
    color: var(--gray);
    transition: all 0.2s ease-in-out;
}

.catering-box .brochure-link:hover {
    color: #000;
}

.catering-box .brochure-link img {
    width: 80px;
    display: block;
    margin: auto;
}

.catering-box .catering-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    margin-bottom: 8px;
}

.catering-box .catering-card {
    width: 100%;
    min-width: 0;
}

.catering-box .catering-card .swiper {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 0;
}

.catering-box .catering-card .swiper-slide {
    aspect-ratio: 1 / 1;
}

.catering-box .catering-card .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catering-box .card-content {
    padding-top: 32px;
    padding-bottom: 12px;
}

.catering-box .card-title {
    font-size: 1.72rem;
    margin: 0 0 20px 0;
    font-weight: 300;
    color: var(--red);
}

.catering-box .card-description {
    font-size: 0.82rem;
    font-weight: 500;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
}

.catering-box .btn-redirect span {
    text-transform: uppercase;
}

.catering-box .catering-swiper .swiper-button-prev,
.catering-box .catering-swiper .swiper-button-next {
    color: #fff;
    opacity: 0; /* Mặc định ẩn */
    transition: opacity 0.3s;
}

.catering-box .catering-swiper:hover .swiper-button-prev,
.catering-box .catering-swiper:hover .swiper-button-next {
    opacity: 0.8; /* Hiện ra khi hover */
}

@media (max-width: 768px) {
    .catering-box {
        padding: 16px 0 48px;
    }

    .catering-box .catering-card {
        margin-bottom: 20px;
    }

    .catering-box .catering-grid {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    .catering-box .card-content {
        padding-top: 32px;
        text-align: center;
    }

    .catering-box .catering-header {
        margin-bottom: 32px;
    }

    .catering-box .brochure-link {
        top: 4px;
        right: 4px;
        font-size: 0.72rem;
    }

    .catering-box .brochure-link img {
        width: 72px;
    }

    .catering-box .card-description {
        max-width: 84%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 48px;
    }

    .catering-box .card-content {
        padding-top: 48px;
    }

    .catering-box .card-title {
        font-size: 1.35rem;
    }
}


@media (max-width: 520px) {
    .catering-box .catering-header {
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .catering-box .brochure-link {
        top: -24px;
    }
}
