      .section-title {
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 3px solid var(--primary-color);
        display: inline-block;
      }

      .call-to-action {
        background-color: var(--primary-color);
        color: white;
        border-radius: 10px;
        padding: 40px;
        margin: 40px 0;
      }

      .stat-box {
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }

      .quote {
        font-style: italic;
        border-left: 4px solid var(--primary-color);
        padding-left: 20px;
        margin: 30px 0;
      }

      .icon-box {
        text-align: center;
        margin-bottom: 30px;
      }

      .icon-box i {
        font-size: 3rem;
        color: var(--primary-color);
        margin-bottom: 15px;
      }

      .final-cta {
        background-color: var(--accent-color);
        padding: 50px 0;
        color: white;
        text-align: center;
      }

      .sticky-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1000;
      }