

.hero {
    padding: 5rem 0 3rem;
    text-align: center;
    background: linear-gradient(135deg, #f5f3f9 0%, #ffffff 100%);
}

.hero h1 {
    font-size: 3rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 700;
}

.subtitle {
    position: relative;
    font-size: 1.2rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;

}


.featured-video {
    padding: 4rem 0;
}

.video-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.video-wrapper p{
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Baskervville", serif;
  color: #777;
  text-align: center;
}


.video-placeholder:hover {
    transform: translateY(-5px);
}


.video-caption {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.1rem;
    color: #555;
    font-weight: 500;
}


.testimonials {
    padding: 4rem 0;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 3rem;
    font-weight: 700;
}
.voice{
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Baskervville", serif;
  color: #777;
  text-align: center;

}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.testimonial-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 30px;
    border: 1px solid #e5e7eb;
    margin-left: 60px;
    margin-right: 60px;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(139, 122, 184, 0.15);
}

.profile-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
  
}

.profile-image img {
    width: 100%;
    height: 90%;
    object-fit: contain;
}

.testimonial-card h3 {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.role {
    color: #7d2ae8;
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
}

.quote {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    font-style: italic;
}


.cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #7d2ae8 0%);
    color: white;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.cta p {
    font-size: 1.15rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 1rem 3rem;
    background-color: white;
    color: #7d2ae8;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
   
}

.cta-button:hover {
    background-color: black;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}



footer {
  text-align: center;
  padding: 1.5rem;
  background: #f8f8f8;
  color: #777;
  font-size: 0.9rem;
}
