.elementor-23425 .elementor-element.elementor-element-bfa1854{--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;border-style:solid;--border-style:solid;border-width:0px 0px 4px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:4px;--border-left-width:0px;border-color:#7C3AED;--border-color:#7C3AED;}.elementor-23425 .elementor-element.elementor-element-bfa1854:not(.elementor-motion-effects-element-type-background), .elementor-23425 .elementor-element.elementor-element-bfa1854 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-23425 .elementor-element.elementor-element-d378a1f{color:var( --e-global-color-astglobalcolor3 );}.elementor-23425 .elementor-element.elementor-element-d378a1f a{color:var( --e-global-color-476a1a44 );}.elementor-23425 .elementor-element.elementor-element-354db9c{--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;}.elementor-23425 .elementor-element.elementor-element-95bad43 > .elementor-widget-container{margin:50px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-a45f529 > .elementor-widget-container{margin:100px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-b734e76 > .elementor-widget-container{margin:100px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-a70867e > .elementor-widget-container{margin:77px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-a70867e.elementor-element{--align-self:center;}.elementor-23425 .elementor-element.elementor-element-5ae043e{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-23425 .elementor-element.elementor-element-5ae043e:not(.elementor-motion-effects-element-type-background), .elementor-23425 .elementor-element.elementor-element-5ae043e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#071533;}.elementor-23425 .elementor-element.elementor-element-ae2af01{--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;}.elementor-23425 .elementor-element.elementor-global-23578 > .elementor-widget-container{margin:050px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-c4713dd > .elementor-widget-container{margin:100px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-306e4ee > .elementor-widget-container{margin:77px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-306e4ee.elementor-element{--align-self:center;}.elementor-23425 .elementor-element.elementor-element-aa67c78 > .elementor-widget-container{margin:100px 0px 0px 0px;}.elementor-23425 .elementor-element.elementor-element-0604f5b > .elementor-widget-container{margin:100px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ab597d9 *//* ============================================================
   SBP Business Loans Hero — sbp-bl-hero
   Background: solid #0f43b3 (primary blue)
   Accent 1:   #7c3aed (deep violet — pill fill, stat left
               border, nav left border, seal line)
   Accent 2:   #f2e9aa (light yellow — nav chevrons, byline label)
   CTA button: #00CCCC teal / #0f43b3 blue text
               hover: #008080 dark teal / #ffffff white text
   Scope prefix: sbp-bl-hero-
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-hero {
  contain: layout style;
  font-family: inherit;
  color: #ffffff;
  background: #0f43b3;
  padding: 40px 0 0;
}

.sbp-bl-hero-inner {
  display: grid;
  grid-template-columns: 1fr 268px;
  gap: 40px;
  align-items: start;
}

/* ── LEFT COLUMN ── */
.sbp-bl-hero-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* PILLS */
.sbp-bl-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.sbp-bl-hero-pill {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 4px 12px;
  line-height: 1.4;
  text-decoration: none !important;
}

.sbp-bl-hero-pill--solid {
  background: #7c3aed !important;
  color: #ffffff !important;
}

.sbp-bl-hero-pill--outline {
  border: 1.5px solid rgba(255, 255, 255, .4);
  color: rgba(255, 255, 255, .85) !important;
  background: transparent !important;
}

/* H1 — matches child pages */
.sbp-bl-hero-title {
  font-size: clamp(2rem, 4vw, 2.25rem) !important;
  font-weight: 700;
  line-height: 1.22;
  color: #ffffff;
  margin: 0;
}

/* DESCRIPTION — matches child pages */
.sbp-bl-hero-desc {
  font-size: 1.15rem !important;
  line-height: 1.7;
  color: rgba(255, 255, 255, .78);
  margin: 0;
  max-width: 540px;
}

/* STAT STRIP */
.sbp-bl-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sbp-bl-hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  border-left: 3px solid #7c3aed;
  border-radius: 6px;
  padding: 12px 18px;
  min-width: 130px;
}

.sbp-bl-hero-stat-val {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.sbp-bl-hero-stat-lbl {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}

/* AUTHOR BYLINE */
.sbp-bl-hero-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.sbp-bl-hero-author-avatar-link {
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, .3);
  text-decoration: none !important;
  transition: border-color .2s;
}

.sbp-bl-hero-author-avatar-link:hover {
  border-color: rgba(255, 255, 255, .7);
}

.sbp-bl-hero-author-avatar {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 12%;
}

