/*============================================================================================
	Footer Area
==============================================================================================*/
.footer-area.style3 {
  position: relative;
  z-index: 2;
  padding: 24px 0px 36px;
}
.footer-area.style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--title-color);
  opacity: 0.94;
  z-index: -1;
}
.footer-area.style3 .footer-about {
  margin-top: 48px;
  background: var(--title-color);
  padding: 40px;
  border-radius: 4px;
}
.footer-area.style3 .footer-widget {
  margin-top: 48px;
}
.footer-area.style3 .footer-logo {
  margin-bottom: 32px;
}
.footer-area.style3 .footer-logo img {
  width: 172px;
  height: 40px;
  object-fit: contain;
}
.footer-area.style3 .footer-about-text {
  color: var(--white-color);
  line-height: 160%;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.footer-area.style3  .footer-about-social {
  margin-top: 32px;
}
.footer-area.style3  .footer-about-social-title {
  color: var(--info-color);
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 140%;
}
.footer-area.style3  .footer-about-social-list li {
  display: inline-block;
  margin-right: 20px;
}
.footer-area.style3  .footer-about-social-list li:last-child {
  margin: 0;
}
.footer-area.style3  .footer-about-social-list li a {
  width: 48px;
  height: 48px;
  border: 2px solid var(--accent-color);
  border-radius: 12px;
  text-align: center;
  display: flex;
	justify-content: center;
	align-items: center;
}
.footer-area.style3  .footer-about-social-list li a i{
	color: var(--accent-color);
	font-size: 26px;
	line-height: 0;
	transition: 0.3s all ease;
}
.footer-area.style3  .footer-about-social-list li a:hover {
  background: var(--accent-color);
}
.footer-area.style3  .footer-about-social-list li a:hover i{
  color: var(--white-color);

}
.footer-area.style3  .footer-about-social-list li a:hover img {
  filter: brightness(0) invert(1);
}
.footer-area.style3  .footer-about-social-list li img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 0px;
}
.footer-area.style3  .footer-copyright-text {
  margin: 0;
  color: var(--white-color);
  border-top: 1px solid #1e3444;
  padding-top: 20px;
  margin-top: 32px;
  line-height: 180%;
  font-weight: 500;
}
.footer-area.style3  .footer-copyright-text a {
  color: var(--accent-color) !important;
  font-weight: 600;
}

.footer-area.style3  .footer-widget-title {
  font-weight: 600;
  line-height: 120%;
  color: var(--white-color);
  margin-bottom: 8px;
}
.footer-area.style3  .footer-contact-list {
  margin-top: 32px;
}
.footer-area.style3  .footer-contact-list li {
  position: relative;
  padding-left: 74px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: var(--white-color);
  margin-bottom: 44px;
}
.footer-area.style3  .footer-contact-list li:last-child {
  margin: 0;
}
.footer-area.style3  .footer-contact-list li span {
  width: 56px;
  height: 56px;
  border: 1px dashed var(--accent-color);
  border-radius: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
	align-items: center;
  position: absolute;
  left: 0;
  top: -2px;
}
.footer-area.style3  .footer-contact-list li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  display: block;
}
.footer-area.style3  .footer-contact-list li a:focus{
	color: var(--title-color);
}
.footer-area.style3  .footer-contact-list li a:hover {
  color: var(--accent-color);
}
.download-app-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.download-app-single img {
  width: 100%;
  height: 38px;
  object-fit: contain;
}
.footer-area.style3  .footer-quick-link-list {
  margin-top: 32px;
}
.footer-area.style3  .footer-quick-link-list li {
  margin-bottom: 24px;
  position: relative;
}
.footer-area.style3  .footer-quick-link-list li:last-child {
  margin: 0;
}
.footer-area.style3  .footer-quick-link-list li a {
  color: var(--white-color);
  font-weight: 600;
}
.footer-area.style3  .footer-quick-link-list li a:hover {
  color: var(--accent-color);
}
.footer-area.style3  .footer-quick-link-list li a:hover i {
  right: 38%;
  opacity: 1;
  visibility: visible;
}
.footer-area.style3  .footer-quick-link-list li i {
  position: absolute;
  right: 45%;
  top: 1px;
  opacity: 0;
  visibility: visible;
  transition: all 0.4s ease;
}

.footer-area.style3  .footer-bottom {
  background: #304352;
  border-radius: 12px;
  padding: 12px;
  margin-top: 32px;
}
.footer-area.style3 .ssl-commerze-img {
  text-align: center;
}
.footer-area.style3 .ssl-commerze-img img {
  width: 100%;
  height: 48px;
  object-fit: contain;
  text-align: center;
}

.footer-area.style3  .footer-contact-list li i{
 font-size: 22px;
 color: var(--accent-color);
 line-height: 0;
}
.footer-area.style3  .footer-about-content p,
.footer-area.style3  .footer-about-content{
	color: var(--white-color) !important;
}

@media only screen and (max-width: 767px) {
  .footer-area.style3  .footer-logo img {
    width: 154px;
  }
  .footer-area.style3  .footer-about {
    margin-top: 32px;
    padding: 24px;
  }
  .footer-area.style3  .footer-logo {
    margin-bottom: 24px;
  }
  .footer-area.style3  .footer-about-social-list li a {
    width: 38px;
    height: 38px;
    line-height: 32px;
  }
  .footer-area.style3  .footer-about-social-list li img {
    width: 18px;
    height: 18px;
    border-radius: 0;
  }
  .footer-area.style3  .footer-about-social-list li {
    margin-right: 8px;
  }
  .footer-area.style3  .footer-about-social-title {
    margin-bottom: 14px;
  }
  .footer-area.style3  .footer-widget-title {
    font-size: 22px;
  }
  .footer-area.style3  .footer-contact-list li {
    padding-left: 64px;
    font-size: 14px;
  }
  .footer-area.style3  .footer-contact-list li span {
    width: 48px;
    height: 48px;
    line-height: 44px;
  }
  .footer-area.style3  .footer-contact-list li a {
    font-size: 15px;
  }
  .ssl-commerze-img img {
    height: 20px;
  }

  .footer-area.style3  .footer-quick-link-list li {
    margin-bottom: 20px;
  }
  .footer-area.style3  .footer-contact-list li span img {
    width: 18px;
    height: 18px;
  }
}

/*============================================================================================
	End Footer Area
==============================================================================================*/
