/* body {
    background: #fdf6ec;
} */

.video-section {
    padding: 50px 20px 100px 20px;
    background: linear-gradient(180deg, #fff5e4, #de490d);
    text-align: center;
}

.video-section h2 {
    font-weight: 700;
    color: #ff6f00;
    margin-bottom: 15px;
}

.video-section p {
    color: #555;
    margin-bottom: 40px;
    font-size: 1.1rem;
}

.youtube-container{
    padding: 0px 80px;
}

.video-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.video-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.ratio iframe {
    border: none;
}