.elementor-156 .elementor-element.elementor-element-682dbb0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-156 .elementor-element.elementor-element-25952a3{width:initial;max-width:initial;}.elementor-156 .elementor-element.elementor-element-25952a3 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 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-25952a3 */.footer-modern {
  background: linear-gradient(135deg, #2e135b, #4c1e80);
  color: #ddd;
  font-family: 'Inter', sans-serif;
  margin: 0;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 30px;
}

.footer-logo-img {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-column h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.footer-column p,
.footer-column li a {
  font-size: 14px;
  color: #ccc;
  line-height: 1.7;
  text-decoration: none;
}

.footer-column li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-column li a:hover {
  color: #00EF8B;
}

.footer-contact p {
  font-size: 14px;
  margin-bottom: 8px;
}

.footer-contact i {
  margin-right: 8px;
  color: #00EF8B;
}

.footer-socials a {
  color: #ccc;
  margin-right: 12px;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  color: #00EF8B;
}

.footer-payments {
  margin-top: 15px;
}

.footer-payments i {
  font-size: 24px;
  margin-right: 12px;
  color: #eee;
}

.pay-icon {
  height: 24px;
  margin: 5px 10px 0 0;
  vertical-align: middle;
  opacity: 0.9;
}

.pay-icon:hover {
  opacity: 1;
  transform: scale(1.05);
}

.secure-note {
  font-size: 13px;
  color: #bbb;
  margin-top: 20px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px;
  font-size: 14px;
  color: #aaa;
}

.footer-bottom span {
  color: #00EF8B;
  font-weight: 600;
}

.footer-modern a {
  color: #ccc !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-modern a:hover {
  color: #00EF8B !important;
}/* End custom CSS */