/* Detailed Process Guiden Section Starts */
.timeline-wrapper {
  padding-left: 40px;
  border-left: 3px solid #e2e8f0;
}
.timeline-step {
  margin-bottom: 2rem;
  align-items: flex-start;
}
.timeline-icon {
  left: -62px;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.timeline-content {
  flex: 1;
  border-radius: 12px;
}
.timeline-content h5 {
  font-size: 1.125rem;
}
.timeline-content ul li::marker{
  color: var(--primary-color);
}
/* Detailed Process Guiden Section Starts */

/* The Vahan Portal Starts */
   .divider-with-text::before,
    .divider-with-text::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid #e2e8f0;;
    }
    .divider-with-text:not(:empty)::before {
      margin-right: .75em;
    }
    .divider-with-text:not(:empty)::after {
      margin-left: .75em;
    }
     .main-card {
      border-left: 5px solid var(--primary-color);
      padding: 2.5rem;
    }

/* the vahan portal Ends */

/* Video giude starts */
.video-wrapper {
        display: none;
    }
    video {
        width: 100%;
        border-radius: 10px;
      }
    .video-card {
        padding: 80px 20px;
    }
    .official-badge {
        top: 20px;
        right: 20px;
        padding: 6px 16px;
        font-size: 14px;
    }
    .play-button {
      width: 80px;
      height: 80px;
      background-color: #28a745;
      border-radius: 50%;
      display: inline-flex;
      cursor: pointer;
    }
    /* Video Guide ends */

/* our services starts */
.work-icon i {
    width: 50px;
    height: 50px;
    background: #e6edf2;
    color: var(--primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
   
}
.iconW {
      color: var(--primary-color);
      font-size: 1.5rem;
      margin-top: 0.25rem;
    }
    .info-icon {
      color: var(--primary-color);
    }
    .badge-custom {
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      background-color: #f1f3f5;
      border-radius: 30px;
      padding: 6px 14px;
      margin-right: 1rem;
      margin-bottom: 0.9rem;
      font-size: 0.95rem;
    }
    .ministry-logo {
      max-height: 150px;
      object-fit: contain;
    }

    /* Our services Ends */

      @media (max-width:768px) {
          .timeline-wrapper{
              margin-left: 20px;
          }   
          .main-card{
            padding: 2rem;
          }
      }