.elementor-4864 .elementor-element.elementor-element-213d85c{--display:flex;--margin-top:61px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4864 .elementor-element.elementor-element-66c7960{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-66c7960 */.efcl-policies-page {
  padding: 70px 20px;
  background: #ffffff;
}

.efcl-policies-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.efcl-policies-inner h1 {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 25px;
  color: #111827;
  font-weight: 700;
}

.efcl-policies-inner p {
  max-width: 900px;
  font-size: 17px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 18px;
}

.efcl-intro-note {
  font-weight: 600;
  color: #111827 !important;
  margin-top: 10px;
}

.efcl-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 45px;
}

.efcl-policy-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 35px 28px;
  min-height: 230px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.efcl-policy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.10);
  border-color: #d1d5db;
}

.efcl-policy-card h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #111827;
  margin: 0 0 8px;
  font-weight: 700;
}

.efcl-policy-card span {
  display: block;
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 28px;
}

.efcl-policy-card a {
  display: inline-block;
  width: fit-content;
  background: #111827;
  color: #ffffff !important;
  padding: 12px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}

.efcl-policy-card a:hover {
  background: #f97316;
  color: #ffffff !important;
}

@media (max-width: 980px) {
  .efcl-policy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .efcl-policies-inner h1 {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .efcl-policies-page {
    padding: 50px 18px;
  }

  .efcl-policy-grid {
    grid-template-columns: 1fr;
  }

  .efcl-policies-inner h1 {
    font-size: 32px;
  }

  .efcl-policy-card {
    min-height: auto;
  }
}/* End custom CSS */