.elementor-2835 .elementor-element.elementor-element-533ec4f{--display:flex;}.elementor-2835 .elementor-element.elementor-element-1dce903{background-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1dce903 */.premium-footer {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
  color: #0F172A;
  font-family: "Inter", sans-serif;
  border-top: 1px solid #E5E7EB;
  box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.04);
}

/* subtle luxury texture */
.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.12;
  pointer-events: none;
}

/* CTA STRIP */
.footer-cta {
  max-width: 1200px;
  margin: -40px auto 0;
  padding: 56px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(
    90deg,
    rgba(20,43,79,0.05),
    rgba(34,197,94,0.05)
  );
  border-radius: 16px;
  border: 1px solid #E5E7EB;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.3s ease;
}

.footer-cta:hover {
  box-shadow: 0 20px 50px rgba(20, 43, 79, 0.12);
}

.footer-cta p {
  font-size: 18px;
  font-weight: 500;
  color: #0F172A;
}

/* BUTTONS */
.cta-buttons a {
  margin-left: 12px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  background: #ffffff;
  color: #142B4F;
  border: 2px solid #142B4F;
  transition: all 0.25s ease;
}

.cta-buttons a:hover {
  border-color: #22C55E;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(34,197,94,0.25);
}

.cta-buttons a:focus {
  outline: none;
  border-color: #22C55E;
  box-shadow: 0 0 0 3px rgba(34,197,94,0.25);
}

/* MAIN FOOTER */
.footer-main {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 64px 20px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
}

.footer-col h4 {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #142B4F;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  position: relative;
  color: #4B5563;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}

.footer-col ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1.5px;
  background: #22C55E;
  transition: width 0.3s ease;
}

.footer-col ul li a:hover {
  color: #142B4F;
}

.footer-col ul li a:hover::after {
  width: 100%;
}

/* BRAND */
.brand img {
  width: 160px;
  margin-bottom: 18px;
}

.brand-text {
  font-size: 14px;
  line-height: 1.7;
  color: #6B7280;
}

/* CONTACT */
.contact-info {
  margin-top: 20px;
}

.contact-info a {
  display: block;
  font-size: 13px;
  color: #4B5563;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.2s ease;
}

.contact-info a:hover {
  color: #142B4F;
}

/* BOTTOM BAR */
.footer-bottom {
  border-top: 1px solid #E5E7EB;
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6B7280;
}

/* PRIMARY BLUE COPYRIGHT */
.footer-bottom p:first-child {
  color: #142B4F;
  font-weight: 500;
}

.footer-bottom .trust {
  color: #6B7280;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin-top: -20px;
  }

  .cta-buttons a {
    margin: 8px 0 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
}/* End custom CSS */