.smm-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  text-align: center;
  color: white;
  min-height: 300px; /* Adjust based on content */
}

.smm-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3; /* Adjust transparency */
}

.smm-content {
  position: relative;
  z-index: 1;
}
.smm-content h4 {
  color: #0b2953;
}

.seo-services{
    text-align: center;
}

.seo-services {
  padding: 60px 20px;
  background: #f6f6f6;
}
.seo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.seo-card {
  background: white;
  padding: 20px;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  text-align: center;
}
.seo-card img {
  height: 140px;
  margin-bottom: 10px;
}
.seo-cta {
  background: #0b2953;
  color: white;
  padding: 60px 20px;
  text-align: center;
}
  .quote-btn {
    display: inline-block;
    background-color: #FEBE10;
    color: #fff;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .quote-btn:hover {
    background-color: #e6a900;
    color: #000;
  }


  .seo-process {
  background-color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.seo-process h2 {
  margin-bottom: 40px;
  color: #0b2953;
}

.process-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 120px;
}

.process-step img {
  height: 60px;
  margin-bottom: 10px;
}

.process-step p {
  font-weight: 600;
  color: #333;
}

.arrow {
  font-size: 30px;
  color: #0b2953;
}