.sbp-bl-hero-author-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sbp-bl-hero-author-lbl {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #f2e9aa;
}

.sbp-bl-hero-author-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sbp-bl-hero-author-name,
.sbp-bl-hero-author-name:link,
.sbp-bl-hero-author-name:visited {
  font-size: .88rem;
  font-weight: 600;
  color: #c4b5fd !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(196, 181, 253, .3);
  transition: color .2s, border-color .2s;
  line-height: 1.3;
}

.sbp-bl-hero-author-name:hover {
  color: #e9d5ff !important;
  border-color: rgba(196, 181, 253, .7);
  text-decoration: none !important;
}

.sbp-bl-hero-author-cred {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
  white-space: nowrap;
}

/* MFAA outbound link */
.sbp-bl-hero-author-mfaa,
.sbp-bl-hero-author-mfaa:link,
.sbp-bl-hero-author-mfaa:visited {
  color: rgba(255, 255, 255, .65) !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  transition: color .2s, border-color .2s;
}

.sbp-bl-hero-author-mfaa:hover {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .7);
  text-decoration: none !important;
}

/* ── RIGHT COLUMN: NAV PANEL ── */
/* margin-top offsets pills row (~30px) + gap (24px) to align nav top with H1 */
.sbp-bl-hero-nav {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .15);
  border-left: 3px solid #7c3aed;
  border-radius: 6px;
  padding: 20px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 54px;
}

.sbp-bl-hero-nav-hdr {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.sbp-bl-hero-nav-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* NAV ITEMS */
.sbp-bl-hero-nav-item,
.sbp-bl-hero-nav-item:link,
.sbp-bl-hero-nav-item:visited,
.sbp-bl-hero-nav-item:hover,
.sbp-bl-hero-nav-item:active {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 8px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background .15s;
}

.sbp-bl-hero-nav-item:hover {
  background: rgba(255, 255, 255, .08);
}

/* CHEVRON ARROW */
.sbp-bl-hero-nav-arrow {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  display: block;
  transition: transform .15s;
}

.sbp-bl-hero-nav-item:hover .sbp-bl-hero-nav-arrow {
  transform: translateX(2px);
}

.sbp-bl-hero-nav-txt {
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, .9) !important;
  text-decoration: none !important;
}

.sbp-bl-hero-nav-item:hover .sbp-bl-hero-nav-txt {
  color: #ffffff !important;
}

/* CTA BUTTON */
.sbp-bl-hero-nav-cta,
.sbp-bl-hero-nav-cta:link,
.sbp-bl-hero-nav-cta:visited {
  display: block;
  margin-top: 16px;
  padding: 10px 14px;
  background: #00CCCC !important;
  color: #0f43b3 !important;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 5px;
  text-align: center;
  letter-spacing: .02em;
  transition: background .2s, color .2s;
}

