
#hero-6 {
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
}
#hero-6 .hero-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}
#hero-6 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
}
.card-item {
  background: #f8f9fa;
  padding: 30px;
  margin: 15px;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.card-icon {
  font-size: 48px;
  color: #2575fc;
  margin-bottom: 15px;
}
.card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.card-description {
  font-size: 16px;
  color: #555;
}



#text-block-6 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #fdfdfe);
  color: var(--text-color, #343a40);
}
#text-block-6 .container {
  max-width: 850px;
}
#text-block-6 .section-title-optional {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #888;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#text-block-6 .text-heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 25px;
}
#text-block-6 .decorative-divider {
  height: 2px;
  width: 100px;
  background-color: var(--divider-color, #b0c4de);
  margin: 0 auto 40px auto;
  position: relative;
}
#text-block-6 .decorative-divider.divider-elegant::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--divider-color, #b0c4de);
  border: 2px solid var(--section-bg-color, #fdfdfe);
  border-radius: 50%;
}
#text-block-6 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--text-color, #495057);
  margin-bottom: 1.6rem;
  text-align: left;
}
#text-block-6 .text-paragraph:last-child {
  margin-bottom: 0;
}
#text-block-6 .text-paragraph.with-drop-cap::first-letter {
  float: left;
  font-size: 4.5em;
  line-height: 0.8;
  padding-top: 0.1em;
  padding-right: 0.15em;
  padding-left: 0;
  margin-bottom: -0.1em;
  font-weight: 600;
  color: var(--text-color, #343a40);
  font-family: Georgia, serif;
}
@media (max-width: 767.98px) {
  #text-block-6 {
    padding: 60px 0;
  }
  #text-block-6 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-6 .text-paragraph {
    font-size: 1rem;
    line-height: 1.8;
  }
  #text-block-6 .text-paragraph.with-drop-cap::first-letter {
    font-size: 4em;
  }
  #text-block-6 .decorative-divider {
    margin-bottom: 30px;
  }
}



#content-block-1 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#content-block-1 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#content-block-1 .section-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-1 .section-hero p {
  font-size: 1.1rem;
}
#content-block-1 .content-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
}



#text-block-17 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-17 .container {
  max-width: 850px;
}
#text-block-17 .text-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
  text-align: center;
}
#text-block-17 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.95;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-17 .divider-image-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#text-block-17 .divider-image-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
#text-block-17 .image-caption {
  display: block;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
  text-align: center;
}
#text-block-17 .paragraphs-after {
  margin-top: 40px;
}
#text-block-17 .paragraphs-after .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-17 {
    padding: 60px 0;
  }
  #text-block-17 .text-heading {
    font-size: 2rem;
  }
  #text-block-17 .text-paragraph {
    font-size: 1rem;
    text-align: left;
  }
  #text-block-17 .divider-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #text-block-17 .paragraphs-after {
    margin-top: 30px;
  }
}


