html, body {
  height: 100%;
  margin: 0;
}
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site-content {
  flex: 1; 
}

.site-footer {
 height: auto;
  background: #f8f8f8;
  padding: 30px 0;
  border-top: 1px solid #ddd;
  color: #333;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo img {
  max-height: 50px;
  margin-bottom: 10px;
}
.footer-logo p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-menu li a {
  text-decoration: none;
  color: white;
  font-weight: 500;
  transition: color 0.3s;
}
.footer-menu li a:hover {
  color: #59c700; 
}

.social-links {
  display: flex;
  gap: 15px;
}
.social-links a {
  font-size: 20px;
  color: #333;
  transition: color 0.3s;
}
.social-links a:hover {
  color: #59c700;
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .site-footer {
      height: auto;
  }
  .social-links {
    justify-content: center;
  }
}
.small {
    margin-top: 50px;
}
.align-items {
    justify-content: center;
}
  #block-19 .wp-block-image img {
            height: 100px !important;
    max-width: 100px !important;
    }
.site-footer .row {
    margin-bottom: 0 !important;
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 10px; 
}

.site-footer hr {
    margin-top: 0;
    margin-bottom: 0;
}


.social-icons a {
    color: #fff;
    font-size: 24px;
}
.py-4 {
    
     padding-bottom: 0rem !important; 
}
.widget_block {
    margin-bottom: 10px !important;
}

@media (max-width: 475px) {
 .is-layout-flex {
   margin-top: 15px !important;
    justify-content: center;
}
}
.wp-block-list a {
    color: white !important;
    text-decoration: none;
}
.wp-social-link-linkedin {
    background-color: #0d66c2 !important;
}
 .wp-social-link-whatsapp {
    background-color: #25d366;
}
 .wp-social-link-twitter {
    background-color: #1da1f2;
}
 .wp-social-link-facebook {
    background-color: #0866ff;
}
.wp-social-link-facebook svg{
    fill: #fff !important;
      margin: 3px;
}
.wp-social-link-twitter svg{
   fill: #fff !important;
     margin: 3px;
}
.wp-social-link-linkedin svg {
       fill: #fff !important;
           margin: 3px;
}
 .wp-social-link-whatsapp svg{
      fill: #fff !important;
          margin: 3px;
 }
