.elementor-197 .elementor-element.elementor-element-b70a926{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-197 .elementor-element.elementor-element-b70a926{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-d2eb43e */.footer {
 
  background: #ffffff;
  color: #1a2e1a;
  padding: 48px 48px 0;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: -60px; left: -60px;
  width: 280px; height: 280px;
  pointer-events: none;
}

.footer::after {
  content: '';
  position: absolute;
  bottom: 60px; right: -40px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(74,180,74,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 0 40px;
  margin-bottom: 48px;
}

.logo-placeholder {
  width: 180px;
  height: 68px;
  border: 2px dashed #b8deb8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #f5fbf5;
}

.logo-placeholder span {
  font-size: 13px;
  color: #8aaa8a;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: 'Urbanist', sans-serif;
}

.brand-desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #6b8a6b;
  margin-bottom: 22px;
  font-family: 'Urbanist', sans-serif;
}

.socials { display: flex; gap: 8px; }

.social-icon {
  width: 38px; height: 38px;
  border-radius: 8px;
  border: 1px solid #d4ead4;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  background: #fff;
  text-decoration: none;
}

.social-icon:hover {
  background: #f0f9f0;
  border-color: #3da03d;
}

.col-head {
  font-size: 18px;
  font-weight: 700;
  color: #111f11;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Urbanist', sans-serif;
}

.col-head-line {
  flex: 1;
  height: 1.5px;
  background: #3da03d;
  border-radius: 2px;
  max-width: 30px;
}

.col-links {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.col-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 600;
  color: #5a785a;
  text-decoration: none;
  border-bottom: 1px solid #f0f7f0;
  transition: color 0.18s, padding-left 0.18s;
  font-family: 'Urbanist', sans-serif;
}

.col-links li:last-child a { border-bottom: none; }

.col-links li a:hover {
  color: #3da03d;
  padding-left: 5px;
}

.link-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #b8deb8;
  flex-shrink: 0;
  transition: background 0.18s;
}

.col-links li a:hover .link-dot { background: #3da03d; }

.contact-items {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-icon-wrap {
  width: 38px; height: 38px;
  border-radius: 8px;
  background: #f0f9f0;
  border: 1px solid #c8e8c8;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.contact-detail .label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3da03d;
  margin-bottom: 3px;
  font-family: 'Urbanist', sans-serif;
}

.contact-detail .value {
  font-size: 15px;
  font-weight: 600;
  color: #5a785a;
  line-height: 1.5;
  font-family: 'Urbanist', sans-serif;
}

.footer-divider {
  height: 1px;
  background: #e8f5e8;
  margin-left: -48px;
  margin-right: -48px;
}

.footer-bottom {
  background: #f5fbf5;
  margin-left: -48px;
  margin-right: -48px;
  padding: 20px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bottom-copy {
  font-size: 14px;
  font-weight: 600;
  color: #8aaa8a;
  font-family: 'Urbanist', sans-serif;
}

.bottom-links {
  display: flex;
  gap: 24px;
}

.bottom-links a {
  font-size: 14px;
  font-weight: 600;
  color: #8aaa8a;
  text-decoration: none;
  transition: color 0.18s;
  font-family: 'Urbanist', sans-serif;
}

.bottom-links a:hover { color: #3da03d; }

.bottom-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #8aaa8a;
  font-family: 'Urbanist', sans-serif;
}

.pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #3da03d;
  position: relative;
  flex-shrink: 0;
}

.pulse::after {
  content: '';
  position: absolute;
  top: -3px; left: -3px;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: rgba(61,160,61,0.25);
  animation: pulse 2s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 900px) {
  .footer { padding: 40px 24px 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 24px; }
  .footer-divider { margin-left: -24px; margin-right: -24px; }
  .footer-bottom { margin-left: -24px; margin-right: -24px; padding: 16px 24px; flex-direction: column; gap: 12px; text-align: center; }
  .bottom-links { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
}/* End custom CSS */