#main-content {
    line-height: 1.55;
}
p {
    letter-spacing: normal;
    line-height: 1.55;
}
#stats {
    background-color: #28ADFF;
    padding: 0;
}
.stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 160px;
}
.stats .stat .counter {
    font-weight: 600;
    font-size: 30px;
    color: #ffffff;
}
.stats .stat .counter-range {
    display: flex;
}
.stats .stat .label {
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
}
.results-achieved .stats {
    gap: 16px;
    flex-wrap: wrap;
}
.results-achieved .stats .stat {
    flex: 0 0 calc((100% - 32px) / 3);
    border: 1px solid rgba(209, 201, 201, 0.5);
    border-bottom: 6px solid #34B0FE;
    border-radius: 6px;
    padding: 35px;
}
.results-achieved .stats .stat .counter, .results-achieved .stats .stat .label {
    white-space: normal;
    line-height: 170%;
    color: var(--k2-charcoal);
}
.results-achieved-list {
    padding-top: 50px !important;
    padding-bottom: 0;
}
#testimonials {
    padding: 0;
}
#testimonials p {
    margin-bottom: 0;
}
#testimonials .mySwiper {
    padding-top: 50px;
    text-align: center;
}

/* New CSS */
:root{
  --k2-navy:#0A2E4E;
  --k2-blue:#00A6CE;
  --k2-charcoal:#1F2D3D;
  --k2-slate:#637381;
  --k2-cloud:#F4F6F8;
  --k2-sky:#E8F7FB;
  --k2-border:#D9E1E7;
  --k2-white:#FFFFFF;
  --k2-gold:#F0B44D;
  --k2-shadow:0 12px 34px rgba(10,46,78,.09);
}

.k2-home,
.k2-home *{
  box-sizing:border-box;
}

.k2-home{
  font-family:'Lato',Arial,sans-serif;
  color:var(--k2-charcoal);
  line-height:1.55;
}

.k2-container{
  width:min(1200px,calc(100% - 40px));
  margin:0 auto;
}

.k2-section{
  padding:80px 0;
}

.k2-section.cloud{
  background:var(--k2-cloud);
}

.k2-section.sky{
  background:var(--k2-sky);
}

.k2-kicker{
  display:flex;
  align-items:center;
  gap:9px;
  color:var(--k2-blue);
  font-size:14px;
  font-weight:bold;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin:0 0 12px;
}

.k2-kicker::before{
  content:'';
  display:inline-block;
  width:18px;
  height:3px;
  border-radius:2px;
  background:var(--k2-gold);
  flex:0 0 auto;
}

.k2-center .k2-kicker{
  justify-content:center;
}

.k2-h1,
.k2-h2,
.k2-h3{
  color:var(--k2-navy);
  margin:0;
}

.k2-h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.06;
  max-width:850px;
  font-weight: bold;
}

.k2-h2{
  font-size:clamp(30px,3.6vw,44px);
  line-height:1.14;
}

.k2-h3{
  font-size:22px;
  line-height:1.3;
}

.k2-lead p{
  font-size:clamp(18px,2vw,22px);
  color:#33485A;
  max-width:760px;
  margin:22px 0 0;
}

.k2-intro p{
  max-width:760px;
  margin:18px 0 0;
  color:var(--k2-slate);
  font-size:17px;
}

.k2-btns{
  margin-top:30px;
  padding: 0 !important;
}

.k2-btns .column{
    display: flex;
    gap: 14px;
    flex-direction: row;
    width: auto;
}

.k2-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  border-radius:6px;
  text-decoration:none;
  font-weight:bold;
  transition:.2s ease;
}

.k2-btn.primary{
  color:var(--k2-white);
  background:var(--k2-blue);
}

.k2-btn.secondary{
  color:var(--k2-navy);
  background:var(--k2-white);
  border:1px solid var(--k2-border);
}
.k2-btn.secondary:hover{
    color: var(--k2-navy) !important;
}
.k2-btn:hover{
  transform:translateY(-2px);
}

.k2-hero{
  position:relative;
  min-height:610px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 48%,rgba(255,255,255,.18) 100%),
    url('/assets/images/content/k2-homepage-hero.webp') center right/cover no-repeat;
}

.k2-hero-copy{
  padding:85px 0;
}

.k2-hero-note p{
  margin-top:22px;
  color:var(--k2-slate);
  font-size:15px;
}

.k2-center{
  text-align:center;
}

.k2-center .k2-intro{
  margin-left:auto;
  margin-right:auto;
  display: inline-block;
}

