.footer-widget__support,
.footer-widget__quick-links-list,
.footer-widget__title,
.footer-widget__quick-links,
.site-footer__main-content-box,
.footer-widget__contact,
.footer-widget__contact-list,
.footer-widget__contact-list li,
.site-footer__btn-box,
.site-footer__logo,
.site-footer__top-text-box,
.footer-widget__contact-list li .text,
.footer-widget__contact-list li .text p a,
.site-footer,
.site-footer__top,
.site-footer__bottom,
.site-footer__copyright,
.site-footer__social-box {
  position: relative;
  display: block;
}

.site-footer {
  background-color: var(--techguru-black);
  overflow: hidden;
  z-index: 1;
}

.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--techguru-white-rgb), 0.05);
  z-index: -1;
}

.site-footer__shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: lighten;
  opacity: 0.2;
  animation: leftRight 4s ease-in-out infinite;
  z-index: -1;
}

.site-footer__shape-1 img,
.site-footer__shape-2 img {
  width: auto;
}

.site-footer__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: lighten;
  opacity: 0.2;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1;
}

.site-footer__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 730px;
  height: 765px;
  opacity: 0.7;
  filter: blur(120px);
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(102, 105, 216, 0.62) 0%,
    rgba(7, 12, 20, 0) 100%
  );
  z-index: -1;
}

.site-footer__shape-4 {
  position: absolute;
  bottom: -135px;
  left: 595px;
  width: 730px;
  height: 765px;
  opacity: 0.7;
  filter: blur(120px);
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(216, 102, 195, 0.62) 0%,
    rgba(7, 12, 20, 0) 100%
  );
  z-index: -1;
}

.site-footer__shape-5 {
  position: absolute;
  bottom: 0px;
  right: 250px;
  width: 730px;
  height: 765px;
  opacity: 0.7;
  filter: blur(120px);
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(102, 105, 216, 0.62) 0%,
    rgba(7, 12, 20, 0) 100%
  );
  z-index: -1;
}

.site-footer__top {
  padding: 60px 0 60px;
  z-index: 1;
}

.site-footer__top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.site-footer__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.site-footer__top-text {
  font-size: 20px;
  color: var(--techguru-white);
  line-height: 30px;
}

.site-footer__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 24px;
  color: var(--techguru-white);
  font-weight: 500;
  padding: 22px 48px 21px;
  border-radius: 35px;
  overflow: hidden;
  z-index: 1;
}

.site-footer__btn:hover {
  color: var(--techguru-black);
}

.site-footer__btn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 35px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #3d72fc, #5cb0e9) border-box;
  /* -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 1;
  z-index: -1;
}

.site-footer__btn:after {
  position: absolute;
  background-color: var(--techguru-base);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  border-radius: 35px;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.site-footer__btn:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.site-footer__main-content-box {
  padding: 80px 0 80px;
  overflow: hidden;
  z-index: 1;
}

.site-footer__main-content-box:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #3d72fc, #5cb0e9) border-box;
  /* -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 0.2;
  z-index: -1;
}

.site-footer__main-content-box:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  right: 0px;
  border: 1px solid transparent;
  background: linear-gradient(90deg, #3d72fc, #5cb0e9) border-box;
  /* -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); */
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  visibility: visible;
  opacity: 0.2;
  z-index: -1;
}

.footer-widget__contact-list li + li {
  margin-top: 51px;
}

.footer-widget__contact-list li:before {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 1px;
  background: rgb(143, 136, 255);
  background: linear-gradient(
    90deg,
    rgba(143, 136, 255, 0) 0%,
    rgba(143, 136, 255, 1) 50%,
    rgba(143, 136, 255, 0) 100%
  );
}
:dir(ltr) .footer-widget__contact-list li:before {
  left: 0;
  right: 150px;
}

:dir(rtl) .footer-widget__contact-list li:before {
  left: 150px;
  right: 0;
}

.footer-widget__contact-list li:last-child:before {
  display: none;
}

.footer-widget__contact-list li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 13px;
}

.footer-widget__contact-list li .icon-box span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--techguru-white);
}

.footer-widget__contact-list li .icon-box p {
  font-size: 20px;
  font-weight: 700;
  color: var(--techguru-white);
  font-family: var(--techguru-font);
}

.footer-widget__contact-list li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.footer-widget__contact-list li .text p a.mail-box {
  font-size: 16px;
  font-weight: 500;
  color: var(--techguru-gray);
}

.footer-widget__contact-list li .text p a.mail-box:hover {
  color: var(--techguru-base);
}

.footer-widget__contact-list li .text p a.call-number {
  font-size: 24px;
  padding-top: 4px;
}

.footer-widget__contact-list li .text p a.call-number:hover {
  color: var(--techguru-white);
}

:dir(ltr) .footer-widget__quick-links {
  margin-left: 25px;
  padding-left: 55px;
}

:dir(rtl) .footer-widget__quick-links {
  margin-right: 25px;
  padding-right: 55px;
}

.footer-widget__quick-links:before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -146px;
  width: 1px;
  background-color: rgba(var(--techguru-white-rgb), 0.1);
}

:dir(ltr) .footer-widget__quick-links:before {
  left: 0;
}

:dir(rtl) .footer-widget__quick-links:before {
  right: 0;
}

.footer-widget__title {
  font-size: 24px;
  color: var(--techguru-white);
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
}

.footer-widget__quick-links-list li + li {
  margin-top: 16px;
}

.footer-widget__quick-links-list li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--techguru-white);
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__quick-links-list li a:hover {
  color: var(--techguru-base);
}

.footer-widget__quick-links-list li a:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--techguru-base);
  content: "";
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}

.footer-widget__quick-links-list li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

:dir(ltr) .footer-widget__support {
  padding-left: 55px;
  margin-right: 25px;
}

:dir(rtl) .footer-widget__support {
  padding-right: 50px;
  margin-left: 25px;
}

.footer-widget__support:before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -146px;
  left: 0;
  width: 1px;
  background-color: rgba(var(--techguru-white-rgb), 0.1);
}

.footer-widget__support:after {
  content: "";
  position: absolute;
  top: -80px;
  bottom: -146px;
  right: 0;
  width: 1px;
  background-color: rgba(var(--techguru-white-rgb), 0.1);
}

.site-footer__social-box {
  margin-top: 49px;
}

.site-footer__social-title {
  font-size: 24px;
  font-weight: 500;
  color: var(--techguru-white);
  line-height: 24px;
  margin-bottom: 16px;
}

.site-footer__social-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer__social-box-inner a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: transparent;
  border: 1px solid rgba(var(--techguru-white-rgb), 0.2);
  border-radius: 50%;
  font-size: 22px;
  color: var(--techguru-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social-box-inner a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(270deg, #f3b3 0%, #6065d4 100%);
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.site-footer__social-box-inner a:hover:before {
  transform: scaleX(1);
}

.site-footer__bottom {
  padding: 44.5px 0;
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-footer__copyright-text {
  font-size: 18px;
  color: var(--techguru-white);
  font-weight: 400;
}

.site-footer__copyright-text a {
  color: var(--techguru-white);
}

.site-footer__copyright-text a:hover {
  color: var(--techguru-base);
}
