.elementor-1679 .elementor-element.elementor-element-122376b{--display:flex;}.elementor-1679 .elementor-element.elementor-element-122376b:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-122376b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://newbridgeeducation.com/wp-content/uploads/2020/08/nbec_bridge_horizontalcropped.jpeg");background-repeat:no-repeat;background-size:cover;}.elementor-1679 .elementor-element.elementor-element-a0cc7fc{--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-1679 .elementor-element.elementor-element-1b2997a{--display:flex;}.elementor-1679 .elementor-element.elementor-element-1b2997a:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-1b2997a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://newbridgeeducation.com/wp-content/uploads/2025/11/ChatGPT-Image-Nov-6-2025-05_28_28-AM.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1679 .elementor-element.elementor-element-0aaa9ae{font-family:"Roboto", Roboto;}.elementor-1679 .elementor-element.elementor-element-f0d8572{--display:flex;}.elementor-1679 .elementor-element.elementor-element-f0d8572:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-f0d8572 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://newbridgeeducation.com/wp-content/uploads/2025/11/academy-celebrate-celebration-267885-1-1-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1679 .elementor-element.elementor-element-05a2ed6{margin:14% 0% calc(var(--kit-widget-spacing, 0px) + 13%) 0%;font-size:44px;font-weight:100;}.elementor-1679 .elementor-element.elementor-element-c9ff142{--display:flex;}.elementor-1679 .elementor-element.elementor-element-c9ff142:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-c9ff142 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2A77B7;}.elementor-1679 .elementor-element.elementor-element-5bc8a86{padding:050px 0px 0px 0px;}.elementor-1679 .elementor-element.elementor-element-5bc8a86 .elementor-heading-title{font-size:36px;color:#FFFFFF;}.elementor-1679 .elementor-element.elementor-element-91a65eb{--display:flex;}.elementor-1679 .elementor-element.elementor-element-91a65eb:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-91a65eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1679 .elementor-element.elementor-element-b9715e3{--display:flex;}.elementor-1679 .elementor-element.elementor-element-b9715e3:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-b9715e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4D7FA4;}@media(min-width:1025px){.elementor-1679 .elementor-element.elementor-element-1b2997a:not(.elementor-motion-effects-element-type-background), .elementor-1679 .elementor-element.elementor-element-1b2997a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for text-editor, class: .elementor-element-ff366d1 *//* ===== HERO (Transparent Text Overlay on Image) ===== */
.nb-hero-wrap { width:100%; margin:0; padding:0; }

.nb-hero {
  position:relative;
  width:100%;
  min-height:clamp(480px, 65vh, 720px);
  background-size:cover;
  background-position:center 45%;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  overflow:hidden;
}

/* Slight gradient overlay to help text readability */
.nb-hero::after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.45) 60%,
    rgba(0,0,0,0.55) 100%
  );
  z-index:0;
}

/* Transparent inner section */
.nb-hero .inner.transparent {
  position:relative;
  z-index:1;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:clamp(80px, 10vh, 120px) 30px;
  background:transparent; /* transparent background */
  box-sizing:border-box;
}

/* Headline and subhead text */
.nb-hero .title {
  font-size:clamp(36px, 5vw, 64px);
  font-weight:900;
  line-height:1.1;
  margin:0 0 18px;
  letter-spacing:0.5px;
  color:#fff;
  text-shadow:0 3px 12px rgba(0,0,0,0.55);
}

.nb-hero .kicker {
  font-size:clamp(18px, 2vw, 24px);
  font-weight:500;
  opacity:0.98;
  max-width:min(820px, 90vw);
  margin:0 auto 22px;
  color:#fff;
  text-shadow:0 2px 8px rgba(0,0,0,0.45);
}

/* CTA Button */
.nb-hero .cta-row {
  margin-top:12px;
  display:flex;
  justify-content:center;
  gap:12px;
}

.nb-btn {
  display:inline-block;
  background:rgba(255,255,255,0.85);
  color:#0b5ed7;
  padding:14px 32px;
  border-radius:8px;
  font-weight:700;
  text-decoration:none;
  backdrop-filter:blur(3px);
  transition:background 0.25s ease, color 0.25s ease, transform 0.1s ease;
}
.nb-btn:hover {
  background:#003366;
  color:#fff;
  transform:translateY(-1px);
}