.k2-capacity{
  padding:80px 0;
}

.k2-capacity .k2-capacity-title{
  margin:0 0 10px;
  color:var(--k2-navy);
  font-size:32px;
  line-height:1.2;
  font-weight:700;
  text-align:center;
}

.k2-capacity p{
  margin:0;
  color:#425466;
  font-size:17px;
  line-height:1.5;
  text-align:center;
}

.k2-capacity .image-text-blocks{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  width:100%;
  max-width:1100px;
  margin:24px auto 0;
}

.k2-capacity .image-text-block{
  min-height:250px;
  padding:34px 30px;
  border:1px solid var(--k2-border);
  border-radius:12px;
  box-sizing:border-box;
  width: 100%;
  margin: 0;
}

.k2-capacity .image-text-block .image{
  display: none !important;
}

.k2-capacity .image-text-block:first-child{
  background:var(--k2-white);
}

.k2-capacity .image-text-block:nth-child(2){
  background:var(--k2-sky);
}

.k2-capacity .image-text-block:nth-child(3){
  background:var(--k2-navy);
  border-color:var(--k2-navy);
}

.k2-capacity .image-text-block h4{
  margin:0 0 14px;
  color:var(--k2-navy);
  font-size:22px;
  line-height:1.3;
  font-weight:700;
}

.k2-capacity .image-text-block:nth-child(3) h4{
  color:var(--k2-white);
}

.k2-capacity .image-text-block p{
  margin:0 0 20px;
  color:var(--k2-charcoal);
  font-size:16px;
  line-height:1.55;
  text-align: left;
}

.k2-capacity .image-text-block:nth-child(3) p{
  color:var(--k2-sky);
}

.k2-capacity .image-text-block a{
  color:var(--k2-blue);
  text-decoration:none;
  font-weight:bold;
  font-size:15px;
}

.k2-capacity .image-text-block:nth-child(3) a{
  color:var(--k2-white);
}

.k2-awards{
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:34px;
  align-items:center;
}

.k2-awards .w66, .k2-awards .w33 {
    width: 100%;
}

.k2-awards .w33{
  padding:30px !important;
  background:var(--k2-white);
  border:1px solid var(--k2-border);
  border-radius:8px;
  box-shadow:var(--k2-shadow);
  text-align:center;
}

.k2-award-year{
  display:block;
  font-size:14px;
  color:var(--k2-blue);
  font-weight:bold;
  letter-spacing:.08em;
  margin: 0;
}

.k2-award-title{
  display:block;
  color:var(--k2-navy);
  font-size:27px;
  font-weight:bold;
  line-height:1.2;
  margin: 8px 0 0;
}

.k2-award-note p{
  color:var(--k2-slate);
  font-size:14px;
  margin-top:10px;
}

.k2-results{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:42px;
}

.k2-result{
  background:var(--k2-white);
  border:1px solid var(--k2-border);
  border-radius:8px;
  padding:26px;
}

.k2-result strong{
  display:block;
  color:var(--k2-blue);
  font-size:38px;
  line-height:1;
}

.k2-result span{
  display:block;
  color:var(--k2-navy);
  font-weight:700;
  margin-top:12px;
}

.k2-video-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:46px;
  align-items:center;
}

.k2-video-grid .k2-btn{
    margin-top: 20px;
}

.k2-video-grid .w60, .k2-video-grid .w40 {
    width: 100%;
}

.k2-video-grid .video-block{
  position:relative;
  aspect-ratio:16/9;
  background:var(--k2-navy);
  border-radius:8px;
  overflow:hidden;
  box-shadow:var(--k2-shadow);
}

.k2-video iframe,
.k2-video video,
.video{
  width:100%;
  height:100%;
  max-width: 100%;
  border:0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k2-video-grid .video .play{
  position:relative;
  width:74px;
  height:74px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.8);
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  margin: 0;
  top: auto;
  left: auto;
}
.k2-video-grid .video .play i {
    font-size:26px;
    margin:0;
    top: 0;
}

.k2-quote{
  color:var(--k2-navy);
  font-size:25px;
  line-height:1.42;
  font-weight:700;
  margin:22px 0;
}

.k2-quote-by{
  color:var(--k2-slate);
  font-size:15px;
}

.k2-testimonials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:42px;
}

.k2-testimonial{
  background:var(--k2-white);
  border:1px solid var(--k2-border);
  border-radius:8px;
  padding:28px;
}

