.elementor-7392 .elementor-element.elementor-element-c5f8eb2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2e3e864 *//* ================================
   RESET & BASE
================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #edf2da;
  color: #2d2d2d;
  line-height: 1.8;
}

/* ================================
   PAGE TOP
================================ */
.page-top {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px 40px 0;
}

.effective-date {
  font-size: 0.8rem;
  font-weight: 300;
  color: #7a9e7e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #355e3b;
  margin-bottom: 6px;
}

/* ================================
   CONTENT WRAPPER
================================ */
.content-wrapper {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ================================
   POLICY BOX
================================ */
.policy-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  box-shadow: 0 2px 12px rgba(53, 94, 59, 0.08);
  border-left: 4px solid #355e3b;
  transition: box-shadow 0.3s ease;
}

.policy-box:hover {
  box-shadow: 0 6px 24px rgba(53, 94, 59, 0.15);
}

.box-icon {
  min-width: 52px;
  height: 52px;
  background-color: #edf2da;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #355e3b;
  font-size: 1.3rem;
  margin-top: 2px;
}

.box-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #355e3b;
  margin-bottom: 10px;
}

.box-content p {
  font-size: 0.93rem;
  color: #444444;
  line-height: 1.8;
}

.box-content ul {
  list-style: none;
  padding: 0;
}

.box-content ul li {
  font-size: 0.93rem;
  color: #444444;
  padding: 5px 0 5px 20px;
  position: relative;
  line-height: 1.7;
}

.box-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  background-color: #355e3b;
  border-radius: 50%;
}

.box-content strong {
  color: #355e3b;
  font-weight: 600;
}

/* ================================
   CONTACT INLINE
================================ */
.contact-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.contact-inline span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #355e3b;
  font-weight: 500;
  background-color: #edf2da;
  padding: 8px 14px;
  border-radius: 6px;
}

.contact-inline span i {
  font-size: 0.85rem;
  color: #355e3b;
}

/* ================================
   TABLET — max-width: 768px
================================ */
@media (max-width: 768px) {
  .page-top {
    padding: 16px 24px 0;
  }

  .page-title {
    font-size: 2rem;
  }

  .content-wrapper {
    padding: 32px 24px 60px;
    gap: 20px;
  }

  .policy-box {
    padding: 24px 24px;
    gap: 18px;
  }

  .box-icon {
    min-width: 44px;
    height: 44px;
    font-size: 1.1rem;
  }

  .box-content h2 {
    font-size: 1.05rem;
  }
}

/* ================================
   MOBILE — max-width: 480px
================================ */
@media (max-width: 480px) {
  .page-top {
    padding: 12px 16px 0;
  }

  .page-title {
    font-size: 1.6rem;
  }

  .effective-date {
    font-size: 0.72rem;
  }

  .content-wrapper {
    padding: 24px 16px 48px;
    gap: 16px;
  }

  .policy-box {
    flex-direction: column;
    padding: 20px 18px;
    gap: 14px;
    border-left: none;
    border-top: 4px solid #355e3b;
  }

  .box-icon {
    min-width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .box-content h2 {
    font-size: 1rem;
  }

  .box-content p,
  .box-content ul li {
    font-size: 0.85rem;
  }

  .contact-inline {
    flex-direction: column;
    gap: 10px;
  }

  .contact-inline span {
    font-size: 0.82rem;
  }
}/* End custom CSS */