.banner {
  position: relative;
    background: url('/assets/image/ppc-banner.webp') no-repeat center center/cover;
  height: 300px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.banner h1 {
  font-size: 2rem;
  margin: 3px;
  margin-left: 570px;
  color: white;
  letter-spacing: .5px;
  font-weight: 500;
}

.banner p {
  font-size: .9em;
  margin: 10px 0;
  max-width: 600px;
  text-align: justify;
  margin-right: -615px;
  line-height: 1.5;
  letter-spacing: .5px;
  font-weight: 400;
}

.banner button {
  background-color: white;
  color: black;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 9px;
  margin-left: 95px;
  border-radius: 24px;
  letter-spacing: .5px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.banner button:hover {
  background: linear-gradient(to right, #276ea2, #5f9d39);
  color: #f7f7f7;
}

@media screen and (max-width: 768px) {
  .banner h1 {
    font-size: 2rem;
    margin-left: 310px;
  }

  .banner p {
    display: none;
  }

  .banner button {
    font-size: 0.9rem;
    margin-left: -624px;
    padding: 8px 15px;
  }
}

@media screen and (max-width: 480px) {

  .banner {
    position: relative;
    height: 145px;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .banner p {
    display: none;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .banner h1 {
    font-size: 1.3em;
    margin-left: 132px;
    margin-top: 15px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .banner button {
    font-size: 0.9rem;
    margin-left: 135px;
    padding: 8px 15px;
    letter-spacing: .5px;
    font-weight: 500;
  }
}


.seo {
  text-align: center;
  padding: 1rem;
  text-align: center;
  margin-top: 45px;
  padding: 1rem;
}

.seo h2 {
  color: black;
  letter-spacing: .5px;
  font-weight: 500;
}

section.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  gap: 2rem;
}

.content-head {
  font-size: .9em;
  margin-top: 20px;
  margin-right: 110px;
  margin-left: 94px;
  text-align: justify;
  letter-spacing: .5px;
  font-weight: 400;
  color: black;
}

.content .image img {
  width: 100%;
  max-width: 470px;
  height: auto;
  margin-top: 2px;
  margin-left: 90px;
}

.content .text {
  flex: 1;
  margin-right: 100px;
  margin-top: -76px;
  margin-left: 98px;
  letter-spacing: .5px;
  font-weight: 500;
}

.content .text ul {
  padding: 0;
  list-style: none;
}

.content .text li {
  margin: 0.5rem 0;
  font-size: .9em;
  letter-spacing: .5px;
  font-weight: 400;
}

@media (max-width: 768px) {
  section.content {
    flex-direction: column;
    align-items: center;
  }

  .content .image img {
    display: none;
  }
}

@media (max-width: 480px) {
  header h1 {
    font-size: 1.5rem;
  }

  .seo {
    text-align: center;
    padding: 1rem;
    text-align: center;
    margin-top: 12px;
    padding: 1rem;
  }

  .content .text li {
    font-size: 1rem;
  }

  .content .image img {
    display: none;
  }

  .content .text {
    flex: 1;
    margin-top: -70px;
    margin-right: 35px;
    text-align: justify;
    margin-left: -11px;
  }

  .content .text ul {
    padding: 0;
    margin-left: 16px;
    width: 100%;
    text-align: justify;
    list-style: none;
  }

  .seo h2 {
    margin-left: 3px;
    font-size: 1.3em;
    text-align: left;
    color: black;
  }

  .content-head {
    font-size: 1em;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: justify;
    letter-spacing: .5px;
    font-weight: 500;
    color: black;
  }

}

.container-1 {
  text-align: center;
  padding: 75px 20px;
  margin-top: -31px;
  background-color: #ffffff;
}

.container-1 h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
  color: black;
  letter-spacing: .5px;
  font-weight: 500;
}

.service-p {
  text-align: center;
  font-size: 1em;
  color: #666;
  text-align: justify;
  margin-right: 50px;
  margin-left: 50px;
  letter-spacing: .5px;
  font-weight: 500;
}

.service-container-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  justify-content: center;
  gap: 20px;
}

.ser {
  color: #276ea2;
  letter-spacing: .5px;
  font-weight: 500;
}

.service-item-container-1 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 400px;
  border-bottom-color: #2c8d46;
  text-align: center;
  transition: transform 0.3s ease;
}

.service-item-container-1:hover {
  transform: scale(1.05);
}

.service-item-container-1 .icon img {
  max-width: 100%;
  height: auto;
  width: 20%;
  margin-bottom: 10px;
}

.service-item-container-1 h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  letter-spacing: .5px;
  font-weight: 500;
  color: #333;
}

.service-item-container-1 p {
  font-size: 1em;
  color: #666;
  text-align: justify;
  margin-bottom: 20px;
  letter-spacing: .5px;
  font-weight: 500;
}

.service-item-container-1 .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 0.9em;
  color: #fff;
  background-color: #276ea2;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: .5px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.service-item-container-1 .btn:hover {
  background-color: #276ea2;
}

