BluHope – Home
body {
font-family: ‘Roboto’, sans-serif;
margin: 0;
padding: 0;
color: #333;
background-color: #f5f5f5;
}
.hero-section {
background-color: #EDEDED;
color: #333;
padding: 60px 20px;
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 20px;
align-items: center;
}
.hero-text {
grid-column: 2 / span 5; /* Adjust these values as needed */
padding: 20px;
}
.hero-text h1 {
font-size: 3em;
margin-bottom: 20px;
font-weight: 700;
color: #28282d;
}
.hero-text p {
font-size: 1.5em;
margin-bottom: 20px;
font-weight: 300;
color: #333;
}
.hero-text ul {
list-style: none;
padding: 0;
}
.hero-text ul li {
font-size: 1.2em;
margin-bottom: 10px;
display: flex;
align-items: center;
color: #333;
}
.hero-text ul li i {
margin-right: 10px;
color: #D79D00;
}
.hero-image {
grid-column: 8 / span 5; /* Adjust these values as needed */
text-align: center;
}
.hero-image img {
max-width: 100%;
height: auto;
border-radius: 15px;
}
.cta-button {
background-color: #D79D00;
color: #333;
padding: 15px 40px;
font-size: 1.2em;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s ease, transform 0.3s ease;
display: inline-block;
margin-top: 20px;
font-weight: 700;
}
.cta-button:hover {
background-color: #B58600;
transform: scale(1.05);
}
@media (max-width: 768px) {
.hero-section {
grid-template-columns: 1fr;
text-align: center;
}
.hero-text, .hero-image {
grid-column: span 1;
}
}
Welcome, Where Your Child’s Path Begins
Join thousands of happy families by giving your child the gift of ABA therapy and autism services. Watch their progress and smile with every milestone.
- Serving families across the southern United States
- Offering Home and Community ABA Therapy and Autism Services
- Covered by Medicaid and Commercial Insurance
Get Started
.bluhope-process-section {
background: #ffffff;
padding: 80px 20px;
font-family: ‘Roboto’, Arial, sans-serif;
}
.bluhope-process-inner {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
.bluhope-process-title {
margin-bottom: 50px;
}
.bluhope-process-title h2 {
font-size: 42px;
line-height: 1.2;
color: #1D6D86;
margin: 0 0 12px;
font-weight: 700;
}
.bluhope-process-title p {
font-size: 18px;
color: #555;
max-width: 720px;
margin: 0 auto;
line-height: 1.6;
}
.bluhope-process-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 28px;
}
.bluhope-process-card {
background: #EDEDED;
border-radius: 18px;
padding: 32px 24px;
text-align: center;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
border: 1px solid rgba(29, 109, 134, 0.08);
}
.bluhope-process-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
}
.bluhope-process-card img {
width: 82px;
height: auto;
margin-bottom: 22px;
}
.bluhope-process-card h3 {
font-size: 22px;
color: #00656b;
margin: 0 0 12px;
font-weight: 700;
}
.bluhope-process-card p {
font-size: 16px;
color: #555;
line-height: 1.6;
margin: 0;
}
@media (max-width: 992px) {
.bluhope-process-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.bluhope-process-section {
padding: 60px 16px;
}
.bluhope-process-title h2 {
font-size: 32px;
}
.bluhope-process-title p {
font-size: 16px;
}
.bluhope-process-grid {
grid-template-columns: 1fr;
}
}
Our ABA Therapy Process
At BluHope, we provide compassionate, individualized ABA therapy designed
to help each child grow with confidence, independence, and meaningful support.
Creative Expression
Encouraging communication, creativity, and self-expression through engaging therapeutic activities.
Growth & Development
Supporting progress in social, emotional, behavioral, and daily living skills.
Individualized Care
Creating therapy plans tailored to each child’s needs, strengths, and family goals.
Whole-Child Approach
Looking beyond behaviors to support the child, family, home environment, and long-term success.
Confidence & Independence
Helping children build practical skills that increase independence and confidence in everyday life.
Compassionate Support
Partnering with families through clear communication, guidance, and consistent clinical support.
BluHope™ Georgia Locations – Content
body {
font-family: ‘Roboto’, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
color: #333;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.feature {
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 40px 0;
align-items: center;
}
.feature img {
flex: 1;
max-width: 600px;
height: 400px;
object-fit: cover;
border-radius: 15px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.feature-content {
flex: 1;
padding: 20px;
}
.feature-content h2 {
font-size: 2em;
color: #1D6D86;
margin-bottom: 15px;
}
.feature-content p {
font-size: 1.1em;
line-height: 1.6;
color: #555;
}
.feature-content .cta-button {
background-color: #D79D00;
color: white;
padding: 15px 30px;
font-size: 1.2em;
border: none;
border-radius: 5px;
text-transform: uppercase;
text-decoration: none;
transition: background 0.3s ease;
display: inline-block;
margin-top: 20px;
}
.feature-content .cta-button:hover {
background: #b58200;
}
.feature:nth-child(even) {
flex-direction: row-reverse;
}
@media (max-width: 768px) {
.feature {
flex-direction: column;
}
.feature:nth-child(even) {
flex-direction: column;
}
}
Family-Centered Approach
We believe in a family-centered approach to autism care. Our services are designed to support not only the child but also the entire family, providing resources and guidance every step of the way.
Explore Programs
Innovative Therapy Programs
At BluHope™ we offer innovative therapy programs that leverage the latest research and techniques in autism care. We are dedicated to providing personalized and effective therapy for every child.
Learn More
Expert Team
Our team consists of highly trained and experienced professionals who are passionate about making a difference in the lives of children with autism. Meet our dedicated team of therapists, behavior analysts, and support staff.
Learn More
Comprehensive Assessments
Our comprehensive assessment services ensure that we understand each child’s unique needs and strengths. This allows us to create customized therapy plans that promote optimal growth and development.
Learn More
Community Outreach
We actively engage with the local community through events, workshops, and support groups. Our goal is to create a network of support and advocacy for families affected by autism.
Get Involved
Telehealth Services
Our telehealth services provide flexible and convenient access to autism care. We offer virtual therapy sessions and consultations to ensure families receive the support they need, wherever they are.
Explore Telehealth
Accepted Insurances
@import url(‘
https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap’);
body {
font-family: ‘Roboto’, sans-serif;
background-color: #ededed;
margin: 0;
padding: 0;
color: #333;
}
.insurance-section {
background: #f9f9f9;
background-image: url(‘
https://www.transparenttextures.com/patterns/paper-fibers.png’);
padding: 80px 20px;
border-radius: 15px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
margin-top: 40px;
color: #333;
text-align: center;
}
.insurance-section h2 {
font-size: 3em;
margin-bottom: 20px;
text-transform: uppercase;
color: #1D6D86 !important; /* Ensuring the color is not overridden */
}
.insurance-section p {
font-size: 1.5em;
margin-bottom: 40px;
max-width: 800px;
margin: 0 auto;
color: #666;
}
.insurance-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 30px; /* Ensures equal spacing between logos */
margin-left: 32px; /* Move the entire line of logos to the right */
}
.insurance-logos img {
object-fit: contain;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
transition: transform 0.3s ease, filter 0.3s ease;
}
.insurance-logos img:hover {
transform: scale(1.1);
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.aetna {
max-width: 200px;
max-height: 100px;
}
.bcbs {
max-width: 200px;
max-height: 100px;
}
.unitedhealthcare {
max-width: 150px;
max-height: 75px;
}
.cigna {
max-width: 230px;
max-height: 115px;
position: relative;
left: -10px; /* Slightly move to the left */
}
.medicaid {
max-width: 210px;
max-height: 105px;
position: relative;
top: -12px;
left: -20px; /* Slightly move to the left */
}
.cta-section {
background: #1D6D86;
color: #fff !important; /* Ensuring the color is not overridden */
padding: 40px 20px;
margin-top: 0px;
border-radius: 0px;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
text-align: center;
}
.cta-section h3 {
font-size: 2.5em;
margin-bottom: 20px;
letter-spacing: 1px;
color: #fff !important; /* Ensuring the color is not overridden */
}
.cta-section p {
font-size: 1.2em;
margin-bottom: 20px;
max-width: 700px;
margin: 0 auto 30px auto;
color: #fff !important; /* Ensuring the color is not overridden */
}
.cta-section a {
display: inline-block;
padding: 15px 30px;
font-size: 1.2em;
color: #1D6D86;
background: #fff;
border-radius: 25px;
text-decoration: none;
transition: background 0.3s ease, color 0.3s ease;
font-weight: bold;
}
.cta-section a:hover {
background: #1d6d86;
color: #ededed;
}
@media (max-width: 768px) {
.insurance-logos img {
max-width: 150px;
max-height: 75px;
}
.cta-section h3 {
font-size: 2em;
}
.cta-section p {
font-size: 1em;
}
.cta-section a {
font-size: 1em;
}
}
We Accept All Major Insurances
At BluHope™, we are committed to making our services accessible to all families. We work with all major insurance providers to ensure your child receives the best care possible.
Have Questions About Insurance?
Dont hesitate to reach out. Our team is here to assist you and ensure your child receives the care they need.
Contact Us Today
BluHope™ – Success Stories
body {
font-family: ‘Roboto’, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 0;
color: #333 !important;
}
.success-stories-section {
background-color: #f9f9f9;
padding: 60px 20px;
}
.section-title {
text-align: center;
margin-bottom: 40px;
}
.section-title h2 {
font-size: 2.5em;
color: #1D6D86 !important;
}
.section-title p {
font-size: 1.2em;
color: #555 !important;
}
.stories-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
margin: 0 25%;
}
.story-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 20px;
flex: 1 1 calc(33.333% – 20px);
transition: transform 0.3s, box-shadow 0.3s;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.story-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.story-icon {
font-size: 2.5em;
color: #1D6D86 !important;
margin-bottom: 15px;
}
.story-title {
font-size: 1.8em;
color: #1D6D86 !important;
margin-bottom: 15px;
}
.story-description {
font-size: 1.1em;
color: #555 !important;
flex-grow: 1;
}
.cta {
text-align: center;
margin-top: 40px;
}
.cta-button {
background-color: #1D6D86 !important;
color: white !important;
padding: 15px 30px;
font-size: 1.2em;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s, transform 0.3s;
}
.cta-button:hover {
background-color: #155a6d !important;
transform: scale(1.05);
}
@media (max-width: 768px) {
.story-card {
flex: 1 1 calc(100% – 20px);
}
.stories-container {
margin: 0;
}
}
Success Stories
Read about the transformative impact BluHope™ has had on the lives of children and families
John’s Journey
John, a 5-year-old with autism, made incredible progress with our tailored therapy programs. His parents are thrilled with his development and new skills.
Emma’s Joy
Emma’s parents share their joy as she excels in her school and social environments thanks to the dedicated support from BluHope™’s therapists.
Lucas’ Leap
Lucas, initially non-verbal, has started communicating effectively with the help of our compassionate therapists, opening up a world of possibilities for him.
Sophia’s Success
Sophia’s progress in social interactions has been remarkable, bringing immense happiness and relief to her family. She is now more confident and engaged.
Ethan’s Evolution
Ethan’s cognitive skills have improved significantly, allowing him to excel academically and develop meaningful relationships with his peers.
Ava’s Advancement
Ava’s creative talents have flourished with our support, showcasing her amazing abilities in art and music. Her confidence continues to grow each day.
BluHope™ – Join Our Team
body {
font-family: ‘Roboto’, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 0;
color: #333;
}
.join-team-section {
background-color: #FFF8E1;
padding: 60px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.content {
max-width: 1200px;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
}
.text-content {
flex: 1 1 50%;
text-align: left;
color: #333;
}
.text-content h2 {
color: #1D6D86;
font-size: 2.5em;
margin-bottom: 20px;
}
.text-content p {
font-size: 1.2em;
margin-bottom: 20px;
}
.text-content ul {
list-style: none;
padding: 0;
}
.text-content ul li {
font-size: 1.1em;
margin-bottom: 10px;
display: flex;
align-items: flex-start;
}
.text-content ul li i {
margin-right: 10px;
margin-top: 3px;
}
.text-content ul li strong {
width: 160px;
display: inline-block;
}
.text-content ul li .indented {
padding-left: 20px; /* Indent adjustment */
}
.cta-button {
background-color: #1D6D86;
color: #fff;
padding: 15px 30px;
font-size: 1.2em;
border-radius: 5px;
text-decoration: none;
transition: background 0.3s ease, transform 0.3s ease;
margin-top: 20px;
}
.cta-button:hover {
background-color: #004D40;
transform: scale(1.05);
}
.image-content {
flex: 1 1 40%;
text-align: center;
}
.image-content img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.highlight {
color: #1D6D86;
font-weight: bold;
}
@media (max-width: 768px) {
.text-content, .image-content {
flex: 1 1 100%;
text-align: center;
}
}
Become a Part of Our Passionate Team
At BluHope™, we provide ABA therapy to thousands of children across the U.S. We are looking for dedicated professionals to join our team and make a significant impact.
- Competitive Compensation: We offer packages that reflect your contributions and dedication.
- Remote Work Opportunities: Enjoy the flexibility of working from home while making a difference.
- Flexible Work Hours:
Balance your professional and personal life with ease.
- Comprehensive Training:
Elevate your skills with our in-depth training programs.
- Meaningful Projects: Engage in projects that have a real impact on children’s lives.
Apply Today
BluHope Footer
body {
font-family: ‘Roboto’, sans-serif;
margin: 0;
padding: 0;
}
.footer {
background-color: #1D6D86;
color: white;
padding: 20px 20px;
display: flex;
flex-direction: column;
align-items: center;
}
.footer-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1200px;
width: 100%;
padding: 0 20px;
}
.footer-column {
flex: 1;
margin: 7px 0px;
min-width: 200px;
}
.footer-column h3 {
color: #ffffff;
margin-bottom: 15px;
font-size: 1.5em;
}
.footer-column ul {
list-style: none;
padding: 0;
}
.footer-column ul li {
margin-bottom: 10px;
display: flex;
align-items: center;
}
.footer-column ul li a {
color: white;
text-decoration: none;
transition: color 0.3s;
margin-left: 6px;
}
.footer-column ul li a:hover {
color: #D79D00;
}
.footer-column ul li i {
margin-right: 12px;
}
.footer-bottom {
background-color: #D79D00;
color: white;
text-align: center;
padding: 10px 0;
font-size: 0.9em;
width: 100%;
}
.footer-bottom a {
color: white;
text-decoration: none;
margin: 0 10px;
}
.footer-bottom a:hover {
text-decoration: underline;
}
.footer-social {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 15px;
}
.footer-social a {
color: white;
margin: 0 10px;
font-size: 1.5em;
transition: color 0.3s;
}
.footer-social a:hover {
color: #D79D00;
}
.footer-logo {
max-width: 250px;
margin-bottom: 20px;
margin-top: 33px;
margin-left: 0;
}
.footer-contact p {
margin: 5px 0;
font-size: 1.1em;
}
.footer-contact a {
color: white;
text-decoration: none;
}
.footer-contact a:hover {
color: white;
text-decoration: underline;
}
.footer-address {
color: #ffffff;
text-align: center;
margin-top: 10px;
}
.footer-address span {
color: #D79D00;
}
@media (max-width: 768px) {
.footer-container {
flex-direction: column;
align-items: center;
}
.footer-column {
min-width: 100%;
text-align: center;
align-items: center;
}
.footer-contact {
align-items: center;
text-align: center;
margin-left: 0;
}
.footer-contact p {
margin: 10px 0;
font-size: 1em;
}
.footer-logo {
margin-bottom: 20px;
}
.footer-social {
justify-content: center;
}
.footer-social a {
margin: 0 5px;
font-size: 1.3em;
}
}
https://kit.fontawesome.com/a076d05399.js