/* ===== FOOTER STYLES ===== */
.footer {
    background-color: #141B5D;
    padding: 60px 0;
  }
  
  .footer-head {
    color: #FFF;
    font-size: 22.5px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1rem;
  }
  
  .footer-link {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s ease;
  }
  
  .footer-link:hover {
    color: #FFF;
  }
  
  .footer .app-box {
    border-radius: 16px;
    background: #FEFEFE;
    color: #000;
    padding: 20px 16px;
    text-align: center;
  }
  
  .footer .app-store-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }
  
  .footer .app-store-btn img {
    height: 40px;
  }
  
  .footer .cert-icons img {
    max-width: 100%;
    height: auto;
    margin-right: 8px;
    margin-top: 10px;
  }
  
  .footer .social-icons {
    display: flex;
    gap: 12px;
    margin-top: 10px;
  }
  
  .footer .social-icons a {
    color: white;
    margin-right: 10px;
    font-size: 18px;
  }
  
  .footer-bottom {
    border-top: 1px solid #444;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 13px;
    color: #aaa;
    text-align: center;
  }
  
  .footer-bottom p {
    color: #FFF;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
/* ===== APP BOX STYLES ===== */
.app-box-h1 {
  color: #454545;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%;
}

.app-box-h2 {
  color: #141B5D;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.2%;
}

.app-box-h3 {
  color: #58595B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.app-box-h4 {
  color: #141B5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer-bottom-alert {
  background-color: #121858; /* Navy blue */
  color: #fff;
  border-radius: 50px;
  padding: 8px 50px 8px 10px; /* space for close button */
  font-size: 16px;
  font-weight: 600;
  width: 90%;
  max-width: 1200px;
  position: fixed;
  bottom: 20px; /* floating above edge */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
  z-index: 1050;
  text-align: center;
  border: 2px solid #fff;
}

.footer-bottom-alert a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.footer-bottom-alert .btn-close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  font-size: 14PX;
  opacity: 1;
  padding: 4px;
}
.footer-bottom-alert .btn-close:focus {
  box-shadow: none;
  background-color: #E0E0E0;
}
@media (min-width: 768px) {
.footer-bottom-alert {
		margin: auto;
		max-width: 1200px;
	}
}

@media (max-width: 768px) {
.footer-bottom-alert {
		max-width: 360px;
		border-radius: 10px;
    bottom: 0px;
    font-size: 14px;
	}
  .footer-bottom-alert .btn-close {
    top: 20%;
    right: 10px;
}
}

  @media (max-width: 768px) {
    .den-section-subtext
    {
      max-width: 100% !important;
    }
    .den-section-title
    {
      font-size: 30px !important;
    }
    .den-section-title-a {
      font-size: 30px !important;
  }
  .btn-cyan {
    padding: 5px 15px;
  }
  .btn-outline-cyan {
  display: none;
  }
  .online-How-It-Works-subtext
  {
    max-width: 100% !important;
  }
  .online-How-It-Works-title
  {
    font-size: 30px !important;
  }
  .tag-badge
  {
    margin-top: 0.5rem;
  }
  .den-ban-btn-bg
  {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .faq-main-bg .accordion-button {
  
    padding-right: 50px !important;
  
  }
  .footer .social-icons {
  
    flex-wrap: wrap !important;
  }
  }