.sbp-bl-hero-nav-cta:hover {
  background: #008080 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* SEAL LINE */
.sbp-bl-hero-seal {
  height: 3px;
  background: linear-gradient(90deg, #7c3aed 0%, rgba(124, 58, 237, .15) 100%);
  margin-top: 32px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .sbp-bl-hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  /* H1 — matches child pages mobile */
  .sbp-bl-hero-title {
    font-size: 2rem !important;
    line-height: 1.25;
  }
  .sbp-bl-hero-stat {
    min-width: 110px;
    flex: 1;
  }
  .sbp-bl-hero-seal {
    margin-top: 24px;
  }
  /* Remove nav offset on mobile — single column stacks naturally */
  .sbp-bl-hero-nav {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-hero-nav-item,
  .sbp-bl-hero-nav-arrow,
  .sbp-bl-hero-nav-cta,
  .sbp-bl-hero-author-avatar-link,
  .sbp-bl-hero-author-name,
  .sbp-bl-hero-author-mfaa {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-95bad43 *//* ============================================================
   SBP Business Loans Card Grid — sbp-bl-cards
   Section background: set in Elementor (#f8f9fc recommended)
   Card background: #ffffff
   Accent: #7c3aed violet top bar → #00CCCC teal on hover
   Icon colour: #0f43b3 primary blue
   Header: two-column flex — text left, Nadine circle right
   Scope prefix: sbp-bl-cards- / sbp-bl-card
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-cards {
  contain: layout style;
  font-family: inherit;
}

/* ── SECTION HEADER — two column ── */
.sbp-bl-cards-hdr {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 40px;
}

.sbp-bl-cards-hdr-text {
  flex: 1;
  min-width: 0;
}

.sbp-bl-cards-title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #0f43b3;
  margin: 0 0 12px;
  line-height: 1.25;
}

.sbp-bl-cards-intro {
  font-size: .95rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
}

/* ── CIRCLE IMAGE COLUMN ── */
.sbp-bl-cards-hdr-img {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 200px;
}

/* Outer ring — border lives here, not on the overflow:hidden element */
.sbp-bl-cards-img-ring {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 3px solid #f2e9aa;
  padding: 3px;
  flex-shrink: 0;
}

.sbp-bl-cards-img-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  /* Force GPU compositing — eliminates jagged/grainy circle clip */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
}

.sbp-bl-cards-img-circle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  /* Ensure browser uses best downscaling algorithm */
  image-rendering: auto;
}

.sbp-bl-cards-img-label {
  font-size: .7rem;
  font-weight: 600;
  color: #9ca3af;
  text-align: center;
  letter-spacing: .02em;
  margin: 0;
  line-height: 1.4;
}

/* ── GRID ── */
.sbp-bl-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── CARD ── */
.sbp-bl-card,
.sbp-bl-card:link,
.sbp-bl-card:visited {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: 3px solid #7c3aed;
  border-radius: 8px;
  padding: 28px 24px 22px;
  text-decoration: none !important;
  transition: box-shadow .2s, border-top-color .2s, transform .2s;
  cursor: pointer;
}

.sbp-bl-card:hover {
  box-shadow: 0 8px 28px rgba(15, 67, 179, .1);
  border-top-color: #00CCCC;
  transform: translateY(-2px);
  text-decoration: none !important;
}

.sbp-bl-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.sbp-bl-card-icon svg {
  width: 48px;
  height: 48px;
}

.sbp-bl-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #0f43b3;
  margin: 0 0 10px;
  line-height: 1.3;
}

.sbp-bl-card-desc {
  font-size: .875rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0 0 20px;
  flex: 1;
}

.sbp-bl-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 700;
  color: #7c3aed;
  letter-spacing: .02em;
  margin-top: auto;
  text-decoration: none !important;
  transition: gap .2s;
}

.sbp-bl-card:hover .sbp-bl-card-link {
  gap: 9px;
  text-decoration: none !important;
}

.sbp-bl-card-arrow {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  transition: transform .2s;
}

.sbp-bl-card:hover .sbp-bl-card-arrow {
  transform: translateX(2px);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sbp-bl-cards-hdr {
    align-items: flex-start;
  }

  .sbp-bl-cards-hdr-img {
    width: 140px;
  }

  .sbp-bl-cards-img-ring {
    width: 120px;
    height: 120px;
  }

  .sbp-bl-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .sbp-bl-cards-hdr {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
  }

  .sbp-bl-cards-hdr-img {
    flex-direction: row;
    align-items: center;
    width: auto;
    gap: 14px;
  }

  .sbp-bl-cards-img-ring {
    width: 72px;
    height: 72px;
    border-width: 2px;
    padding: 2px;
  }

  .sbp-bl-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-card,
  .sbp-bl-card-link,
  .sbp-bl-card-arrow {
    transition: none;
  }

  .sbp-bl-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a45f529 *//* ============================================================
   SBP Business Loans Quiz — sbp-bl-quiz
   Background: #eef4ff (light blue)
   Text:       dark (#1e293b body, #0f43b3 headings)
   Accent:     #7c3aed violet
   CTA button: #00CCCC teal / #0f43b3 blue text, hover dark teal
   Scope prefix: sbp-bl-quiz-
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-quiz {
  contain: layout style;
  font-family: inherit;
  background: #eef4ff;
  border-radius: 8px;
  padding: 40px 48px;
}

/* HEADER */
.sbp-bl-quiz-hdr {
  margin-bottom: 32px;
}

.sbp-bl-quiz-eyebrow {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 10px;
}

.sbp-bl-quiz-title {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #0f43b3;
  margin: 0;
  line-height: 1.3;
}

/* STEP */
.sbp-bl-quiz-step {
  width: 100%;
}

.sbp-bl-quiz-step--hidden {
  display: none;
}

/* STEP LABEL */
.sbp-bl-quiz-step-label {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
}

.sbp-bl-quiz-step-num {
  font-size: .72rem;
  font-weight: 700;
  color: #7c3aed;
  letter-spacing: .06em;
  flex-shrink: 0;
}

.sbp-bl-quiz-step-txt {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
}

/* OPTIONS — two column grid */
.sbp-bl-quiz-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.sbp-bl-quiz-opt {
  display: block;
  width: 100%;
  text-align: left;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-left: 3px solid #c4b5fd;
  border-radius: 6px;
  padding: 13px 16px;
  font-family: inherit;
  font-size: .875rem;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}

.sbp-bl-quiz-opt:hover {
  background: #f5f0ff;
  border-left-color: #7c3aed;
  border-color: #c4b5fd;
  color: #1e293b;
}

.sbp-bl-quiz-opt--selected {
  background: #ede9fe;
  border-left-color: #7c3aed;
  border-color: #c4b5fd;
  color: #1e293b;
  font-weight: 600;
}

/* Step 2 — single column */
#sbp-bl-step-2 .sbp-bl-quiz-options {
  grid-template-columns: 1fr;
  max-width: 600px;
}

/* BACK BUTTON */
.sbp-bl-quiz-back {
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: .8rem;
  font-weight: 600;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  transition: color .15s;
}

.sbp-bl-quiz-back:hover {
  color: #374151;
}

/* RESULT */
.sbp-bl-quiz-result {
  width: 100%;
}

.sbp-bl-quiz-result-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #ffffff;
  border: 1px solid #c4b5fd;
  border-left: 3px solid #7c3aed;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
}

/* NADINE PHOTO */
.sbp-bl-quiz-result-photo-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #c4b5fd;
}

