/* footeerrrr */


.footer {
  background: var(--primary-color);
  height: 100px;
  /* padding-top: 17px;
  padding-bottom: 17px; */
}

.footer span,
.footer a {
  font-size: 1rem;
  font-weight: 500;
  line-height: 26px;
  color: #ABAEC7;
  text-decoration: none;
  text-align: left;
}

.copyright-div {
  display: flex;
  align-items: center;
  gap: 5px;
}


/* .footer {
    background-color: #f8f9fa;
    padding: 20px 0;
  }
  .footer h5 {
    font-weight: bold;
    color: #000;
    font-size: 14px;
  }
  .footer p, .footer a {
    color: #585858;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
  }
  .footer a:hover {
    color: #7d6bea;
  }
  .footer .contact-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer .contact-info i {
    font-size: 18px;
    color: #7d6bea;
    margin-right: 8px;
  }
  
  .footer-links{
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

.footer .social-links {
  display: flex;
  align-items: center;
  gap: 11px;
} */

@media screen and (max-width: 768px) {
  .footer {
    justify-content: center !important;
  }
}