.elementor-34 .elementor-element.elementor-element-6c13fbc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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-09438c4 *//* ── FOOTER ── */
.jb-footer {
  background: #000;
  padding: 4rem 5rem 2rem;
  color: rgba(255,255,255,0.6);
}

.jb-footer__top {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 2rem; padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 2rem;
}

/* Brand column */
.jb-footer__brand-name {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem; color: #fff; letter-spacing: 0.3px;
}
.jb-footer__brand-name span { color: var(--red); }
.jb-footer__brand-name small {
  font-size: 0.65rem; color: rgba(255,255,255,0.4);
  font-family: 'DM Sans', sans-serif; font-style: normal;
  margin-left: 4px; letter-spacing: 0.05em;
}
.jb-footer__brand p {
      font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.7px;
    color: white;
    max-width: 240px;
    margin-top: 0.75rem;
}

.jb-footer__accred { display: flex; gap: 0.5rem; margin-top: 1.2rem; flex-wrap: wrap; }
.jb-footer__accred-tag {
  padding: 0.28rem 0.65rem;
  background: rgba(255,255,255,0.08); border-radius: 2rem;
  font-size: 0.6rem; font-weight: 700;
  color: rgba(255,255,255,0.6); letter-spacing: 0.08em; text-transform: uppercase;
}

/* Link columns */
.jb-footer__col h5 {
  font-size: 1rem; font-weight: 700; color: #fff;
  letter-spacing: 0.3px; margin-bottom: 1.2rem;
}
.jb-footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
.jb-footer__col a {    letter-spacing: 0.5px;
    font-size: 13px;
    color: white;
    text-decoration: none;
    transition: color 0.2s;
}
.jb-footer__col a:hover { color: #fff; }

/* Bottom bar */
.jb-footer__bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  font-size: 0.72rem; color: white;
}
.jb-footer__bottom a { color:white; text-decoration: none; }
.jb-footer__bottom a:hover { color: #fff; }

/* ── MOBILE STICKY CTA ── */
.jb-mob-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--black); padding: 0.9rem 1.5rem; gap: 0.75rem;
}
.jb-mob-cta a {
  flex: 1; text-align: center; padding: 0.75rem; border-radius: 6px;
  font-size: 0.82rem; font-weight: 600; text-decoration: none;
  letter-spacing: 0.04em; font-family: 'DM Sans', sans-serif;
}
.jb-mob-cta__call { background: var(--red); color: #fff; }
.jb-mob-cta__req  { background: rgba(255,255,255,0.1); color: #fff; }

@media (max-width: 1024px) {
  .jb-footer { padding: 3rem 2rem 5rem; } /* extra bottom for mobile cta */
  .jb-footer__top { grid-template-columns: 1fr 1fr; }
  .jb-mob-cta { display: flex; }
}
@media (max-width: 640px) {
  .jb-footer__top { grid-template-columns: 1fr; }
}/* End custom CSS */