:root{
    --c1:#2E4EA6;
    --c2:#1E76BF;
    --c3:#1E9FE0;
    --c4:#E8A733;
    --c5:#F2911E;
    --c6:#F0652A;
    --dark:#222222;
  }
  *{box-sizing:border-box;}

  /* ===== Vision & Mission ===== */
  .vision-mission{
    padding:20px 40px;
  }
  .vm-grid{
    display:grid;
    grid-template-columns:1fr 1.15fr;
    gap:56px;
  }
  .vm-block{
    position:relative;
  }
  .vm-grid .vm-block:first-child::after{
    content:"";
    position:absolute;
    top: 3px;
    bottom:3px;
    right:-28px;
    width:1px;
    background:rgba(255,255,255,0.12);
  }
  .vm-head{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:10px;
  }
  .vm-icon{
    flex-shrink:0;
    width:54px;
    height:54px;
    border:1.5px solid rgba(255,255,255,0.35);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#fff;
  }
  .vm-title{
    margin:0;
    font-size:18px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#fff;
    position:relative;
    padding-bottom:12px;
  }
  .vm-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:34px;
    height:3px;
    border-radius:3px;
    background:var(--yellow);
  }
  .vm-lead{
    margin:0 0 12px;
    font-size:19px;
    font-weight:700;
    color:#fff;
  }
  .vm-text{
    margin:0;
    font-size:15px;
    line-height:1.6;
    color:rgba(255,255,255,0.78);
  }
  .vm-list{
    margin:0;
    padding:0;
    list-style:none;
  }
  .vm-list li{
    position:relative;
    padding-left:22px;
    margin-bottom:5px;
    font-size:15px;
    line-height:1.35;
    color:rgba(255,255,255,0.82);
  }
  .vm-list li:last-child{
    margin-bottom:0;
  }
  .vm-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:var(--yellow);
  }

  @media (max-width:768px){
    .vision-mission{ padding:30px 24px; }
    .vm-grid{
      grid-template-columns:1fr;
      gap:36px;
    }
    .vm-grid .vm-block:first-child::after{ display:none; }
  }

  /* ===== Our Journey intro ===== */
  .journey{
    text-align: center;
    }
  .journey-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:16px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#1640a8;
  }
  .journey-eyebrow::before{
    content:"";
    width:32px;
    height:3px;
    border-radius:3px;
    background:linear-gradient(90deg,#1640a8,#ffc107);
  }
  .journey-title{
    font-size:40px;
    line-height:1.15;
    font-weight:800;
    color:#081d3a;
    letter-spacing:-0.5px;
    margin:18px 0 20px;
  }
  .journey-title span{
    color:#1640a8;
  }
  .journey-text{
    position:relative;
    font-size:16px;
    line-height:1.75;
    color:#5c667a;
    padding-left:20px;
    border-left:3px solid #ffc107;
    margin:0 0 30px;
  }
  .journey-btn{
    text-decoration:none;
  }

  @media (max-width:768px){
    .journey-title{ font-size:30px; }
    .journey-text{ font-size:15px; }
  }

  .slide{
    position:relative;
    width:760px;
    height:auto;
    background:transparent;
    padding:24px 26px;
  }
  .title{
    font-size:24px;
    color:#1a1a1a;
    margin:0 0 4px 0;
    font-weight:600;
    margin: 0 0 28px;
  }
  .subtitle{
    font-size:10px;
    color:#666;
    margin:0 0 40px 0;
  }
 
  .row{
    display:flex;
    justify-content:space-between;
    gap:8px;
  }
 
  .col{
    position:relative;
    width:16.2%;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
 
  /* dashed ring + icon circle */
  .ring{
    position:relative;
    width:70px;
    height:70px;
    border:1.5px dashed #9a9a9a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:4px;
  }
  .circle{
    width:54px;
    height:54px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:inset 0 -4px 9px rgba(0,0,0,0.18);
  }
  .circle svg{ width:25px; height:25px; }
 
  /* connector dashed line from ring down to chevron */
  .connector{
    width:1px;
    height:16px;
    border-left:1.5px dashed #9a9a9a;
    margin-bottom:0;
  }
 
  /* chevron / arrow banner */
  .chevron{
    width:100%;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:14px;
    font-weight:600;
    letter-spacing:0.3px;
    clip-path:polygon(0% 0%, 82% 0%, 100% 50%, 82% 100%, 0% 100%, 14% 50%);
    margin-left:-8px;
    padding-left:8px;
  }
  .col:first-child .chevron{ margin-left:0; padding-left:0; clip-path:polygon(0% 0%, 82% 0%, 100% 50%, 82% 100%, 0% 100%);}
 
  .label{
    margin-top:13px;
    font-size:9px;
    font-weight:600;
    text-align:center;
    color:#333;
  }
 
  .col1 .circle{background:var(--c1);}
  .col2 .circle{background:var(--c2);}
  .col3 .circle{background:var(--c3);}
  .col4 .circle{background:var(--c4);}
  .col5 .circle{background:var(--c5);}
  .col6 .circle{background:var(--c6);}
 
  .col1 .chevron{background:var(--c1);}
  .col2 .chevron{background:var(--c2);}
  .col3 .chevron{background:var(--c3);}
  .col4 .chevron{background:var(--c4);}
  .col5 .chevron{background:var(--c5);}
  .col6 .chevron{background:var(--c6);}
 
  .col1 .label{color:var(--c1);}
  .col2 .label{color:var(--c2);}
  .col3 .label{color:#555;}
  .col4 .label{color:var(--c4);}
  .col5 .label{color:var(--c5);}
  .col6 .label{color:#1a1a1a;}