.sbp-bl-quiz-result-photo {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: 50% 15%;
  border-radius: 50%;
}

/* RESULT TEXT */
.sbp-bl-quiz-result-text {
  flex: 1;
}

.sbp-bl-quiz-result-lbl {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #7c3aed;
  margin-bottom: 8px;
}

.sbp-bl-quiz-result-rec {
  font-size: .9rem;
  line-height: 1.7;
  color: #374151;
}

/* Links within result recommendation text */
.sbp-bl-quiz-result-rec a,
.sbp-bl-quiz-result-rec a:link,
.sbp-bl-quiz-result-rec a:visited {
  color: #0f43b3 !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(15, 67, 179, .3);
  transition: border-color .15s;
}

.sbp-bl-quiz-result-rec a:hover {
  border-color: #0f43b3;
  text-decoration: none !important;
}

/* ACTIONS */
.sbp-bl-quiz-result-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

/* CTA button */
.sbp-bl-quiz-result-cta,
.sbp-bl-quiz-result-cta:link,
.sbp-bl-quiz-result-cta:visited {
  display: inline-block;
  padding: 10px 20px;
  background: #00CCCC !important;
  color: #0f43b3 !important;
  font-size: .85rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 5px;
  letter-spacing: .02em;
  transition: background .2s, color .2s;
}

.sbp-bl-quiz-result-cta:hover {
  background: #008080 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.sbp-bl-quiz-result-consult,
.sbp-bl-quiz-result-consult:link,
.sbp-bl-quiz-result-consult:visited {
  font-size: .82rem;
  font-weight: 600;
  color: #6b7280 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #d1d5db;
  transition: color .2s, border-color .2s;
}

.sbp-bl-quiz-result-consult:hover {
  color: #0f43b3 !important;
  border-color: #0f43b3;
  text-decoration: none !important;
}

/* RESET */
.sbp-bl-quiz-reset {
  background: transparent;
  border: none;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 600;
  color: #9ca3af;
  cursor: pointer;
  padding: 0;
  transition: color .15s;
}

.sbp-bl-quiz-reset:hover {
  color: #374151;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .sbp-bl-quiz {
    padding: 32px 24px;
  }

  .sbp-bl-quiz-options {
    grid-template-columns: 1fr;
  }

  .sbp-bl-quiz-result-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sbp-bl-quiz-result-photo-wrap {
    width: 72px;
    height: 72px;
  }

  .sbp-bl-quiz-result-photo {
    width: 72px;
    height: 72px;
  }

  .sbp-bl-quiz-result-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-quiz-opt,
  .sbp-bl-quiz-back,
  .sbp-bl-quiz-reset,
  .sbp-bl-quiz-result-cta,
  .sbp-bl-quiz-result-consult,
  .sbp-bl-quiz-result-rec a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b734e76 *//* ============================================================
   SBP Business Loans — Why Us Broker Section
   Prefix: sbp-bl-broker-
   Elementor section background: #ffffff white
   Layout: 65/35 two column — prose left, image right
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-broker {
  contain: layout style;
  font-family: inherit;
}

/* TWO COLUMN LAYOUT */
.sbp-bl-broker-inner {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

/* ── LEFT COLUMN ── */
.sbp-bl-broker-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* H2 */
.sbp-bl-broker-title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #0f43b3;
  line-height: 1.25;
  margin: 0 0 36px;
}

/* EACH ADVANTAGE POINT */
.sbp-bl-broker-point {
  padding: 0 0 28px;
  margin: 0 0 28px;
  border-bottom: 1px solid #e5e7eb;
}

.sbp-bl-broker-point:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sbp-bl-broker-point-hd {
  font-size: .95rem;
  font-weight: 700;
  color: #0f43b3;
  margin: 0 0 10px;
  line-height: 1.3;
}

.sbp-bl-broker-point p {
  font-size: .925rem;
  line-height: 1.75;
  color: #374151;
  margin: 0;
}

/* PULL QUOTE */
.sbp-bl-broker-quote {
  margin: 0 0 28px;
  padding: 24px 24px 24px 28px;
  border-left: 3px solid #7c3aed;
  background: #f5f3ff;
  border-radius: 0 6px 6px 0;
}

.sbp-bl-broker-quote p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #1e293b;
  margin: 0 0 14px;
  font-style: italic;
}

