.footer-main-wrapper {
  color: var(--footer-color-text);
  background: var(--footer_bg);
  font-size: 17px;
}
.footer-main-wrapper h4 {
  color: var(--footer-color-header);
  font-size: 36px;
  margin-bottom: 24px;
}
.footer-main-wrapper td,
.faaooter-main-wrapper p,
.footer-main-wrapper a {
  font-size: 17px;
  margin-top: 0;
  color: var(--footer-color-text);
}
.footer-main-wrapper a:has(i.fa-brands) {
  font-size: 20px;
  display: flex;
  gap: 16px;
  font-family: var(--body-text);
  align-items: center;
}
.footer-main-wrapper a.loyalty-link-footer {
  font-size: 20px;
  border: 1px solid var(--gold);
  border-radius: 40px;
  padding: 8px 20px 8px 14px;
}
.footer-main-wrapper a i {
  width: 30px;
  height: 30px;
  background: var(--gold);
  display: grid;
  place-content: center;
  color: var(--black);
  font-size: 18px;
  border-radius: 30px;
}
.footer-main-wrapper .col-lg-5 p {
  flex-direction: column;
}
.footer-main-wrapper p:empty {
  display: none;
}
.footer-main-wrapper p,
.footer-main-wrapper p a {
  color: var(--footer-color-text);
}
.footer-main-wrapper p {
}
.footer-main-wrapper p a {
  margin-top: 0;
  font-family: var(--body-text);
  text-decoration: underline;
}

.footer-main-wrapper p i {
  margin-right: 5px;
  font-size: 15px;
  color: var(--footer-color-icon);
  position: relative;
  top: 6px;
}
.footer-main-wrapper section span {
  color: var(--footer-color-icon);
  height: 100%;
  display: block;
  width: 100%;
}
.footer-main-wrapper h3 {
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: capitalize;
  color: var(--footer-color-header) !important;
  font-family: var(--footer-header);
}
.footer-main-wrapper em {
  font-size: 26px;
  font-style: normal;
  margin: 0 0 15px;
  display: inline-block;
}

.footer-main-wrapper .border-right {
  border-right: 2px solid var(--footer-color-border);
}

.footer-main-wrapper ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-main-wrapper ul li {
  justify-content: center;
}

.footer-main-wrapper ul li:before {
  display: none;
}
.footer-main-wrapper iframe {
  height: 300px;
}
.footer-main-wrapper .social-media-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-main-wrapper .social-media-wrapper i {
  height: 100%;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--white);
  font-size: 30px;
  border: none;
  border-radius: 0;
}
.footer-main-wrapper .social-media-wrapper a {
  display: inline-block;
  height: 30px;
  width: 30px;
}
.footer-main-wrapper section.social-media-wrapper {
  justify-content: center;
}
.footer-main-wrapper .footer-link {
  position: relative;
  width: max-content;
}
.footer-main-wrapper .footer-link:after {
  left: 0;
  content: "";
  height: 1px;
  background-color: var(--white);
  display: inline-block;
  width: calc(100% + 50px);
  position: absolute;
  bottom: -10px;
}

img.footer-logo {
  height: 160px;
}

.social-media-wrapper.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 0;
}

.footer-main-wrapper .row > div {
  border-left: 2px solid var(--footer-color-border);
}

.footer-main-wrapper .row > div:nth-child(1),
.footer-main-wrapper .row > div:nth-child(2) {
  border-left: 0;
}

@media screen and (max-width: 1024px) {
  .footer-main-wrapper .row > div {
    border: none;
  }
  .footer-main-wrapper .row > div {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-main-wrapper a i {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }
  .footer-main-wrapper.py-4 {
    padding-bottom: 0 !important;
  }
  .footer-main-wrapper .row > div p.copyright-wrap {
    text-align: center;
  }
  .content-info p,
  .content-info p a {
    font-size: 16px;
  }
  .footer-main-wrapper .row > div > div {
    border-bottom: 2px solid var(--gold);
    padding: 0 0 30px !important;
  }
  .footer-main-wrapper .row > div:last-child > div {
    border-bottom: none;
  }

  .footer-main-wrapper td,
  .footer-main-wrapper p,
  .footer-main-wrapper a,
  .footer-main-wrapper p a {
    font-size: 14px;
    margin-top: 5px;
  }
  .footer-main-wrapper p,
  .footer-main-wrapper p a {
    font-size: 14px;
    margin-top: 5px;
  }
}
