:root {
     --bc-navy: #172e81;
     --bc-navy-mid: #0e1d53;
     --bc-gold: #ebbf14;
     --bc-gold-light: #ebbf14cc;
     --bc-cream: #e9ecef;
     --bc-white: #FFFFFF;

     --bc-gray-100: #e9ecef;
     --bc-gray-200: #ced4d9;
     --bc-gray-500: #8f999f;
     --bc-gray-700: #5f6368;
     --bc-gray-dark: #2f2f2f;

     --bc-text: #2f2f2f;
     --bc-alert: #B03A2E;
     --bc-blue-dark: #070f2c;
     --font-display: 'HelveticaNeueLTStd-Bd', Helvetica, Arial, sans-serif;
     --font-body: 'HelveticaNeueLTStd-Roman', Helvetica, Arial, sans-serif;
     --font-headers: 'Helvetica Neue LT Std', Helvetica, Arial, sans-serif;

      --radius: 6px;
      --radius-lg: 14px;
      --shadow-sm: 0 2px 8px rgba(10,31,68,0.08);
      --shadow-md: 0 6px 24px rgba(10,31,68,0.13);
      --shadow-lg: 0 16px 48px rgba(10,31,68,0.18);
      --transition: 0.25s ease;
}

 html {
     font-size: 16px;
}
 body {
     font-size: 1rem;
     line-height: 1.65;
     color: var(--bc-text);
}

 a {
     color: var(--bc-navy);
     text-decoration: underline;
     text-underline-offset: 3px;
     transition: color var(--transition);
}
 a:hover {
     color: var(--bc-gold);
}
 a:focus-visible {
     outline: 3px solid var(--bc-gold);
     outline-offset: 3px;
     border-radius: 2px;
}
 .breadcrumb{
     background: var(--bc-cream);
}

.beCamp{
    font-size: 16px !important;
}

.beCamp .captionTitleBe3 {
    font-size: 12em;
}

.beCamp .captionTxt3 {
    font-size: 3em;
}



.intl-banner-container{
z-index: 1;
}

.captionWrapperTitle {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 600px;
    height: auto;
    padding: 2%;
    background: #ffffffdb;
}
 .captionContentTitle {
     font-family: 'Helvetica Neue LT Std';
     font-weight: 900;
     color: var(--bc-navy);
     line-height: 1;
     font-size: 3rem;
}

    /* ===== DESIGN SYSTEM ===== */
   

   

    /* ===== TOP BAR ===== */
    .top-bar {
      background: var(--bc-navy);
      color: rgba(255,255,255,0.75);
      font-size: 0.8rem;
      padding: 0.4rem 0;
    }
    .top-bar-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
    }
    .top-bar a {
      color: rgba(255,255,255,0.8);
      text-decoration: none;
      transition: color var(--transition);
    }
    .top-bar a:hover, .top-bar a:focus { color: var(--bc-gold-light); }
    .top-bar-actions { display: flex; gap: 1rem; align-items: center; }

    /* ===== HEADER ===== */