.sbp-bl-broker-cite {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-style: normal;
}

.sbp-bl-broker-cite-link,
.sbp-bl-broker-cite-link:link,
.sbp-bl-broker-cite-link:visited {
  font-size: .82rem;
  font-weight: 700;
  color: #7c3aed !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(124, 58, 237, .3);
  transition: border-color .2s;
}

.sbp-bl-broker-cite-link:hover {
  border-color: #7c3aed;
  text-decoration: none !important;
}

.sbp-bl-broker-cite-role {
  font-size: .75rem;
  color: #6b7280;
  font-weight: 500;
}

/* ── RIGHT COLUMN — IMAGE ── */
.sbp-bl-broker-img-col {
  position: sticky;
  top: 100px;
}

.sbp-bl-broker-img-wrap {
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

.sbp-bl-broker-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sbp-bl-broker-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .sbp-bl-broker-img-col {
    position: static;
    order: -1;
  }

  .sbp-bl-broker-img-wrap {
    max-width: 480px;
  }
}

@media (max-width: 560px) {
  .sbp-bl-broker-title {
    margin-bottom: 28px;
  }

  .sbp-bl-broker-quote {
    padding: 18px 18px 18px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-broker-cite-link {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18f0f05 *//* ============================================================
   SBP Business Loans — Process Section
   Prefix: sbp-bl-process-
   Elementor section background: #071533 dark navy
   Accent: #7c3aed violet (top rule per step)
           #f2e9aa light yellow (large step numbers)
   No card boxes — open columns, dark bg does the containment
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-process {
  contain: layout style;
  font-family: inherit;
  color: #ffffff;
}

/* HEADER */
.sbp-bl-process-hdr {
  margin-bottom: 48px;
}

.sbp-bl-process-eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #f2e9aa;
  margin-bottom: 12px;
}

.sbp-bl-process-title {
  font-size: clamp(1.3rem, 2.2vw, 1.7rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  max-width: 560px;
}

/* THREE COLUMN STEP GRID */
.sbp-bl-process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

/* INDIVIDUAL STEP — open, no card border */
.sbp-bl-process-step {
  padding: 0 40px 0 0;
  position: relative;
}

/* Violet top rule — replaces card border */
.sbp-bl-process-rule {
  width: 40px;
  height: 3px;
  background: #7c3aed;
  margin-bottom: 24px;
}

/* Large light yellow number — decorative, behind content */
.sbp-bl-process-num {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  color: #f2e9aa;
  opacity: 1;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  user-select: none;
}

/* Step heading */
.sbp-bl-process-step-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  line-height: 1.3;
}

/* Step body */
.sbp-bl-process-step-desc {
  font-size: .875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .68);
  margin: 0;
}

/* Vertical divider between steps using pseudo element */
.sbp-bl-process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, .08);
}

/* CTA BLOCK */
.sbp-bl-process-cta-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  flex-wrap: wrap;
}

.sbp-bl-process-cta,
.sbp-bl-process-cta:link,
.sbp-bl-process-cta:visited {
  display: inline-block;
  padding: 12px 24px;
  background: #00CCCC !important;
  color: #0f43b3 !important;
  font-size: .875rem;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 5px;
  letter-spacing: .02em;
  white-space: nowrap;
  transition: background .2s, color .2s;
}

