.elementor-5355 .elementor-element.elementor-element-ab317db{--display:flex;}.elementor-5355 .elementor-element.elementor-element-1f039af{--display:flex;}.elementor-5355 .elementor-element.elementor-element-91a955f{--display:flex;}.elementor-5355 .elementor-element.elementor-element-05f8d60{font-size:19px;}.elementor-5355 .elementor-element.elementor-element-4bbd25c{--spacer-size:0px;}.elementor-5355 .elementor-element.elementor-element-fd3c08f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5355 .elementor-element.elementor-element-f5b28d6{--display:flex;}.elementor-5355 .elementor-element.elementor-element-ecf0e07{column-gap:0px;}.elementor-5355 .elementor-element.elementor-element-fb571d3{--display:flex;}.elementor-5355 .elementor-element.elementor-element-fc3dc86{--spacer-size:50px;}/* Start custom CSS for text-editor, class: .elementor-element-05f8d60 */.about-animated-block {
  max-width: 900px;
  margin: 50px auto;
  padding: 40px;
  background: linear-gradient(135deg, #ffffff, #f0f4f8);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  animation: fadeSlideUp 1.2s ease-out both;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #1e3a8a;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-animated-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 35px rgba(30, 58, 138, 0.2);
}

.about-animated-block h2 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #1e40af;
  position: relative;
  transition: transform 0.4s ease, color 0.4s ease;
}

.about-animated-block h2:hover {
  transform: rotate(-1deg) scale(1.05);
  color: #3b82f6;
  text-shadow: 0 0 10px rgba(59, 130, 246, 0.3);
}

/* Stylish animated underline */
.about-animated-block h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, #60a5fa, #1e3a8a);
  border-radius: 4px;
  animation: waveGlow 3s infinite ease-in-out;
}

/* Paragraph styling */
.about-animated-block p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 20px;
  padding: 0 12px;
  color: #334155;
  transition: transform 0.3s ease, color 0.3s ease;
}

.about-animated-block p:hover {
  transform: scale(1.015);
  color: #1d4ed8;
}

/* Fade in and slide up on load */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animated underline effect */
@keyframes waveGlow {
  0%, 100% {
    box-shadow: 0 0 5px rgba(96, 165, 250, 0.4), 0 0 10px rgba(96, 165, 250, 0.2);
  }
  50% {
    box-shadow: 0 0 15px rgba(96, 165, 250, 0.6), 0 0 20px rgba(96, 165, 250, 0.3);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-91a955f */.about-section-container {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff); /* soft blue gradient */
  display: flex;
  justify-content: center;
  align-items: center;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1f039af */.about-section-container {
  width: 100%;
  padding: 80px 20px;
  background: linear-gradient(135deg, #dbeafe, #eff6ff); /* soft blue gradient */
  display: flex;
  justify-content: center;
  align-items: center;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ab317db */.testimonials-section {
  background-color: #e6f0fa; /* soft blue background */
  padding: 60px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 51, 102, 0.1);
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ecf0e07 */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #333;
}

.testimonials-section {
  padding: 60px 20px;
  text-align: center;
}

.testimonials-heading {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #1e88e5;
  animation: fadeInDown 1s ease-out;
}

@keyframes fadeInDown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.testimonials-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.testimonial-card {
  background: #f5faff;
  border: 2px solid #1e88e5;
  border-radius: 16px;
  padding: 30px 20px;
  width: 320px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 25px rgba(30, 136, 229, 0.2);
}

.testimonial-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #1e88e5;
}

.testimonial-name {
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #1e88e5;
}

.testimonial-role {
  font-size: 0.95em;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

.testimonial-rating {
  color: #fdd835;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 0.95em;
  color: #444;
  line-height: 1.5;
  margin-bottom: 20px;
}

.testimonial-socials a {
  margin: 0 8px;
  font-size: 1.2em;
  color: #1e88e5;
  transition: transform 0.3s ease, color 0.3s ease;
}

.testimonial-socials a:hover {
  transform: scale(1.2);
  color: #0d47a1;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f5b28d6 */.testimonials-section {
  background-color: #e6f0fa; /* soft blue background */
  padding: 60px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 51, 102, 0.1);
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}/* End custom CSS */