.elementor-2811 .elementor-element.elementor-element-985a620{--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;--margin-top:170px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2811 .elementor-element.elementor-element-0b2abf9.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-0b2abf9 */.policy-section {
  padding: 60px 20px;
  background: #f5f8fb;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.policy-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.policy-section h2 i {
  color: #007acc;
  margin-right: 10px;
}

.subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.policy-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.policy-card:hover {
  transform: translateY(-8px);
}

.policy-card i {
  font-size: 36px;
  color: #005f99;
  margin-bottom: 15px;
}

.policy-card h4 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.policy-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.read-btn {
  text-decoration: none;
  color: #fff;
  background-color: #007acc;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  transition: background 0.3s ease;
}

.read-btn:hover {
  background-color: #005b99;
}/* End custom CSS */