.elementor-1037 .elementor-element.elementor-element-6abe3d8{--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;}/* Start custom CSS for html, class: .elementor-element-b123545 */.footer {
  background: #f5f5f5;
  text-align: center;
  padding-top: 60px;
  font-family: Arial, sans-serif;
}

.footer-inner {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.footer h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
}

.subtext {
  color: #666;
  margin-bottom: 30px;
}

/* EMAIL */
.email-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 420px;
  margin: 0 auto 40px;
  border: 2px solid #ccc;
  border-radius: 999px;
  padding: 14px 20px;
}

.email-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  background: transparent;
}

.email-box i {
  font-size: 16px;
}

/* BUSINESS */
.footer h3 {
  margin-top: 20px;
  font-size: 20px;
  letter-spacing: 1px;
}

.address,
.email,
.social-text {
  font-size: 13px;
  color: #444;
  margin: 10px 0;
}

/* ROW */
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

/* SHOP BUTTON */
.follow-btn {
  background: linear-gradient(90deg, #6c4cff, #4c2fff);
  color: white;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 20px;
  font-size: 18px;
}

.social-icons i {
  cursor: pointer;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 50px;
  padding: 20px;
}

/* PAYMENTS */
.payments {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.payments img {
  height: 28px;
  background: white;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* LEGAL */
.legal {
  font-size: 12px;
  color: #777;
}/* End custom CSS */