@media (max-width: 767px) {
  .team-growth {
    position: relative;
    height: 570px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .team-growth__overlay {
    position: relative;
    background: rgba(30, 30, 30, 0.8);
    height: 570px;
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 2rem 0;
  }

  .team-growth__content {
    text-align: center;
    margin-bottom: 80px;
  }

  .team-growth__content .sevensun-section__title {
    color: #ffffff;
    font-size: 2.15rem;
    margin-bottom: 1rem !important;
  }

  .team-growth__subtitle {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
  }

  .team-growth__chart {
    position: relative;
    height: 300px;
    margin-top: 20px;
  }

  .team-growth__line {
    position: relative;
    height: 100%;
  }

  .team-growth__milestone-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
  }

  .team-growth__milestone {
    position: relative;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 1.25rem;
    transition: all 0.3s ease;
  }

  .team-growth__milestone::after {
    content: attr(data-year);
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 10px;
  }

  .owl-item:has(.team-growth__milestone--current) .team-growth__milestone--current::after {
    color: #ffd700;
  }

  .team-growth__milestone-bubble {
    background: #f9d80c;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    row-gap: 1rem;
    box-shadow: #00000077 inset 6px 12px 38px 12px, #00000077 12px 22px 18px 2px;
    border: 1px solid #434343;
  }

  .team-growth__milestone--current .team-growth__milestone-bubble {
    background: #ffffff;
    width: 170px;
    height: 170px;
    padding-bottom: 12px;
  }

  .team-growth__milestone-count {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
  }

  .team-growth__milestone--current .team-growth__milestone-count {
    color: #f9d80c;
  }

  .team-growth__milestone-label {
    font-size: 1.3rem;
    line-height: 1.5em;
    font-weight: 400;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
  }

  .team-growth__milestone-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .team-growth__line::before {
    transform: translateY(-50%) rotate(90deg);
    width: 4px;
    height: 80%;
    left: 50%;
    right: auto;
    transform-origin: center top;
  }

  .sevensun-about-us .owl-theme .owl-dots {
    overflow: hidden !important;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .owl-carousel .owl-item {
    margin-bottom: 1rem;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    background: #11111135;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 5px;
  }

  .sevensun-about-us .owl-theme .owl-dots .owl-dot,
  .sevensun-about-us .owl-theme .owl-dots .owl-dot span {
    width: 100% !important;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 10px;
    margin: 0;
  }

  .sevensun-about-us .owl-theme .owl-dots .owl-dot.active span,
  .sevensun-about-us .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd700;
  }

  .sevensun-about-us .owl-theme .owl-dots .owl-dot.active span,
  .sevensun-about-us .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffd700 !important;
  }
}
