body {
  font-family: "Inter", sans-serif;
}

:hover {
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.innerBanner {
  width: 100%;
  height: auto;
  position: relative;
}

.innerBanner img {
  width: 100%;
  height: auto;
}

.InnerBannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.bannerBox {
  width: 100%;
  height: auto;
  position: relative;
  background: #1E4683;
  padding: 45px 40px;
  max-width: 700px;
}

.bnTop {
  position: absolute;
  left: 20px;
  top: -18px;
  background: #E1171F;
  padding: 7px 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.bannerBox h1 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin: 6px 0 20px 0;
}

.bannerBox p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin: 0;
}

.vissionSection {
  width: 100%;
  height: auto;
  padding: 70px 0;
}

.flx {
  display: flex;
}

.vissionSecLeft {
  width: 100%;
  max-width: 600px;
  position: relative;
}

.vissionSecLeft .owl-nav {
  width: 110px;
  position: absolute;
  bottom: 0;
  right: 44px;
  display: flex;
  justify-content: space-between;
}

.vissionSecLeft .owl-nav .owl-prev,
.vissionSecLeft .owl-nav .owl-next {
  width: 53px;
  height: 65px;
  background: #E1171F !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.vissionSecLeft .owl-nav span {
  font-size: 30px;
  color: #fff;
}

.vissionSecLeft .owl-nav .owl-prev:hover,
.vissionSecLeft .owl-nav .owl-next:hover {
  background: #1E4683 !important;
}

.vissionSecright {
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.vissionSecright h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #E1171F;
  margin: 0 0 10px 0;
}

.vissionSecright p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #525252;
  margin: 0 0 20px 0;
}

.vissionSecright h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #1E4683;
  margin: 0 0 10px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}

.vissionSecright h5 a {
  color: #1E4683;
  text-decoration: none;
}

.vissionSecright h5 a:hover {
  color: #E1171F;
}

.trustSection {
  width: 100%;
  height: auto;
  background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
  padding: 70px 0 0;
}

.trustHeading {
  width: 100%;
  display: flex;
  height: auto;
  margin: 0 0 50px 0;
}

.trustInner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  position: relative;
}

.leadingFull {
  width: 25%;
  height: auto;
  position: relative;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}

.leadingFull img {
  width: 100%;
  height: auto;
}

.leadingFull:before {
  content: "";
  background: linear-gradient(179.68deg, rgba(26, 42, 56, 0.1) 69.44%, #1A2A38 99.12%);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.leadingText {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 20px 50px 20px;
  z-index: 99;
  width: 100%;
}

.leadingText h4 {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin: 0 0 5px 0;
}

.leadingText h5 {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 10px 0;
}

.leadingText p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.leadingText p {
  display: none;
}

.leadingFull:hover .leadingText p {
  display: block;
  margin: 0 0 15px 0;
}

.leadingFull:hover:before {
  content: "";
  background: linear-gradient(180deg, rgba(26, 42, 56, 0.4) 0%, #1A2A38 74.6%);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.leadingFull:hover:after {
  content: "";
  border: 1px solid #FFEEEE;
  width: 90%;
  height: 92%;
  z-index: 9;
  position: absolute;
  bottom: 20px;
  left: 20px;
}






.trustHeading {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.leftHeading {
  width: 40%;
  padding: 0 150px 0 0;
}

.leftHeading h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
}

.rightHeading {
  width: 60%;
  padding: 20px 0 0 0;
}

.rightHeading p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  margin: 0 0 16px 0;
}



.map-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background: #F4F8FF;
  padding: 70px 0;
}

.world-map {
  width: 100%;
  display: block;
}

.map-pin {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
}

.map-pin img {
  width: 100%;
}

/* Shared styles for all panels */
.location-panel {
  position: fixed;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  padding: 0px;
  z-index: 99999;
}

/* RIGHT PANEL */
.panel-right {
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
}

.panel-right.active {
  right: 0;
}

.panel-right img {
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.panel-right h3 {
  padding: 0 20px;
  font-size: 24px;
  color: #1E4683;
  font-weight: 600;
  line-height: 120%;
}

.panel-right ul {
  padding: 0 20px;
}

.panel-right ul li {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  list-style: none;
  margin: 0 0 20px 0;
  background: url(../images/who/bult.webp) no-repeat;
  padding: 0 0 0 30px;
  background-position: 0px 3px;
}

.close-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  background: #fff;
}

.mp-1 {
  top: 29%;
  left: 11%;
}

.mp-2 {
  top: 41%;
  left: 58%;
}

.mp-3 {
  top: 41%;
  left: 68%;
}

.mp-4 {
  top: 76%;
  left: 84%;
}

.mapHeading {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  max-width: 1000px;
}