.sbp-bl-process-cta:hover {
  background: #008080 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.sbp-bl-process-cta-note {
  font-size: .78rem;
  color: rgba(255, 255, 255, .4);
  font-weight: 500;
  letter-spacing: .02em;
}

/* ── RESPONSIVE ── */
@media (max-width: 840px) {
  .sbp-bl-process-steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sbp-bl-process-step {
    padding: 0;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .sbp-bl-process-step:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sbp-bl-process-step::after {
    display: none;
  }

  .sbp-bl-process-hdr {
    margin-bottom: 36px;
  }

  .sbp-bl-process-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 36px;
    padding-top: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-process-cta {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-23578 *//* ============================================================
   SBP Business Loans — Lender Carousel
   Prefix: sbp-bl-lenders-
   Elementor section background: #f8f9fc light grey
   Animation: CSS-only infinite scroll, no JS
   20 logos × 2 (original + duplicate) = seamless loop
   Speed: 55s per cycle — slow, professional
   Pause on hover
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

@keyframes sbpBlLendersScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.sbp-bl-lenders {
  contain: layout style;
  font-family: inherit;
}

/* HEADER */
.sbp-bl-lenders-hdr {
  margin-bottom: 36px;
}

.sbp-bl-lenders-title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #0f43b3;
  margin: 0 0 12px;
  line-height: 1.3;
}

.sbp-bl-lenders-intro {
  font-size: .9rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
  max-width: 640px;
}

/* VIEWPORT — clips the scrolling track, fixed height prevents CLS */
.sbp-bl-lenders-viewport {
  overflow: hidden;
  width: 100%;
  /* Fade edges so logos don't hard-clip at the boundary */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 8%,
    black 92%,
    transparent 100%
  );
}

/* TRACK — flex row, double-width for seamless loop */
.sbp-bl-lenders-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: sbpBlLendersScroll 55s linear infinite;
  will-change: transform;
}

/* Pause on hover — gives user time to see logos */
.sbp-bl-lenders-viewport:hover .sbp-bl-lenders-track {
  animation-play-state: paused;
}

/* INDIVIDUAL LOGO CELL */
.sbp-bl-lenders-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  flex-shrink: 0;
}

/* LOGO IMAGE — greyscale by default, full colour on hover */
.sbp-bl-lenders-logo img {
  display: block;
  max-height: 38px;
  width: auto;
  height: auto;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(100%) opacity(50%);
  transition: filter .3s;
}

.sbp-bl-lenders-logo:hover img {
  filter: grayscale(0%) opacity(100%);
}

