﻿
.hero-slider {
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hero-slider video {
    width: 100%;
    video full trong slider height: auto;
    object-fit: cover;
    display: block;
}


.swiper-pagination {
    bottom: 15px !important;
}

.swiper-pagination-bullet {
    background-color: #f9e79f;
    opacity: 0.7;
    width: 12px;
    height: 12px;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #f4d03f;
    transform: scale(1.3);
    opacity: 1;
}

section.main {
    margin: 60px 0;
    padding: 40px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

section.main header.major h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 10px;
}

.spotlight {
    display: flex;
    align-items: center;
    gap: 30px;
}

.spotlight img {
    max-width: 400px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.features {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.features li {
    flex: 1;
    background: #fafafa;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .features li:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    }

.features h3 {
    margin-top: 10px;
    color: #34495e;
}

.statistics {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.statistics li {
    background: #fafafa;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.statistics strong {
    display: block;
    font-size: 1.5rem;
    color: #f39c12;
}

.title-wrapper {
    text-align: center;
    canh giữa cả khối
}

.vip-title {
    font-size: 3rem;
    font-weight: 800;
    display: inline-block;
    để h1 ôm sát chữ position: relative;
    color: #111;
    font-family: 'Segoe UI', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.vip-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    dài bằng chữ height: 6px;
    background: linear-gradient(90deg, #ff7b00, #ff005c);
    border-radius: 3px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.yogurt-nav {
    font-size: 1.3rem;
    chữ to hơn font-weight: bold;
}

    .yogurt-nav a {
        margin: 0 10px;
        text-decoration: none;
        color: #333;
        position: relative;
    }

        .yogurt-nav a:not(:last-child)::after {
            content: "|";
            phân tách margin-left: 10px;
            color: #aaa;
        }

.swiper-slide img {
    width: 100%;
    height: auto;
    ảnh theo tỉ lệ thật object-fit: cover;
}
.swiper-slide .d-flex.flex-column img {
    flex: 1 1 50%;
    margin: 0;
    loại bỏ khoảng cách
}


.swiper {
    height: 500px;
    chỉnh cao tùy ý, trên mobile vẫn co theo grid
}
body {
    background-color: #1A1A1A;
    color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
}
header.major h1,
header.major h3 {
    color: #D4A017;
}

header.major h3 {
    color: #ddd;
    font-weight: 300;
}

.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(70%);
}

.swiper-pagination-bullet {
    background: #D4A017;
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #FFD95A;
    opacity: 1;
}

.btn-primary {
    background-color: #D4A017;
    border: none;
    color: #1A1A1A;
    font-weight: bold;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #FFD95A;
    color: #000;
}

.btn-outline-secondary {
    border: 2px solid #D4A017;
    color: #D4A017;
    transition: 0.3s;
}

    .btn-outline-secondary:hover {
        background-color: #D4A017;
        color: #1A1A1A;
    }
section.main {
    padding: 80px 0;
    background-color: #1A1A1A;
    color: #f0f0f0;
}

section.main.special {
    background: linear-gradient(135deg, #1A1A1A 70%, #2b2b2b 100%);
}

.vip-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #D4A017;
    text-transform: uppercase;
}

.yogurt-nav a {
    margin: 0 15px;
    color: #f0f0f0;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.yogurt-nav a:hover {
    color: #D4A017;
}

.card {
    background-color: #262626;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(212,160,23,0.3);
}

.card-title {
    color: #D4A017;
}

.card-text {
    color: #bbb;
}

.ingredient-card {
    background-color: #262626;
    border-radius: 12px;
    padding: 20px;
    list-style: none;
    text-align: center;
    transition: 0.3s;
}

.ingredient-card strong {
    color: #D4A017;
}

.ingredient-card p {
    color: #ccc;
}

.ingredient-card:hover {
    background-color: #333;
    transform: scale(1.05);
}

.social-icons a {
    color: #D4A017;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #FFD95A;
    transform: scale(1.2);
}

footer {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 50px;
}
section.gold {
    padding: 80px 0;
    background-color: #D4A017;
    color: #1A1A1A;
}

section.gold.special {
    background: linear-gradient(to right, #D4A017 0%, #f5c842 100%);
    color: #1A1A1A;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .container

{
    max-width: 540px;
}

}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