.mapHeading h2 {
  color: #1E4683;
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  margin: 0 0 20px 0;
}

.mapHeading p {
  color: #525252;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.mapInner {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px auto 0;
  max-width: 75%;
}

.mapInner p {
  color: #525252;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.exploreBtn {
  width: 100%;
  height: auto;
  margin: 40px 0 20px;
}

.exploreBtn a {
  background: #E31E24;
  padding: 15px 50px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.exploreBtn a:hover {
  background: #243b6b;
}

.relative {
  position: relative;
}

.certification.whoCertification {
  background: #fff !important;
}

.block {
  display: block;
}

.whoCertification p {
  text-align: center;
  color: #525252;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin: 10px 0 20px;
}



.sticky-wrapper {
  position: relative;
  height: 200vh; /* required so animation works inside section */
  background-size: cover; padding-top: 60px;
  /* background-position: center center; */
  background-attachment: fixed !important; 
  background: url(../images/who/perfromancesecbg.png) no-repeat center center;
}

.sticky-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}


        
/* .sticky-wrapper {
  position: relative;
  height: 500vh; 
    padding: 50px 0;

}
.sticky-wrapper:before 
{
    content: "";
    width: 500px;
    height: 400px;
    position: absolute;
    left: 0;
    background: url(../images/who/p-left.webp) no-repeat;
    background-size: 100%;
    top: 400px;
}
.sticky-wrapper:after 
{
    content: "";
    width: 500px;
    height: 400px;
    position: absolute;
    right: 0;
    background: url(../images/who/p-right.webp) no-repeat;
    background-size: 100%;
    top: 400px;
} */


.sticky-wrapper {
  position: relative;
  height: 200vh;
  /* required so animation works inside section */
  background-size: cover;
  padding-top: 60px;
  /* background-position: center center; */
  background-attachment: fixed !important;
  background: url(../images/who/perfromancesecbg.webp) no-repeat center center;
}

.sticky-bg {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.circle-container {
  position: sticky;
  top: 150px;
  /* distance from top while sticky */
  width: 90vw;
  max-width: 700px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  /* ✅ KEEP sticky */
  z-index: 1;
  /* ensure it's above other content */
}

.sticky-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}

.sticky-wrapper .circle-bg {
  fill: none;
  stroke: #ddd;
  stroke-width: 1;
}

.sticky-wrapper .circle-progress {
  fill: none;
  stroke: #1E4683;
  stroke-width: 2;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
}

.sticky-wrapper .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ccc;
  border-radius: 50%;
  transition: background 0.3s, transform 0.3s;
}

.sticky-wrapper .dot.active {
  background: #1E4683;
  transform: scale(1.3);
}

.content {
  text-align: center;
  width: 80%;
  position: absolute;
}

.content h2 {
  margin: 0px 0 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  color: #E1171F;
}

.content p {
  color: #141414;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin: 20px 0 0px;
}

.content img.content-img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  border-radius: 10px;
  display: block;
}

.white-bg {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
}

.journeySection {
  width: 100%;
  height: auto;
  padding: 50px 70px 0;
  background: #F4F8FF;

}

.timeline {
  display: flex;
  gap: 4%;
  align-items: flex-start;
  padding: 4%;
  min-height: 100vh;
  flex-wrap: wrap;
  background: #fff;
}

/* LEFT (sticky) */
.timeline-left {
  flex: 0 0 34%;
  display: flex;
  justify-content: center;
  position: sticky;
  /* must not have ancestor overflow:hidden/auto */
  top: 200px;
  align-self: flex-start;
}

.timeline .circle-progress {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  /* keep square */
  position: relative;
}

/* make SVG fully responsive */
.timeline .circle-progress svg {
  display: block;
  width: 220%;
  height: 148%;
  margin: -30px 0px 0 -275px;
}

.timeline circle.bg {
  fill: none;
  stroke: #ccc;
  /* background visible gray */
  stroke-width: 2;
  transform: rotate(-90deg);
  transform-origin: top;
  /* start from top */
}

.timeline circle.progress {
  fill: none;
  stroke: #E1171F;
  /* active color */
  stroke-width: 2;
  stroke-linecap: round;
  transform: rotate(-90deg);
  /* start from top */
  transform-origin: top;
  transition: stroke-dashoffset 0.12s linear;
  /* stroke-dasharray and dashoffset WILL be set in JS from r */
}


/* RIGHT (content) */
.timeline-right {
  flex: 1;
  min-width: 260px;
  padding: 0 0 0 100px;
}

.step {
  min-height: 110vh;
  /* long sections to produce scrollable area */
  padding: 70px 3rem;
}

.step .inner {
  max-width: 620px;
}

.step h2 {
  margin: 0 0 .5rem;
  font-size: 1.6rem;
}

