/* === Hero Section === */
.see-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
.see-hero2 {
  padding: 100px 0 0 0;
}

/* === Left Content === */
.seo-left {
  width: 60%;
}
.seo-left h1 {
  font-size: 54px;
  font-weight: 500;
  color: #fcfcfc;
}
.seo-left h2 {
  font-size: 62px;
  color: white;
}
.seo-left h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background-color: #feff03;
  margin: 20px 0;
}
.seo-left p {
  font-size: 22px;
  font-weight: 500;
  color: #fcfcfc;
  padding: 30px 0 0 0;
  line-height: 28px;
}

/* === Left Subtext === */
.seo-left2 p {
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  padding: 15px 0 50px 0;
  color: white;
}

/* === Right Content === */
.seo-right {
  width: 35%;
  text-align: end;
}
.seo-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* === CTA Buttons === */
.cta-btn-2 a {
  padding: 14px 40px;
}
.cta-btn-3,
.cta-btn {
  margin: 0 auto;
}

/* === Responsive Design === */
@media (max-width: 1100px) {
  .seo-left h1 {
    font-size: 38px;
  }
  .seo-left h2 {
    font-size: 32px;
  }
  .seo-left p {
    font-size: 20px;
  }
  .we-help h1 {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .seo-left p {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 600px) {
  .see-hero {
    flex-direction: column-reverse;
  }
  .seo-left,
  .seo-right {
    width: 100%;
    text-align: center;
  }
  .seo-left h2::after {
    margin: 20px auto;
  }
  .seo-left p {
    width: 100%;
  }
  .see-hero2 {
    flex-direction: column;
  }
}
