Comprehensive Aesthetic Provider Training
Injectable training designed to elevate consultation skills,
injection techniques, and full-face treatment planning.
Expert-Led Injectable Training
Train with experienced aesthetic providers from Belle Visage Medical Aesthetics.
Our program combines advanced anatomy education, consultation mastery,
and injection techniques in a small group environment.
- Advanced facial anatomy
- Consultation strategy
- Complication management
- Full-face rejuvenation planning
- Live model training
/* SHADOW GRID */
.bv-shadow-grid{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
text-align: center;
margin-top: 50px;
}
.bv-shadow-card img{
width: 100%;
border-radius: 10px;
margin-bottom: 15px;
}
.bv-shadow-card h3{
color: #445454;
margin-bottom: 10px;
}
.bv-shadow-card p{
color: #2e2e2e;
margin-bottom: 15px;
}
/* SHADOW GRID */
.bv-shadow{
background: #586f6b; /* green background, matches branding */
padding: 60px 20px;
color: #ffffff; /* default text color white */
}
.bv-shadow-card h3{
color: #ffffff; /* white heading */
margin-bottom: 10px;
}
.bv-shadow-card p{
color: #f6f4f1; /* light text for readability */
margin-bottom: 15px;
}
/* Shadow Section Buttons */
.bv-shadow-card .bv-btn-primary {
background: #f6f4f1; /* light button to contrast dark green */
color: #445454; /* dark text for readability */
padding: 14px 30px;
font-weight: 600;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease;
text-decoration: none;
}
.bv-shadow-card .bv-btn-primary:hover {
background: #ffffff; /* slightly brighter on hover */
color: #586f6b; /* text changes to match branding */
transform: translateY(-2px); /* subtle lift effect */
box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* subtle shadow for depth */
}
.bv-course-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin: 40px 0;
}
.bv-course-card {
background: #f6f4f1;
border: 1px solid #e5e2dc;
border-radius: 24px;
padding: 40px 30px;
text-align: center;
transition: all 0.3s ease;
}
.bv-course-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.bv-course-title {
font-family: 'Didot', serif;
color: #445454;
font-size: 28px;
line-height: 1.2;
margin-bottom: 15px;
}
.bv-course-description {
font-family: 'Poppins', sans-serif;
color: #545c57;
font-size: 15px;
line-height: 1.7;
margin-bottom: 25px;
}
.bv-course-button {
display: inline-block;
background: #586f6b;
color: #ffffff !important;
padding: 14px 28px;
border-radius: 50px;
text-decoration: none;
font-family: 'Montserrat', sans-serif;
font-size: 13px;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease;
}
.bv-course-button:hover {
background: #445454;
color: #ffffff !important;
}
Shadow Dr. Beeson
Observe advanced patient consultations, treatment planning, facial balancing, and full-spectrum aesthetic medicine alongside a board-certified physician.
Learn More Shadow Cassidy
Gain real-world insight into injectable treatments, patient communication, workflow management, and modern aesthetic practice operations.
Learn More Comprehensive Injector Training
A detailed educational presentation covering anatomy, assessment, treatment planning, consultation techniques, safety, and aesthetic principles.
Learn More What Providers Are Saying
"This training completely changed my confidence with injectables."
– RN Injector "Hands down the best hands-on aesthetic training I've attended."
– Nurse Practitioner "The consultation framework alone increased my patient conversions."
– PA Injector
.bv-container{
max-width:1100px;
margin:auto;
padding:80px 20px;
text-align:center;
font-family:Poppins;
color:#2e2e2e;
}
h1,h2{
font-family:Didot;
color:#2b2b2b;
}
/* HERO */
.bv-hero{
background:linear-gradient(rgba(88,111,107,0.85), rgba(88,111,107,0.85)),
url('https://bellevisage.com/storage/2026/03/BVAAI-Logo.png');
background-size:cover;
background-position:center;
padding:120px 20px;
color:#ffffff;
}
.bv-hero h1{
color:white;
}
.bv-sub{
max-width:650px;
margin:auto;
margin-top:15px;
color:#f6f4f1;
}
/* BUTTON */
.bv-btn-primary{
background:#586f6b;
color:white;
padding:14px 30px;
text-decoration:none;
display:inline-block;
margin-top:25px;
border-radius:4px;
transition:all 0.3s ease;
}
.bv-btn-primary:hover{
background:#445454;
}
/* INSTRUCTOR */
.bv-instructor{
background:#ffffff;
}
.bv-instructor-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
text-align:left;
}
.bv-instructor-text h3{
color:#445454;
}
.bv-instructor-img img{
width:100%;
border-radius:10px;
}
/* ACCORDION */
.bv-accordion button{
width:100%;
padding:20px;
text-align:left;
border:none;
background:#eef2f1;
margin-bottom:5px;
font-weight:600;
cursor:pointer;
color:#2e2e2e;
}
.panel{
display:none;
padding:20px;
background:white;
border:1px solid #eef2f1;
}
/* PRICING */
.bv-pricing{
background:#f6f4f1;
}
.bv-pricing-card{
background:white;
padding:40px;
max-width:450px;
margin:auto;
border-radius:8px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}
.bv-pricing-card h3{
color:#586f6b;
}
/* FORM */
.bv-form{
display:flex;
flex-direction:column;
gap:15px;
max-width:500px;
margin:auto;
}
.bv-form input,
.bv-form select,
.bv-form textarea{
padding:12px;
border:1px solid #ddd;
border-radius:4px;
}
/* TESTIMONIALS */
.bv-testimonials{
background:#ffffff;
}
.bv-slider{
max-width:700px;
margin:auto;
}
.slide{
margin-bottom:30px;
font-style:italic;
}
/* STICKY BAR */
.bv-sticky-apply{
position:fixed;
bottom:0;
left:0;
right:0;
background:#445454;
text-align:center;
padding:15px;
}
.bv-sticky-apply a{
color:white;
font-weight:bold;
text-decoration:none;
}
/* WHITE SECTION HEADINGS */
.bv-curriculum h2,
.bv-model-form h2{
color:#ffffff;
}
/* Left-align bullet points in pricing card */
.bv-pricing-card ul {
text-align: left;
margin-left: 20px; /* adds proper indent for bullets */
padding-left: 0;
list-style-type: disc; /* ensure bullets show */
}
/* Hero Section Button */
.bv-hero .bv-btn-primary {
background: #f6f4f1; /* light button for high contrast on dark green hero */
color: #445454; /* dark text for readability */
font-size: 18px; /* slightly larger */
padding: 16px 40px; /* bigger, more clickable */
font-weight: 700; /* bold text */
border-radius: 8px; /* slightly more rounded */
text-transform: uppercase; /* makes it feel more like a CTA */
box-shadow: 0 6px 15px rgba(0,0,0,0.25); /* subtle shadow for depth */
transition: all 0.3s ease;
}
.bv-hero .bv-btn-primary:hover {
background: #ffffff; /* brighter on hover */
color: #586f6b; /* matches branding */
transform: translateY(-3px); /* subtle lift on hover */
box-shadow: 0 8px 20px rgba(0,0,0,0.35); /* slightly stronger shadow */
}
var acc = document.getElementsByClassName("accordion");
for (var i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.display === "block") {
panel.style.display = "none";
} else {
panel.style.display = "block";
}
});
}