.step p {
  margin: 0;
  color: #141414;
  line-height: 1.5;
  font-size: 24px;
  margin: 10px 0 0 0
}

.year-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 68%;
  text-align: center;
  font-weight: bold;
}

.year {
  opacity: 0.1;
  transition: opacity 0.3s ease, font-size 0.3s ease;
  font-size: 12rem;
  text-align: right;
  line-height: 0px;
}

.current-year {
  font-size: 15rem;
  opacity: 1;
  color: #E1171F;
  text-align: left;
}

.mobBanner {
  display: none;
}

.trustInnerMobile {
  display: none;
}

.beyond {
  font-size: 6rem;
}

.current-year .beyond {
  font-size: 50px;
  width: 222px;

}

.year-container.last-step-active .current-year {
  display: flex;
  font-size: 11rem;
}

.bg-white {
  background: #fff;
}

.certification.bg-white p {
  color: #525252;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

/*  
  @media (max-width:800px){
    .timeline{padding:3%;}
    .timeline-left{position:static; order:0; width:100%; margin-bottom:1.5rem; top:auto;}
    .timeline-right{order:1;}
    .step{min-height:80vh;padding:2rem;}
  }
*/

@media only screen and (max-width: 1600px) {

  .journeySection {
    padding: 50px 20px 0;
  }

  .step p {
    font-size: 20px;
  }

  .current-year {
    font-size: 12rem;
  }

  .year-container.last-step-active .current-year {
    font-size: 6rem;
  }

  .timeline {
    padding: 2%;
  }

  .timeline .circle-progress svg {
    width: 152%;
    height: 120%;
  }

  .vissionSection {
    min-height: auto;
  }

  .leftHeading h2 {
    font-size: 32px;
  }

  .leftHeading {
    padding: 0 20px 0 0;
  }

  .sticky-wrapper::before {
    width: 20%;
    top: 452px;
  }

  .sticky-wrapper::after {
    width: 20%;
    top: 452px;
  }

  .timeline .circle-progress svg {
    margin: 0 0px 0 0;
  }

  .innerBanner img {
    height: 600px;
    object-fit: cover;
  }

}

@media only screen and (max-width: 1400px) {

  .innerBanner {
    height: 550px;
  }

  .innerBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .current-year {
    font-size: 9rem;
  }

  .year {
    font-size: 7rem;
  }

  /* .timeline .circle-progress svg {
    width: 133%;
    height: 110%;
  }*/
  .year-container {
    height: 45%;
  }

  .beyond {
    font-size: 2rem;
  }

  .year-container.last-step-active .current-year {
    font-size: 5rem;
  }

}

@media only screen and (max-width: 1200px) {

  .current-year {
    font-size: 7rem;
  }

  .year {
    font-size: 5rem;
  }

  .step p {
    font-size: 18px;
  }

  .step {
    min-height: 90vh;
    padding: 40px 3rem;
  }

  .vissionSecLeft {
    max-width: 50%;
  }

  .leadingFull {
    width: 100%;
  }

  .year-container.last-step-active .current-year {
    font-size: 4rem;
  }

  .beyond {
    font-size: 2.5rem;
  }

  .current-year .beyond {
    font-size: 36px;
    width: 162px;
  }

  .timeline .circle-progress svg {
    margin: 0 0px 0 -100px;
  }

}

@media only screen and (max-width: 1024px) {

  .bannerBox h1 {
    font-size: 26px;
  }

  .bannerBox {
    padding: 45px 20px 25px;
  }

}

@media only screen and (max-width: 991px) {

  .vissionSecLeft {
    max-width: 49%;
  }

  .vissionSection {
    min-height: auto;
    padding: 70px 0;
  }

  .trustInner {
    display: none;
  }

  .trustInnerMobile {
    display: block;
  }

  .leadingFull {
    width: 100%;
    height: 450px;
  }

  .leadingFull:hover::after {
    border: 0px solid;
  }

  .leadingText {
    padding: 10px 15px 12px;
  }

  .innerBanner img {
    width: 130%;
    object-fit: cover;
    margin: 0 0 0 -27%;
  }

  .bannerBox h1 {
    margin: 0 0 5px;
  }


}

@media only screen and (max-width: 820px) {

  .current-year {
    font-size: 5rem;
  }

  .year {
    font-size: 3rem !important;
  }

  .step {
    min-height: 90vh;
    padding: 0 0;
  }

  .rightHeading {
    padding: 0px 0 0 0;
  }

  .leftHeading h2 {
    font-size: 26px;
  }

  .rightHeading p {
    font-size: 16px;
  }

  .current-year .beyond {
    font-size: 21px;
    width: 121px;
  }

  .beyond {
    font-size: 21px;
    width: 121px;
  }

  .timeline .circle-progress svg {
    margin: 0 0px 0 -68px;
  }
}

@media only screen and (max-width: 767px) {

  .content h2 {
    font-size: 20px;
    padding: 0 10px;
    margin: 0px 0 5px;
  }

  .content p {
    font-size: 15px;
    margin: 0px 0 0px;
  }

  .mapHeading h2 {
    font-size: 24px;
  }

  .mapHeading p {
    font-size: 16px;
  }

  .mapInner {
    margin: 40px auto 0;
    max-width: 100%;
  }

  .exploreBtn a {
    padding: 15px 20px;
  }

  .vissionSection {
    padding: 40px 0;
  }

  .trustSection {
    padding: 30px 0 0 0;
  }

  .leftHeading {
    padding: 0 0px 0px 0;
    width: 100%;
  }

  .rightHeading {
    width: 100%;
  }

  .leftHeading h2 {
    font-size: 24px;
  }

  .rightHeading p {
    font-size: 16px;
  }

  .journeySection {
    padding: 50px 0px 0;
  }

  .timeline-right {
    padding: 0 0 0 0px;
  }

  .step p {
    font-size: 14px;
  }

  .step {
    text-align: center;
    padding: 20px 0;
    min-height: 200px;
  }

  .leadingFull {
    width: 100%;
  }

  .timeline {
    display: block;
  }

  .timeline .circle-progress {
    max-width: 100%;
  }

  .timeline .circle-progress svg {
    width: 100%;
    height: 100%;
    display: none;
  }

  .year {
    font-size: 40px;
    text-align: center;
  }

  .current-year {
    font-size: 60px !important;
  }

  .timeline-left {
    background: #fff;
    top: 0;
  }

  .year-container {
    display: flex;
    flex-direction: inherit;
    height: auto;
    width: 100%;
    position: sticky;
    transform: translate(0%, 0px);
    background: #fff;
    height: 70px;
  }

  .timeline circle.progress {
    transform-origin: center;
  }

  .vissionSecright h4 {
    font-size: 18px;
  }

  .vissionSecright p {
    font-size: 14px;
  }

  .vissionSecright h5 {
    font-size: 18px;
  }

  .innerBanner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 0 0 0;
  }

  .current-year .beyond {
    font-size: 21px;
    width: 121px;
  }

  .beyond {
    font-size: 21px;
    width: 121px;
  }

  .leadingFull:hover::after {
    border: 0px solid #FFEEEE;
  }

  .leadingFull img {
    height: 100%;
    object-fit: cover;
  }

  .trustHeading {
    margin: 0 0 10px 0;
  }

  .decBanner {
    display: none;
  }

  .mobBanner {
    display: block;
  }

  .innerBanner {
    height: 600px;
    margin-top: 86px;
    overflow: hidden;
  }

  .certification.bg-white p {
    font-size: 16px;
    padding: 10px 10px 5px;
  }

  .certification.bg-white {
    padding: 10px 0;
  }

  .certification.bg-white p .block {
    display: initial;
  }
}

