.elementor-828 .elementor-element.elementor-element-df64607{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-df64607 *//* ===== Privacy Policy 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: 8px;
}
.policy-date {
  text-align: center;
  font-size: 15px;
  color: #5b6876;
  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, 
.policy-box li {
  font-size: 16px;
  line-height: 1.65;
  color: #5b6876;
  margin-bottom: 12px;
}

.policy-box ul {
  margin: 0 0 12px 20px;
  padding: 0;
}
.policy-box a {
  color: #6FBD4B;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.policy-box a:hover {
  border-color: #6FBD4B;
}/* End custom CSS */