/* Responsive Tweaks */
@media (max-width:700px) {
  .nb-hero {
    min-height:440px;
    background-position:center 55%;
  }
  .nb-hero .title {
    font-size:32px;
  }
  .nb-hero .kicker {
    font-size:18px;
  }
}
/* Hard kill any overlay */
.nb-hero.no-overlay::after { display:none !important; }

/* Ensure the hero itself has no background tint */
.nb-hero.no-overlay { background-color: transparent !important; }

/* Bigger, higher-contrast type with outline effect */
.nb-hero.no-overlay .title{
  font-size: clamp(40px, 6vw, 72px) !important;
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 14px;
  color: #fff;
  /* subtle white core + dark rim to read on bright sky */
  text-shadow:
    0 0 2px rgba(0,0,0,.45),
    0 2px 10px rgba(0,0,0,.55),
    0 0 22px rgba(0,0,0,.35),
    1px 1px 0 rgba(0,0,0,.35),
    -1px -1px 0 rgba(0,0,0,.35);
}

.nb-hero.no-overlay .kicker{
  font-size: clamp(18px, 2.2vw, 26px) !important;
  font-weight: 500;
  color: #fff;
  max-width: min(900px, 92vw);
  margin: 0 auto 20px;
  text-shadow:
    0 0 2px rgba(0,0,0,.4),
    0 2px 8px rgba(0,0,0,.45);
}

