.elementor-538 .elementor-element.elementor-element-e83b6fd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-538 .elementor-element.elementor-element-60ba745{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-538 .elementor-element.elementor-element-e83b6fd{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-60ba745 *//* ===== Footer Base ===== */
.signia-footer {
  background-color: #222;
  color: #fff;
  padding: 60px 10px 1px 8px;
  font-family: "Poppins", sans-serif;
}

.signia-footer .footer-container {
  /*margin-left: 20px !important;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}

/* ===== Column Widths (Editable) ===== */
/* You can easily change these percentages */
.footer-col1 { width: 27%; }  /* Customer Service */
.footer-col2 { width: 26%; }  /* Shipping */
.footer-col3 { width: 10%; }  /* Quick Links */
.footer-col4 { width: 18%; }  /* Social Icons */

/* ===== Columns Base Styles ===== */
.footer-column h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-column p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 12px;
}

/* ===== Quick Links ===== */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}

.footer-column ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #fff;
}

/* ===== Social Icons ===== */
.footer-social .social-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.footer-social .social-icons a {
  color: #fff;
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social .social-icons a:hover {
  background-color: #fff;
  color: #000;
}

/* ===== Footer Bottom ===== */
.footer-bottom {
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-top: 30px;
  font-size: 13px;
  color: #aaa;
}

/* ===== Responsive: Tablets ===== */
@media (max-width: 992px) {
  .footer-col1,
  .footer-col2,
  .footer-col3,
  .footer-col4 {
    width: 45%; /* 2 columns per row */
  }

  .footer-social .social-icons {
    justify-content: flex-start;
  }
}

/* ===== Responsive: Phones ===== */
@media (max-width: 600px) {
  .footer-col1,
  .footer-col2,
  .footer-col3,
  .footer-col4 {
    width: 100%; /* Stack vertically */
  }

  .footer-column ul li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #111;
  }

  .footer-social .social-icons {
    justify-content: flex-start;
    gap: 12px;
  }
}/* End custom CSS */