.elementor-272 .elementor-element.elementor-element-543cacd{--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;--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;}@media(max-width:767px){.elementor-272 .elementor-element.elementor-element-543cacd{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b3a6b34 */.footer {
  background: #121417;
  color: #ffffff;
  padding: 60px 0 30px;
  font-family: Arial, sans-serif;
}

.footer-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-logo h2 {
  font-size: 22px;
  margin-bottom: 40px;
}

.footer-logo .star {
  color: #00b67a;
  margin-right: 5px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
}

.footer-col h4 {
  font-size: 15px;
  margin-bottom: 18px;
  font-weight: 600;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #b0b3b8;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #ffffff;
}

.social-icons a {
  display: inline-block;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #1c1f23;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #00b67a;
}

.footer-col select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: none;
  background: #1c1f23;
  color: #ffffff;
  font-size: 14px;
}

.footer-bottom {
  margin-top: 50px;
  border-top: 1px solid #2a2d31;
  padding-top: 25px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.footer-links a {
  color: #b0b3b8;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
}

.copyright {
  font-size: 13px;
  color: #8a8d91;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */