.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for section, class: .elementor-element-395b6fe *//* Base */
.vs-container { width: min(1100px, 92vw); margin: 0 auto; }
.vs-h1, .vs-h2 { font-family: Montserrat, sans-serif; color: #5D3A6A; }
.vs-sub, p { font-family: Lato, sans-serif; color: #2A3B47; }

/* Hero */
.vs-hero { background: linear-gradient(135deg, #F3E8FF 0%, #ffffff 100%); padding: 100px 0 60px; text-align: center; }
.vs-h1 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.vs-sub { font-size: 1.2rem; margin-bottom: 24px; }

/* Quote Section */
.vs-quote { background: #ffffff; padding: 70px 0; }
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.vs-photo img { width: 100%; border-radius: 16px; border: 2px solid #5D3A6A; }
.vs-quote-text blockquote { font-size: 1.4rem; font-style: italic; color: #5D3A6A; margin-bottom: 16px; }

/* Services Grid */
.vs-services { background: #F3E8FF; padding: 70px 0; text-align: center; }
.vs-grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; margin-top: 30px; }
.vs-card { background: #fff; border-radius: 12px; padding: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.vs-card h3 { color: #5D3A6A; margin-bottom: 12px; }

/* Demo */
.vs-demo { background: #ffffff; padding: 60px 0; text-align: center; }
.vs-demo audio { width: 100%; max-width: 600px; border: 2px solid #5D3A6A; border-radius: 8px; }

/* CTA */
.vs-cta-section { background: #5D3A6A; color: #fff; padding: 80px 0; text-align: center; }
.vs-cta-section h2 { color: #fff; margin-bottom: 20px; }
.vs-btn { display: inline-block; padding: 12px 20px; border-radius: 10px; font-weight: 700; text-decoration: none; margin: 0 8px; }
.vs-primary { background: #F3E8FF; color: #5D3A6A; }
.vs-secondary { background: transparent; border: 2px solid #F3E8FF; color: #F3E8FF; }

/* Animation */
.slide-in { opacity: 0; transform: translateX(-40px); transition: all 0.8s ease-out; }
.slide-in.visible { opacity: 1; transform: translateX(0); }

/* Responsive */
@media (max-width: 980px) {
  .vs-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1e8274 *//* Services Grid */
.vs-services {
  background: #F3E8FF; /* pastel purple */
  padding: 70px 0;
  text-align: center;
}

.vs-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.vs-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.vs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(93,58,106,0.25); /* eggplant glow */
}

.vs-card h3 {
  color: #5D3A6A;
  margin-bottom: 12px;
}

/* Buttons */
.vs-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 12px;
  transition: all 0.3s ease;
}

.vs-secondary {
  background: transparent;
  border: 2px solid #5D3A6A;
  color: #5D3A6A;
}

.vs-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(93,58,106,0.6); /* glowing purple */
}

.vs-secondary:hover {
  background: #5D3A6A;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f3918bc */.ivr-container { width: min(1100px, 92vw); margin: 0 auto; }
.ivr-h1, .ivr-h2 { color: #5D3A6A; font-family: Montserrat, sans-serif; }
.ivr-sub, p { color: #2A3B47; font-family: Lato, sans-serif; }/* End custom CSS */