.ai-seo-why-section {
  background: #fff;
}
.hrbnrimg{
  max-height: 450px;
}
.ai-seo-why-title {
  font-size: 2rem;
  line-height: 1.3;
}

.ai-seo-feature-box {
  background: #fff;
  transition: all 0.3s ease;
}
.ai-seo-feature-box:hover {
  border-color: #4f46e5;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.1);
}

.ai-seo-feature-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f0ff;
  border-radius: 50%;
}

.ai-seo-img-wrapper {
  position: relative;
}
.ai-seo-img1 {
  width: 220px;
  height: 220px;
  object-fit: cover;
  z-index: 2;
}
.ai-seo-img2 {
  width: 180px;
  height: 180px;
  bottom: -40px;
  right: -60px;
  object-fit: cover;
  z-index: 1;
}
.ai-seo-decor-plus {
  top: 10%;
  right: 15%;
  color: #5b4cf0;
  font-size: 2rem;
  font-weight: bold;
}
.ai-seo-decor-star {
  bottom: 10%;
  right: 30%;
  color: #5b4cf0;
  font-size: 2.5rem;
  font-weight: bold;
}
.client-logos .logo-slider {
  overflow: hidden;
  position: relative;
}

.client-logos .logo-track {
  display: flex;
  width: calc(200%); /* double for loop */
  animation: scroll 20s linear infinite;
}

.client-logos img {
  margin: 0 30px;
  transition: filter 0.3s ease;
  max-height: 30px !important;
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.srvcsection{
  background-color: #F6F8F9;
}
.service-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px 45px;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.service-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.srvcicn{
  height: 60px;
    width: 60px;
    background-color: #104041;
    text-align: center;
    border-radius: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.srvcicn img{
  height: 35px;
  width: 100%;
}
@media (max-width: 991px) {
  .ai-seo-img1, .ai-seo-img2 {
    width: 160px;
    height: 160px;
  }
  .ai-seo-img2 {
    bottom: -30px;
    right: -40px;
  }
}
