.elementor-835 .elementor-element.elementor-element-40e8e97{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-835 .elementor-element.elementor-element-40e8e97:not(.elementor-motion-effects-element-type-background), .elementor-835 .elementor-element.elementor-element-40e8e97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-835 .elementor-element.elementor-element-cbaa936{--display:flex;--min-height:283px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-311px;--margin-left:0px;--margin-right:0px;}.elementor-835 .elementor-element.elementor-element-cbaa936:not(.elementor-motion-effects-element-type-background), .elementor-835 .elementor-element.elementor-element-cbaa936 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-8e9efc5 */.seo-page {
  background: #000;
  color: #fff;
  padding: 70px 20px;
  font-family: Arial, sans-serif;
}

.seo-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-label {
  color: #1457ff;
  letter-spacing: 7px;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 18px;
}

/* Hero */
.seo-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 100px;
}

.seo-hero-content h1 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0 0 25px;
  color: #fff;
  font-weight: 800;
}

.seo-hero-content h1 span {
  color: #1457ff;
}

.seo-hero-content p {
  color: #cfcfcf;
  font-size: 19px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.primary-btn,
.secondary-btn {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.primary-btn {
  background: #1457ff;
  color: #fff;
}

.primary-btn:hover {
  background: #fff;
  color: #000;
}

.secondary-btn {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.secondary-btn:hover {
  background: #fff;
  color: #000;
}

/* SEO Orbit */
.seo-hero-visual {
  display: flex;
  justify-content: center;
}

.seo-orbit {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-orbit::before {
  content: "";
  width: 260px;
  height: 260px;
  border: 2px solid #1457ff;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 40px rgba(20, 87, 255, 0.35);
}

.center-seo {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 87, 255, 0.25), rgba(0, 0, 0, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.center-seo h2 {
  font-size: 68px;
  margin: 0;
}

.center-seo span {
  font-size: 42px;
  color: #1457ff;
}

.orbit-item {
  position: absolute;
  background: #030303;
  border: 1px solid rgba(20, 87, 255, 0.7);
  color: #fff;
  padding: 13px 18px;
  border-radius: 50px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.item-1 {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.item-2 {
  right: -35px;
  top: 42%;
}

.item-3 {
  right: 20px;
  bottom: 40px;
}

.item-4 {
  left: 40px;
  bottom: 35px;
}

.item-5 {
  left: -30px;
  top: 42%;
}

/* Section Heading */
.section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.section-heading h2 {
  font-size: 40px;
  margin: 0 0 14px;
  color: #fff;
}

.section-heading p {
  color: #cfcfcf;
  max-width: 650px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.6;
}

/* Services */
.seo-services {
  margin-bottom: 100px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service-card {
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 35px 22px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #1457ff;
  box-shadow: 0 0 30px rgba(20, 87, 255, 0.25);
}

.service-icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 1px solid rgba(20, 87, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  color: #1457ff;
  font-size: 34px;
}

.service-card h3 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #fff;
}

.service-card p {
  color: #c6c6c6;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* Process */
.seo-process {
  margin-bottom: 80px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  position: relative;
}

.process-step {
  text-align: center;
}

.process-circle {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 auto 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.process-step:hover .process-circle {
  border-color: #1457ff;
  box-shadow: 0 0 30px rgba(20, 87, 255, 0.25);
}

.process-circle span {
  color: #1457ff;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
}

.process-circle strong {
  font-size: 32px;
  color: #fff;
}

.process-step h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 13px;
}

.process-step p {
  color: #c6c6c6;
  line-height: 1.6;
  font-size: 15px;
  margin: 0;
}

/* Bottom Section */
.seo-bottom {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
}

.seo-cta-card,
.seo-benefits-card {
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 40px;
}

.seo-cta-card {
  background: linear-gradient(135deg, #08227a, #050505 70%);
  display: flex;
  gap: 25px;
  align-items: center;
}

.rocket {
  font-size: 70px;
  min-width: 90px;
}

.seo-cta-card h2,
.seo-benefits-card h2 {
  font-size: 34px;
  margin: 0 0 18px;
  color: #fff;
}

.seo-cta-card p {
  color: #d1d1d1;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.seo-cta-card a {
  display: inline-block;
  background: #1457ff;
  color: #fff;
  padding: 15px 34px;
  border-radius: 7px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.seo-cta-card a:hover {
  background: #fff;
  color: #000;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.benefits-grid div {
  display: grid;
  grid-template-columns: 55px 1fr;
  column-gap: 15px;
}

.benefits-grid span {
  width: 50px;
  height: 50px;
  background: #1457ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  grid-row: span 2;
}

.benefits-grid h4 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 17px;
}

.benefits-grid p {
  margin: 0;
  color: #c6c6c6;
  font-size: 14px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .seo-hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 900px) {
  .seo-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .seo-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .process-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .seo-page {
    padding: 50px 15px;
  }

  .seo-hero-content h1 {
    font-size: 38px;
  }

  .seo-orbit {
    width: 310px;
    height: 310px;
  }

  .seo-orbit::before {
    width: 200px;
    height: 200px;
  }

  .center-seo {
    width: 160px;
    height: 160px;
  }

  .center-seo h2 {
    font-size: 48px;
  }

  .orbit-item {
    font-size: 10px;
    padding: 9px 12px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .process-line {
    grid-template-columns: 1fr;
  }

  .seo-cta-card {
    flex-direction: column;
    text-align: center;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .seo-cta-card h2,
  .seo-benefits-card h2 {
    font-size: 28px;
  }
}/* End custom CSS */