/*=============================================================================================
    Start Footer Area
===============================================================================================*/
.footer.style-3 {
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer.style-3 .footer-top {
  padding: 32px 0px 72px;
  border: none;
}
.footer.style-3 .footer-logo img {
  max-width: 180px;
  height: 48px;
  object-fit: contain;
}
.footer.style-3 .f-about-text {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 0;
}
.footer.style-3 .footer-contact {
  margin-top: 28px;
  padding: 0;
  list-style: none;
}
.footer.style-3 .footer-contact li a {
  color: var(--body-color);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
}
.footer.style-3 .footer-contact li a:hover {
  color: var(--primary-color);
}
.footer.style-3 .footer-contact li {
  margin-bottom: 16px;
}
.footer.style-3 .footer-contact li:last-child {
  margin: 0;
}
.footer.style-3 .footer-social {
  margin-top: 28px;
  padding: 0;
  margin-bottom: 0;
}
.footer.style-3 .footer-social li {
  display: inline-block;
  margin-right: 8px;
}
.footer.style-3 .footer-social li a {
  width: 40px;
  height: 40px;
  background: var(--white-color);
  border-radius: 100%;
  text-align: center;
  line-height: 44px;
  color: var(--primary-color);
  display: block;
  font-size: 16px;
  transition: all 0.3s ease;
}
.footer.style-3 .footer-social li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.footer.style-3 .footer-social li:last-child {
  margin: 0;
}
.footer.style-3 .footer-widget {
  margin-top: 40px;
}
.footer.style-3 .footer-widget-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  color: var(--title-color);
  margin-bottom: 16px;
}
.footer.style-3 .footer-widget-list {
  padding: 0;
  margin: 0;
}
.footer.style-3 .footer-widget-list li {
  margin-bottom: 8px;
  list-style: none;
}
.footer.style-3 .footer-widget-list li:last-child {
  margin: 0;
}
.footer.style-3 .footer-widget-list li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: var(--body-color);
}
.footer.style-3 .footer-widget-list li a:hover {
  color: var(--primary-color);
}
.footer.style-3 .f-widget-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: var(--body-color);
}
.footer.style-3 .footer-newsletter {
  position: relative;
  margin-top: 16px;
  padding: 0;
}
.footer.style-3 .footer-newsletter input {
  width: 100%;
  height: 48px;
  padding: 16px 50px 16px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #626571;
  border: none;
}
.footer.style-3 .footer-newsletter button {
  position: absolute;
  right: 0;
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 0px 8px 8px 0px;
  border: none;
  cursor: pointer;
}
.footer.style-3 .footer-download-app {
  margin-top: 32px;
}
.footer.style-3 .footer-download-app h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--body-color);
  margin-bottom: 4px;
}
.footer.style-3 .footer-download-app p {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: var(--body-color);
  margin: 0;
}
.footer.style-3 .f-download-app-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.footer.style-3 .footer-bottom {
  display: block;
  padding: 0;
  background: transparent;
}
.footer.style-3 .footer-bottom-widget {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding: 16px 0px;
}
.footer.style-3 .f-copyight-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--body-color);
  margin: 0;
}
.footer.style-3 .f-copyight-text a {
  color: var(--white-color);
}
.footer.style-3 .f-copyight-text a:hover {
  color: var(--primary-color);
}
.footer-payment-img {
  max-width: 700px;
}
@media only screen and (min-width: 768px) and (max-width: 1199.99px) {
  .footer.style-3 .footer-bottom-widget {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer.style-3 .footer-payment-img {
    margin-bottom: 12px;
    text-align: center;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .footer.style-3 .footer-top {
    padding: 16px 0px 56px;
  }
  .footer.style-3 .footer-bottom-widget {
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
    padding-bottom: 70px;
  }
  .footer.style-3 .f-copyight-text {
    margin-top: 8px;
  }
  .footer.style-3 .footer-payment-img {
    max-width: 100%;
  }
}

/*=============================================================================================
    End Footer Area
===============================================================================================*/
