
#overview-15 {
  overflow: hidden;
  background-color: var(--section-bg-color, #ffffff);
}
#overview-15 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-15 .section-intro {
  margin-bottom: 3.5rem;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#overview-15 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-15 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-15 .content-block-wrapper {
  padding: 15px;
}
#overview-15 .tilted-content-block {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 0.75rem;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  text-align: left;
}
#overview-15 .row > div:nth-child(odd) .tilted-content-block {
  transform: rotate(-1.5deg);
}
#overview-15 .row > div:nth-child(even) .tilted-content-block {
  transform: rotate(1.5deg);
}
#overview-15 .content-block-wrapper:hover .tilted-content-block {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: #ddd;
}
#overview-15 .tilted-content-block h5 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: var(--bs-primary);
  display: flex;
  align-items: center;
}
#overview-15 .tilted-content-block h5 i {
  margin-right: 0.75rem;
  opacity: 0.9;
}
#overview-15 .tilted-content-block p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
#overview-15 .cta-wrapper {
  text-align: center;
  margin-top: 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-10 {
  padding: 60px 15px;
  margin: 0 auto;
  max-width: 900px;
}
#content-block-10 .header {
  text-align: center;
  margin-bottom: 40px;
}
#content-block-10 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#content-block-10 .header p {
  font-size: 1.1rem;
  color: #777;
}
#content-block-10 .content-body {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  column-count: 2;
  column-gap: 30px;
}
@media (max-width: 768px) {
  #content-block-10 .content-body {
    column-count: 1;
  }
}


