body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.logo {
    width: 150px;
    margin-bottom: 20px;
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #25D366, #128C7E);
    color: white;
    padding: 18px 45px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.cta img.whatsapp-icon {
    width: 24px;
    margin-right: 10px;
}

.cta:hover {
    transform: scale(1.05);
}

section {
    padding: 50px 20px;
    max-width: 900px;
    margin: auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

h2 {
    color: #0d47a1;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    font-size: 18px;
    margin: 15px 0;
    font-weight: 500;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
}

.video-container iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

footer {
    background-color: #0d47a1;
    color: white;
    padding: 25px;
    font-size: 16px;
}
