
.traffic-section-wrapper {
      padding: 60px 0;
    }

    .traffic-overview-heading,
    .organic-stats-heading {
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 20px;
    }

    .traffic-image-preview {
      max-width: 100%;
      height: auto;
      border: 1px solid #ddd;
      border-radius: 6px;
    }

    .traffic-overview-content p,
    .organic-stats-content p {
      color: #333;
      line-height: 1.6;
    }

    .traffic-content-section {
      background-color: #fff;
    }



<!-- Traffic Overview Section -->



.seo-feature-section {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    .seo-feature-card {
      background-color: #f5f7ff;
      border-radius: 10px;
      padding: 30px;
      height: 100%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
    }

    .seo-feature-title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 15px;
    }

    .seo-feature-text {
      color: #333;
      margin-bottom: 10px;
    }

    .seo-feature-button {
      background-color: #5f3dc4;
      color: #fff;
      font-weight: 600;
      padding: 8px 16px;
      border: none;
      border-radius: 6px;
      text-decoration: none;
      display: inline-block;
    }

    .seo-feature-button:hover {
      background-color: #4c32a9;
      color: #fff;
    }

<!-- Traffic Overview Section -->


.competitor-analysis-section {
      padding: 80px 0;
      background-color: #fff;
    }

    .competitor-subtitle {
      text-transform: uppercase;
      font-weight: 600;
      color: #666;
      font-size: 0.9rem;
    }

    .competitor-title {
      font-size: 2.75rem;
      font-weight: 800;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .competitor-description {
      font-size: 1rem;
      color: #333;
      max-width: 580px;
      margin-bottom: 30px;
    }

    .competitor-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .competitor-list li {
      font-weight: 500;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
    }

    .competitor-list i {
      color: #ff5722;
      font-size: 1.2rem;
      margin-right: 10px;
    }

    .competitor-button {
      background-color: #ff5722;
      border: none;
      padding: 12px 24px;
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      margin-top: 30px;
    }

    .competitor-button:hover {
      background-color: #7ba549;
    }

    .competitor-image {
      max-width: 100%;
      border-radius: 10px;
      box-shadow: 0 0 30px rgba(0,0,0,0.1);
    }

<!-- Traffic Overview Section -->




.traffic-section-title {
            font-weight: 700;
            font-size: 2rem;
        }
        .traffic-card {
            border-radius: 20px;
            padding: 25px;
            margin-bottom: 20px;
            height: 100%;
        }
        .card-stand {
            background-color: #f0f4fd;
        }
        .card-growth {
            background-color: #e2f6fd;
        }
        .card-competitor {
            background-color: #caffc8;
        }
        .icon-box {
            background-color: white;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            margin-bottom: 15px;
        }
        .icon-box i {
            font-size: 1.2rem;
        }


<!-- Traffic Overview Section -->