
footer {
  background-color: #1F2937 !important;
  color: white;
}
footer h6, footer a, footer p, footer address {
  color: white;
  font-size: 0.8em;
}
footer a {
  color: white;
}
footer a:hover {
  color: #00CDD3;
}
footer p {
  color: #E5F9FA !important;
}
footer address {
  color: #E5F9FA !important;
}
footer h6 {
  text-transform: none !important;
  font-weight: 600;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.56px;
}
footer ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
}
footer li, footer address, footer p {
  padding-top: 5px;
  padding-bottom: 5px;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer__icon-list li {
  position: relative;
  padding-left: 28px;
}
.footer__icon-list span {
  position: absolute;
  top: 8px;
  left: -5px;
}

.footer-column {
  padding-bottom: 30px;
}

.copyright {
  background: rgba(255, 255, 255, 0.06);
  color: #E5F9FA;
  font-size: 0.7em;
  padding: 10px;
}
.copyright a {
  font-size: inherit;
  color: #EC5200;
}

.menu__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 205, 211, 0.99) url(../images/bg-menu.svg) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.menu__overlay.open {
  pointer-events: all;
  opacity: 1;
}
@media all and (min-width: 992px) {
  .menu__overlay {
    flex-direction: row;
  }
}
.menu__overlay .brand {
  padding: 30px;
}

.close__menu {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 1px solid transparent;
  background-color: transparent;
}

nav ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  padding: 8px;
}
nav a {
  color: white;
  text-align: left;
  display: inline-block;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
}
nav a:hover {
  opacity: 0.7;
  color: white;
}

.social,
.footer-social {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-social li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-logo {
    display: block;
    height: 70px;
}

.footer-logo img {
    height: 100%;
    width: auto;
    display: block;
}

.footer-logo source,
.footer-logo img {
    height: 70px;
    width: auto;
}

.app-store-btn {
  display: inline-block;
  background-color: #1F2937;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  transition: all 0.3s ease;
  min-width: 180px;
  margin-top: 10px;
  align-items: center;
  gap: 10px;
}

.app-store-btn:hover {
  background-color: #2A3A4A;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #FFFFFF;
  border-color: #00CDD3;
}

.app-store-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.app-store-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-store-icon img {
  width: 40px;
  height: 40px;
  display: block;
}

.app-store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.app-store-small {
  font-size: 9px;
  font-weight: 400;
  opacity: 0.7;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.app-store-large {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #FFFFFF;
}

.app-store-sub {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  line-height: normal;
}