/* NOTE LINE */
.sbp-bl-lenders-note {
  font-size: .8rem;
  color: #9ca3af;
  margin: 24px 0 0;
  font-style: italic;
  text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .sbp-bl-lenders-logo {
    padding: 14px 24px;
  }

  .sbp-bl-lenders-logo img {
    max-height: 30px;
    max-width: 110px;
  }

  /* Slightly faster on mobile — smaller screen shows fewer logos */
  .sbp-bl-lenders-track {
    animation-duration: 40s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-lenders-track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  /* Hide duplicate set when animation is off */
  .sbp-bl-lenders-logo[aria-hidden="true"] {
    display: none;
  }

  .sbp-bl-lenders-viewport {
    -webkit-mask-image: none;
    mask-image: none;
    overflow: visible;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4713dd *//* ============================================================
   SBP Business Loans — Trust + Reviews Section
   Prefix: sbp-bl-trust-
   Elementor section background: #ffffff white
   Layout: stats LEFT, photo RIGHT
   Photo: height matches stats col via min-height:0 flex fix
   Stars: tight margin against quote text
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-trust {
  contain: layout style;
  font-family: inherit;
}

/* ── TOP TWO COLUMN — stretch so photo matches stats height ── */
.sbp-bl-trust-top {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 56px;
  align-items: center;
  margin-bottom: 48px;
}

/* ── STATS COLUMN (LEFT) ── */
.sbp-bl-trust-stats-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sbp-bl-trust-title {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  color: #0f43b3;
  margin: 0;
  line-height: 1.25;
}

.sbp-bl-trust-intro {
  font-size: .925rem;
  line-height: 1.75;
  color: #374151;
  margin: 0;
}

.sbp-bl-trust-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sbp-bl-trust-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px 16px;
  background: #f8f9fc;
  border: 1px solid #e5e7eb;
  border-left: 3px solid #7c3aed;
  border-radius: 6px;
}

.sbp-bl-trust-stat-val {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f43b3;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.sbp-bl-trust-stat-stars {
  color: #c9a800;
  font-size: .9rem;
  letter-spacing: 1px;
}

.sbp-bl-trust-stat-lbl {
  font-size: .72rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.3;
}

/* ── PHOTO COLUMN (RIGHT) ── */
.sbp-bl-trust-photo-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  /* Stretch to grid row height */
  min-height: 0;
}

/* Photo wrap fills the column — min-height:0 is the key fix */
.sbp-bl-trust-photo-wrap {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #f2e9aa;
  line-height: 0;
}

.sbp-bl-trust-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px;
}

.sbp-bl-trust-photo-credit {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 4px;
  flex-shrink: 0;
}

.sbp-bl-trust-photo-name,
.sbp-bl-trust-photo-name:link,
.sbp-bl-trust-photo-name:visited {
  font-size: .88rem;
  font-weight: 700;
  color: #0f43b3 !important;
  text-decoration: none !important;
  transition: color .2s;
}

.sbp-bl-trust-photo-name:hover {
  color: #7c3aed !important;
  text-decoration: none !important;
}

.sbp-bl-trust-photo-role {
  font-size: .72rem;
  color: #6b7280;
  font-weight: 500;
  line-height: 1.4;
}

/* ── REVIEWS HEADER — label only ── */
.sbp-bl-trust-reviews-hdr {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.sbp-bl-trust-review-hdr-lbl {
  font-size: .78rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: .07em;
  text-transform: uppercase;
}

/* ── REVIEWS GRID ── */
.sbp-bl-trust-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}

.sbp-bl-trust-review {
  display: flex;
  flex-direction: column;
  background: #f8f9fc;
  border: 1px solid #e5e7eb;
  border-top: 3px solid #7c3aed;
  border-radius: 8px;
  padding: 20px 20px 16px;
}

/* Stars — tight against quote, no inherited margin */
.sbp-bl-trust-review-stars {
  display: block;
  color: #c9a800;
  font-size: .9rem;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  text-align: left;
}

/* Quote — starts immediately below stars */
.sbp-bl-trust-review-quote {
  font-size: .875rem;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 16px 0;
  padding: 0;
  font-style: normal;
  flex: 1;
  text-align: left;
}

.sbp-bl-trust-review-quote strong {
  font-weight: 700;
  color: #1e293b;
}

.sbp-bl-trust-review-author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}

.sbp-bl-trust-review-name {
  font-size: .82rem;
  font-weight: 700;
  color: #0f43b3;
}

.sbp-bl-trust-review-source {
  font-size: .72rem;
  color: #9ca3af;
  font-weight: 500;
}

/* ── GOOGLE LINK ── */
.sbp-bl-trust-gbp {
  display: flex;
  justify-content: center;
}

.sbp-bl-trust-gbp-link,
.sbp-bl-trust-gbp-link:link,
.sbp-bl-trust-gbp-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .85rem;
  font-weight: 600;
  color: #374151 !important;
  text-decoration: none !important;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 18px;
  transition: border-color .2s, color .2s;
}

.sbp-bl-trust-gbp-link:hover {
  border-color: #0f43b3;
  color: #0f43b3 !important;
  text-decoration: none !important;
}

