.c9-section-container {
    padding: 43px 10px;
    background-color: #141414;
    cursor: default !important;
  }

  .c9-section-heading {
    font-size: 42px;
    font-weight: 700;
    text-align: left !important;
    margin-bottom: 45px;
    color: #ffffff;
  }

  .c9-section-heading span {
    color: #448C74;
  }

  .c9-feature-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: -43px;
    margin-right: -5px;
  }

  .c9-feature-row>div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .c9-feature-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    transition: all 0.4s ease;
    backdrop-filter: blur(12px);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .c9-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-color: #448C74;
  }

  .c9-feature-icon {
    font-size: 38px;
    color: #448C74;
    margin-bottom: 20px;
  }

  .c9-feature-title {
    font-size: 18px;
    font-weight: 500;
  }

  /* Responsive fixes */
  @media only screen and (max-width: 991px) {
    .c9-section-heading {
      font-size: 36px;
    }
  }

  @media only screen and (max-width: 767px) {
    .c9-section-heading {
      font-size: 26px;
    }

    .c9-feature-row>div {
      padding-left: 44px;
      padding-right: 8px;
    }


  }

  @media only screen and (max-width: 450px) {
    .c9-section-heading {
      font-size: 42px;
    }

    .c9-feature-icon {
      font-size: 32px;
    }

    .c9-feature-title {
      font-size: 16px;
    }
  }

  /* Let’s Build Your Growth Engine */

  .growth-engine-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;

    text-align: left;
    margin-bottom: 20px;
  }

  .growth-engine-subtitle {
    text-align: left;
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 15px;
  }

  .growth-engine-contact {
    display: flex;
    flex-direction: column;
    align-items: left;
  }

  .growth-engine-contact__item {
    margin: 10px 0;
    font-size: 1.1rem;
    color: #eee;
    display: flex;
    align-items: center;
  }

  .growth-engine-contact__icon {
    color: #448C74;
    margin-right: 10px;
    font-size: 1.3rem;
  }

  .growth-engine-contact__link {
    color: #fff;
    text-decoration: none;
  }