.elementor-6188 .elementor-element.elementor-element-42c6e37{--display:flex;}.elementor-6188 .elementor-element.elementor-element-42c6e37.e-con{--flex-grow:0;--flex-shrink:0;}.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-6188 .elementor-element.elementor-element-42c6e37{--width:98.276%;}}/* Start custom CSS for html, class: .elementor-element-4a36d6e */html,
body {
  overflow-x: hidden;
}

/* =========================
   FULL WIDTH FOOTER
========================= */
.fw-footer {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.fw-footer,
.fw-footer * {
  box-sizing: border-box;
}

/* =========================
   FOOTER GRID
========================= */
.fw-footer-inner {
  max-width: 2000px;
  margin: 0 auto;
  padding: 32px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

/* =========================
   TITLES
========================= */
.fw-footer h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}

/* =========================
   TEXT & LINKS
========================= */
.fw-footer p,
.fw-footer a {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.7;
  text-decoration: none;
}

.fw-footer a:hover {
  color: #000;
}

/* =========================
   BRAND CARD
========================= */
.footer-brand {
  border: 1px solid #eaeaea;
  border-radius: 16px;
  padding: 32px;
}

/* =========================
   CONTACT BLOCK
========================= */
.footer-contact {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.footer-contact .icon {
  width: 44px;
  height: 44px;
  background: #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
  color: #fff;
}

.footer-contact strong {
  display: block;
  color: #111;
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-contact .icon i,
.footer-contact .icon svg {
  color: #fff;
  fill: currentColor;
  stroke: currentColor;
}

.footer-contact .icon img {
  filter: brightness(0) invert(1);
}

/* =========================
   FOOTER LINKS
========================= */
.footer-links a {
  display: block;
  margin-bottom: 12px;
}

/* =========================
   SOCIAL ICONS
========================= */
.footer-social h3 {
  margin-bottom: 18px;
}

.social-icons {
  display: flex;
  gap: 22px; /* SPACE BETWEEN SOCIAL ICONS */
  flex-wrap: wrap;
}

.social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #111;
  transform: translateY(-3px);
}

/* =========================
   PAYMENT ICONS
========================= */
.footer-payments p {
  margin-bottom: 14px;
}

.payment-icons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.payment-icons img {
  height: 30px;
  width: auto;
}

/* =========================
   BOTTOM BAR
========================= */
.fw-footer-bottom {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #2563eb;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
  .fw-footer-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .fw-footer-inner {
    grid-template-columns: 1fr;
    padding: 44px 16px;
  }

  .social-icons {
    gap: 20px;
  }
}/* End custom CSS */