.sbp-bl-trust-gbp-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sbp-bl-trust-top {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
  }

  /* Photo goes below stats on mobile */
  .sbp-bl-trust-photo-col {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .sbp-bl-trust-photo-wrap {
    width: 120px;
    height: 160px;
    flex: none;
    min-height: unset;
  }

  .sbp-bl-trust-photo {
    height: 160px;
  }

  .sbp-bl-trust-photo-credit {
    padding-left: 0;
  }

  .sbp-bl-trust-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .sbp-bl-trust-reviews {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .sbp-bl-trust-photo-col {
    flex-direction: column;
    align-items: flex-start;
  }

  .sbp-bl-trust-photo-wrap {
    width: 100%;
    height: 280px;
  }

  .sbp-bl-trust-photo {
    height: 280px;
  }

  .sbp-bl-trust-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-trust-gbp-link,
  .sbp-bl-trust-photo-name {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa67c78 *//* ============================================================
   SBP Business Loans — Cross-sell Section
   Prefix: sbp-bl-crosssell-
   Background: #eef4ff light blue — self-contained in widget
   Elementor section background: white or transparent
   Three cards — CP loans, CP market, CP tools
   contain: layout style on root
   font-family: inherit (Poppins set globally)
   No DOCTYPE / html / head / body tags
   ============================================================ */

.sbp-bl-crosssell {
  contain: layout style;
  font-family: inherit;
  background: #eef4ff;
  border-radius: 10px;
  padding: 40px 40px 36px;
}

/* EYEBROW — p tag prevents Elementor heading overrides in editor */
.sbp-bl-crosssell-eyebrow {
  font-size: .72rem !important;
  font-weight: 700 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #7c3aed;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}

/* THREE CARD GRID */
.sbp-bl-crosssell-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* CARD */
.sbp-bl-crosssell-card,
.sbp-bl-crosssell-card:link,
.sbp-bl-crosssell-card:visited {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-top: 3px solid #00CCCC;
  border-radius: 8px;
  padding: 24px 20px 20px;
  text-decoration: none !important;
  transition: box-shadow .2s;
}

.sbp-bl-crosssell-card:hover {
  box-shadow: 0 6px 20px rgba(15, 67, 179, .08);
  text-decoration: none !important;
}

/* ICON */
.sbp-bl-crosssell-card-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.sbp-bl-crosssell-card-icon svg {
  width: 44px;
  height: 44px;
}

/* CARD BODY */
.sbp-bl-crosssell-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.sbp-bl-crosssell-card-title {
  font-size: .95rem;
  font-weight: 700;
  color: #0f43b3;
  margin: 0;
  line-height: 1.3;
}

.sbp-bl-crosssell-card-desc {
  font-size: .85rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
  flex: 1;
}

/* LINK — sits at bottom of each card */
.sbp-bl-crosssell-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  font-weight: 700;
  color: #008080;
  text-decoration: none;
  margin-top: 14px;
  transition: gap .2s;
}

.sbp-bl-crosssell-card:hover .sbp-bl-crosssell-card-link {
  gap: 9px;
}

.sbp-bl-crosssell-card-link svg {
  width: 8px;
  height: 13px;
  flex-shrink: 0;
  transition: transform .2s;
}

.sbp-bl-crosssell-card:hover .sbp-bl-crosssell-card-link svg {
  transform: translateX(2px);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .sbp-bl-crosssell-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 600px) {
  .sbp-bl-crosssell {
    padding: 28px 20px 24px;
  }

  .sbp-bl-crosssell-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbp-bl-crosssell-card,
  .sbp-bl-crosssell-card-link,
  .sbp-bl-crosssell-card-link svg {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0604f5b *//*
  Smart Business Plans — Business Loans FAQ Widget
  Scope prefix: sbp-bl-faq-
  Paste into: Elementor HTML widget → Custom CSS tab
  Colours adapted for business loans section (violet/blue palette)
*/

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-wrap {
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(32px, 4vw, 56px) 0;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-inner {
  max-width: 860px;
  margin: 0 auto;
}


  font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
  font-weight: 700 !important;
  color: #0f43b3 !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(124, 58, 237, 0.15);
}

/* ── Each item ─────────────────────────────────────────── */
.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-item {
  border-bottom: 1px solid rgba(124, 58, 237, 0.15);
}

/* ── Question row ──────────────────────────────────────── */
.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: #071533;
  line-height: 1.4;
  list-style: none;
  font-family: inherit;
  user-select: none;
  background: #f5f3ff;
  border-radius: 4px 4px 0 0;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-q::-webkit-details-marker { display: none; }

/* Chevron */
.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-q::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%237c3aed' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.2s ease;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-item[open] .sbp-bl-faq-q::after {
  transform: rotate(180deg);
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-item[open] .sbp-bl-faq-q {
  background: #ede9fe;
  color: #5b21b6;
  border-bottom: 1px solid rgba(124, 58, 237, 0.12);
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-q:hover {
  background: #ede9fe;
  color: #5b21b6;
}

/* ── Answer row ─────────────────────────────────────────── */
.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-a {
  padding: 18px 16px 20px;
  background: #ffffff;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-a p {
  font-size: 14px;
  line-height: 1.75;
  color: #444444;
  margin: 0 0 10px;
  font-family: inherit;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-a p:last-child {
  margin-bottom: 0;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-a strong {
  color: #071533;
  font-weight: 600;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-a a {
  color: #0f43b3;
  text-decoration: none;
}

.elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-a a:hover {
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .elementor-23425 .elementor-element.elementor-element-0604f5b .sbp-bl-faq-q::after { transition: none; }
}/* End custom CSS */