
#hero-7 {
  padding: 100px 20px;
  background-color: #f1f3f5;
  text-align: center;
}
#hero-7 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-7 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.testimonials {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonial-item {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-item blockquote {
  font-size: 20px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
}
.testimonial-author {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}



#content-block-29 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#content-block-29 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-29 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-29 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-29 .media-list-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-29 .media-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.15s ease;
}
#content-block-29 .media-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content-block-29 a.media-item:hover {
}
#content-block-29 .media-item-visual {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
}
#content-block-29 .media-item-visual img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#content-block-29 .media-item-visual i {
  font-size: 1.75rem;
  color: var(--bs-primary, #0d6efd);
}
#content-block-29 .media-item-body {
  flex-grow: 1;
}
#content-block-29 .media-item-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #495057;
}
#content-block-29 a.media-item:hover .media-item-body h5 {
  color: var(--bs-primary, #0d6efd);
}
#content-block-29 .media-item-body p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #content-block-29 .media-item-visual {
    width: 50px;
    height: 50px;
    margin-right: 0.75rem;
  }
  #content-block-29 .media-item-visual i {
    font-size: 1.5rem;
  }
  #content-block-29 .media-item-body h5 {
    font-size: 1rem;
  }
  #content-block-29 .media-item-body p {
    font-size: 0.9rem;
  }
}



#text-block-4 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-4 .container {
  max-width: 960px;
}
#text-block-4 .section-title-optional {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#text-block-4 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-4 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-4 .list-heading-optional {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-top: 40px;
  margin-bottom: 25px;
}
#text-block-4 .icon-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
#text-block-4 .icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color, #495057);
}
#text-block-4 .icon-list-item i {
  font-size: 1.2rem;
  color: var(--icon-color, #17a2b8);
  margin-right: 12px;
  margin-top: 0.2em;
  width: 20px;
  text-align: center;
  flex-shrink: 0;
}
#text-block-4 .icon-list-item span {
  flex-grow: 1;
}
@media (min-width: 768px) {
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 2;
    column-gap: 30px;
  }
  #text-block-4 .icon-list.list-cols-2 .icon-list-item {
    break-inside: avoid;
  }
}
@media (max-width: 767.98px) {
  #text-block-4 {
    padding: 60px 0;
  }
  #text-block-4 .text-heading {
    font-size: 2rem;
  }
  #text-block-4 .text-paragraph,
  #text-block-4 .icon-list-item {
    font-size: 0.95rem;
  }
  #text-block-4 .list-heading-optional {
    font-size: 1.25rem;
  }
  #text-block-4 .icon-list.list-cols-2 {
    column-count: 1;
  }
}



#call-to-action-13 {
  padding: 120px 0;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}
#call-to-action-13::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
#call-to-action-13 .container {
  position: relative;
  z-index: 1;
}
#call-to-action-13 h2 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: -1px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 p {
  font-size: 1.3rem;
  margin-bottom: 40px;
  line-height: 1.8;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#call-to-action-13 .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#call-to-action-13 .btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  animation: pulse 2s infinite alternate;
}
#call-to-action-13 .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
#call-to-action-13 .btn.primary {
  background-color: #007bff;
  color: #fff;
}
#call-to-action-13 .btn.primary:hover {
  background-color: #0056b3;
}
#call-to-action-13 .btn.secondary {
  background-color: #ffc107;
  color: #333;
}
#call-to-action-13 .btn.secondary:hover {
  background-color: #e0a800;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.05);
    opacity: 1;
  }
}