/*    header {
      background: var(--bc-white);
     
      position: sticky;
      top: 0;
      z-index: 100;
      box-shadow: var(--shadow-sm);
    }
    .header-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0.85rem 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem;
    }
    .logo-link { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; flex-shrink: 0; }
    .logo-mark {
      width: 42px; height: 42px;
      background: var(--bc-navy);
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
    }
    .logo-mark span { color: var(--bc-gold); font-family: var(--font-headers); font-weight: 900; font-size: 1.25rem; }
    .logo-text { font-family: var(--font-headers); font-weight: 700; font-size: 1.1rem; color: var(--bc-navy); line-height: 1.2; }
    .logo-text small { display: block; font-size: 0.65rem; font-family: 'DM Sans', sans-serif; font-weight: 400; color: var(--bc-gray-500); letter-spacing: 0.08em; text-transform: uppercase; }
*/
    .btn {
      display: inline-flex; align-items: center; justify-content: center;
      padding: 0.55rem 1.25rem;
      border-radius: var(--radius);
      font-family: 'DM Sans', sans-serif;
      font-weight: 600;
      font-size: 0.875rem;
      text-decoration: none;
      cursor: pointer;
      border: 2px solid transparent;
      transition: all var(--transition);
      letter-spacing: 0.01em;
      white-space: nowrap;
    }
    .btn:focus-visible { outline: 3px solid var(--bc-gold); 
      outline-offset: 2px; }
    .btn-primary {
      background: var(--bc-gold);
      color: var(--bc-navy);
      border-color: var(--bc-gold);
    }
    .btn-primary:hover { background: var(--bc-gray-dark); 
      border-color: var(--bc-gold-light); 
      transform: translateY(-1px); 
      box-shadow: var(--shadow-sm); 
    }
    .btn-outline {
      background: var(--bc-gray-200);
      color: var(--bc-navy);
  
    }
    .btn-outline:hover { background: var(--bc-navy); color: var(--bc-white); transform: translateY(-1px); }
    .btn-ghost {
      background: transparent; color: var(--bc-navy);
      border-color: transparent;
      padding-left: 0.5rem; padding-right: 0.5rem;
    }
    .btn-ghost:hover { color: var(--bc-gold); }

   
    .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
    .btn-hero-primary {
      background: var(--bc-gold);
      color: var(--bc-navy);
      border-color: var(--bc-gold);
      font-size: 1rem;
      padding: 0.75rem 1.75rem;
      white-space: normal;
    }
    .btn-hero-primary:hover { background: var(--bc-gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(200,147,58,0.4); }
    .btn-hero-outline {
      background: transparent;
      color: var(--bc-white);
      border-color: rgba(255,255,255,0.5);
      font-size: 1rem;
      padding: 0.75rem 1.75rem;
    }
    .btn-hero-outline:hover { border-color: var(--bc-white); background: rgba(255,255,255,0.1); }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
      margin-top: 2.5rem;
      padding-top: 2rem;
      border-top: 1px solid rgba(255,255,255,0.15);
    }
    .stat { text-align: center; }
    .stat-num {
      display: block;
      font-family: var(--font-headers);
      font-size: 2.25rem;
      font-weight: 900;
      color: var(--bc-gold);
      line-height: 1;
    }
    .stat-label { 
        font-size: 0.78rem; 
        color: white; 
        margin-top: 0.25rem; 
        text-transform: uppercase; 
        line-height: 1;
        letter-spacing: 0.06em; 
    }

    .stat-label br{ 
    padding: 0;
    margin: 0;
    height: 5px;
    }





    /* ===== SECTION BASE ===== */
    section[id], article[id] {
      scroll-margin-top: calc(var(--page-nav-offset, 72px) + 10px);
    }
    .section { padding: 3% 5% 5% 5%; }
    .section-inner { max-width: 1200px; margin: 0 auto; }
    .section-label {
      font-size: 0.75rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--bc-gold);
      margin-bottom: 0.6rem;
      display: block;
    }
    .section-title {
      font-family: var(--font-headers);
      font-size: clamp(1.6rem, 3vw, 2.4rem);
      font-weight: 700;
      color: var(--bc-navy);
      line-height: 1.2;
      margin-bottom: 1rem;
    }
    .section-lead { font-size: 1.05rem; color: var(--bc-gray-dark);  margin-bottom: 2.5rem; }

    .accented-section{
        background: var(--bc-gray-200);
    }


    .hero-badge-inverted {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--bc-gray-100);
    color: var(--bc-navy);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.25rem;
}

.intro-sec-sep{
    margin-bottom: 3%;
}




.intro-text {
    font-size: 1.1rem;
    color: var(--bc-gray-dark);
}


    /* ===== carserv tiles ===== */

    .carserv-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
    }
    .carserv-card {
      background: var(--bc-white);
      border-radius: var(--radius-lg);
      padding: 1.75rem;
      border: 1px solid var(--bc-gray-200);
      box-shadow: var(--shadow-sm);
      transition: all var(--transition);
      position: relative;
      overflow: hidden;
      text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .carserv-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 4px; height: 100%;
      background: var(--bc-gold);
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform var(--transition);
    }
    .carserv-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
    .carserv-card:hover::before { transform: scaleY(1); }
    .carserv-card h3 { font-family: var(--font-headers); font-size: 1.5rem; font-weight: 700; color: var(--bc-navy); margin-bottom: 0.5rem; }
    .carserv-card p { font-size: 0.92rem;  line-height: 1.6; }


   

 

 @media (max-width: 992px) {



.splide__pagination {
    bottom: -2.5em;
}

 }

 .splide__pagination {
    background: transparent;
    position: relative

}

