
#overview-19 {
  background-color: #fff;
  overflow: hidden;
}
#overview-19 .overview-section-padding {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#overview-19 .section-intro {
  margin-bottom: 4rem;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#overview-19 .section-intro .section-heading {
  margin-bottom: 0.5rem;
}
#overview-19 .section-intro .lead {
  color: #6c757d;
  margin-bottom: 0;
}
#overview-19 .process-steps-container {
  position: relative;
}
#overview-19 .process-step {
  position: relative;
  padding-bottom: 3rem;
  padding-left: 80px;
  margin-bottom: 1rem;
}
#overview-19 .process-step:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#overview-19 .step-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(var(--bs-primary-rgb), 0.3);
  z-index: 2;
}
#overview-19 .step-marker .step-number {
  font-size: 1.2rem;
}
#overview-19 .process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 60px;
  bottom: -1.5rem;
  width: 2px;
  background-color: var(--connector-color, #adb5bd);
  z-index: 1;
}
#overview-19 .step-content h5 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
#overview-19 .step-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #overview-19 .process-step {
    padding-left: 0;
    text-align: center;
  }
  #overview-19 .step-marker {
    position: relative;
    margin: 0 auto 1.5rem auto;
    left: auto;
    top: auto;
  }
  #overview-19 .process-step:not(:last-child)::before {
    display: none;
  }
  #overview-19 .step-content h5 {
    font-size: 1.15rem;
  }
  #overview-19 .overview-section-padding {
    padding-bottom: 2rem;
  }
}



#terms-conditions-10 {
  padding: 60px 15px;
  margin: 0 auto;
  background: #f7f1e3;
}
#terms-conditions-10 .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  border: 1px solid #e2d7c5;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#terms-conditions-10 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#terms-conditions-10 .content-wrapper p {
  margin-bottom: 15px;
}



#policy-7 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-7 .header {
  text-align: center;
  margin-bottom: 40px;
}
#policy-7 .header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#policy-7 .header p {
  font-size: 1.1rem;
  color: #777;
}
#policy-7 .accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
}
#policy-7 .accordion-button {
  background: #f8f9fa;
  font-size: 1rem;
}
#policy-7 .accordion-body {
  font-size: 0.95rem;
  color: #555;
}



#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%;
  }
}


