.elementor-765 .elementor-element.elementor-element-62cec9d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-765 .elementor-element.elementor-element-62cec9d{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-221c3d8 *//* ── FOOTER SHELL ───────────────────────────────────── */
.hlf-footer {
  background: #0F1F17;
  position: relative;
  overflow: hidden;
}
.hlf-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34,197,142,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34,197,142,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

/* ── INNER GRID ─────────────────────────────────────── */
.hlf-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 32px 56px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  position: relative;
  z-index: 1;
}

/* ── BRAND COL ──────────────────────────────────────── */
.hlf-logo-link {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
.hlf-logo-link img {
  height: 38px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.hlf-brand-desc {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
  font-weight: 300;
  margin: 0 0 24px;
  max-width: 260px;
}

/* ── SOCIALS ────────────────────────────────────────── */
.hlf-socials {
  display: flex;
  gap: 10px;
}
.hlf-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(34,197,142,0.08);
  border: 1px solid rgba(34,197,142,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: all 0.25s ease;
}
.hlf-social-btn:hover {
  background: #22C58E;
  border-color: #22C58E;
  color: #0A1A13;
  transform: translateY(-2px);
}
.hlf-social-wa:hover {
  background: #25D366;
  border-color: #25D366;
}

/* ── COL TITLES ─────────────────────────────────────── */
.hlf-col-title {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 12px;
}
.hlf-col-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #22C58E;
  border-radius: 1px;
}

/* ── NAV LINKS ──────────────────────────────────────── */
.hlf-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hlf-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.hlf-link::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #22C58E;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.hlf-link:hover {
  color: #22C58E;
  padding-left: 4px;
}
.hlf-link:hover::before {
  opacity: 1;
  transform: scale(1);
}

/* ── CONTACT LIST ───────────────────────────────────── */
.hlf-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hlf-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  font-weight: 300;
}
.hlf-contact-icon {
  font-size: 13px;
  margin-top: 1px;
  flex-shrink: 0;
}
.hlf-contact-link {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.hlf-contact-link:hover { color: #22C58E; }

/* ── BOTTOM BAR ─────────────────────────────────────── */
.hlf-bottom {
  border-top: 1px solid rgba(255,255,255,0.07);
  position: relative;
  z-index: 1;
}
.hlf-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.hlf-copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
  margin: 0;
}
.hlf-bottom-right {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
  margin: 0;
}
.hlf-bottom-link {
  color: #22C58E;
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s;
}
.hlf-bottom-link:hover { opacity: 0.75; }

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 960px) {
  .hlf-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .hlf-brand { grid-column: 1 / -1; }
  .hlf-brand-desc { max-width: 100%; }
}
@media (max-width: 600px) {
  .hlf-inner {
    grid-template-columns: 1fr;
    padding: 48px 20px 40px;
    gap: 36px;
  }
  .hlf-bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    gap: 8px;
  }
}/* End custom CSS */