        /* Custom styling for the modal */
        .delayed-modal {
            top: 20px; /* Position from top */
            margin: 0 auto; /* Center horizontally */
        }
        .btn-learn-more {
            background-color: #28a745; /* Bootstrap green color */
            color: white;
            border: none;
            margin-right: 10px; /* Space between buttons */
        }
        .btn-learn-more:hover {
            background-color: #218838; /* Darker green on hover */
            color: white;
        }