
#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-14 {
  padding: 120px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#text-block-14 .container {
  position: relative;
  z-index: 2;
}
#text-block-14 .frosted-glass-box {
  background-color: var(--text-container-bg, rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(var(--blur-amount, 10px));
  -webkit-backdrop-filter: blur(var(--blur-amount, 10px));
  padding: 45px 50px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--text-color, #ffffff);
  text-align: center;
}
#text-block-14 .text-heading {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--text-color, #ffffff);
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
#text-block-14 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text-color, #ffffff);
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-14 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-14 {
    padding: 100px 0;
  }
  #text-block-14 .text-heading {
    font-size: 2.4rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-14 {
    padding: 80px 15px;
    background-attachment: scroll;
  }
  #text-block-14 .frosted-glass-box {
    padding: 35px 30px;
  }
  #text-block-14 .text-heading {
    font-size: 2rem;
  }
  #text-block-14 .text-paragraph {
    font-size: 1rem;
  }
}



#content-block-22 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-22 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-22 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-22 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-22 .definition-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#content-block-22 dl dt {
  font-weight: 600;
  color: #343a40;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
#content-block-22 dl dt:first-child,
#content-block-22 dl dt:first-of-type {
  margin-top: 0;
}
#content-block-22 dl dt i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.6rem;
  font-size: 1em;
  min-width: 1.2em;
  text-align: center;
}
#content-block-22 dl dd {
  margin-left: 0;
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}
#content-block-22 dl dd:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #content-block-22 dl.dl-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.5rem;
  }
  #content-block-22 dl.dl-row dt {
    grid-column: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
  #content-block-22 dl.dl-row dd {
    grid-column: 2;
    padding-left: 0;
    margin-bottom: 0;
  }
  #content-block-22 dl.dl-row dt {
    flex-direction: row-reverse;
  }
  #content-block-22 dl.dl-row dt i {
    margin-right: 0;
    margin-left: 0.6rem;
  }
}


