
#policy-6 {
  padding: 60px 15px;
  max-width: 1000px;
  margin: 0 auto;
}
#policy-6 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 15px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#policy-6 .sections-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
#policy-6 .section-column {
  flex: 1 1 45%;
}
#policy-6 .section-column h4 {
  font-size: 1.5rem;
  color: #007bff;
  margin-bottom: 10px;
}
#policy-6 .section-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  #policy-6 .sections-wrapper {
    flex-direction: column;
  }
}



#text-block-29 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #ffffff);
  color: var(--text-color, #343a40);
}
#text-block-29 .container {
  max-width: 850px;
}
#text-block-29 .text-heading {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
}
#text-block-29 hr {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  border: 0;
  opacity: 1;
}
#text-block-29 hr:not([class*="hr-"]) {
  height: 1px;
  background-color: #dee2e6;
  width: 100%;
}
#text-block-29 hr.hr-gradient {
  height: 3px;
  background-image: linear-gradient(
    to right,
    var(--grad-hr-1, #0dcaf0),
    var(--grad-hr-2, #0d6efd),
    var(--grad-hr-3, #6f42c1)
  );
  border-radius: 2px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon {
  width: 80px;
  height: 1px;
  background-color: #adb5bd;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#text-block-29 hr.hr-short-icon::before {
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--section-bg-color, #ffffff);
  padding: 0 10px;
  color: #adb5bd;
  font-size: 1rem;
}
#text-block-29 hr.hr-double {
  height: auto;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 2px 0;
  background-color: transparent;
}
#text-block-29 .text-paragraph {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1.5rem;
  text-align: justify;
}
#text-block-29 .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-29 {
    padding: 60px 0;
  }
  #text-block-29 .text-heading {
    font-size: 2.1rem;
  }
  #text-block-29 .text-paragraph {
    font-size: 1rem;
  }
  #text-block-29 hr {
    margin-bottom: 2rem;
  }
}



#contact-6 {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  color: #fff;
  padding: 40px 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
#contact-6 .container {
  max-width: 1140px;
}
#contact-6 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#contact-6 p {
  font-size: 1.1rem;
  margin-bottom: 0;
}
#contact-6 .btn-chat {
  background: #fff;
  color: #ff7e5f;
  border: none;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s ease, color 0.3s ease;
}
#contact-6 .btn-chat:hover {
  background: #ff7e5f;
  color: #fff;
}
@media (max-width: 576px) {
  #contact-6 h2 {
    font-size: 1.8rem;
  }
  #contact-6 p {
    font-size: 1rem;
  }
  #contact-6 .btn-chat {
    padding: 10px 20px;
    font-size: 1rem;
  }
}


