.footer-section {
  background: #f6f6fa;
  padding-top: 60px;
  color: #1e293b;
}

.footer-section .footer-flex {
  display: flex;
}

@media (max-width: 1199px) {
  .footer-section .footer-flex {
    flex-wrap: wrap;
  }
}

.footer-section .footer-flex .footer-left {
  width: 40%;
}

@media (max-width: 1199px) {
  .footer-section .footer-flex .footer-left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer-section .footer-flex .footer-right {
  width: 60%;
}

@media (max-width: 1199px) {
  .footer-section .footer-flex .footer-right {
    width: 100%;
  }
}

.footer-section .footer-flex .footer-right .footer-right-top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .footer-section .footer-flex .footer-right .footer-right-top {
    flex-wrap: wrap;
  }
}

.footer-section .footer-flex .footer-right .footer-right-btm {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}

@media (max-width: 640px) {
  .footer-section .footer-flex .footer-right .footer-right-btm {
    margin-top: 0;
    flex-wrap: wrap;
  }
}

.footer-section .footer-flex .footer-right .footer-right-btm .partner-card {
  width: 100%;
  max-width: 400px;
  background: #e7e8f1;
  border-radius: 20px;
  padding: 26px 36px;
  box-sizing: border-box;
  position: relative;
}

.footer-section .footer-flex .footer-right .footer-right-btm .partner-card::after {
  content: "";
  position: absolute;
  background: url("../../images/footer-assets/brand-logo.svg") no-repeat;
  background-size: contain;
  background-position: right center;
  width: 210px;
  height: 150px;
  top: 6px;
  right: 35px;
  opacity: 0.07;
}

@media (max-width: 640px) {
  .footer-section .footer-flex .footer-right .footer-right-btm .partner-card {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.footer-section .footer-flex .footer-right .footer-right-btm .partner-card h5 {
  font: normal normal 600 15px/18px Jost;
  letter-spacing: 0px;
  color: #071633;
  margin: 0 0 5px 0;
}

.footer-section .footer-flex .footer-right .footer-right-btm .partner-card p {
  font: normal normal 500 11px/14px Jost;
  letter-spacing: 0px;
  color: #000000;
  max-width: 250px;
  margin: 0;
  padding: 0 0 18px 0;
}

.footer-section .footer-logo {
  width: auto;
  height: 42px;
  margin-bottom: 14px;
}

.footer-section .footer-title {
  font: normal normal 600 16px/20px Jost;
  letter-spacing: 0px;
  color: #071633;
  margin-bottom: 14px;
}

.footer-section .footer-address {
  font: normal normal normal 11px/16px Jost;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 20px;
  max-width: 334px;
}

@media (max-width: 1199px) {
  .footer-section .footer-address {
    max-width: 100%;
  }
}

.footer-section .footer-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-section .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font: normal normal normal 11px/16px Jost;
  letter-spacing: 0.22px;
  color: #000000;
}

.footer-section .footer-contact li .ltext {
  width: 130px;
  min-width: 130px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-right: 12px;
}

.footer-section .footer-contact li .ltext:after {
  content: ':';
  position: absolute;
  right: 0;
  top: 0;
}

.footer-section .footer-contact li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font: normal normal normal 11px/16px Jost;
  letter-spacing: 0.22px;
  color: #000000;
  transition: all ease-in-out 0.4s;
  text-decoration: none;
}

.footer-section .footer-contact li a:hover {
  color: #66C4E0;
}

.footer-section .footer-contact li i {
  color: #66C4E0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .footer-section .footer-links {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .footer-section .footer-links {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer-section .footer-links h5 {
  font: normal normal 600 13px/19px Jost;
  letter-spacing: 0px;
  color: #0D3472;
  margin-bottom: 28px;
  position: relative;
}

.footer-section .footer-links h5::after {
  content: "";
  width: 32px;
  height: 1px;
  background: #66C4E0;
  position: absolute;
  left: 0;
  bottom: -10px;
}

.footer-section .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-links ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 18px;
}

.footer-section .footer-links ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #1E247D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.footer-section .footer-links ul li a {
  text-decoration: none;
  font: normal normal normal 12px/18px Jost;
  letter-spacing: 0px;
  color: #404040;
  transition: 0.3s;
}

.footer-section .footer-links ul li a:hover {
  color: #1E247D;
  text-decoration: underline;
}

.footer-section .social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 30px 0;
}

.footer-section .social-icons a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1E247D;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f2f6b;
  transition: 0.3s;
  text-decoration: none;
}

.footer-section .social-icons a:hover {
  background: #66C4E0;
}

.footer-section .managed-text {
  font: normal normal normal 14px/20px Jost;
  letter-spacing: 0px;
  color: #404040;
}

.footer-section .approval-text {
  text-align: right;
  margin: 0;
  font: normal normal 500 14px/17px Inter;
  letter-spacing: 0px;
  color: #404040;
}

.footer-section .footer-middle {
  border-top: 1px solid #eaeaea;
  padding: 25px 0;
  background: #f6f6fa;
  text-align: center;
  font: normal normal 500 14px/20px Jost;
  letter-spacing: 0px;
  color: #404040;
}

.footer-section .footer-bottom {
  padding: 25px 0;
  background: #fff;
  text-align: center;
  font: normal normal normal 14px/20px Jost;
  letter-spacing: 0px;
  color: #404040;
}
