.elementor-867 .elementor-element.elementor-element-580c220{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4eec3f7 *//* Color Palette Variables integrated directly from your scheme */
:root {
  --blue: #387AB0;
  --blue2: #1B5A90;
  --blue3: #183B5E;
  --blue-light: #7EB5DA;
  --navy: #183B5E;
  --pink: #e91e8c;
  --pink2: #f06292;
  --pink3: #fce4ec;
  --white: #fff;
  --off: #f8faff;
  --off2: #f0f4ff;
  --text: #111827;
  --text2: #374151;
  --muted: #6b7280;
  --border: #e5e7eb;
}

/* Reset / Core Styles for the footer scope */
.footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: var(--off);
  color: var(--text2);
  line-height: 1.5;
  border-top: 1px solid var(--border);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* 1. Footer Top: Trust Features (MyBoost clean grid style) */
.footer-top {
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}

.footer-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.trust-icon {
  font-size: 1.5rem;
  padding: 0.5rem;
  background-color: var(--off2);
  border-radius: 8px;
  color: var(--blue);
  line-height: 1;
}

.trust-text h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 0.25rem 0;
}

.trust-text p {
  font-size: 0.875rem;
  color: var(--muted);
  margin: 0;
}

/* 2. Footer Middle: Links & Branding Grid */
.footer-middle {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid var(--border);
}

.footer-brand-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 3rem;
}

@media (max-width: 991px) {
  .footer-brand-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 576px) {
  .footer-brand-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer-brand-info .footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 1rem 0;
}

.footer-brand-info .footer-logo span {
  color: var(--blue);
}

.brand-description {
  font-size: 0.875rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
  max-width: 320px;
}

.social-icons {
  display: flex;
  gap: 1rem;
}

.social-icons a {
  font-size: 0.875rem;
  color: var(--navy);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.social-icons a:hover {
  color: var(--blue);
}

.col-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
  margin: 0 0 1.25rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-list li {
  margin-bottom: 0.75rem;
}

.footer-links-list a {
  font-size: 0.875rem;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links-list a:hover {
  color: var(--blue);
  padding-left: 4px;
}

/* 3. Footer Bottom: Copyright & Pay Elements */
.footer-bottom {
  background-color: var(--off2);
  padding: 1.5rem 0;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.copyright {
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0;
}

.payment-methods {
  display: flex;
  gap: 0.75rem;
}

.payment-badge {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--navy);
  background-color: var(--white);
  padding: 0.25rem 0.6rem;
  border-radius: 4px;
  border: 1px solid var(--border);
}/* End custom CSS */