.elementor-88 .elementor-element.elementor-element-b20f541{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e663e23 *//* =========================================================
   FOOTER SECTION
   Fixed alignment + spacing
   ========================================================= */

.main-footer {
  background-color: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
  padding: 80px 0 32px;
}

.app-explore-banner {
  background-color: var(--color-navy-dark);
  border-radius: 24px;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
  color: var(--color-text-light);
  position: relative;
  overflow: hidden;
}

.app-explore-banner::before {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 87, 34, 0.15);
  filter: blur(40px);
}

.app-explore-title {
  font-family: var(--font-heading);
  font-size: 1.85rem;
  font-weight: 800;
}

.app-store-badges-row {
  display: flex;
  gap: 16px;
  z-index: 5;
}

.store-badge-link img {
  height: 40px;
  width: auto;
  border-radius: 6px;
}

/* =========================================================
   FOOTER GRID
   ========================================================= */

.footer-main-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, 0.95fr);
  gap: 40px;
  margin-bottom: 64px;
  align-items: start;
}

/* =========================================================
   BRAND COLUMN
   ========================================================= */

.footer-brand-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-logo img {
  height: 48px;
  width: auto;
  margin-bottom: 12px;
}

.footer-brand-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-navy-dark);
  margin-bottom: 4px;
  text-align: center;
}

.footer-brand-caption {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}

.footer-brand-desc {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  text-align: center;
}

/* =========================================================
   FOOTER LINK COLUMNS
   ========================================================= */

.footer-links-col {
  min-width: 0;
}

.footer-links-col h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-navy-dark);
  margin: 0 0 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* FIX:
   Removes the browser's default UL indentation.
   This aligns all links directly under their headings.
*/
.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-list li {
  margin: 0;
  padding: 0;
}

.footer-item-link {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  text-decoration: none;
}

.footer-item-link:hover {
  color: var(--color-primary);
  padding-left: 2px;
}

/* =========================================================
   CONTACT COLUMN
   ========================================================= */

.footer-contact-address {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0 0 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-contact-address i {
  flex: 0 0 16px;
  color: var(--color-primary);
  margin-top: 4px;
}

.footer-contact-address > div {
  min-width: 0;
}

/* =========================================================
   FOOTER BOTTOM ROW
   ========================================================= */

.footer-bottom-row {
  border-top: 1px solid var(--color-border);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

.footer-bottom-row p {
  margin: 0;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {
  .footer-main-grid {
    grid-template-columns: 1.2fr repeat(2, 1fr);
    gap: 40px 30px;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .main-footer {
    padding: 60px 0 24px;
  }

  .footer-main-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
    margin-bottom: 44px;
  }

  .footer-brand-col {
    grid-column: 1 / -1;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand-col {
    grid-column: auto;
  }

  .footer-links-col h4 {
    margin-bottom: 16px;
  }
}/* End custom CSS */