.elementor-82 .elementor-element.elementor-element-9439ebd{--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;border-style:groove;--border-style:groove;--border-radius:47px 47px 47px 47px;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-84b3ee7 */.custom-footer {
  background: #000;
  color: #fff;
  padding: 50px 20px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-section h3, 
.footer-section h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-text {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-section ul li a:hover {
  color: #ff4500;
}

.subscribe-box {
  display: flex;
  align-items: center;
  background: #222;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

.subscribe-box input {
  border: none;
  padding: 10px;
  outline: none;
  flex: 1;
  background: transparent;
  color: #fff;
}

.subscribe-box button {
  background: #ff4500;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}

.footer-phone {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #222;
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #ff4500;
  border-color: #ff4500;
}/* End custom CSS */