.elementor-68 .elementor-element.elementor-element-5ac434c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--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-68 .elementor-element.elementor-element-5ac434c.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-5ac434c *//* ============================================================
   BIZORA — Footer
   Paste into: Elementor Section > Advanced > Custom CSS
   OR into Global CSS if using Theme Builder
   ============================================================ */


/* ------------------------------------------------------------
   BRIDGE — gradient accent bar between Contact (dark) & Footer
   ------------------------------------------------------------ */

.bz-footer-bridge {
  height: 4px;
  background: linear-gradient(
    90deg,
    #0F172A 0%,
    #2563EB 40%,
    #38BDF8 65%,
    #F1F5F9 100%
  );
  display: block;
  width: 100%;
}


/* ------------------------------------------------------------
   FOOTER WRAPPER
   ------------------------------------------------------------ */

.bz-footer {
  background-color: #F1F5F9;
  padding: 72px 12px 0;
  font-family: 'Manrope', sans-serif;
}


/* ------------------------------------------------------------
   CONTAINER
   ------------------------------------------------------------ */

.bz-footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}


/* ------------------------------------------------------------
   MAIN GRID — Four columns
   ------------------------------------------------------------ */

.bz-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 56px;
}


/* ------------------------------------------------------------
   BRAND COLUMN
   ------------------------------------------------------------ */

.bz-footer__col--brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Logo */
.bz-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  width: fit-content;
  transition: opacity 200ms ease;
}

.bz-footer__logo:hover {
  opacity: 0.8;
}

.bz-footer__logo-text {
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.04em;
  line-height: 1;
}

/* Tagline */
.bz-footer__tagline {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #0F172A;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0;
}

/* Brand descriptor */
.bz-footer__brand-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.75;
  color: #64748B;
  margin: 0;
  max-width: 280px;
}

/* Trust badges row */
.bz-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.bz-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #334155;
  background: #E2E8F0;
  border: 1px solid #CBD5E1;
  border-radius: 20px;
  padding: 4px 11px;
  transition: background-color 200ms ease, color 200ms ease;
}

.bz-footer__badge svg {
  color: #2563EB;
  flex-shrink: 0;
}

.bz-footer__badge:hover {
  background: #DBEAFE;
  color: #1E40AF;
}


/* ------------------------------------------------------------
   GENERIC COLUMN
   ------------------------------------------------------------ */

.bz-footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Column heading */
.bz-footer__col-title {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #0F172A;
  margin: 0 0 4px;
}


/* ------------------------------------------------------------
   FOOTER NAV LINKS
   ------------------------------------------------------------ */

.bz-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bz-footer__links li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bz-footer__links li:last-child {
  border-bottom: none;
}

.bz-footer__link {
  display: block;
  font-family: 'Manrope', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  padding: 8px 0;
  transition: color 180ms ease, padding-left 180ms ease;
  position: relative;
}

.bz-footer__link:hover {
  color: #2563EB;
  padding-left: 6px;
}


/* ------------------------------------------------------------
   CONTACT LIST
   ------------------------------------------------------------ */

.bz-footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bz-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bz-footer__contact-item:last-child,
.bz-footer__contact-item--web {
  border-bottom: none;
}

/* Icon */
.bz-footer__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #E2E8F0;
  color: #2563EB;
  flex-shrink: 0;
}

/* Text */
.bz-footer__contact-text {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
}

/* Link */
.bz-footer__contact-link {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  transition: color 180ms ease;
}

.bz-footer__contact-link:hover {
  color: #2563EB;
}

/* Column CTA */
.bz-footer__col-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #2563EB;
  background: #EFF6FF;
  border: 1.5px solid rgba(37, 99, 235, 0.2);
  border-radius: 7px;
  padding: 10px 16px;
  text-decoration: none;
  width: fit-content;
  margin-top: 4px;
  transition:
    background-color 200ms ease,
    color 200ms ease,
    border-color 200ms ease,
    gap 200ms ease;
}

.bz-footer__col-cta svg {
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.bz-footer__col-cta:hover {
  background: #2563EB;
  color: #FFFFFF;
  border-color: #2563EB;
  gap: 10px;
}

.bz-footer__col-cta:hover svg {
  transform: translateX(3px);
}


/* ------------------------------------------------------------
   DIVIDER
   ------------------------------------------------------------ */

.bz-footer__divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #CBD5E1 20%,
    #CBD5E1 80%,
    transparent 100%
  );
  margin: 0;
}


/* ------------------------------------------------------------
   LEGAL BAR
   ------------------------------------------------------------ */

.bz-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0 24px;
  flex-wrap: wrap;
}

/* Left side */
.bz-footer__legal-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bz-footer__copyright {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
}

.bz-footer__legal-reg {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #94A3B8;
}

.bz-footer__legal-sep {
  color: #CBD5E1;
  font-size: 12px;
  user-select: none;
}

/* Right side */
.bz-footer__legal-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bz-footer__legal-link {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #94A3B8;
  text-decoration: none;
  transition: color 180ms ease;
}

.bz-footer__legal-link:hover {
  color: #2563EB;
}


/* ------------------------------------------------------------
   RESPONSIVE — Tablet (≤ 1024px)
   ------------------------------------------------------------ */

@media (max-width: 1024px) {

  .bz-footer {
    padding: 56px 24px 0;
  }

  .bz-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-bottom: 48px;
  }

  /* Brand column spans full width on tablet */
  .bz-footer__col--brand {
    grid-column: 1 / -1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    align-items: flex-start;
  }

  .bz-footer__brand-desc {
    max-width: 360px;
  }
}


/* ------------------------------------------------------------
   RESPONSIVE — Mobile (≤ 768px)
   ------------------------------------------------------------ */

@media (max-width: 768px) {

  .bz-footer {
    padding: 48px 20px 0;
  }

  .bz-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 40px;
  }

  .bz-footer__col--brand {
    grid-column: auto;
    flex-direction: column;
    gap: 14px;
  }

  .bz-footer__brand-desc {
    max-width: 100%;
  }

  .bz-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 0 28px;
  }

  .bz-footer__legal-right {
    gap: 8px;
  }
}


/* ============================================================
   END: Bizora Footer CSS
   ============================================================ *//* End custom CSS */