
 .hero-title {
            font-weight: 700;
        }
        .sub-title {
            color: #0d6efd;
            font-weight: 600;
        }
        .btn-custom {
            background-color: #0d6efd;
            border: none;
            padding: 10px 22px;
            color: #fff;
            border-radius: 5px;
        }
        .btn-custom:hover {
            background-color: #0b5cd6;
        }
        .play-text {
            display: flex;
            align-items: center;
            margin-left: 20px;
            font-weight: 600;
            cursor: pointer;
        }