@media (max-width: 768px) {
  .service-item-container-1 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-right: 10px;
    margin-left: 23px;
    width: 297px;
    border-bottom-color: #2c8d46;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .service-item-container-1 p {
    font-size: 1em;
    color: #666;
    text-align: justify;
    margin-bottom: 20px;
    margin-left: 3px;
    letter-spacing: .5px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .service-container-1 {
    flex-direction: column;
    align-items: center;
    margin-left: -10px;
  }

.container-1 {
  text-align: center;
  padding: 30px 20px;
  margin-top: -31px;
  background-color: #ffffff;
}

  .container-1 h2 {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: black;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .service-p {
    text-align: center;
    font-size: 1em;
    color: #666;
    text-align: justify;
    margin-right: 10px;
    margin-left: 10px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .service-item-container-1 {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 85%;
    text-align: center;
    
  }
}


/* 
.cta-section-get .content-get {
  max-width: 800px;
  margin: 0 auto;
  margin-left: 305px;
  margin-top: -295px;
}

.cta-section-get {
  background: linear-gradient(to right, hsl(220, 89%, 56%), hsl(220, 91%, 22%));
  color: white;
  text-align: center;
  height: 254px;
  padding: 50px 20px;
}

.cta-section-get h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.content-get p {
  font-size: 18px;
  text-align: center;
  color: white;
  margin-bottom: 30px;
}

.cta-button-get {
  display: inline-block;
  background-color: white;
  color: hsl(220, 68%, 54%);
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.1s, color 0.3s;
}

.cta-button-get:hover {
  background-color: #4a46b2;
  color: white;
}

@media (max-width: 768px) {
  .cta-section-get h3 {
    font-size: 20px;
  }

  .cta-section-get p {
    font-size: 16px;
  }
}

.rocket-get {
  max-width: 100%;
  margin-top: 0px;
  margin-left: -900px;
  width: 13%;
  height: auto;
}

.rocket-get {
  animation: upDown 2s infinite;
}

@keyframes upDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}


@media (max-width: 480px) {
  .cta-section-get .content-get {
    max-width: 800px;
    margin: 0 auto;
    margin-left: 12px;
    margin-top: -17px;
  }

  .rocket-get {
    display: none;
  }



} */
.container-2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 30px;
}

.us {
  text-align: center;
  color: #333;
  margin-bottom: 1rem;
  font-size: 2em;
  letter-spacing: .5px;
  font-weight: 500;
}

.seo-partner-section .content-container-2 {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.seo-partner-section .image img {
  max-width: 100%;
  height: auto;
  margin-top: -10px;
  width: 46%;
  margin-left: 28px;
  border-radius: 8px;
}

.list {
  margin-left: -20px;
  margin-top: -3px;
}

.seo-partner-section .list ol {
  padding-left: 1.5rem;
  color: #333;
  letter-spacing: .5px;
  font-weight: 500;
}

.seo-partner-section .list ol li {
  margin-bottom: 1rem;
  margin-left: -365px;
}

.seo-partner-section .list ol li strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  margin-top: 45px;
  letter-spacing: .5px;
  font-weight: 500;
  color: #276ea2;
}

@media (max-width: 768px) {
  .seo-partner-section .content-container-2 {
    flex-direction: column;
    text-align: center;
  }

  .list {
    margin-left: 375px;
    margin-top: -86px;
  }

  .seo-partner-section .list ol li {
    margin-bottom: 1rem;
    text-align: center;
  }

  .seo-partner-section .list ol {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.9rem;
  }

  .seo-partner-section .list ol li strong {
    font-size: 1rem;
  }

  .seo-partner-section .image img {
    max-width: 100%;
    height: auto;
    margin-top: -5px;
    width: 76%;
    margin-left: 0px;
    border-radius: 8px;
  }

  .list {
    margin-left: 338px;
    margin-top: -90px;
  }

  p,
  li {
    font-size: 0.9rem;
    margin-left: 24px;
    margin-right: 10px;
  }
}

.responsive-section-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.content-2 {
  flex: 1 1 45%;
  margin-top: 40px;
  margin-left: 60px;
  max-width: 600px;
}

.illustration-2 {
  flex: 1 1 45%;
  text-align: center;
}

.illustration-2 img {
  max-width: 100%;
  width: 55%;
  margin-top: 30px;
  height: auto;
}

.hub {
  color: #276ea2;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 10px;
}


.accordion-2 {
  margin-top: 20px;
  width: 650px;
  letter-spacing: .5px;
  font-weight: 500;
}

@media (max-width: 768px) {

  .accordion-2 {
    margin-top: 20px;
    width: 90%;
    letter-spacing: .5px;
    font-weight: 500;
  }

}

.accordion-item-2 {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.accordion-button-2 {
  width: 100%;
  background: #f7f7f7;
  border: none;
  padding: 10px;
  color: black;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  outline: none;
  letter-spacing: .5px;
  font-weight: 500;
}

.accordion-content-2 {
  display: none;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  letter-spacing: .5px;
  font-weight: 500;
}


@media (max-width: 480px) {
  .responsive-section-2 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    gap: 20px;
    margin-left: -5px;
    align-items: center;
    justify-content: center;
  }

  .hub {
    color: #2a7b98;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 1em;
    margin-left: 107px;
    margin-bottom: 10px;
  }

  .faq-paragraph {
    margin-left: 101px;
    font-size: .9em;
  }

  .accordion-2 {
    margin-top: 20px;
    width: 507px;
    margin-left: 93px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .accordion-item-2 {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 65%;
  }

  .illustration-2 img {
    max-width: 100%;
    width: 88%;
    margin-top: -10px;
    height: auto;
  }
}

/* 
h3{
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #222;
  }
   */
/* p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  } */
ol {
  margin-left: 1.5rem;
  margin-top: 20px;
  letter-spacing: .5px;
  font-weight: 500;
}

li {
  /* margin-bottom: 0.5rem; */
  /* font-size: 1rem; */
  letter-spacing: .5px;
  font-weight: 500;
}

.footer {
  font-weight: bold;
  margin-top: 1rem;
}

.email-marketing {
  background-color: #fff;
  padding: 2rem;
  max-width: 90%;
  margin: 2rem auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.email-marketing .content-email {
  text-align: justify;
  margin-top: 20px;
  margin-left: 55px;
}

@media (max-width: 768px) {
  .email-marketing {
    padding: 1.5rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p,
  li {
    font-size: 0.9rem;
    margin-left: 6px;
  }

  ol {
    margin-left: 1rem;
  }
}

iframe {
  border: none;
}

@media (max-width: 480px) {

  .email-marketing .content-email {
    text-align: justify;
    margin-top: 8px;
    margin-left: -10px;
  }

}

.contant-why {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.why-head {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}

.why-para {
  font-size: 1rem;
  color: #555;
}

@media (max-width: 768px) {
  .why-head {
    font-size: 1.5rem;
  }

  .why-para {
    font-size: 0.9rem;
  }
}

.faq-images {
  max-width: 100%;
  height: auto;
}

.faq-images img {
  width: 100px;
  margin-left: 56px;
  height: auto;
  margin-top: -79px;
}

section.cross {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  background-color: white;
}

.text-content {
  flex: 1;
  padding: 20px;
}

.text-content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #276ea2;
  letter-spacing: .5px;
  font-weight: 500;
}

.text-content p {
  font-size: 1rem;
  color: #555;
  letter-spacing: .5px;
  font-weight: 500;
}

.image-content {
  flex: 1;
  text-align: center;
}

.image-content img {
  max-width: 55%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 768px) {
  section.cross {
    flex-direction: column;
    text-align: center;
  }

  .text-content,
  .image-content {
    flex: none;
    width: 100%;
  }

  .text-content h3 {
    font-size: 1.5rem;
  }

  .text-content p {
    font-size: 0.9rem;
  }

  section.cross img {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .text-content h3 {
    font-size: 1.3em;
  }
  
   .image-content h3 {
       max-width:88%;
       height:auto;
       margin-top:-25px;
       border-radius:10px;
   }
  
  
  .text-content p {
    font-size: 0.8rem;
    padding:-10px;
    width:98%;
    margin-left:-1px;
  }
}

.responsive-section-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.content-2 {
  flex: 1 1 45%;
  margin-top: 40px;
  margin-left: 60px;
  max-width: 600px;
}

.illustration-2 {
  flex: 1 1 45%;
  text-align: center;
}

.illustration-2 img {
  max-width: 100%;
  width: 55%;
  margin-top: 30px;
  height: auto;
}

.hub {
  color: #276ea2;
  letter-spacing: .5px;
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 10px;
}


.accordion-2 {
  margin-top: 20px;
  width: 650px;
  letter-spacing: .5px;
  font-weight: 500;
}


@media (max-width: 768px) {

  .accordion-2 {
    margin-top: 20px;
    width: 90%;
    letter-spacing: .5px;
    font-weight: 500;
  }
}

.accordion-item-2 {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.accordion-button-2 {
  width: 100%;
  background: #f7f7f7;
  border: none;
  padding: 10px;
  color: black;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  outline: none;
  letter-spacing: .5px;
  font-weight: 500;
}

.accordion-content-2 {
  display: none;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #ddd;
  letter-spacing: .5px;
  font-weight: 500;
}

@media (max-width: 480px) {
  .hub {
    color: #276ea2;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 1em;
    margin-left: 107px;
    margin-bottom: 10px;
  }

  .faq-paragraph {
    margin-left: 101px;
    font-size: .9em;
  }

  .accordion-2 {
    margin-top: 20px;
    width: 507px;
    margin-left: 93px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .accordion-item-2 {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 70%;
  }

  .illustration-2 img {
    max-width: 100%;
    width: 88%;
    margin-top: -10px;
    height: auto;
  }
}

.seo-section {
  padding: 20px 20px;
  background-color: #fff;
}

.seo-section h3 {
  text-align: center;
  font-size: 1.9em;
  letter-spacing: .5px;
  font-weight: 500;
  color: #2c8d46;
}

.seo-section p {
  font-size: 16px;
  color: #555;
  max-width: 1000px;
  text-align: center;
  margin-top: 25px;
  margin: 0 auto;
  margin-left: 140px;
  letter-spacing: .5px;
  font-weight: 500;
}

.seo-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  letter-spacing: .5px;
  font-weight: 500;
  margin-top: 30px;
}

.benefit {
  text-align: center;
  border: 1px solid #666;
  border-radius: 50%;
  width: 12%;
  height: 157px;
  display: flex;
  flex-direction: column;
  letter-spacing: .5px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: transform 0.3s ease-in-out;
}

.benefit p {
  font-size: 0.8em;
  text-align: center;
  font-weight: bold;
  color: #666;
  margin-left: 3px;
  letter-spacing: .5px;
  font-weight: 400;
}

.benefit:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .seo-section p {
    font-size: 16px;
    color: #555;
    max-width: 1000px;
    text-align: center;
    margin-top: 25px;
    margin: 0 auto;
    margin-left: 1px;
    letter-spacing: .5px;
    font-weight: 500;
  }

  .benefit {
    text-align: center;
    border: 1px solid #666;
    border-radius: 50%;
    width: 28%;
    height: 182px;
    display: flex;
    flex-direction: column;
    letter-spacing: .5px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
  }
}

.cartoon {
  font-size: 40px;
  color: #2a7b98;
  margin-bottom: 11px;

}

@media (max-width: 480px) {
  .seo-section h3 {
    text-align: center;
    font-size: 1.3em;
    letter-spacing: .5px;
    font-weight: 500;
    color: #2c8d46;
  }

  .seo-section p {
    font-size: .9em;
    color: #555;
    text-align: justify;
    margin-top: 25px;
    margin: 0 auto;
    letter-spacing: .5px;
    font-weight: 400;
  }

  .benefit {
    text-align: center;
    border: 1px solid #666;
    border-radius: 16%;
    width: 46%;
    height: 140px;
    display: flex;
    flex-direction: column;
    letter-spacing: .5px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: transform 0.1s ease-in-out;
  }
}


.benefits-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: -30px auto;
  padding: 20px;
}

.benefits-content {
  flex: 1;
}

.benefits-content h2 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #222;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.benefits-list .icon {
  color: #4CAF50;
  font-size: 18px;
  margin-right: 10px;
  margin-top: -4px;
}

.benefits-list p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}

.benefits-image {
  flex: 1;
  display: flex;
  border-radius: 25px;
  justify-content: center;
}

.benefits-image img {
  max-width: 100%;
  border-radius: 80px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .benefits-section {
    flex-direction: column;
    text-align: center;
  }

  .benefits-image {
    margin-top: 20px;
  }

  .benefits-list li {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {

.benefits-content h2 {
    text-align: justify;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222;
}
.benefits-list p {
    font-weight: 400;
    text-align: left;
    font-size: 1em;
    color: #444;
    line-height: 1.5;
}
}
.seo-advantages {
  background: #f9fcff;
  border-radius: 24px;
  padding: 24px;
  max-width: 1000px;
  margin-top: 30px;

  margin-left: 75px;
  font-family: Arial, sans-serif;
}

.seo-advantages h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
  color: #111;
}

.seo-advantages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-advantages ul li {
  font-size: 14px;
  /* smaller font size */
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.seo-advantages ul li::before {
  content: "✔";
  color: #0073e6;
  font-size: 14px;
  margin-right: 8px;
}

.seo-advantages p {
  font-size: 14px;
  color: #444;
  margin-top: 15px;
  line-height: 1.5;
}

@media (max-width: 480px) {

  .seo-advantages {
    background: #f9fcff;
    border-radius: 24px;
    padding: 24px;
    max-width: 1000px;
    margin-top: 1px;
    margin-left: 0px;
    font-family: Arial, sans-serif;
  }

  .seo-advantages ul li {
    font-size: 0.9em;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
  }
}

.para {
  max-width: 88%;
  /* margin: 20px auto; */
  margin-top: 40px;

  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.para p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #333;
  margin: 0;
}

@media (max-width: 480px) {

  .para {
    max-width: 100%;
    margin: 23px 19px;
    margin-top: 24px;
    text-align: left;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .para p {
    font-size: 1em;
    text-align: justify;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
    margin: 0;
  }
}


.ads-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 10%;
  background: #fff;
}

.ads-section .image {
  flex: 1;
}

.ads-section .image img {
  width: 100%;
  max-width: 300px;
}

.ads-section .content {
  flex: 1;
}

.ads-section h3 {
  font-size: 1.3em;
  font-weight: 400;
  text-transform: capitalize;
  color: #222;
  margin-bottom: 20px;
  margin-left: -139px;

}

.ads-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
  margin-left: -139px;

}

.ads-section ul {
  /* margin: 15px 0; */
  /* display: ruby; */
  margin-left: -143px;
  margin-right: -33px;
  color: #333;
}

.ads-section ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

.btn-learn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #0073e6;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-learn:hover {
  background: #005bb5;
}

/* Responsive */
@media(max-width: 900px) {
  .ads-section {
    flex-direction: column;
    text-align: center;
  }

  .ads-section .image img {
    display: none;
  }
}

@media(max-width: 480px) {
  .ads-section .content {
    flex: 1;
    margin-top: -70px;
    text-align: left;
    margin-left: 145px;
    font-size: 1em;
  }

  .ads-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 10px 10px;
    background: #fff;
  }
}

.paid-ads-section {
  padding: 60px 10%;
  background: #fff;
  text-align: center;
}

.paid-ads-section h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 40px;
  color: #222;
}