.k2-logo-placeholder{
  height:42px;
  display:flex;
  align-items:center;
  color:var(--k2-slate);
  font-weight:bold;
  font-size:14px;
  margin-bottom:20px;
}

.k2-testimonial blockquote{
  margin:0;
  color:var(--k2-navy);
  font-size:18px;
  line-height:1.5;
  font-weight:700;
}

.k2-testimonial cite{
  display:block;
  color:var(--k2-slate);
  font-style:normal;
  margin-top:20px;
  font-size:14px;
}

.k2-industries{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
  margin-top:42px;
}

.k2-industries a{
  background:var(--k2-white);
  border:1px solid var(--k2-border);
  border-radius:8px;
  padding:26px 16px;
  text-align:center;
}

.k2-industry-icon{
  width:46px;
  height:46px;
  margin:0 auto 16px;
  border-radius:50%;
  background:var(--k2-sky);
  color:var(--k2-blue);
  display:flex;
  align-items:center;
  justify-content:center;
}

.k2-industry-icon svg{
  width:22px;
  height:22px;
}

.k2-industry h3{
  font-size:15px;
  color:var(--k2-navy);
  margin:0 0 6px;
  font-weight:bold;
}

.k2-industry p{
  color:var(--k2-slate);
  font-size:13px;
  line-height:1.45;
  margin:0;
}

.k2-capabilities{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  text-align: left;
  padding: 0 !important;
  margin-bottom: 20px;
}

.k2-capabilities:first-child{
    margin-top: 42px;
}

.k2-capabilities:last-child{
    margin-bottom: 0;
}

.k2-capabilities .w33{
  width: 100%;
  border-top:3px solid var(--k2-blue);
  padding:22px 0 0;
}

.k2-capabilities .w33 h3{
  font-size:22px;
  line-height:1.3;
}

.k2-capabilities .w33 p{
  color:var(--k2-slate);
  margin:10px 0 0;
}

.k2-final{
  background:var(--k2-navy);
  color:var(--k2-white);
  text-align:center;
}

.k2-final .k2-h2{
  color:var(--k2-white);
}

.k2-final .k2-intro p{
  color:#D9EDF3;
}

.k2-final .k2-btns{
  justify-content:center;
}

.k2-final .column:last-child {
  margin-left: auto;
}

@media (min-width: 768px) and (max-width:1024px){
  .k2-capacity .image-text-blocks{
    grid-template-columns:1fr;
  }
  .k2-capacity .image-text-block{
    min-height:auto;
    width: 100% !important;
  }
  .k2-capacity .k2-capacity-title{
    font-size:27px;
  }
  .k2-capacity .k2-capacity-title, .k2-capacity p {
      text-align: left;
  }
  .k2-awards .column, .k2-video-grid .column {
    width: 100% !important;
  }
  .k2-results{
    grid-template-columns:1fr 1fr;
  }
  .k2-industries{
    grid-template-columns:repeat(3,1fr);
  }
  .k2-awards,
  .k2-video-grid{
    grid-template-columns:1fr;
  }
  #stats .stats {
    flex-direction: column;
  }
  #stats .stat {
    margin-bottom: 30px;
  }
  #stats .stat:last-child {
    margin-bottom: 0;
  }
  .results-achieved .stats .stat {
      padding: 20px;
  }
  .k2-capabilities{
    grid-template-columns:1fr;
  }
}

/* New CSS */

@media (max-width: 767px) {
    .stats {
        flex-direction: column;
    }
    #stats .block:first-child {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .stat {
        margin-bottom: 30px;
    }
    .stat:last-child {
        margin-bottom: 0;
    }
    .k2-section{
        padding:56px 0;
      }
      .k2-hero{
        min-height:auto;
        background:
          linear-gradient(rgba(255,255,255,.95),rgba(255,255,255,.95)),
          url('/assets/images/content/k2-homepage-hero.webp') center/cover no-repeat;
      }
      .k2-results,
      .k2-testimonials,
      .k2-capabilities{
        grid-template-columns:1fr;
      }
      .k2-industries{
        grid-template-columns:1fr 1fr;
      }
      .k2-proofgrid{
        gap:0;
      }
      .k2-btns .column {
        flex-direction: column;
        padding: 0 !important;
        width: 100%;
      }
      .k2-btns .column .k2-btn {
          margin: 0;
      }
      .k2-btn {
          width: 100%;
      }
      .k2-capacity .image-text-blocks, .k2-awards, .k2-video-grid{
        grid-template-columns:1fr;
      }
}