
#overview-20 {
  background-color: var(--section-bg-color, #f8f9fa);
  overflow: hidden;
}
#overview-20 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-20 .section-intro {
  margin-bottom: 3rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#overview-20 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-20 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-20 .content-detail-section {
  margin-bottom: 2rem;
}
#overview-20 .content-detail-section h4.sub-heading {
  font-weight: 600;
  font-size: 1.3rem;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#overview-20 .content-detail-section p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 0;
}
#overview-20 .integrated-quote {
  margin: 2.5rem 0;
  padding: 2rem;
  background-color: #ffffff;
  border-left: 5px solid var(--bs-primary);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  border-radius: 0 0.375rem 0.375rem 0;
  position: relative;
}
#overview-20 .integrated-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.5rem;
  color: var(--bs-primary);
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  line-height: 1;
}
#overview-20 .blockquote-text {
  font-size: 1.15rem;
  font-style: italic;
  color: #495057;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
#overview-20 .blockquote-footer {
  font-size: 0.95rem;
  color: #6c757d;
  text-align: right;
  position: relative;
  z-index: 1;
}
#overview-20 .blockquote-footer cite {
  font-weight: 600;
  color: #343a40;
  font-style: normal;
}
#overview-20 .blockquote-footer .author-title {
  display: block;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  #overview-20 .integrated-quote {
    margin: 2rem 0;
    padding: 1.5rem;
  }
  #overview-20 .blockquote-text {
    font-size: 1.05rem;
  }
  #overview-20 .content-detail-section h4.sub-heading {
    font-size: 1.2rem;
  }
}



#terms-conditions-3 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#terms-conditions-3 .header {
  text-align: center;
  margin-bottom: 40px;
}
#terms-conditions-3 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#terms-conditions-3 .header p {
  font-size: 1.1rem;
  color: #777;
}
#terms-conditions-3 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#terms-conditions-3 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#terms-conditions-3 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#policy-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f4f4f4;
}
#policy-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#policy-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#policy-10 .content-wrapper p {
  margin-bottom: 15px;
}



#text-block-8 {
  padding: 90px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
  position: relative;
  overflow: hidden;
}
#text-block-8::before {
  content: var(--quote-char, "“");
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  font-size: 25rem;
  font-family: Georgia, serif;
  color: var(--quote-mark-color, rgba(0, 123, 253, 0.06));
  z-index: 1;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
  font-weight: bold;
}
#text-block-8 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-8 .section-title-optional {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 10px;
}
#text-block-8 .text-heading {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 30px;
}
#text-block-8 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #495057);
  opacity: 0.95;
  margin-bottom: 1.5rem;
}
#text-block-8 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-8::before {
    font-size: 20rem;
    left: 2%;
  }
  #text-block-8 .text-heading {
    font-size: 2.2rem;
  }
  #text-block-8 .text-paragraph {
    font-size: 1.05rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-8 {
    padding: 60px 0;
  }
  #text-block-8::before {
    font-size: 15rem;
    left: -5px;
    opacity: 0.8;
    top: 60%;
  }
  #text-block-8 .text-heading {
    font-size: 1.9rem;
  }
  #text-block-8 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-8::before {
    font-size: 12rem;
    top: 65%;
  }
}


