

#freeLectureModal .modal-content {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.btn-close-white {
    filter: brightness(0) invert(1);
}

@media (max-width: 576px) {
    #lectureVideo {
        border-radius: 0;
    }
}

#freeLectureModal .modal-body p {
    font-size: 0.95rem;
}


.modal-backdrop {
    pointer-events: auto;
    
}

.modal-backdrop.show{
    opacity: 0;
}
.modal-backdrop{
    z-index: auto;
}

    .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(187, 3, 1, 0.3) !important;
    }

    .btn-help:hover {
        background: #bb0301 !important;
        color: white !important;
    }

    .payment-method:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-color: #bb0301 !important;
    }

    .upload-area:hover {
        background: #ffe6e6 !important;
    }

    .modal-content {
        animation: modalFadeIn 0.3s ease-out;
    }

    @keyframes modalFadeIn {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(187, 3, 1, 0.3) !important;
    }

    .btn-help:hover {
        background: #bb0301 !important;
        color: white !important;
    }

    .payment-method:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border-color: #bb0301 !important;
    }

    .upload-area:hover {
        background: #ffe6e6 !important;
    }

    .modal-content {
        animation: modalFadeIn 0.3s ease-out;
    }

    @keyframes modalFadeIn {
        from {
            opacity: 0;
            transform: translateY(-30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .payment-details-card {
        border-left: 4px solid #bb0301;
    }

    #vodafoneInfo,
    #bankInfo,
    #westernInfo {
        animation: fadeIn 0.3s ease-in;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