.splide__pagination__page {
    background: #172e81;
    height: 12px;
    margin: 3px;
    width: 12px;
}

 .splide__pagination__page.is-active {
    background: #ebbf14;
    transform: scale(1.4);
    z-index: 1;
}

.splide__pagination li {
    margin: 0 1%;
}


   
    /* ===== FOOTER ===== */
    footer {
      background: #060e1f;
      color: rgba(255,255,255,0.65);
      padding: 2.5rem 1.5rem;
      font-size: 0.83rem;
    }
    .footer-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      justify-content: space-between;
      align-items: center;
    }
    .footer-inner a { color: rgba(255,255,255,0.6); text-decoration: none; }
    .footer-inner a:hover { color: var(--bc-gold-light); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
      .hero-grid { grid-template-columns: 1fr; }
      .hero-visual { display: none; }
      .programs-layout { grid-template-columns: 1fr; }
      .req-grid { grid-template-columns: 1fr; }
      .contact-layout { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .section { padding: 3rem 1rem; }
      .hero { padding: 3.5rem 1rem 2.5rem; }
      .hero-stats { grid-template-columns: 1fr 1fr 1fr; }
      .stat-num { font-size: 1.75rem; }
      .programs-list { grid-template-columns: 1fr; }
      .carserv-grid { grid-template-columns: 1fr; }
    }

    /* ===== ADA FOCUS RING GLOBAL ===== */
    a:focus-visible, button:focus-visible {
      outline: 3px solid var(--bc-gold);
      outline-offset: 2px;
      border-radius: 3px;
    }


    


    

     @media (max-width: 670px) {

/*      .captionContentTitle {
          font-size: 2.25rem;
      }

      .banner-picture-container {
        max-height: 60vh;
      }

      .bannerImg3 {
        background-position-x: 80%;
      }*/

    }

    .splide__arrow {
      background: var(--bc-gold);

    }
  


 
/*
    h1 {
        font-size: 2.5rem;
        color: var(--bc-navy); 
        margin-bottom: 20px;
        font-weight: 700;
    }

    .intro-text {
        font-size: 1.1rem;
        margin-bottom: 40px;
        color: var(--bc-gray-dark);
    }*/





    /* Timeline Container */
    .timeline {
        position: relative;
        padding-left: 65px;
    }

    /* Vertical Gradient Line */
    .timeline::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background: linear-gradient(to bottom, var(--bc-navy), var(--bc-gold));
       
    }

    .timeline-item {
        position: relative;
        margin-bottom: 35px;
    }

    /* The Circle Icon */
    .timeline-item::before {
        content: '';
        position: absolute;
        left: -35px;
        top: 8px;
        width: 16px;
        height: 16px;
        background-color: white;
        border: 3px solid var(--bc-gold);
        border-radius: 50%;
        z-index: 1;
    }

    .timeline-item:hover::before {
        background: var(--bc-gold);
    } 

    .timeline-header {
        font-weight: bold;
        font-size: 1.15rem;
        margin-bottom: 5px;
        display: block;
    }

    .timeline-content {
        margin: 0;
        color: var(--bc-gray-dark);
    }

/* Highlighted Footer Section */
    .footer-contact {
        margin-top: 40px;
        padding: 25px;
        background-color: var(--bc-gray-100);
        border-left: 5px solid var(--bc-gold);
        border-radius: 4px;
        font-size: 1.05rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }

    .footer-contact strong {
        color: var(--bc-navy);
    }

    .footer-contact a {
        color: var(--bc-navy);
        text-decoration: none;
        font-weight: bold;
    }

    .footer-contact a:hover {
        text-decoration: underline;
    }
    
 /*   .captionTitleBe3 {
        font-size: 14rem;
    }*/

    /*  SPLIDE OPTIOONAL*/
/*    .banner-picture-container .splide,
    .banner-picture-container .splide__track,
    .banner-picture-container .splide__list,
    .banner-picture-container .splide__slide {
      height: 100%;
    }
    .banner-picture-container .splide__slide {
      min-height: 100%;
    }
    .banner-picture-container .splide__slide > .bannerImg3 {
      min-height: 100%;
      height: 100%;
    }*/

