.category-box {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-around;
    align-items: center;
    color: #333;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
  }
  .category-box img {
    max-width: 50%;
    /* margin-bottom: 15px; */
  }
  .category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .category-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .category-btn {
    background: #73b644;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 8px 18px;
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
  }
  .category-btn:hover {
    background: #5F6161;
  }
  .cat-w-35 {
    width: 37.734%;
}

.cat-w-30 {
    width: 22.716%;
}

.cat-row-sec {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}
.cat-row-sec .row{
    gap: 14px;
}


section.cat-sec {
    background: #f7f8f1;
    padding: 50px 0;
}

.timeline-section {
    /* max-width: 1100px; */
    margin: auto;
    padding: 50px 0;
    position: relative;
    background: #fff;
  }

  .timeline-section h2 {
    text-align: center;
    /* font-size: 26px; */
    font-weight: bold;
    margin-bottom: 5px;
    /* color: #73B644; */
  }

  .timeline-section p.subtitle {
    text-align: center;
    /* color: #c62828; */
    margin-bottom: 50px;
    font-size: 14px;
  }

  .timeline {
    position: relative;
    margin: 0;
    padding: 0;
  }

  /* Vertical line */
  .timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #ddd;
  }

  .timeline-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    flex-direction: row-reverse;
  }

  .timeline-step:nth-child(even) {
    flex-direction: row;
  }

  .timeline-content, .timeline-image {
    width: 45%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #00000008;
    box-shadow: 0 0 4px rgba(0,0,0,0.13);
  }

  .timeline-image {
    text-align: center;
  }

  .timeline-image img {
    height: 150px;
  }

  /* Step label in center line */
  .step-label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #73B644;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  /* Small dot in center line */
  .timeline-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #c62828;
    border-radius: 50%;
    z-index: 1;
  }

  .timeline-content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .timeline-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
  }


  section.Expertise-sec {
    background: #f7f8f1;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.expertise-inner-box img {
    border-radius: 10px;
}

.expertise-inner-box h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.Expertise-inner h2 {
    font-size: 50px;
    color: #000000;
    text-transform: capitalize;
}

.Expertise-inner p {
    font-size: 20px;
    font-weight: 400;
}
.Expertise-inner a {
    background: #73B644;
    color: #fff;
    padding: 12px 14px;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
}
.Expertise-sec::after {
    content: "";
    background: url(../img/Vector.svg) no-repeat;
    width: 416px;
    height: 546px;
    -webkit-transform: rotate(8.937deg);
    transform: rotate(8.937deg);
    position: absolute;
    left: -16px;
    top: -26px;
}
.Expertise-inner {
    z-index: 1;
    position: relative;
}
section.mid-cta {
    padding: 50px 120px;
    text-align: center;
    background: #5F6161;
}

section.mid-cta h2 {
    color: #fff;
}

section.mid-cta p {
    color: #fff;
}

section.mid-cta a {
    border: 1px solid #73b644;
    padding: 10px 20px;
    display: inline-block;
    color: #73b644;
    border-radius: 100px;
    background: #fff;
}

a.bg-btn {
    background: #73b644 !important;
    color: #ffffff !important;
}
.six-point-inner {
    text-align: center;
    background: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
}

.six-point-inner h5 {
    /* color: #000; */
    font-size: 14px;
    margin-top: 10px;
}

.six-point-inner img {
    filter: invert(1);
}
section.six-point-sec {
    background: #fff;
    padding: 50px 0;
}
.desktopform {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
}
section.testimonials-sec {
    background: #fff;
    padding-bottom: 30px;
}

.testimonial-heding h2 {
    font-size: 50px;
    color: #000000;
}

.Expertise-innertestimonial-heding p {
    font-size: 20px;
    font-weight: 400;
}
.testimonial-heding a {
    background: #73B644;
    color: #fff;
    padding: 12px 14px;
    border-radius: 20px;
    font-size: 15px;
    margin-top: 12px;
    display: inline-block;
}
.timeline-section{
    display: block;
}
.desktopform h3 {
    text-align: center;
}
.badge-container {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}

.badge-container .badge {
    width: 15%;
    background: #fff;
    border-radius: 10px;
    /* gap: 5px; */
    border: 1px solid #e1e1e1;
}
.badge-outer{
    background: #fff;
    padding: 30px 0;
}