
#overview-5 {
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
}
#overview-5 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-5 .content-column {
  padding-right: 2rem;
}
#overview-5 .features-column {
  position: relative;
  padding-left: 2rem;
  background-color: var(--features-bg-color, #f8f9fa);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#overview-5 .features-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  width: 80px;
  background-color: inherit;
  transform: skewX(-10deg);
  z-index: 1;
}
#overview-5 .feature-card {
  background-color: #ffffff;
  border: none;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 2;
}
#overview-5 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#overview-5 .feature-card-icon {
  font-size: 1.8rem;
  color: var(--bs-primary);
  margin-bottom: 1rem;
  display: inline-block;
}
#overview-5 .feature-card h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
#overview-5 .feature-card p {
  font-size: 0.95rem;
  color: #6c757d;
  margin-bottom: 0;
}
#overview-5 .section-heading {
  margin-bottom: 1rem;
}
#overview-5 .lead {
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  #overview-5 .features-column::before {
    display: none;
  }
  #overview-5 .content-column,
  #overview-5 .features-column {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #overview-5 .features-column {
    padding-top: 2rem;
    margin-top: 2rem;
  }
  #overview-5 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#text-block-29 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-29 .container {
  max-width: 850px;
}
#text-block-29 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-29 hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  border: 0;
  opacity: 1;
}
#text-block-29 hr:not([class*="hr-"]) {
  height: 1px;
  background-color: #dee2e6;
  width: 100%;
}
#text-block-29 hr.hr-gradient {
  height: 3px;
  background-image: linear-gradient(
    to right,
    var(--grad-hr-1, #0dcaf0),
    var(--grad-hr-2, #0d6efd),
    var(--grad-hr-3, #6f42c1)
  );
  border-radius: 2px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon {
  width: 80px;
  height: 1px;
  background-color: #adb5bd;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--section-bg-color, #ffffff);
  padding: 0 10px;
  color: #adb5bd;
  font-size: 1rem;
}
#text-block-29 hr.hr-double {
  height: auto;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 2px 0;
  background-color: transparent;
}
#text-block-29 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-29 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-29 {
    padding: 60px 0;
  }
  #text-block-29 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-29 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-29 hr {
    margin-bottom: 2rem;
  }
}



#content-block-19 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-19 .main-content h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
#content-block-19 .main-content h4 {
  font-weight: 600;
  color: #495057;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.4rem;
}
#content-block-19 .main-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
#content-block-19 .main-content ul,
#content-block-19 .main-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  color: #555;
}
#content-block-19 .main-content ul li,
#content-block-19 .main-content ol li {
  margin-bottom: 0.5rem;
}
#content-block-19 .sidebar {
}
#content-block-19 .sidebar .widget {
  margin-bottom: 2rem;
}
#content-block-19 .sidebar .widget:last-child {
  margin-bottom: 0;
}
#content-block-19 .widget-heading h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
#content-block-19 .widget-text p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-19 .widget-links ul li {
  margin-bottom: 0.5rem;
}
#content-block-19 .widget-links ul li a {
  text-decoration: none;
  color: var(--bs-primary, #0d6efd);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
#content-block-19 .widget-links ul li a:hover {
  color: #0a58ca;
  text-decoration: underline;
}
#content-block-19 .widget-links ul li a i {
  margin-right: 0.4rem;
  font-size: 0.8em;
}
#content-block-19 .widget-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
#content-block-19 .widget-image .caption {
  font-size: 0.85rem;
  color: #6c757d;
  text-align: center;
  margin-top: 0.5rem;
  font-style: italic;
}
#content-block-19 .widget-cta {
  background-color: #e9ecef;
  padding: 1.5rem;
  border-radius: 0.375rem;
  text-align: center;
}
#content-block-19 .widget-cta p {
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  margin-bottom: 1rem;
}
#content-block-19 .widget-cta .btn {
}
@media (max-width: 991.98px) {
  #content-block-19 .sidebar {
    margin-top: 3rem;
  }
}


