.absolute-footer {
  display: none !important;
}

footer h3 {
  font-size: var(--fz-14);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-white);
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.section-footer .icon-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.section-footer .icon-box:last-child {
  margin-bottom: 0px;
}

.section-footer .icon-box .icon-box-img {
  width: 16px !important;
  height: 100%;
  margin-bottom: 0px;
}
.section-footer .icon-box .icon-box-img img {
  width: 100%;
  height: 100%;
  padding: 0px;
  object-fit: cover;
}

.section-footer .icon-box-text * {
  color: var(--text-white);
  font-size: var(--fz-14);
  font-weight: 400;
  line-height: 1.5;
}

.section-footer .icon-box-text a:hover {
  color: var(--primary-color);
}
.section-footer .col-right ul,
.section-footer .col-center ul {
  margin-bottom: 0px;
}

.section-footer .col-center ul li {
  margin: 0px;
  color: var(--text-white);
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.section-footer .col-center ul li:last-child {
  margin-bottom: 0px;
}

.section-footer .col-center ul li span {
  margin-right: 4px;
  font-weight: 500;
}

.section-footer .col-right ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-footer .col-right ul li {
  margin: 0px;
}
.section-footer .col-right ul li a {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}

.section-footer .col-right ul li a:hover {
  background-color: #7e4c7c;
}

.footer-bottom p {
  color: var(--text-white);
  font-size: var(--fz-14);
  font-weight: 400;
  line-height: 1.5;
}

.fixed-social {
  position: fixed;
  bottom: 280px;
  left: 32px;
  z-index: 10000;
}

.fixed-social ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fixed-social ul li {
  margin: 0px;
}

.fixed-social ul li a {
  border-radius: 8px;
  background: var(--primary-color);
  padding: 12px 24px;
  color: var(--text-white);
  font-size: var(--fz-14);
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.4px;
  transition: all 0.3s ease;
  display: flex;
}

.fixed-social ul li a:hover {
  background-color: #7e4c7c;
}

@media (max-width: 1024px) {
  .fixed-social {
    left: 10px;
  }
}
