 body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
    color: #212529;
  }

  .hero {
    background: linear-gradient(120deg, #1a73e8, #34a853);
    color: #fff;
    padding: 100px 20px;
    text-align: center;
  }

  .hero h1 {
    font-size: 48px;
    font-weight: bold;
  }

  .hero p {
    font-size: 18px;
  }

  .section-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 32px;
  }

  .service-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 100%;
    transition: 0.3s;
  }

  .service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .service-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .service-box h5 {
    font-weight: 600;
    margin-bottom: 15px;
  }

  .image-text-section img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .seo-step-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.seo-step-card:hover {
  transform: translateY(-5px);
  border-color: #3fc21e;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.seo-step-card h5 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.seo-step-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-step-card ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
}

.accordion-button {
      font-weight: 700;
      font-size: 1.1rem;
      color: #000;
      border-radius: 10px !important;
    }
    .accordion-button:not(.collapsed) {
      color: #3fc21e;
      background-color: #fff;
      box-shadow: none;
      border: 1px solid #3fc21e;
    }
    .accordion-item {
      border: none;
      border-radius: 10px;
      margin-bottom: 1rem;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    }
    .accordion-body {
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .section-title {
      font-weight: bold;
      font-size: 1.8rem;
      margin-bottom: 1rem;
    }
    .section-title span {
      border-bottom: 3px solid #3fc21e;
      display: inline-block;
      padding-bottom: 5px;
    }

    .seo-section {
      background: linear-gradient(to right, #e0f7fa, #fff);
      padding: 60px 0;
    }
    .seo-icon-box {
      background-color: #fff;
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
      text-align: center;
    }
    .seo-icon-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }
    .seo-icon-box i {
      font-size: 35px;
      color: #3fc21e;
      margin-bottom: 15px;
    }
    .seo-icon-box h5 {
      font-weight: 700;
      margin-bottom: 10px;
    }
    .section-title {
      text-align: center;
      margin-bottom: 50px;
    }
    .section-title h2 {
      font-weight: bold;
      font-size: 2rem;
    }
    .section-title span {
      color: #3fc21e;
    }
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #f4f6fb;
    color: #333;
}

.seo-wrapper {
    padding: 60px 20px;
}

.seo-container {
    max-width: 1100px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
}

.seo-main-title {
    font-size: 36px;
    color: #1a237e;
    margin-bottom: 10px;
}

.seo-tagline {
    font-size: 18px;
    color: #666;
    margin-bottom: 25px;
}

.seo-heading {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #222;
}

.seo-text {
    line-height: 1.7;
    margin-bottom: 15px;
}

.seo-points,
.seo-services-list {
    margin-left: 20px;
    margin-bottom: 25px;
}

.seo-points li,
.seo-services-list li {
    margin-bottom: 10px;
}

.seo-feature-box {
    background: #eef1ff;
    padding: 20px;
    border-left: 5px solid #1a237e;
    margin-bottom: 15px;
    border-radius: 6px;
}

.seo-feature-title {
    font-size: 20px;
    color: #1a237e;
    margin-bottom: 8px;
}

.seo-process-steps {
    margin-left: 20px;
    margin-bottom: 30px;
}

.seo-process-steps li {
    margin-bottom: 10px;
}

.seo-action-btn {
    display: inline-block;
    padding: 14px 30px;
    background: #1a237e;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s ease;
}

.seo-action-btn:hover {
    background: #0f154d;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-main-title {
        font-size: 28px;
    }

    .seo-heading {
        font-size: 22px;
    }

    .seo-container {
        padding: 25px;
    }
}

seo-step-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.seo-step-card:hover {
  transform: translateY(-5px);
  border-color: #e63946;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.seo-step-card h5 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

.seo-step-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-step-card ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
}

  .plan-box {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s;
    }

    .plan-box:hover {
      transform: translateY(-5px);
    }

    .plan-header {
      color: #fff;
      padding: 20px 15px;
    }

    .plan-basic { background-color: #28a745; }
    .plan-standard { background-color: #f5a623; color: #000; }
    .plan-professional { background-color: #e74c3c; }
    .plan-enterprise { background-color: #444; }

    .featured-ribbon {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #222;
      color: #fff;
      font-size: 12px;
      padding: 3px 10px;
      border-radius: 3px;
    }

    .plan-body {
      padding: 20px;
    }

    .plan-body ul {
      text-align: left;
      padding-left: 0;
      list-style: none;
      font-size: 14px;
    }

    .plan-body ul li {
      padding: 6px 0;
      border-bottom: 1px solid #f0f0f0;
    }

    .plan-body ul li span {
      font-weight: 600;
    }

    .feature-row {
      background-color: #f9f9f9;
      padding: 8px 15px;
      font-size: 14px;
      border-top: 1px solid #eee;
    }

    .feature-yes {
      color: #28a745;
    }

    .feature-no {
      color: red;
    }

    .btn-proceed {
      width: 100%;
      padding: 10px;
      font-weight: 600;
      border: none;
    }
    

    .btn-basic { background: #28a745; color: #fff; }
    .btn-standard { background: #f5a623; color: #fff; }
    .btn-professional { background: #f39c12; color: #fff; }
    .btn-enterprise { background: #444; color: #fff; }
     
     .plan-body ul li i.fa-times {
      color: red;
      margin-right: 8px;
    }