.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.aon-bnrs-area {
    position: relative;
    overflow: hidden;
}

.aon-bnrs-area .container {
    z-index: 1;
}

.aon-bnrs-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Google Fonts Import for Decorative Classical Style */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/* Decorative Classical Heading Style */
.decorative-classical-heading {
    font-family: 'Cinzel Decorative', serif !important;
    color: #77040B !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1) !important;
}

/* Rokkitt Paragraph Style */
.rokkitt-paragraph {
    font-family: 'Rokkitt', serif !important;
    font-size: 19.2px;
    color: #311E13 !important;
    margin: 0px 0px 10px !important;
    line-height: 1.6 !important;
    font-weight: 400;
    text-align: justify;
}

/* Mobile Responsive - Remove justify on mobile for better readability */
@media (max-width: 768px) {
    .rokkitt-paragraph {
        text-align: center !important;
       
    }
}

@media (max-width: 480px) {
    .rokkitt-paragraph {
        text-align: center !important;
        
    }
}
