testing-home
Video Counselling
CV Counselling
Your Trusted Way to Choosing the Right Online University!
✔ Face-to-face expert counselling
✔ Schedule your Counselling time
✔ Chat in 10+ languages
✔ Connect after checking counsellor’s ratings
Why Choose CV Counsellor?
🎧 Trained to Listen
📜 Certified after 3 Months
💰 100% Easy Refund
👩🏫 Highly Qualified Experts
How It Works
1️⃣ Choose Your CV Counsellor
2️⃣ Pick a Time Slot
3️⃣ Book Your Counselling
4️⃣ Chat Anytime & Video Call at Scheduled Time
/* Floating CTA on mobile */
.floating-cta {
display: none;
position: fixed;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
z-index: 2000;
}
.floating-cta button {
background: #007bff;
color: #fff;
border: none;
padding: 14px 28px;
border-radius: 30px;
font-size: 16px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
animation: pulse 2s infinite; /* 👈 pulse effect */
}
/* Pulse animation */
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.floating-cta button:hover {
background: #0056b3;
}