
    .Timeline_Hc-section {
          position: relative;
    display: flex;
    align-items: center;
    padding: 300px 0;
    padding-top: 200px;
    overflow: hidden;
    }

    
    .Timeline_Hc-bg-crane {
      position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    }

  
    .Timeline_Hc-content-wrapper {
      position: relative;
      z-index: 2; 
      padding-left: 60px; 
    }

   
    .Timeline_Hc-year {
      font-size: clamp(3rem, 1.8857rem + 4.5714vw, 6rem);
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0.5rem;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 10, 32, 0.3);
    letter-spacing: 5%;
    }

    .Timeline_Hc-title {
    color: rgba(0, 10, 32, 0.8);
    font-size: clamp(1.25rem, 0.7857rem + 1.9048vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    line-height: 120%;
    letter-spacing: 2%;
    }

    .Timeline_Hc-text {
      color: rgba(0, 10, 32, 0.8); 
      font-size: clamp(0.75rem, 0.6571rem + 0.381vw, 1rem);
      line-height: 1.7;
      font-weight: 400;
      max-width: 90%;
    }

    
    .Timeline_Hc-pagination-container {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 10;
    }

    .Timeline_Hc-pagination {
      position: relative !important;
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
    }

    .Timeline_Hc-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      background-color: #1a2c3a; 
      opacity: 1;
      margin: 0 !important;
      transition: all 0.3s ease;
    }

    .Timeline_Hc-pagination .swiper-pagination-bullet-active {
      width: 14px;
      height: 14px;
      background-color: #f26522; 
      box-shadow: 0 0 0 4px rgba(242, 101, 34, 0.2);
    }

   
    .Timeline_Hc-nav-buttons {
      display: flex;
      gap: 30px;
      margin-top: 3rem;
      justify-content:space-between;
    }

    .Timeline_Hc-btn {
      background-color: #f26522;
      color: #ffffff;
      border: none;
      padding: 8px 24px;
      border-radius: 50px; 
      font-weight: 500;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

   

  
    .Timeline_Hc-swiper {
      width: 100%;
      overflow: hidden; 
    }

   
    @media (max-width: 991px) {
      .Timeline_Hc-bg-crane {
                width: 100%;
        opacity: 1;
        right: 0;
        top: 0;
      }
      .Timeline_Hc-text {
        max-width: 100%;
      }
      .Timeline_Hc-section {
    position: relative;
    display: flex;
    align-items: center;
     padding: 100px 0;
        padding-top: 30px;
}
.Timeline_Hc-content-wrapper {
    
    padding-left: 0;
    padding-right: 100px;
}
.Timeline_Hc-pagination-container {
    position: absolute;
    left: 15px;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    height: 100%;
}
.Timeline_Hc-pagination {
   
    flex-direction: row;
   
}
.Timeline_Hc-year {
   
    margin-bottom: 3.5rem;
   
}
    }