.social-footer-title {
  color: var(--secondary-color);
  line-height: 2.25rem;
  font-size: 0.875rem;
}

.social-list-icon {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
  padding: 0;


}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--secondary-color);
  transition: all 0.3s ease;
  background: transparent;


}

.social-link i {
  color: var(--secondary-color);
}

.social-link:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.social-link.social-link--svg:hover {
  background: transparent;
}

.social-link:hover i {
  color: var(--primary-color);
}

/* style 2 */

.style2 .social-footer-title {
  color: var(--primary-color);
}

.style2 .social-link {
  background: #e5e5e5;
  border: 1px solid transparent;
  border-top: 2px solid transparent;
  transition: all 0.3s ease;
}

.style2 .social-link i {
  color: var(--primary-color);
}

.style2 .social-link:hover {
  background: var(--secondary-color);
  border: 1px solid #dbc0b2;
  border-top: 2px solid var(--third-color) !important;
}

/* style 3 */
.style3 .social-footer-title {
  color: var(--primary-color);
}

.style3 .social-link {
  background: var(--secondary-color);
  border: 1px solid var(--forth-color);
  transition: all 0.3s ease;
}

.style3 .social-link i {
  color: var(--primary-color);
}

.style3 .social-link:hover {
  background: #e5e5e5;
}


/* style 4  */
.social-footer--svg .social-link {
  display: block;
  width: 34px;
  height: 34px;
  border: none;
}

.social-footer.social-footer--svg ul {
  gap: 16.59px;
  padding: 0;
  margin: 0;
}

.social-footer--svg svg {
  transition: color .25s ease, transform .25s ease;
}

.social-footer--svg .social-link:hover {}

.social-header .social-link--svg svg path {
  transition: fill 0.3s ease;
}

.social-header .social-link--svg:hover svg path {
  fill: #E90380;
}

.social-canvas .social-link {
  transition: transform 0.25s ease;
}

.social-canvas .social-link:hover {
  transform: translateY(-3px);
}

.social-footer.social-footer--svg ul li {
  padding: 0;
}

.social-header.social-header-mega {
  margin-top: 20px;
}

@media (max-width: 1601px) {
  .social-header.social-header-mega {
    /* margin-top: 0px; */
  }
}

@media (max-width: 767px) {
  .social-footer-title {
    display: flex;
    justify-content: center;
  }
}

.social-list-icon.list-none img,
.social-list-icon.list-none svg,
.social-list-icon.list-none i {
  width: 22.56px;
  height: 22.56px;
  object-fit: contain;
}