.elementor-1020 .elementor-element.elementor-element-5871fec{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-5871fec *//* ===== Accessibility Page ===== */
.policy-section {
  background: linear-gradient(135deg,#fff,#f7fbf8);
  padding: clamp(60px,8vw,100px) 20px;
  border-top: 1px solid #E8EDF0;
}

.policy-wrap {
  max-width: 900px;
  margin: 0 auto;
  font-family: system-ui, sans-serif;
}

.policy-title {
  font-size: clamp(28px,5vw,48px);
  font-weight: 800;
  color: #22303a;
  text-align: center;
  margin-bottom: 36px;
}

.policy-box {
  background: #fff;
  border: 1px solid #E8EDF0;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  padding: 24px 28px;
  margin-bottom: 28px;
}

.policy-box h2 {
  font-size: clamp(20px,3vw,28px);
  font-weight: 700;
  color: #6FBD4B;
  margin-bottom: 14px;
}

.policy-box p {
  font-size: 16px;
  line-height: 1.65;
  color: #5b6876;
  margin-bottom: 12px;
}

.policy-box a {
  color: #6FBD4B;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.policy-box a:hover {
  border-color: #6FBD4B;
}

/* ===== Accessibility Icon in text ===== */
.accessibility-icon {
  display: inline-block;
  background: #6FBD4B;
  color: #000;
  border: 2px solid #111;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}/* End custom CSS */