.paid-ads-section p {
  font-size: 1em;
  font-weight: 400;
  color: #555;
}

.ads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  background-color: #fff;
  padding: 20px;
  margin-top: 21px;
  text-align: left;
}

.ads-box {
  padding: 20px;
  border-radius: 10px;
  transition: 0.3s;
}

.ads-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.ads-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
}

.blue {
  background: #3498db;
}

.green {
  background: #27ae60;
}

.orange {
  background: #e67e22;
}

.purple {
  background: #9b59b6;
}

.red {
  background: #e74c3c;
}

.teal {
  background: #1abc9c;
}

.ads-box h3 {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
}

.ads-box p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}





.container-seo {
  max-width: 90%;
  margin: 30px auto;
  padding: 20px;
}

.seo-steps {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), #fff);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
}

.seo-steps header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.seo-steps h2 {
  margin: 0;
  font-size: 20px;
}

.seo-steps p.lead {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.icon-box {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e6f0ff, #f9fbff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--accent);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.step-card {
  background: var(--card);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  transition: transform .18s ease, box-shadow .18s ease;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.step-bubble {
  min-width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--glass), #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--accent);
  font-size: 18px;
  border: 1px solid rgba(15, 23, 42, 0.04);
}

.step-body h3 {
  margin: 0;
  font-size: 16px;
}

.step-body p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.step-meta {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 760px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .container-seo {
    margin: 21px;
    padding: 2px;
  }

  .step-bubble {
    min-width: 48px;
    height: 48px;
    font-size: 16px;
  }
}



.step-card:nth-child(1) {
  background: linear-gradient(135deg, #5599ca, #ffffff);
}

.step-card:nth-child(2) {
  background: linear-gradient(135deg, #8fbe58, #ffffff);
}

.step-card:nth-child(3) {
  background: linear-gradient(135deg, #f7dcb2, #e2a8a8);
}

.step-card:nth-child(4) {
  background: linear-gradient(135deg, #e9b1f1, #c46868);
}

.step-card:nth-child(5) {
  background: linear-gradient(135deg, #c3f1f7, #bb8585);
}