.elementor-513 .elementor-element.elementor-element-cf93dc1{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-a79fcfa *//* ===== Global Styles ===== */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333838;
  margin: 0;
  padding: 0;
}

/* ===== Contact Section ===== */
.contact-section {
  background-color: #f5fafa;
  padding: 40px 20px;
  text-align: center;
  border-top: 6px solid #309a96;
  border-bottom: 6px solid #309a96;
}

.contact-section h2 {
  font-size: 2rem;
  color: #309a96;
  margin-bottom: 15px;
}

.contact-section p {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===== Testimonials Section ===== */
.testimonials {
  padding: 50px 20px;
  background-color: #ffffff;
}

.testimonials h2 {
  text-align: center;
  font-size: 2rem;
  color: #309a96;
  margin-bottom: 40px;
  position: relative;
}

.testimonials h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #309a96;
  margin: 10px auto 0;
  border-radius: 2px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background-color: #f5fafa;
  border-left: 6px solid #309a96;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333838;
  margin-bottom: 15px;
}

.testimonial-author {
  font-weight: bold;
  color: #309a96;
}

/* ===== Mobile Adjustments ===== */
@media (max-width: 600px) {
  .contact-section h2,
  .testimonials h2 {
    font-size: 1.5rem;
  }
  
  .testimonial-card {
    padding: 15px;
  }
}/* End custom CSS */