
#overview-1 {
  overflow: hidden;
}
#overview-1 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-1 .overview-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  aspect-ratio: 16/9;
}
#overview-1 .overview-features-list {
  list-style: none;
  padding-left: 0;
}
#overview-1 .overview-feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
#overview-1 .overview-feature-icon {
  font-size: 1.5rem;
  color: var(--bs-primary);
  margin-right: 1rem;
  width: 2rem;
  text-align: center;
  flex-shrink: 0;
}
#overview-1 .overview-feature-text h5 {
  margin-bottom: 0.25rem;
  font-weight: 600;
}
#overview-1 .overview-feature-text p {
  margin-bottom: 0;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #overview-1 .overview-image {
    margin-bottom: 2rem;
  }
  #overview-1 .overview-section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}



#text-block-3 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-3 .container {
  max-width: 900px;
}
#text-block-3 .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-3 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 35px;
}
#text-block-3 .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-3 .text-paragraph:last-of-type {
  margin-bottom: 2.5rem;
}
#text-block-3 .text-highlight {
  background-color: var(--highlight-bg-color, #e7f5ff);
  border-left: 5px solid var(--highlight-border-color, #0d6efd);
  padding: 25px 30px;
  margin: 30px 0;
  border-radius: 0 6px 6px 0;
  position: relative;
}
#text-block-3 .text-highlight::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 1.8rem;
  color: var(--highlight-border-color, #0d6efd);
  opacity: 0.3;
}
#text-block-3 .text-highlight p {
  font-size: 1.2rem;
  font-style: italic;
  color: #333;
  line-height: 1.7;
  margin-bottom: 15px;
}
#text-block-3 .text-highlight p:last-child {
  margin-bottom: 0;
}
#text-block-3 .text-highlight footer {
  text-align: right;
  font-size: 1rem;
  color: #555;
  font-style: normal;
}
#text-block-3 .text-highlight footer cite {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  #text-block-3 {
    padding: 60px 0;
  }
  #text-block-3 .text-heading {
    font-size: 2rem;
  }
  #text-block-3 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-3 .text-highlight {
    padding: 20px 25px;
    margin-left: 10px;
  }
  #text-block-3 .text-highlight::before {
    left: -20px;
    font-size: 1.5rem;
  }
  #text-block-3 .text-highlight p {
    font-size: 1.1rem;
  }
}



#content-block-13 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
#content-block-13 .header {
  margin-bottom: 40px;
}
#content-block-13 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-13 .items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#content-block-13 .item-card {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#content-block-13 .item-card i {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#content-block-13 .item-card h5 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#content-block-13 .item-card p {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 992px) {
  #content-block-13 .item-card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #content-block-13 .item-card {
    flex: 1 1 100%;
  }
}


