/* About Us Hero Section Styles */
.about-hero-section {
  position: relative;
  width: 100%;
 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-hero-section picture,
.about-hero-section img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.about-hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  /* background: rgba(16, 24, 40, 0.36); */
  text-align: center;
}
.about-hero-title {
  font-size: 65px;
  font-weight: 600;
  margin-bottom: 16px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.18);
}
.about-hero-desc {
  font-size: 20px;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

@media (min-width: 1699px) {
    .about-hero-title{font-size: 80px;}
}

@media (max-width: 1280px) {
    .about-hero-title{font-size: 45px;}
}
@media (max-width: 991px) {
    .about-hero-title{font-size: 36px;}
}
@media screen and (max-width: 767px) {
    .about-hero-title br{display: none;}
    .about-hero-title{font-size: 30px;}
    .about-hero-content{padding: 0 20px;}
}

/* About Us Info Section Styles */
.about-info-section {
  background: #fff;
  padding: 48px 0 32px 0;
  position: relative;
}

.about-info-section .commonHeadingBlock{align-items: flex-start;gap: 25px;}
.about-info-section .commonHeadingBlock .common-heading-row{flex: 1;}
.about-info-section .commonHeadingBlock p{font-weight: 400;font-size: 16px;line-height: 28px;color: #576272;padding-right: 10%;}
.about-us-wrap{flex: 5;margin-right: 10%;}
.about-us-wrap .counter-grid{grid-template-columns: repeat(4, 1fr);padding: 0;margin-top: 60px;}
@media screen and (min-width: 1699px) {
    .about-info-section .commonHeadingBlock p{font-size: 18px;}
}

@media screen and (max-width: 1499px) {
  .about-us-wrap .counter-grid{gap: 20px;}
}
@media screen and (max-width: 1024px) {
  .about-info-section .commonHeadingBlock p{
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .about-us-wrap  .counter-grid{grid-template-columns: repeat(2, 1fr);}
}

/* Mission Section Styles */
.mission-section {
  background: #fff;
  padding: 60px 0;
  position: relative;
}
.mission-flex {
  display: flex;
  align-items: center;
  gap: 120px;
  flex-wrap: wrap;
}
.mission-image {
  flex: 2;
  display: flex;
  justify-content: center;
}
.mission-image img {
  
  width: 100%;
  border-radius: 0;
  object-fit: cover;
}
.mission-content {
  flex: 3;
  margin-right: 7%;
 
}
.mission-title {
  font-size: 20px;
  color: #576272;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.4;
 
}
.mission-divider {
  margin: 35px 0 30px 0;
  display: block;
}
.mission-divider svg{width: 100%;}
.mission-content p {
  color: #576272;
  font-size: 16px;
  line-height: 1.7;
 
}
@media screen and (min-width:1699px){
  .mission-title{font-size: 24px;}
  .mission-content p{font-size: 18px;}
  .mission-content{margin-right: 13%;}
  .about-us-wrap{margin-right: 10%;}
}
@media screen and (max-width:1399px){
  .counter-number{font-size: 28px;}
  .counter-number::after{font-size: 28px;}
}


.ai-driven-animation.desktop-only {
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  height: 100%;
 
  z-index: 1;
  pointer-events: none;
}
.mission-section .container.mission-flex {
  position: relative;
}
.ai-driven-animation img {
  width: 100%;
  height: auto;
 
  display: block;
}

@media screen and (max-width:1024px) {
  .about-us-wrap{margin-right: 0;position: relative;z-index: 9;}
  .about-info-section .commonHeadingBlock{gap: 10px;}
  
}

@media (max-width: 991px) {
  .ai-driven-animation.desktop-only {
    display: none;
  }
  .mission-content{
    flex: 4;
    margin-right: 0;
  }
  .mission-image{flex: 3;}
  .mission-section .container.mission-flex{gap: 50px;}
}
@media screen and (max-width:767px){
  .counter-number, .counter-number::after{font-size: 24px;}
  .mission-section .container.mission-flex{flex-direction: column-reverse;}
  
}

/* Power System Section Styles */
.power-system-section {
  background: #fff;
  position: relative;
}

/* Trifecta Diagram Styles */
.trifecta-diagram-wrap {
  position: relative;
 
  margin: 0 auto 40px auto;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.trifecta-center-img {
  position: relative;
  z-index: 2;
  width: 340px;
  max-width: 90vw;
  margin: 0 auto;
}
.trifecta-center-img picture,
.trifecta-center-img img {
  width: 100%;
  height: auto;
  display: block;
}
.trifecta-block {
  position: absolute;
  color: #101828;
  background: transparent;
  z-index: 3;
}
.trifecta-block h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
  color: #141A22;
}
.trifecta-block .trifecta-sub {
  font-size: 16px;
  color: #141A22;
  font-weight: 400;
  margin-bottom: 8px;
}
.trifecta-block p {
  font-size: 16px;
  color: #576272;
  line-height: 1.4;
}
.trifecta-left {
  left: 135px;
  top: 57%;
  transform: translateY(-50%);
  width: 320px;
  text-align: right;
}
.trifecta-top {
  left: 79%;
  top: -11px;
  transform: translateX(-50%);
  text-align: left;
  width: 367px;
}
.trifecta-right {
  right: 77px;
  top: 83%;
  transform: translateY(-50%);
  width: 374px;
  text-align: left;
}

.power-system-section .ai-solutions-animation{
 z-index: auto;
 top: -35px;
}

@media screen and (min-width: 1699px) {
  .trifecta-diagram-wrap{max-width: 1350px;}
}

@media screen and (max-width: 1499px) {
  .trifecta-left {
    left: 141px;
    top: 60%;
    transform: translateY(-50%);
    width: 269px;
    text-align: right;
}
.trifecta-top{width: 338px;}
.trifecta-right{width: 336px;}
}

@media screen and (max-width: 1366px) {
  .trifecta-center-img{width: 306px;}
}

@media screen and (max-width: 1024px) {
  .trifecta-right{right: 0;}
  .trifecta-left{left: 43px;}
  .trifecta-top{left: 83%;}
}
@media screen and (max-width: 991px) {
  .trifecta-block{position: static;transform: none;text-align: left;width: 100%;border-bottom: 1px solid #E8E8E9;padding-bottom: 20px;}
  .trifecta-diagram-wrap{flex-direction: column-reverse;gap: 28px;align-items: flex-start;}
}
@media (max-width: 767px) {
  .trifecta-diagram-wrap {
    
    margin-bottom: 0px;
  }
  .mission-divider{margin: 20px 0 16px 0;}
  .trifecta-center-img {
    width: 100%;
    margin: 0 auto 16px auto;
  }
}

/* Investors Section Styles */
.investors-section {
  background: #fff;
  padding: 60px 0 40px 0;
}
.investors-section .commonHeadingBlock {
  margin-bottom: 32px;
}
.investors-logos-slider {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 24px;
}
.investors-logos-slider .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0 8px;
}
.investors-logos-row {
  display: flex;
  border-bottom: 1px solid #E8E8E9;
  width: 100%;
}
.investors-logos-row:last-child {
  border-bottom: none;
}
.investor-logo {
  flex: 1;
padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E8E8E9;
  background: #fff;
}
.investor-logo:last-child {
  border-right: none;
}
.investor-logo img {
mix-blend-mode: luminosity;
  width: auto;
  height: auto;
  object-fit: contain;
  /* filter: grayscale(1) brightness(0.7); */
  transition: filter 0.2s;
}
.investor-logo img:hover {
  filter: grayscale(0) brightness(1);
}
.swiper-pagination { display: none; }
@media (max-width: 991px) {
  .investors-logos-slider .swiper-slide {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .investors-logos-row {
    flex-direction: row;
    /* border-bottom: none; */
  }
  .investor-logo {
    /* border-right: none; */
    min-width: 33.33%;
    max-width: 33.33%;
    min-height: 70px;
    padding: 8px 4px;
  }
  .swiper-pagination {
    display: block;
  }
}
@media (min-width: 992px) {
  .swiper-pagination {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .investors-section {
    padding: 40px 0 16px 0;
  }
  .investor-logo img {
    max-width: 80px;
    /* max-height: 28px; */
  }
}

/* Industry Laurels Section Styles */
.industry-laurels-section {
  background: #fff;
  padding: 60px 0 40px 0;
}

.industry-laurels-section .commonHeadingBlock {
  margin-bottom: 32px;
}

/* Laurels Tabs Desktop - Modern Style */
.laurels-tabs-desktop {
  margin-bottom: 0;
  background: #fff;
}
.laurels-tabs {
  display: flex;
  gap: 0;
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  font-family: var(--font-onest);

}
.laurels-tabs .tab {
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid #E8E8E9;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  color: #576272;
  padding: 0 40px 18px 0;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s, font-weight 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
}
.laurels-tabs .tab:last-child {
  padding-right: 0;
}
.laurels-tabs .tab.active {
  color: #101828;
  font-weight: 500;
  font-size: 21px;
}
.laurels-tabs .tab-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E6E86A;
  display: none;
  margin-right: 8px;
}
.laurels-tabs .tab.active .tab-dot {
  display: inline-block;
}
.laurels-tabs .tab:not(.active) .tab-dot {
  display: none;
}
.laurels-tabs .tab.active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #101828;
  border-radius: 10px 10px 0 0;
}

/* Main Layout */
.laurels-main-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Accordion Styles */
.laurels-accordion {
  flex: 1.2;
  min-width: 320px;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.accordion-item {
  border-bottom: 1px solid #F0F0F0;
  background: #fff;
  transition: background 0.2s;
  display: flex;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-title {
  padding: 24px 24px 24px 0;
  font-size: 18px;
  font-weight: 400;
  color: #141A22;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.2s;
}

.accordion-item.active .accordion-title {
  background: linear-gradient(90deg, #ED6F2E 0%, #FFFFFF 55.96%);

  color: #fff;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
}

.accordion-content {
  display: none;
  padding: 18px 24px 18px 0;
  font-size: 16px;
  color: #576272;
  background: #FFF6F2;
  border-radius: 0 0 4px 4px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-title .year {
  margin-left: auto;
  font-size: 16px;
  color: #B0B0B0;
  font-weight: 400;
}

/* Tab Answers */
.laurels-tab-answers {
  flex: 1;
 
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.tab-content {
  display: none;
  width: 100%;
  margin-top: 0;
}

.tab-content.active {
  display: block;
}

/* --- Tab Card Modern UI (Refined for Screenshot) --- */
.tab-card {
  position: relative;
  background: #ED6F2E;
  color: #fff;
  border-radius: 24px;
  padding: 56px 48px 48px 48px;
  box-shadow: 0 2px 16px rgba(240,127,107,0.08);
  text-align: left;
  min-height: 340px;
  overflow: hidden;
}
.tab-card-year {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 140px;
  font-weight: 400;
  color: #E8E8EC;
  opacity: 0.10;
  pointer-events: none;
  user-select: none;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}
.tab-card-title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 24px;
  z-index: 2;
  color: #fff;
  line-height: 1.1;
}
.tab-card-desc {
  position: relative;
  font-size: 18px;
  margin-bottom: 36px;
  z-index: 2;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
  line-height: 1.5;
}
.tab-card-date {
  position: absolute;
  left: 48px;
  bottom: 36px;
  font-size: 18px;
  color: #FBE2D5;
  opacity: 1;
  z-index: 2;
  font-weight: 400;
}
.tab-card-badge {
  position: absolute;
  right: 48px;
  bottom: 36px;
  width: 64px;
  height: 64px;
  z-index: 2;
}
.tab-card-badge img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}




@media (max-width: 991px) {
  .tab-card {
    padding: 28px 16px 24px 16px;
    border-radius: 18px;
    min-height: 180px;
  }
  .tab-card-year{left: 20%;}
  .tab-card-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .accordion-item  .accordion-title{align-items: flex-start;justify-content: flex-start;}
  .tab-card-desc {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .tab-card-date {
    left: 16px;
    bottom: 14px;
    font-size: 14px;
  }
  .tab-card-badge {
    right: 16px;
    bottom: 14px;
    width: 36px;
    height: 36px;
  }
}

/* Mobile Styles */
.laurels-tabs-mobile, 
.laurels-accordion-mobile { 
  display: none; 
}

@media (max-width: 991px) {
  .laurels-tabs-desktop, 
  .laurels-main-layout { 
    display: none; 
  }
  
  .laurels-tabs-mobile, 
  .laurels-accordion-mobile { 
    display: block; 
  }
  
  .laurels-tabs-mobile .laurels-tabs {
    flex-direction: row;
    gap: 0;
    margin-bottom: 0;
    border-bottom: 1.5px solid #F0F0F0;
    width: 100%;
    justify-content: space-between;
  }
  
  .laurels-tabs-mobile .tab {
    flex: 1;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    border-right: 1px solid #F0F0F0;
    border-radius: 0;
    margin: 0;
    background: none;
    cursor: pointer;
  }
  
  .laurels-tabs-mobile .tab:last-child {
    border-right: none;
  }
  
  .laurels-tabs-mobile .tab.active {
    border-bottom: 2px solid #F07F6B;
    color: #F07F6B;
  }
  
  .tab-dot {
    margin-right: 0;
    margin-bottom: 0;
  }
  
  .laurels-accordion-mobile {
    margin-top: 0;
  }
  
  .laurels-accordion-mobile .accordion-item {
    border-bottom: 1px solid #F0F0F0;
    background: #fff;
    transition: background 0.2s;
  }
  
  .laurels-accordion-mobile .accordion-title {
    font-size: 16px;
    padding: 16px 12px 16px 0;
  }
  
  .laurels-accordion-mobile .accordion-content {
    font-size: 15px;
    padding: 12px 12px 12px 0;
  }
  
  .tab-card-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .industry-laurels-section {
    padding: 32px 0 16px 0;
  }
}

.laurels-main-layout {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 60px;
}

/* Custom Timeline Scrollbar for Laurels List */
.laurels-list {
  position: relative;
  max-height: 420px;
  flex: 0 0 60%;
  overflow-y: auto;
  padding-right: 40px;
  /* scrollbar-width: thin;
  scrollbar-color: #E8E8E9 #fff; */
}
.laurels-list::-webkit-scrollbar {
  width: 2px;
  background: #E8E8E9;
}
.laurels-list::-webkit-scrollbar-track {
  /* background: #E8E8E9; */
  border-radius: 4px;
  position: relative;
}
.laurels-list::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #E8E8E9 0%, #ED6F2E 20%, #ED6F2E 80%, #E8E8E9 100%);
  border-radius: 4px;
  /* min-height: 60px; */
}

.industry-laurels-section .commonHeadingBlock{flex-direction: column;gap: 30px;}
.industry-laurels-section .container{position: relative;}
.laurels-tabs-desktop {
  margin-bottom: 0;
  background: #fff;
  position: absolute;
  top: 63px;
  right: 180px;
}

/* For Firefox */
/* .laurels-list {
  scrollbar-color: #ED6F2E #E8E8E9;
  scrollbar-width: thin;
} */

.laurels-list-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 30px;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s, color 0.2s, font-weight 0.2s;
  font-size: 16px;
  font-weight: 400;
  color: #101828;
  position: relative;
  z-index: 1;
  
}
.laurels-list-item.active {
  background: linear-gradient(90deg, #ED6F2E 0%, #FFFFFF 55.96%);

  color: #04142D;
  font-weight: 500;
  
  box-shadow: 0 2px 8px rgba(240,127,107,0.08);
}
.laurels-list-item.active .laurels-list-index,
.laurels-list-item.active .laurels-list-year {
  color:#576272;

}
.laurels-list-index {
  min-width: 32px;
  color: #B0B0B0;
  font-weight: 500;
  font-size: 16px;
}
.laurels-list-title {
  flex: 1;
  white-space: normal;
  font-size: 16px;
}
.laurels-list-year {
  min-width: 48px;
  text-align: right;
  color: #576272;
  font-size: 16px;
  font-weight: 300;
}

.laurels-tab-answers {
  flex: 0 0 32%;
 
  position: sticky;
  top: 100px;
  height: fit-content;
}

.tab-accordion{display: none;}
.tab-accordion.active{display: block;}

@media (max-width: 991px) {
  .laurels-main-layout { flex-direction: column; gap: 24px; }
  .laurels-list, .laurels-tab-answers { max-width: 100%; min-width: 0; }
  .tab-card { padding: 20px; border-radius: 12px; }
  .tab-card-title { font-size: 20px; }
  .laurels-list-index{font-size: 18px;}

}
@media (max-width: 767px) {
  .industry-laurels-section { padding: 32px 0 16px 0; }
}


/* Show only the active laurels-list-wrap for desktop tabs */
.laurels-list-wrap {
  display: none;
  width: 100%;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
.laurels-list-wrap.active {
  display: flex;
}


/* Remove avatar styles since .tab-card-avatar is not used */
.tab-card-avatar,
.tab-card-avatar img {
  display: none !important;
}

.industry-laurels-section .ai-driven-animation{top: -30%;}
@media (min-width: 1699px) {
 
  .laurels-tabs .tab.active{font-size: 24px;}
  .laurels-tabs .tab{font-size: 20px;padding: 0 50px 18px 0;}
  .tab-card-title{font-size: 56px;}
  .laurels-tab-answers{flex: 0 0 28%;}
  .laurels-list{flex: 0 0 64%;max-height: 500px;}
  .laurels-tabs-desktop{right: 180px;}
  .laurels-list-item{padding: 40px 30px;}
  .laurels-list-title{font-size: 20px;}
  .laurels-list-year{font-size: 20px;}
  .laurels-list-index{font-size: 20px;}
  
}

@media screen and (max-width: 1399px) {
  .laurels-tabs-desktop{right: 100px;}
  .laurels-tab-answers{flex: 0 0 35%;}

}

@media screen and (max-width: 1024px) {
  .ai-driven-animation.desktop-only{display: none;}
  .laurels-tabs-desktop {
    right: 33px;
}
.tab-card-title{font-size: 36px;}
.tab-card-desc{font-size: 16px;}
.tab-card-year{font-size: 120px;}
}

@media (max-width: 991px) {
  .laurels-list-wrap,
  .laurels-list-wrap.active {
    display: none !important;
  }
  .accordion-item{flex-direction: column;}
  .accordion-title .year{display: none;}
  .accordion-item.active .accordion-title {
background: transparent;
color: #04142D;
  }
  .accordion-item .accordion-title{padding-right: 0;}
  .accordion-content{background: transparent;border-top: 1px solid #E8E8E9;padding: 25px 0;}
  /* .laurels-accordion-mobile-tabbed{margin-top: 30px;} */
  .laurels-tabs-mobile .tab {
    border-right: 0;
    padding: 25px;
    padding-top: 0;
    padding-left: 5px;
}
.tab-card{padding: 60px 30px;min-height: 300px;}
.tab-card-date{left: 30px;}
.laurels-tabs-mobile .tab{font-size: 18px;}
.laurels-tabs-mobile .tab.active{font-size: 21px;}
.industry-laurels-section .commonHeadingBlock{gap: 15px;}

}

@media screen and (max-width: 767px) {
  .laurels-tabs-mobile .tab.active{font-size: 20px;}
  .laurels-tabs-mobile .tab{font-size: 18px;white-space: nowrap;}
  .laurels-tabs-mobile .tab.active{gap: 5px;}
  .mission-section,.power-system-section, .investors-section, .industry-laurels-section{border-top: 2px solid #E6E8EA;}
  .stats-section{padding-bottom: 0;}
  .mission-section{padding: 40px 0;}
  .tab-card-year{left: 41%;}



}

.laurels-accordion-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  transition: transform 0.2s;
  width: 20px;
  height: 20px;
  
  flex: 1;justify-content: flex-end;
}
.laurels-accordion-arrow svg{width: 20px;height: 20px;}
.accordion-item.active .laurels-accordion-arrow {
  transform: rotate(180deg);justify-content: flex-start;
}

/* --- Journey Timeline Section Styles --- */
.journey-section {
  background: #fff;
  padding: 60px 0 40px 0;
  position: relative;
}
.journey-section .commonHeadingBlock{flex-direction: column;gap: 30px;align-items: flex-start;}
.journeyblock{display: flex;gap: 82px;}
.journeyblock *{flex: 1;}
.journeyblock p{font-size: 16px;color: #576272;}
.journey-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.journey-heading-block {
  flex: 1;
}
.journey-title {
  font-size: 32px;
  font-weight: 700;
  color: #101828;
  margin: 16px 0 12px 0;
}
.journey-desc {
  font-size: 16px;
  color: #576272;
  max-width: 600px;
}
.journey-main-layout {
  display: flex;
  gap: 140px;
  align-items: flex-start;
  margin-top: 60px;
}
.journey-vertical-scale {
  min-width: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.journey-timeline {
  position: relative;
  width: 100px;
  /* min-height: 420px; */
  gap:15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.journey-timeline::before {
  content: '';
  position: absolute;
  left: -19px;
  top: 0;
  width: 1.5px;
  height: 100%;
  background: #D3D4DD;
  z-index: 0;
}
.timeline-year {
  position: relative;
  display: flex;
  margin-top: -5px;
  margin-bottom: 0;
  gap: 10px;
  z-index: 1;
  cursor: pointer;
}

.timeline-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #D3D4DD;
  margin-right: 18px;
  position: relative;
  z-index: 2;
  transition: background 0.3s;
}
.timeline-year.active .timeline-dot {
  background: #ED6F2E;
  box-shadow: 0 0 0 2px #fff, 0 2px 8px rgba(240,127,107,0.18);
}
.timeline-label {
  font-size: 18px;
  color: #101828;
  font-weight: 400;
  flex: 0 0 50px;
  transition: color 0.3s, font-weight 0.3s;
}
.timeline-year.active .timeline-label {
  color: #ED6F2E;
  font-weight: 500;
}
/* Ticks for each year */






.journey-cards {
  position: relative;
  width: 100%;

  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.journey-card {
  display: none;
  position: relative;
  background: #ED6F2E;
  color: #fff;
  border-radius: 14px;
  padding: 100px 36px 36px 36px;
  min-height: 320px;
  box-shadow: 0 2px 16px rgba(240,127,107,0.08);
  overflow: hidden;
  z-index: 1;
  width: 65%;
  max-width: 800px;
  transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.3s, border-radius 0.3s;
}
.journey-card.active {
  display: block;
  width: 100%;
  box-shadow: 0 8px 32px rgba(240,127,107,0.18);
  z-index: 2;
}
.journey-card-bg-year {
  position: absolute;
  top: 0px;
  left: 24px;
  font-size: 140px;
  color: #fff;
  opacity: 0.08;
  font-weight: 400;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.journey-card-event {
  position: relative;
 
  padding-right: 16px;
  flex: 0 0 35%;
  padding: 0 25px;
}

.journey-card-event:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.journey-card-event-date {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.journey-card-event-desc {
  font-size: 15px;
  opacity: 0.8;
}
.journey-card-scrollbar {
  width: 100%;
  height: 6px;
  background: #F0F0F0;
  border-radius: 3px;
  margin-top: 18px;
  position: relative;
  overflow: hidden;
}
.journey-card-scrollbar span {
  display: block;
  width: 40%;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .journey-main-layout { flex-direction: column; gap: 24px; }
  .journey-vertical-scale { flex-direction: row; align-items: center; min-width: 0; margin: 0 0 18px 0; padding-top: 0; }
  .journey-scale-year { margin: 0 12px 0 0; font-size: 16px; }
  .journey-content-block { width: 100%; }
  .journey-tabs { font-size: 15px; }
  .journey-card, .journey-card.active {
    width: 100%;
    max-width: 100%;
    padding: 24px 12px;
    border-radius: 12px;
    min-height: 120px;
  }
  .journey-card-bg-year { font-size: 60px; left: 12px; top: 12px; }
  .journey-card-events { flex-direction: column; gap: 18px; }
  .journey-card-event { min-width: 0; max-width: 100%; padding: 0; }
}
@media (max-width: 767px) {
  .journey-section { padding: 32px 0 16px 0; }
  .journey-title { font-size: 22px; }
  .journey-card-bg-year { font-size: 36px; }
}

.journey-year-tabs {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;

}
.journey-year-tab {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  transition: width 0.4s cubic-bezier(.68,-0.55,.27,1.55), background 0.3s, box-shadow 0.3s;
  background: transparent;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  flex:1;
}
.journey-year-tab.active {
 transition: 0.3s;
  flex: 2;
}
.year-label {
  display: block;
  transform: rotate(-90deg);
  font-size: 18px;
  color: #101828;
  font-weight: 500;
  transition: color 0.3s, font-weight 0.3s;
  letter-spacing: 1px;
}
.journey-year-tab.active .year-label {
  color: #ED6F2E;
  font-weight: 700;
}
@media (max-width: 991px) {
  .journey-year-tabs {
    display: flex;
    gap: 12px;
    min-height: 60px;
    margin-bottom: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .journey-year-tab {
    min-width: 80px;
    height: 48px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }
  .journey-year-tab.active {
    background: #ED6F2E;
  }
  .journey-year-tab.active .year-label {
    color: #fff;
  }
  .year-label {
    transform: none;
    font-size: 16px;
    white-space: nowrap;
  }
}

.timeline-svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 50px;
  height: 66px;
  flex: 0 0 51px;
}
.timeline-year .timeline-label {
  vertical-align: middle;
}
.journey-content-block{width: 100%;}

.journey-year-tab {
  position: relative;
}

.journey-year-tab::before {
  content: '';
  position: absolute;
  left: 0;
  top: -11px;
  /* transform: translateX(-50%); */
  width: 1px;
  min-height: 260px; /* Adjust as needed */
  background: #E6E8EA; /* Light gray, match your timeline color */
  z-index: 1;
}



@media (max-width: 991px) {
  .journey-year-tab::before {
    height: 48px; /* Adjust for mobile */
  }
}

.journey-card-events-scroll {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0;
  padding-bottom: 16px;
  position: relative;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  -webkit-overflow-scrolling: touch;
}

.journey-card-events-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.custom-scrollbar-track {
  width: 100%;
  max-width: 400px;
  height: 4px;
  background: rgba(255,255,255,0.3);
  border-radius: 4px;
  margin: 24px auto 0 auto;
  position: relative;
}

.custom-scrollbar-thumb {
  height: 4px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px; /* Will be set dynamically by JS */
  transition: transform 0.2s ease;
}

.timeline-year.active svg line{
  stroke: #ED6F2E;
}
.timeline-year.active svg circle{
  fill: #ED6F2E;
}
/* Center the scrollbar visually */
.journey-card-events-scroll::-webkit-scrollbar {
  margin-left: auto;
  margin-right: auto;
}
.journey-card-events .journey-card-event:first-child{
padding-left: 0;
}

@media screen and (min-width: 1699px) {
  .journey-card{max-width: 1100px;}
  .journeyblock p{font-size: 18px;}
  .year-label, .timeline-label{font-size: 20px;}
  .journey-card-event-desc{font-size: 18px;}
  .journey-card-event-date{font-size: 20px;}
}

@media screen and (max-width: 1024px) {
  .journey-main-layout{gap: 40px;}
}

@media (max-width: 991px) {
  .timeline-svg, .journey-main-layout{display: none;}
.journey-timeline{flex-direction: row;}
.journey-content-block { display: none !important; }
.journey-tabs-slider-mobile { display: block; }
.journey-tabs-slider-mobile .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}
.journey-tabs-slider-mobile .journey-year-tab {
  font-size: 20px;
  font-weight: 700;
  color: #ED6F2E;
  margin-bottom: 16px;
  text-align: center;
}
.journey-tabs-slider-mobile .journey-card {
  width: 100%;
  max-width: 100%;
  min-height: 280px;
  background: #ED6F2E;
  color: #fff;
  border-radius: 24px;
  padding: 80px 40px 50px 40px;
  box-shadow: 0 2px 16px rgba(240,127,107,0.08);
  position: relative;
}
.custom-scrollbar-track{margin-top: 40px; display: none;}
.journey-card-event:not(:last-child)::after{display: none;}
.journey-tabs-slider-mobile .journey-card-bg-year {
  position: absolute;
  top: 0px;
  left: 36px;
  font-size: 120px;
  color: #fff;
  opacity: 0.08;
  font-weight: 400;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.journey-tabs-slider-mobile .journey-card-events {
  /* display: flex;
  flex-direction: row; */
  gap: 22px;
  position: relative;
  z-index: 1;
  overflow-y: auto; 
  max-height: 250px;
}


.journeyblock{gap: 45px;}
/* .journey-tabs-slider-mobile .journey-card-event {
flex: 0 0 49%;
padding-right: 25px;
} */
.journey-tabs-slider-mobile .swiper-pagination {
  margin-top: 24px;
  text-align: center;
}
}

@media (min-width: 992px) {
  .journey-tabs-slider-mobile { display: none !important; }
}

@media (max-width: 991px) {
  .swiper-slide.swiper-slide-active .journey-card{display: block;}
  .journey-tabs-mobile {
    margin-bottom: 30px;
  }

  .journey-tabs-mobile .journey-year-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    position: relative;
    padding: 24px 0 0;
    margin: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .journey-tabs-mobile .journey-year-tabs::-webkit-scrollbar {
    display: none;
  }

  /* Timeline line connecting the dots */
  .journey-tabs-mobile .journey-year-tabs::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 1px;
    background: #D3D4DD;
    z-index: 1;
  }

  .journey-tabs-mobile .journey-year-tab {
    position: relative;
    min-width: auto;
    flex: 1;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  /* Dot above the year */
  .journey-tabs-mobile .journey-year-tab::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #D3D4DD;
    margin-bottom: 4px;
    min-height: 16px;
    z-index: 2;
    top: -28px;
    left: auto;
    transition: background-color 0.3s ease;
  }

  .journey-tabs-mobile .journey-year-tab.active::before {
    background: #ED6F2E;
    box-shadow: 0 0 0 2px #fff;
  }

  .journey-tabs-mobile .journey-year-tab .year-label {
    font-size: 16px;
    color: #576272;
    font-weight: 400;
    transform: none;
    transition: color 0.3s ease, font-weight 0.3s ease;
    white-space: nowrap;
  }

  .journey-tabs-mobile .journey-year-tab.active .year-label {
    color: #ED6F2E;
    font-weight: 600;
  }
}

@media (min-width: 992px) {
  .journey-tabs-slider-mobile, .journey-tabs-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .journeyblock{flex-direction: column;gap: 15px;}
  .journey-tabs-slider-mobile .journey-card{padding: 70px 25px 50px 25px;}
  .journey-tabs-slider-mobile .journey-card-event{flex: 0 0 70%;}
  .journey-tabs-slider-mobile .journey-card-bg-year{font-size: 100px;}
  /* .journey-tabs-slider-mobile .journey-card-event{padding-right: 10px;padding-left: 10px;} */
  .journey-tabs-slider-mobile .journey-card-events{gap: 15px;}
  .swiper-slide .investors-logos-row:first-child .investor-logo:nth-child(3) {
    border-right: 0;
  }
  .swiper-slide .investors-logos-row:first-child .investor-logo:nth-child(6) {
    border-right: 0;
  }
  .swiper-slide .investors-logos-row:nth-child(2) .investor-logo:nth-child(3) {
    border-right: 0;
  }
  .swiper-slide .investors-logos-row:nth-child(2) .investor-logo:nth-child(6) {
    border-right: 0;
  }

}

.scroll-btn {
    position: absolute;
    top: 50%;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    width: 28px; 
    height: 28px;
}

.scroll-btn svg{width: 100%; height: 100%;}



/* keep visible always */
.scroll-btn.left { left: 5px; }
.scroll-btn.right { right: 5px; }

.scroll-btn:hover { opacity: 1; }

/* remove any accidental hiding */
@media (max-width: 991px), (min-width: 992px) {
    .scroll-btn {
        display: flex !important;
    }
}