.seo-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f7f7;
  padding: 40px 20px;
  direction: rtl;
  justify-content: center;
  align-items: center;
}

.seo-left {
  flex: 1 1 300px;
  padding: 20px;
  max-width: 500px;
}

.seo-title {
  font-size: 32px;
  margin-bottom: 15px;
}

.seo-description {
  margin-bottom: 25px;
}

.seo-features {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 25px;
  text-align: center;
}

.seo-features div {
  font-weight: bold;
}

.seo-button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}

.seo-right {
  flex: 1 1 300px;
  padding: 20px;
  text-align: center;
}

.seo-circle {
  width: 220px;
  height: 220px;
  background-color: #FFD700;
  border-radius: 50%;
  margin: 0 auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .seo-section {
    flex-direction: column;
    text-align: center;
  }

  .seo-features {
    justify-content: center;
    gap: 20px;
  }
}









.seo-testimonials {
  background-color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.testimonial-title {
  font-size: 28px;
  margin-bottom: 40px;
}

.testimonial-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.testimonial-item {
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 12px;
  max-width: 300px;
  flex: 1 1 250px;
}

.testimonial-text {
  margin-bottom: 15px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  color: #333;
}















.seo-process {
  background-color: #f7f7f7;
  padding: 50px 20px;
  text-align: center;
}

.process-title {
  font-size: 28px;
  margin-bottom: 40px;
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.process-step {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  max-width: 250px;
  flex: 1 1 200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.step-number {
  background-color: #ffd700;
  color: #000;
  font-weight: bold;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.step-desc {
  line-height: 1.6;
  color: #444;
}






.seo-cta {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.cta-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.cta-button {
  background-color: #ffd700;
  color: #000;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
}