/* Button stays readable without a box behind text */
.nb-hero.no-overlay .nb-btn{
  background: rgba(255,255,255,.92);
  color: #0b5ed7;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 800;
  backdrop-filter: blur(3px);
}
.nb-hero.no-overlay .nb-btn:hover{ background:#003366; color:#fff; }

/* Mobile tuning */
@media (max-width:700px){
  .nb-hero.no-overlay{ background-position:center 55% !important; min-height: 480px; }
  .nb-hero.no-overlay .title{ font-size: 34px !important; }
  .nb-hero.no-overlay .kicker{ font-size: 18px !important; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-baf09e8 */:root {
  --nb-blue: #0b5ed7;
  --nb-slate: #4b5563;
  --nb-text: #1f2937;
  --nb-border: #e5e7eb;
  --nb-white: #ffffff;
  --nb-max: 1200px;
}

body {
  font-family: 'Montserrat', 'Segoe UI', system-ui, -apple-system, Roboto, Arial, sans-serif;
  color: var(--nb-text);
  margin: 0;
  background: var(--nb-white);
  line-height: 1.6;
}

.wrap {
  max-width: var(--nb-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* Section layout */
.nb-intro {
  padding: 60px 0;
  border-top: 1px solid var(--nb-border);
}

/* Two-column grid */
.nb-two-col {
  display: grid;
  grid-template-columns: 3fr 1fr; /* ¾ text, ¼ images */
  gap: 32px;
  align-items: start;
}

/* Text styles */
.nb-heading {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 700;
  color: var(--nb-text);
  margin: 0 0 16px;
}

.nb-text p {
  font-size: 1.05rem;
  color: var(--nb-slate);
  margin: 0 0 16px;
}

.nb-text strong {
  color: var(--nb-blue);
  font-weight: 600;
}

/* Image column */
.nb-media {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* Cards and figures */
.nb-card,
.nb-figure {
  background: var(--nb-white);
  border: 1px solid var(--nb-border);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 6px 14px rgba(10, 20, 40, 0.06);
}

.small-img img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  border-radius: 8px;
}

.nb-figure figcaption {
  margin-top: 8px;
  font-size: 0.9rem;
  color: var(--nb-slate);
  text-align: center;
}

/* Responsive */
@media (max-width: 900px) {
  .nb-two-col {
    grid-template-columns: 1fr;
  }
  .nb-media {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .small-img img {
    max-width: 160px;
  }
}
/* NB Intro typography sizing */
.nb-intro .nb-heading{
  font-size: 40px !important;
  line-height: 1.12;  /* keeps big header tight but readable */
  margin-bottom: 16px;
}
/* Extra space above the intro header */
.nb-intro .nb-heading{
  margin-top: 28px;   /* increase/decrease as needed */
}

.nb-intro .nb-text,
.nb-intro .nb-text p{
  font-size: 20px !important;
  line-height: 1.9;   /* taller line height for airy feel */
}

.nb-intro .nb-text strong{
  font-size: 1.06em;
  font-weight: 700;
}
.nb-intro .nb-heading{
  margin-top: clamp(16px, 3vw, 28px);
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0aaa9ae *//* ==========================================================
   New Bridge – Our Approach Section
   (Transparent background, white text, round images, larger type)
   ========================================================== */

.nb-approach {
  --nb-accent: #ffffff;
  --nb-slate: #f5f5f5;
  --nb-text: #ffffff;
  --nb-rule: rgba(255,255,255,0.3);
  --nb-radius: 16px;
  --nb-gap: 32px;

  background: transparent;
  padding: 64px 20px;
  color: var(--nb-text);
  font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Container */
.nb-approach .nb-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header / Title */
.nb-approach .nb-section-head {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--nb-rule);
  padding-bottom: 14px;
  text-align: left;
}

.nb-approach .nb-h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--nb-text);
}

/* Subheadings */
.nb-approach .nb-h3 {
  margin: 0 0 10px 0;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--nb-accent);
}

/* Paragraphs */
.nb-approach p {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--nb-slate);
}

/* Each Approach Item */
.nb-approach .approach-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: var(--nb-gap);
  align-items: center;
  background: transparent;
  border: 1px solid var(--nb-rule);
  border-radius: var(--nb-radius);
  padding: 24px;
  margin-top: 20px;
}

/* Images – Round and Centered */
.nb-approach .approach-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nb-approach .approach-media img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

/* Content */
.nb-approach .approach-content {
  display: block;
}

.nb-approach .approach-content p:last-child {
  margin-bottom: 0;
}

/* =====================
   Responsive Adjustments
   ===================== */
@media (max-width: 900px) {
  .nb-approach .approach-item {
    grid-template-columns: 140px 1fr;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .nb-approach {
    padding: 48px 16px;
  }

  .nb-approach .approach-item {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .nb-approach .approach-media {
    order: -1;
    justify-content: center;
    margin-bottom: 12px;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach .nb-h3 {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1b2997a *//* ==========================================================
   New Bridge – Our Approach Section
   (Transparent background, white text, round images, larger type)
   ========================================================== */

.nb-approach {
  --nb-accent: #ffffff;
  --nb-slate: #f5f5f5;
  --nb-text: #ffffff;
  --nb-rule: rgba(255,255,255,0.3);
  --nb-radius: 16px;
  --nb-gap: 32px;

  background: transparent;
  padding: 64px 20px;
  color: var(--nb-text);
  font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Container */
.nb-approach .nb-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header / Title */
.nb-approach .nb-section-head {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--nb-rule);
  padding-bottom: 14px;
  text-align: left;
}

.nb-approach .nb-h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--nb-text);
}

/* Subheadings */
.nb-approach .nb-h3 {
  margin: 0 0 10px 0;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--nb-accent);
}

/* Paragraphs */
.nb-approach p {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--nb-slate);
}

/* Each Approach Item */
.nb-approach .approach-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: var(--nb-gap);
  align-items: center;
  background: transparent;
  border: 1px solid var(--nb-rule);
  border-radius: var(--nb-radius);
  padding: 24px;
  margin-top: 20px;
}

/* Images – Round and Centered */
.nb-approach .approach-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nb-approach .approach-media img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

/* Content */
.nb-approach .approach-content {
  display: block;
}

.nb-approach .approach-content p:last-child {
  margin-bottom: 0;
}

/* =====================
   Responsive Adjustments
   ===================== */
@media (max-width: 900px) {
  .nb-approach .approach-item {
    grid-template-columns: 140px 1fr;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .nb-approach {
    padding: 48px 16px;
  }

  .nb-approach .approach-item {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .nb-approach .approach-media {
    order: -1;
    justify-content: center;
    margin-bottom: 12px;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach .nb-h3 {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-f2d2ddb *//* ==========================================================
   New Bridge – Our Approach Section
   (Transparent background, white text, round images, larger type)
   ========================================================== */

.nb-approach {
  --nb-accent: #ffffff;
  --nb-slate: #f5f5f5;
  --nb-text: #ffffff;
  --nb-rule: rgba(255,255,255,0.3);
  --nb-radius: 16px;
  --nb-gap: 32px;

  background: transparent;
  padding: 64px 20px;
  color: var(--nb-text);
  font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Container */
.nb-approach .nb-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header / Title */
.nb-approach .nb-section-head {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--nb-rule);
  padding-bottom: 14px;
  text-align: left;
}

.nb-approach .nb-h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--nb-text);
}

/* Subheadings */
.nb-approach .nb-h3 {
  margin: 0 0 10px 0;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--nb-accent);
}

/* Paragraphs */
.nb-approach p {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--nb-slate);
}

/* Each Approach Item */
.nb-approach .approach-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: var(--nb-gap);
  align-items: center;
  background: transparent;
  border: 1px solid var(--nb-rule);
  border-radius: var(--nb-radius);
  padding: 24px;
  margin-top: 20px;
}

/* Images – Round and Centered */
.nb-approach .approach-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nb-approach .approach-media img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

/* Content */
.nb-approach .approach-content {
  display: block;
}

.nb-approach .approach-content p:last-child {
  margin-bottom: 0;
}

/* =====================
   Responsive Adjustments
   ===================== */
@media (max-width: 900px) {
  .nb-approach .approach-item {
    grid-template-columns: 140px 1fr;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .nb-approach {
    padding: 48px 16px;
  }

  .nb-approach .approach-item {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .nb-approach .approach-media {
    order: -1;
    justify-content: center;
    margin-bottom: 12px;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach .nb-h3 {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c9ff142 *//* ==========================================================
   New Bridge – Our Approach Section
   (Transparent background, white text, round images, larger type)
   ========================================================== */

.nb-approach {
  --nb-accent: #ffffff;
  --nb-slate: #f5f5f5;
  --nb-text: #ffffff;
  --nb-rule: rgba(255,255,255,0.3);
  --nb-radius: 16px;
  --nb-gap: 32px;

  background: transparent;
  padding: 64px 20px;
  color: var(--nb-text);
  font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Container */
.nb-approach .nb-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header / Title */
.nb-approach .nb-section-head {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--nb-rule);
  padding-bottom: 14px;
  text-align: left;
}

.nb-approach .nb-h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--nb-text);
}

/* Subheadings */
.nb-approach .nb-h3 {
  margin: 0 0 10px 0;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--nb-accent);
}

/* Paragraphs */
.nb-approach p {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--nb-slate);
}

/* Each Approach Item */
.nb-approach .approach-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: var(--nb-gap);
  align-items: center;
  background: transparent;
  border: 1px solid var(--nb-rule);
  border-radius: var(--nb-radius);
  padding: 24px;
  margin-top: 20px;
}

/* Images – Round and Centered */
.nb-approach .approach-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nb-approach .approach-media img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

/* Content */
.nb-approach .approach-content {
  display: block;
}

.nb-approach .approach-content p:last-child {
  margin-bottom: 0;
}

/* =====================
   Responsive Adjustments
   ===================== */
@media (max-width: 900px) {
  .nb-approach .approach-item {
    grid-template-columns: 140px 1fr;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .nb-approach {
    padding: 48px 16px;
  }

  .nb-approach .approach-item {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .nb-approach .approach-media {
    order: -1;
    justify-content: center;
    margin-bottom: 12px;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach .nb-h3 {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-303b1e5 *//* ===== Our Success / Stats (Final Version) ===== */
.nb-stats {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 72px 24px;
}

.nb-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.nb-stats-title {
  font-family: "Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.2vw + 1rem, 2.4rem);
  color: #1f2937;
  margin: 0 0 28px;
  text-align: left;
}

/* 3-column grid */
.nb-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  align-items: start;
}

/* Dividers visible only on desktop */
.nb-stat:not(:last-child) {
  border-right: 1px solid rgba(11, 94, 215, 0.25);
  padding-right: 56px;
}

/* Numbers – slightly bold for balance */
.nb-stat-number {
  font-family: "Montserrat","Segoe UI",system-ui,sans-serif;
  font-weight: 600;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  color: #1f2937;
  line-height: 1.1;
  margin-bottom: 14px;
}

/* Descriptive text */
.nb-stat-text {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 42ch;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .nb-stats {
    padding: 56px 20px;
  }

  .nb-stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Remove dividers and padding for mobile */
  .nb-stat {
    border: none !important;
    padding-right: 0 !important;
  }

  .nb-stat-number {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .nb-stat-text {
    max-width: 50ch;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-91a65eb *//* ==========================================================
   New Bridge – Our Approach Section
   (Transparent background, white text, round images, larger type)
   ========================================================== */

.nb-approach {
  --nb-accent: #ffffff;
  --nb-slate: #f5f5f5;
  --nb-text: #ffffff;
  --nb-rule: rgba(255,255,255,0.3);
  --nb-radius: 16px;
  --nb-gap: 32px;

  background: transparent;
  padding: 64px 20px;
  color: var(--nb-text);
  font-family: "Montserrat", "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Container */
.nb-approach .nb-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header / Title */
.nb-approach .nb-section-head {
  margin-bottom: 32px;
  border-bottom: 1px solid var(--nb-rule);
  padding-bottom: 14px;
  text-align: left;
}

.nb-approach .nb-h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.3rem);
  line-height: 1.25;
  font-weight: 700;
  color: var(--nb-text);
}

/* Subheadings */
.nb-approach .nb-h3 {
  margin: 0 0 10px 0;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  line-height: 1.3;
  font-weight: 700;
  color: var(--nb-accent);
}

/* Paragraphs */
.nb-approach p {
  margin: 0 0 14px 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--nb-slate);
}

/* Each Approach Item */
.nb-approach .approach-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: var(--nb-gap);
  align-items: center;
  background: transparent;
  border: 1px solid var(--nb-rule);
  border-radius: var(--nb-radius);
  padding: 24px;
  margin-top: 20px;
}

/* Images – Round and Centered */
.nb-approach .approach-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nb-approach .approach-media img {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.4);
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

/* Content */
.nb-approach .approach-content {
  display: block;
}

.nb-approach .approach-content p:last-child {
  margin-bottom: 0;
}

/* =====================
   Responsive Adjustments
   ===================== */
@media (max-width: 900px) {
  .nb-approach .approach-item {
    grid-template-columns: 140px 1fr;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach p {
    font-size: 1rem;
  }
}

@media (max-width: 600px) {
  .nb-approach {
    padding: 48px 16px;
  }

  .nb-approach .approach-item {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
  }

  .nb-approach .approach-media {
    order: -1;
    justify-content: center;
    margin-bottom: 12px;
  }

  .nb-approach .approach-media img {
    width: 120px;
    height: 120px;
  }

  .nb-approach .nb-h3 {
    font-size: 1.25rem;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-ce92333 *//* =========================================================
   Still Unsure Section (WHITE BOX ONLY)
   ========================================================= */

.nb-still-unsure{
  background: transparent;   /* no background */
  padding: 0;                /* no extra colored area */
  margin: 40px auto;         /* spacing from other sections/footer */
  max-width: 1200px;
  box-sizing: border-box;
}

.nb-still-unsure-inner{
  background: #ffffff;
  border-radius: 16px;
  padding: 36px 40px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  box-sizing: border-box;
}

/* Title */
.nb-still-unsure .nb-su-title{
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  font-size: 42px;
  line-height: 1.15;
  margin: 0 0 14px 0;
  color: #1f2937;
  font-weight: 800;
}

/* Body text */
.nb-still-unsure .nb-su-text{
  font-family: "Montserrat", "Segoe UI", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.85;
  color: #1f2937;
  margin: 0 0 14px 0;
}

/* Button */
.nb-still-unsure .nb-su-button{
  display: inline-block;
  margin-top: 10px;
  padding: 14px 22px;
  background: #2575B6;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.nb-still-unsure .nb-su-button:hover{
  background: #1e5f93;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(37,117,182,0.35);
}

/* Prevent sneaky bottom gaps */
.nb-still-unsure-inner > *:last-child{
  margin-bottom: 0 !important;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px){
  .nb-still-unsure{
    margin: 32px auto;
    max-width: 95%;
  }

  .nb-still-unsure-inner{
    padding: 28px 26px;
  }

  .nb-still-unsure .nb-su-title{
    font-size: 36px;
  }

  .nb-still-unsure .nb-su-text{
    font-size: 19px;
    line-height: 1.8;
  }
}

@media (max-width: 600px){
  .nb-still-unsure{
    margin: 24px auto;
    max-width: 94%;
  }

  .nb-still-unsure-inner{
    padding: 22px 18px;
    border-radius: 12px;
  }

  .nb-still-unsure .nb-su-title{
    font-size: 30px;
    line-height: 1.2;
  }

  .nb-still-unsure .nb-su-text{
    font-size: 18px;
    line-height: 1.75;
  }

  .nb-still-unsure .nb-su-button{
    width: 100%;
    text-align: center;
    font-size: 17px;
    padding: 14px 18px;
  }
}
/* Center the Begin Your Journey button */
.nb-still-unsure .nb-su-button{
  display: block;        /* makes centering reliable */
  width: fit-content;    /* button hugs text */
  margin: 16px auto 0;   /* auto left/right centers it */
  text-align: center;
}/* End custom CSS */