body {
    font-family: 'Titillium Web', sans-serif;
}

/* Hero Section background overlay */
.hero-img {
    z-index: 1;
}

.absolute.inset-0.bg-black\/70 {
    z-index: 10;
}

/* Responsive YouTube iframe */
iframe {
    min-height: 220px;
}

/* Pendaftaran section overlay */
.pendaftaran-bg {
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
}
.pendaftaran-overlay {
    background: rgba(11, 36, 71, 0.7);
    z-index: 2;
}
