

body{font-family:Poppins,sans-serif}
.hero img{height:520px;object-fit:cover;filter:brightness(.6)}
.section{padding:70px 0}
.service-card{box-shadow:0 5px 15px rgba(0,0,0,.1);transition:.3s}
.service-card:hover{transform:translateY(-8px);background:#0d6efd;color:#fff}

/* auto project slider */
.project-track{display:flex;gap:20px;animation:scroll 25s linear infinite}
.project-track img{height:220px;border-radius:10px}
@keyframes scroll{
0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}

/* whatsapp btn */
.whatsapp{
position:fixed;bottom:20px;right:20px;
background:#25d366;color:#fff;
padding:12px 18px;border-radius:50px;
font-weight:600;z-index:999
}

/*cont*/
.seo-image-text{
  padding:60px 20px;
  background:#f8f9fb;
  font-family:Arial, sans-serif;
}

.seo-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:center;
}

/* Image */
.seo-image img{
  width:100%;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Text */
.seo-text h1{
  font-size:30px;
  margin-bottom:15px;
}

.seo-text h2{
  font-size:22px;
  margin:25px 0 10px;
}

.seo-text p{
  line-height:1.8;
  color:#333;
  margin-bottom:15px;
}

/* Button */
.seo-cta{
  display:inline-block;
  margin-top:10px;
  background:#25D366;
  color:#fff;
  padding:12px 24px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
}

/* Mobile */
@media(max-width:768px){
  .seo-container{
    grid-template-columns:1fr;
  }
  .seo-text h1{
    font-size:24px;
  }
}

/*2article*/
.seo-section{
  padding:40px 15px;
  max-width:1200px;
  margin:auto;
}

.seo-box{
  display:flex;
  gap:25px;
  align-items:center;
  margin-bottom:40px;
}

.seo-img img{
  width:100%;
  max-width:420px;
  border-radius:12px;
}

.seo-content h2{
  font-size:26px;
  margin-bottom:10px;
}

.seo-content p{
  font-size:16px;
  line-height:1.7;
  color:#444;
}

/* Mobile Responsive */
@media(max-width:768px){
  .seo-box{
    flex-direction:column;
    text-align:center;
  }

  .seo-content h2{
    font-size:22px;
  }
}