@media only screen and (max-width: 570px) {
  .content img.content-img {
    max-width: 52px;
    margin: 10px auto 0;
  }

  .innerBanner {
    height: auto;
    margin-top: 85px;
  }

  .innerBanner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }

  .bannerBox h1 {
    font-size: 20px;
  }

  .bannerBox p {
    font-size: 16px;
  }

  .vissionSecLeft {
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  .flx {
    display: flex;
    flex-wrap: wrap;
  }

  .content {
    width: 83%;
  }

  .panel-right {
    width: 90%;
    max-height: 900px;
    overflow-y: auto;
  }

  .certification.whoCertification {
    padding: 0 10px;
  }

  .whoCertification p {
    font-size: 16px;
  }

  .panel-right h3 {
    font-size: 20px;
  }

  .panel-right ul li {
    font-size: 15px;
  }

  .content p {
    font-size: 12px;
  }

  .content h2 {
    font-size: 18px;
  }

  .mapInner p {
    font-size: 16px;
  }

  .map-container {
    padding: 40px 0;
    margin: 0 0 30px 0;
  }

  .leadingText h4 {
    font-size: 18px;
  }

  .leadingText h5 {
    font-size: 16px;
  }

  .leadingText p {
    font-size: 14px;
  }

  .leadingText {
    padding: 10px 10px 15px;
  }

  .sticky-wrapper {
    padding: 50px 0 0;
  }

  .mp-1 {
    top: 23%;
    left: 12%;
  }

  .mp-2 {
    left: 52%;
  }

  .mp-3 {
    top: 30%;
  }

  .mp-4 {
    top: 70%;
    left: 86%;
  }


}