/*banner-stripe-animation*/
.hero-banner {
      position: relative;
      color: white;
      text-align: center;
      padding: 12rem 0 9rem;
      overflow: hidden;
    }

    .hero-banner::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: linear-gradient(313deg, rgb(41 160 212 / 80%) 45%, rgb(243 244 246 / 30%) 70%, #f5851f 100%),
      url('..//images/about-banner.webp') no-repeat center/cover;
      background-size: cover;
      /* Animation only on this layer */
      animation: bgZoom 8s ease-in-out infinite alternate;
      will-change: transform;
      transition: background-size 0.4s;
    }

    .hero-banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgb(1 21 90 / 35%); /* overlay for readability */
      z-index: 0;
    }

    .banner-content {
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
      opacity: 0;
      animation: fadeIn 3s ease forwards;
    }

    /* Zooming background effect */
    @keyframes bgZoom {
      0% {
        transform: scale(1);
      }
      50% {
        transform: scale(1.05);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(40px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeText {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 768px) {
      .banner-content .hero-title {
        font-size: 2rem;
      }
      .banner-content .hero-subtitle {
        font-size: 1rem;
      }
      .banner {
        padding: 90px 15px;
      }
    }
.hero-subtitle {
    font-size: 1rem;
    color: #FFF;
    animation: fadeText 1.5s ease-in-out forwards;
    animation-delay: 0.8s;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
    letter-spacing: 0px;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
}
.hero-title {
    font-size: 5rem;
    font-weight: bold;
    word-spacing: 1rem;
    animation: fadeText 1.5s ease-in-out forwards;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    line-height: 1.1;
    margin-bottom: 2rem;
}
/*hero-banner*/

/*who-we-are*/
.align-items-stretch {
  /* makes all columns in this row stretch to equal height */
  display: flex;
  flex-wrap: wrap;
}
.equal-height-box{
  height: 100%;
}
.about-section {
    /*padding: 6rem 0;*/
    background-image: url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: relative;
}
.about-section::before{
  position: absolute;
  content: '';
  top: 0;
  right: 20rem;
  background: url(..//images/hook.webp);
  width: 125px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
}
/*.about-section::after{
    position: absolute;
    content: '';
    bottom: -1rem;
    left: 10rem;
    background: url(..//images/jcb.png);
    width: 275px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
}*/
.about-img-clip {
  position: relative;
  width: 100%;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0% 30%);
}
.about-img-clip img {
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  filter: grayscale(1);
}
.about-mission-title {
  color: #F5851F;
  font-size: 1.5rem;
  font-family: "Clash Display", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  /*.about-section h2 {
    font-size: 1.55rem;
  }
  .about-img-clip img {
    height: 185px;
  }*/
  .about-badge {
    font-size: 1.12rem;
  }
  .about-col-right {
    align-items: center;
  }
  .about-mission-card,
  .about-main-btn {
    max-width: 340px;
  }
}
/*@media (max-width: 767.98px) {
  .about-main-btn {
    padding: 0.75rem 1.3rem;
  }
  .about-col-right,
  .about-col-left {
    align-items: center;
  }
  .about-mission-card {
    max-width: 95%;
    padding: 1.3rem;
  }
}*/
/*who-we-are*/

/*vision-mission*/
.vimiv {
    background-image: url(..//images/scale-pattern-dw.png), url(..//images/scale-pattern-uw.png);
    background-repeat: no-repeat;
    background-position: top, bottom;
    background-size: contain;
}
.process-main{
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}
.process-main:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    /*background: #F2F4F5;*/
    background: #29A0D4;
    top: 3rem;
    z-index: -1;
}
.process-main:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #29A0D4;
    bottom: 0rem;
    z-index: -1;
}
/*.process-main:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #29A0D4;
    top: 4rem;
    z-index: -1;
}
.process-main:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #29A0D4;
    bottom: -1rem;
    z-index: -1;
}*/
/*.step-main{
  position: relative;
  z-index: 1;
}
.step-2:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 1.5px;
    background: #29A0D4;
    transform: rotate(90deg);
    bottom: 40%;
    right: 71%;
    z-index: -1;
}
.step-2:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 1.5px;
    background: #29A0D4;
    transform: rotate(90deg);
    bottom: 40%;
    left: 55%;
    z-index: -1;
}*/
.step-main{
  position: relative;
  z-index: 1;
  /*new*/
  padding: 1rem 2rem;
  transition-duration: .3s;
}
.step-main:hover{
  transform: scale(1.01);
  transition-duration: .3s;
}
.step-2:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 2px;
    background: #29A0D4;
    transform: rotate(90deg);
    bottom: 45%;
    right: 67%;
    z-index: -1;
}
.step-2:after {
    position: absolute;
    content: '';
    width: 75%;
    height: 2px;
    background: #29A0D4;
    transform: rotate(90deg);
    bottom: 45%;
    left: 59%;
    z-index: -1;
}
.step-name .s1 {
    display: inline-block;
    padding: .25rem 1rem;
    background: #FFF;
    border-radius: 2rem;
    color: #29A0D4;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 2px solid #F2F4F5;
    position: relative;
    transition-duration: .3s;
}
.step-name .s2 {
    display: inline-block;
    padding: .25rem 1rem;
    background: #FFF;
    border-radius: 2rem;
    color: #29A0D4;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 2px solid #F2F4F5;
    position: relative;
    transition-duration: .3s;
}
.step-name .s3 {
    display: inline-block;
    padding: .25rem 1rem;
    background: #FFF;
    border-radius: 2rem;
    color: #29A0D4;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    border: 2px solid #F2F4F5;
    position: relative;
    transition-duration: .3s;
}
.step-name .s2:before {
    position: absolute;
    left: -4.5rem;
    top: -10%;
    color: #29A0D4;
    font-size: 1.25rem;
    content: "\f2e5";
    font-family: 'remixicon', sans-serif;
    line-height: 1;
    background: #FFF;
    padding: .4rem .3rem;
    border-radius: 100%;
    border: 2px solid #F2F4F5;
    transition-duration: .3s;
}
.step-name .s3:before {
    position: absolute;
    left: -5rem;
    top: -10%;
    color: #29A0D4;
    font-size: 1.25rem;
    content: "\f2e5";
    font-family: 'remixicon', sans-serif;
    line-height: 1;
    background: #FFF;
    padding: .4rem .3rem;
    border-radius: 100%;
    border: 2px solid #F2F4F5;
    transition-duration: .3s;
}
.step-1:hover .step-name .s1{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .3s;
}
.step-2:hover .step-name .s2{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .3s;
}
.step-3:hover .step-name .s3{
  background: #29A0D4;
  color: #FFF;
  transition-duration: .3s;
}
.step-2:hover .step-name .s2:before{
  background: #F5851F;
  color: #FFF;
  transition-duration: .3s;
}
.step-3:hover .step-name .s3:before{
  background: #F5851F;
  color: #FFF;
  transition-duration: .3s;
}
/*vision-mission*/

/*team*/
.team {
    background-image: url(..//images/scale-pattern-uw.png), url(..//images/scale-pattern-dw.png);
    background-repeat: no-repeat;
    background-position: bottom, top;
    background-size: contain;
    position: relative;
}
.team-card {
        border-radius: 1rem;
        background: #fff;
        box-shadow: 0 2px 16px rgba(50, 60, 90, .075);
        /*transition: box-shadow 0.3s;*/
        overflow: hidden;
        /*margin-bottom: 1.5rem;*/
        display: flex;
        align-items: stretch;
        transition-duration: .3s;
      }

      .team-card:hover {
        box-shadow: 0 8px 32px rgba(50, 60, 90, .11);
        transform: scale(1.02);
        transition-duration: .3s;
      }

.team-image {
    object-fit: cover;
    padding: 1rem;
    width: 14rem;
}
      .team-content {
        padding: 1.5rem 1.5rem 1.5rem 1rem;
        flex: 1 1 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }

.mem-role {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    word-spacing: 0;
}
      .team-bio {
        color: #53586A;
        font-size: 1rem;
        margin-bottom: 0;
      }

      @media (max-width: 767px) {
        .team-card {
          flex-direction: column;
          align-items: center;
          text-align: center;
        }

        .mem-role{
          text-align: center;
        }

        .team-image {
          width: 12rem;
          height: 100%;
          min-width: 0;
          border-radius: 0;
        }

        .team-content {
          padding: 1rem 1rem 1.5rem 1rem;
        }
      }
/*team*/

/*responsive*/
@media(min-width: 1200px){
  .process-main{
    margin-top: 4rem;
  }
}
@media (max-width: 1199px) {
  .hero-banner{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-title{
    margin-bottom: 0rem;
    padding: 0 2rem;
  }
  @keyframes backgroundZoom {
    0%,
    100% {
      background-size: 320%;
    }
    50% {
      background-size: 370%;
    }
  }
  .about-section, .team{
    background-size: inherit;
  }
  .process-main:before, .process-main:after{
    display: none;
  }
  .step-2:before, .step-2:after{
    display: none;
  }
  .step-main{
    padding: 0rem;
  }
  .step-name .s2:before, .step-name .s2:after{
    display: none;
  }
}
@media(min-width: 992px){
  .about-section::before{
    right: 2rem;
  }
}
@media (max-width: 991px){
.about-section::before {
        left: 3rem;
        width: 5rem;
        height: 8rem;
    }
  .mb-pad{
    padding-right: 15px !important;
  }
  .sec-main{
    padding: 3rem 0 !important;
  }
}
@media (max-width: 767px) {
  .about-section::before{
    left: 1.25rem;
    width: 2rem;
    height: 4rem;
  }
}
/*responsive*/