
    .timeline-section {
        text-align: center;
    }

    .timeline-title {
        font-weight: 700;
        color: #1b5e20;
        margin-bottom: 3rem;
    }

    .timeline {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 2rem 1rem;
    }

    .timeline-column {
        /* height: 625px; */
        height: 648px;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: start !important;
        /* width: 297px ; */
       width: 246px ; 
    
        position: relative;


    }

    .arrow-box {
        background-color: #29428D;
        color: white;
        font-weight: 600;
        padding: 1rem 0.5rem;
        width: 150px;
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
        text-align: center;
        min-height: 50px;
        /* margin-bottom: 10px; */
    }

    .timeline-desc {
        /* font-size: 0.95rem; */
        height: 237px;
        /* or adjust as needed */
        color: #333;
        /* line-height: 1.4; */
        padding: 10px 10px;
        text-align: left;
    }

    .timeline-line {
        width: 4px;
        height: 167px;
        /* height: 158px; */
        background-color: #29428D;
        /* margin: 8px 0;*/
    }

    /* Zig-Zag styles */
    /* Zig-Zag (even column) styles */
    .timeline-column.even {
        /* height: 625px; */
        height: 648px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Ensure correct vertical order for zig-zag layout */
    .timeline-column.even .timeline-desc {
        order: 1;
        padding: 0px 10px;
        font-size: 12px;
        text-align: left;
        height: 250px;
        align-content: end;
        /* or adjust as needed */
    }

    .timeline-column.even .timeline-arrow {
        order: 2;
    }

    .timeline-column.even .timeline-line {
        order: 3;
        height: 120px;
    }

    .timeline-column.even .timeline-icon {
        order: 4;
    }


    .timeline-arrow {
        position: relative;
        /* margin: 10px 0; */
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 212px;
    }

    .timeline-arrow img {
        /* width: 100%;  */
        width: 212px;
        height: auto;
    }


    /* 
    .swiper-slide {
        width: 300px !important;
        margin-right: 0px !important;
    } */

    .timeline-desc ul {

        font-size: 12px;
        padding-left: 1rem !important;
        margin-bottom: 0.5rem !important;
        ;
    }

    .timeline-arrow {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 60px;
  width: 100%;
  margin: 8px 0;  */
    }

    .timeline-year {
        position: absolute;
        color: white;
        font-weight: bold;
           font-size: 1.5rem;
        top: 50%;
        left: 43%;
        transform: translate(-50%, -50%);
        pointer-events: none;
    }


    .timeline-icon {
        /* background-color: #29428D; */
        color: white;
        /* width: 70px;
  height: 70px; */
        /* border-radius: 50%;
  font-size: 2rem; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 8px 0; */
    }

    .bg-orange {
        background-color: #F36F27;
    }
.rotate-90 {
  transform: rotate(180deg);
}
/* Mobiles (≤425px) */
@media (max-width: 426px) {
  .timeline-column {
    width: 333px !important;
    height: 499px !important;
  }
  .timeline-column.even {
    width: 333px !important;
    height: 499px !important;
  }
  
  .timeline-column.even  .timeline-desc {
   
    height: 177px !important;
  }
   .timeline-desc ul {

        font-size: 12px !important;
    
    }
}
@media (max-width: 320px) {
     .timeline-column,
    .timeline-column.even .timeline-desc {
        height: 204px !important;
    }
         .timeline-column,  .timeline-column.even {
        width: 252px !important;
        height: 510px !important;
    }
}
@media (max-width: 768px) {
        .timeline-desc ul {

        font-size: 11px;
    
    }
}
  @media (max-width: 1024px) {
       .timeline-column,
  .timeline-column.even {
       width: 224px  ;
  }
    .timeline-arrow img {
    width: 175px;
  }
      .timeline-desc ul {

        font-size: 11px;
    
    }
  }
  