/* Custom styles for the homepage */
main > .container {
    padding: 65px 15px 0;
}
.hero {
    background: url('assets/images/hero-background.jpg') no-repeat center center;
    background-size: cover;
}

.bg-susu {
    background-color: #7C1E1D;
}

.statistics .card {
    transition: transform 0.3s ease-in-out;
}

.statistics .card:hover {
    transform: scale(1.05);
}

.features .card img {
    height: 200px;
    object-fit: cover;
}

.video iframe {
    border-radius: 10px;
}

.cta {
    background-color: #7C1E1D;
}
