.about-us-banner-main {
    background: #544BED;
    position: relative;
}
.about-us-banner-main:after {
    position: absolute;
    background-image: url(/assets/images/about_us/bnnr_ptrn.webp);
    top: 0;
    right: 0;
    width: 600px;
    content: "";
    z-index: 1111;
    height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-us-banner-tittle {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.about-us-banner-txt {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about-us-banner-sub-txt {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.about-us-banner-img img {
    width: 500px;
    text-align: end;
}

.who_we_are{
  position: relative;
  overflow: hidden;
}
.who_we_are::after{
  position: absolute;
  content: "";
  background-image: url(/assets/images/about_us/who_we_are_pttern.webp);
  top: 50px;
  right: -80px;
  width: 250px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.value-do-offr-ul span {
    margin-right: 10px;
}

.our-achievement{
    background-color: #E6FAFF;
}
.our-achivmnt-box{
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.our-achivmnt-tittle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.know-our-story-img {
    display: flex;
    width: 100%;
    overflow: auto;
}
.know-our-story-img img{
    max-width: 3000px;
    padding-bottom: 60px;
}


.value-do-offr-ul li{
    display: flex;
    font-size: 18px;
    font-weight: 500;
}
.about-features-ul ul li  {
    display: flex;
    font-size: 18px;
    font-weight: 500;
}
.about-features-ul li span{
  margin-right: 8px;
}





.trst-tg-carousel .item img {
  width: inherit;
}

.trst-tg-carousel .item {
  width: 140px;

  cursor: pointer;

  filter: grayscale(1);

  transition: 0.6s;
}

.trst-tg-carousel .item:hover {
  filter: grayscale(0);
}

@keyframes slides {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.trst-tg-box-carousel {
  overflow: hidden;

  padding: 30px 0px;

  white-space: nowrap;

  position: relative;
}

.trst-tg-box-carousel:before,
.trst-tg-box-carousel:after {
  position: absolute;

  top: 0;

  content: "";

  width: 250px;

  height: 100%;

  z-index: 2;
}

/* .trst-tg-box-carousel:before {

    left: 0;

    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));

  }

  

  .trst-tg-box-carousel:after {

    right: 0;

    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));

  } */

.tsrt-tg-box-items {
  display: inline-block;
  animation: 20s slides infinite linear;
}

.trst-tg-box-carousel:hover .tsrt-tg-box-items {
  animation-play-state: paused;
}

.tsrt-tg-box-items img {
  height: 100px;
  margin: 0 40px;
}





/* 
.our-cust-rev-box {
    background: #F9FAFB;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}
.our-rating-cr .owl-item {
    margin: 20px;
}
.our-cust-rev-tittle {
    font-size: 18px;
    font-weight: 600;
    color: #080808;
}
.our-cust-rev-cnt {
    font-size: 14px;
    font-weight: 400;
    color: #080808;
    margin: 10px 0;
}
.our-cust-rev-user {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
}
.our-cust-rev-pro img {
    width: 50px !important;
    height: auto;
    margin-right: 20px;
} */





@media only screen and (max-width: 992px) {
    .who_we_are::after{
      display: none;
    }
    .about-us-banner-main:after{
      background-position: bottom;
    }
    .about-us-banner-cnt, .who_we_are_img, .about-features-img, .value-do-we-offr_img  {
      margin-bottom: 30px;
    }
    .tsrt-box{
      margin: 10px 0;
    }
}


@media only screen and (max-width: 767px) {
  .our-achivmnt-box{
    height: auto;
    margin: 10px 0;
  }
}










        .journey-header {
            text-align: center;
            padding: 48px 0 18px 0;
        }
        .journey-header h1 {
            font-size: 48px;
            font-weight: 700;
            margin: 0;
            letter-spacing: -1px;
        }
        .journey-header p {
            font-size: 26px;
            color: #444;
            margin: 14px 0 0 0;
            font-weight: 400;
        }
        .journey-main {
            display: flex;
            align-items: flex-start;
            margin: 0 auto;
            max-width: 100vw;
            padding: 0 0 48px 0;
        }
        .journey-years {
            width: 120px;
            min-width: 120px;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0 0 0 30px;
            margin-top: 30px;
        }
        .years-list {
            list-style: none;
            padding: 0;
            margin: 0;
            max-height: 390px;
            overflow-y: hidden;
        }
        .year-item {
            display: flex;
            align-items: center;
            font-size: 20px;
            color: #888;
            margin: 8px 0;
            cursor: pointer;
            transition: color 0.2s, font-weight 0.2s;
            position: relative;
            border-radius: 6px;
            padding: 8px;
        }
        .year-item.active {
            color: #3838ff;
            font-weight: 600;
            background: #f1f1ff;
        }
        .year-dot {
            width: 10px;
            height: 10px;
            display: none;
            border-radius: 50%;
            background: #e0e0e0;
            margin-right: 12px;
            transition: background 0.2s;
        }
        .year-item.active .year-dot {
            background: #ff2d55;
        }
        .year-arrow {
            font-size: 18px;
            color: #bbb;
            margin: 10px 0;
            cursor: pointer;
            user-select: none;
            transition: color 0.2s;
        }
        .year-arrow.disabled {
            color: #eee;
            pointer-events: none;
        }
        .journey-content {
            flex: 1;
            padding-left: 40px;
            min-width: 0;
        }
        .slider-row {
            display: flex;
            overflow-x: auto;
            gap: 20px;
            scroll-behavior: smooth;
            padding-bottom: 10px;
            scrollbar-width: thin;
        }
        .year-slider-block {
            display: inline-flex;
            flex-direction: column;
            /* padding: 32px 32px 32px 32px; */
            margin-bottom: 8px;
        }
        .year-title {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 10px;
            margin-left: 8px;
        }
        .milestones-row {
            display: flex;
            gap: 24px;
            width: max-content;
            flex-wrap: nowrap;
            box-sizing: border-box;
            height: 480px;
        }
        .milestone-card {
            min-width: 390px;
            max-width: 390px;
            padding: 32px 22px 28px 22px;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            transition: box-shadow 0.2s, transform 0.2s;
            position: relative;
            border-radius: 10px;
        }
        .milestone-icon {
            margin-bottom: 18px;
        }
        .milestone-title {
            font-size: 16px;
            font-weight: 500;
            margin: 10px 0;
            color: #080808;
            display: block;
        }
        .milestone-desc {
            font-size: 14px;
            font-weight: 400;
            display: block;
            color: rgb(8, 8, 8);
        }







        
.our-story-24 .year-title, .our-story-20 .year-title, .our-story-16 .year-title, .our-story-12 .year-title{
  color: #795EF4;
}
.our-story-24 .milestone-card, .our-story-20 .milestone-card, .our-story-16 .milestone-card, .our-story-12 .milestone-card {
    background: #F8F6FF;
    border: 1px solid #E6E1F7;
}
.our-story-24 .milestone-year, .our-story-20 .milestone-year, .our-story-16 .milestone-year, .our-story-12 .milestone-year{
  color: #3838ff;
}


.our-story-23 .year-title, .our-story-19 .year-title, .our-story-15 .year-title{
  color: #DFA900;
}
.our-story-23 .milestone-card, .our-story-19 .milestone-card, .our-story-15 .milestone-card {
    background: #FFFAEC;
    border: 1px solid #F2E9D0;
}
.our-story-23 .milestone-year, .our-story-19 .milestone-year, .our-story-15 .milestone-year{
  color: #DFA900;
}


.our-story-22 .year-title, .our-story-18 .year-title, .our-story-14 .year-title{
  color: #31A831;
}
.our-story-22 .milestone-card, .our-story-18 .milestone-card, .our-story-14 .milestone-card {
    background: #F6FDF4;
    border: 1px solid #D4F0D4;
}
.our-story-22 .milestone-year, .our-story-18 .milestone-year, .our-story-14 .milestone-year{
  color: #31A831;
}


.our-story-21 .year-title, .our-story-17 .year-title, .our-story-13 .year-title{
  color: #1a741a;
}
.our-story-21 .milestone-card, .our-story-17 .milestone-card, .our-story-13 .milestone-card {
    background: #ffefef;
    border: 1px solid #c0d7c0;
}
.our-story-21 .milestone-year, .our-story-17 .milestone-year, .our-story-13 .milestone-year{
  color: #1a741a;
}


.our-story-box-img {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.milestone-year {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}
.our-story-year-prev, .our-story-year-next {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    transition: opacity 0.3s ease;
    color: #666;




        @media (max-width: 900px) {
            .journey-main {
                flex-direction: column;
            }
            .journey-years {
                flex-direction: row;
                width: 100vw;
                min-width: 0;
                padding: 0 0 0 0;
                margin: 0 0 20px 0;
                justify-content: center;
            }
            .years-list {
                display: flex;
                flex-direction: row;
                max-height: none;
                overflow-x: auto;
                width: 100vw;
            }
            .year-item {
                margin: 0 16px 0 0;
            }
            .journey-content {
                padding-left: 0;
            }
            .slider-row {
                gap: 18px;
                flex-direction: column;
            }
            .year-slider-block {
                min-width: unset !important;
                max-width: unset !important;
                flex: unset !important;
                padding: 8px 4vw 8px 4vw;
                margin-bottom: 0;
            }
            .milestone-card {
                min-width: 80vw;
                max-width: 90vw;
                padding: 18px 6vw 18px 6vw;
            }
            .year-title {
                font-size: 24px;
            }
            .milestones-row{
              flex-direction: column;
              height: auto;
              width: auto;
            }
            
        }


        @media only screen and (max-width: 768px) {
          .our-story-year-prev, .our-story-year-next{
            display: none;
          }
        }



