/*
=========================================================================
@ Developer: Ali Haider
@ Contact: +92 310 0698704
@ contact us today if u want web development service
=========================================================================
*/
#bg-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2;
    object-fit: cover;
}
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(10,10,10,0.95) 100%);
    z-index: -1;
}
.glass-card-dark {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.text-glow {
    text-shadow: 0 0 25px rgba(229, 9, 20, 0.6);
}