.elementor-479 .elementor-element.elementor-element-45cd930{--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;}.elementor-479 .elementor-element.elementor-element-58f21f0 > .elementor-widget-container{margin:0px -30px 0px -30px;}.elementor-479 .elementor-element.elementor-element-58f21f0.elementor-element{--flex-grow:0;--flex-shrink:0;}.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-479 .elementor-element.elementor-element-58f21f0{width:var( --container-widget-width, 421px );max-width:421px;--container-widget-width:421px;--container-widget-flex-grow:0;}.elementor-479 .elementor-element.elementor-element-58f21f0 > .elementor-widget-container{margin:0px -10px 0px -10px;}}/* Start custom CSS */footer {
  background: #000;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
}

/* Social Buttons */
.social-buttons {
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.social-buttons a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.facebook { background: #3b5998; }
.twitter { background: #1DA1F2; }
.linkedin { background: #0077b5; }
.telegram { background: #0088cc; }
.whatsapp { background: #25D366; }
.email { background: #FF5733; }
.pinterest { background: #bd081c; }

.social-buttons i {
  font-size: 16px;
}
.social-buttons span {
  display: inline;
}

/* Footer Links */
.footer-links {
  background: #26B9EF;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.footer-links a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

/* Bottom Line */
.footer-bottom {
  padding: 10px;
  font-size: 13px;
  background: #000;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .social-buttons {
    flex-wrap: nowrap;
    overflow: hidden;
    justify-content: space-around;
  }

  .social-buttons a {
    padding: 6px;
    flex: 1 1 auto;
  }

  .social-buttons span {
    display: none; /* Hide text, only icons on mobile */
  }

  .footer-links {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    font-size: 12px;
  }

  .footer-links a {
    flex: 1 1 auto;
    white-space: nowrap;
  }

  .footer-bottom {
    font-size: 12px;
    padding: 8px 5px;
  }
}/* End custom CSS */