
#policy-8 {
  padding: 60px 15px;
  max-width: 900px;
  margin: 0 auto;
}
#policy-8 .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 10px 15px;
}
#policy-8 .tab-content {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}



#text-block-30 {
  padding: 150px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--text-color, #e0e0e0);
}
#text-block-30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.3));
  z-index: 1;
}
#text-block-30 .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}
#text-block-30 .text-cutout {
  font-size: 7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 1;
  color: var(--fallback-heading-color, #fff);
  background-image: var(--section-bg-image);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#text-block-30 .text-paragraph {
  font-size: 1.15rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#text-block-30 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-30 {
    padding: 120px 0;
  }
  #text-block-30 .text-cutout {
    font-size: 5.5rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-30 {
    padding: 100px 15px;
    background-attachment: scroll;
  }
  #text-block-30 .text-cutout {
    font-size: 4rem;
  }
  #text-block-30 .text-paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  #text-block-30 .text-cutout {
    font-size: 3rem;
  }
}
@supports not (-webkit-background-clip: text) and (not (background-clip: text)) {
  #text-block-30 .text-cutout {
    background-image: none !important;
    color: var(--fallback-heading-color, #fff) !important;
    -webkit-text-fill-color: initial !important;
  }
}



#contact-24 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f7f6;
}
#contact-24 .section-title-container {
  margin-bottom: 30px;
}
#contact-24 .section-main-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
#contact-24 .section-main-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .progress-steps-indicator {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  padding: 15px 0;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .progress-step {
  display: flex;
  align-items: center;
  color: #adb5bd;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
}
#contact-24 .progress-step:not(:last-child)::after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #dee2e6;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
#contact-24 .progress-step .step-number {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #adb5bd;
  text-align: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}
#contact-24 .progress-step .step-name {
  transition: color 0.3s ease;
}
#contact-24 .progress-step.active {
  color: #0d6efd;
}
#contact-24 .progress-step.active .step-number {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
}
#contact-24 .progress-step.active:not(:last-child)::after {
  background-color: #0d6efd;
}
#contact-24 .contact-form-container {
  background-color: #ffffff;
  padding: 35px 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-24 .form-current-step-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
}
#contact-24 .form-label {
  font-weight: 500;
}
#contact-24 .form-control {
  border-radius: 5px;
}
#contact-24 .btn-submit-stepform {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 500;
}
#contact-24 .form-footer-text {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #contact-24 .progress-steps-indicator {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    padding: 15px;
  }
  #contact-24 .progress-step {
    margin-bottom: 10px;
    width: 100%;
  }
  #contact-24 .progress-step:not(:last-child)::after {
    display: none;
  }
  #contact-24 .contact-form-container {
    padding: 25px;
  }
  #contact-24 .form-current-step-title {
    font-size: 1.5rem;
  }
}


