.elementor-391 .elementor-element.elementor-element-f48b12f{--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-391 .elementor-element.elementor-element-f48b12f:not(.elementor-motion-effects-element-type-background), .elementor-391 .elementor-element.elementor-element-f48b12f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-48c62f6 */* {
  box-sizing: border-box;
}

.seo-page {
  width: 100%;
  background:
    radial-gradient(circle at 75% 12%, rgba(92, 140, 255, 0.14), transparent 25%),
    radial-gradient(circle at 10% 40%, rgba(215, 255, 0, 0.06), transparent 25%),
    #030711;
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 45px 20px 60px;
  overflow: hidden;
}

/* HERO */
.seo-hero {
  max-width: 1180px;
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: center;
  gap: 54px;
}

.seo-label {
  color: #d7ff00;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 24px;
}

.seo-left h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.14;
  font-weight: 900;
  letter-spacing: -2px;
}

.seo-left h1 span {
  color: #d7ff00;
  text-shadow: 0 0 18px rgba(215, 255, 0, 0.25);
}

.seo-title-line {
  width: 100px;
  height: 3px;
  margin: 24px 0 28px;
  border-radius: 30px;
  background: linear-gradient(90deg, #d7ff00, #b55cff);
  box-shadow:
    0 0 12px rgba(215, 255, 0, 0.45),
    0 0 12px rgba(181, 92, 255, 0.45);
}

.seo-left > p {
  max-width: 520px;
  margin: 0;
  color: #d4d9e8;
  font-size: 18px;
  line-height: 1.72;
}

.seo-features {
  margin-top: 40px;
  display: flex;
  gap: 35px;
}

.seo-features div {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.seo-features div:last-child {
  border-right: none;
}

.seo-features svg {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  fill: none;
  stroke: currentColor;
  color: #d7ff00;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 9px rgba(215, 255, 0, 0.75));
}

.seo-features div:nth-child(2) svg {
  color: #c45cff;
  filter: drop-shadow(0 0 9px rgba(196, 92, 255, 0.75));
}

.seo-features div:nth-child(3) svg {
  color: #5c8cff;
  filter: drop-shadow(0 0 9px rgba(92, 140, 255, 0.75));
}

.seo-features span {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

.seo-buttons,
.seo-cta-actions {
  margin-top: 42px;
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.seo-btn {
  min-width: 180px;
  padding: 15px 24px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: 0.3s ease;
}

.seo-btn:hover,
.seo-btn:focus,
.seo-btn:active,
.seo-btn:visited {
  text-decoration: none !important;
}

.seo-btn-main {
  color: #07100a;
  background: linear-gradient(135deg, #d7ff00, #aaff00);
  box-shadow: 0 0 22px rgba(215, 255, 0, 0.42);
}

.seo-btn-outline {
  color: #d85cff;
  border: 1px solid rgba(216, 92, 255, 0.9);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 0 18px rgba(216, 92, 255, 0.18);
}

.seo-btn:hover {
  transform: translateY(-3px);
}

/* HERO VISUAL */
.seo-right {
  height: 570px;
  position: relative;
}

.seo-monitor {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 285px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(92, 140, 255, 0.17), transparent 35%),
    linear-gradient(145deg, #10182c, #070c18);
  border: 1px solid rgba(92, 140, 255, 0.55);
  box-shadow:
    0 0 42px rgba(92, 140, 255, 0.42),
    0 28px 70px rgba(0, 0, 0, 0.55);
  z-index: 4;
}

.monitor-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.monitor-top div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7ff00;
  box-shadow: 0 0 10px #d7ff00;
}

.seo-chart {
  height: 145px;
  margin-top: 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.025);
  overflow: hidden;
}

.seo-chart svg {
  width: 100%;
  height: 100%;
}

.grid-line {
  stroke: rgba(255,255,255,0.07);
  stroke-width: 1;
}

.chart-fill {
  fill: rgba(215,255,0,0.16);
}

.chart-line {
  fill: none;
  stroke: #d7ff00;
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px #d7ff00);
}

.bar-chart {
  margin-top: 18px;
  height: 70px;
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 0 14px;
}

.bar-chart span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #5c8cff, #7b2cff);
  box-shadow: 0 0 12px rgba(92,140,255,0.4);
}

.seo-magnifier {
  position: absolute;
  right: 52px;
  top: 52%;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d7ff00;
  font-size: 55px;
  font-weight: 900;
  background:
    radial-gradient(circle, rgba(215,255,0,0.13), #07101e 65%);
  border: 12px solid rgba(92, 180, 255, 0.95);
  box-shadow:
    0 0 24px rgba(92,180,255,0.8),
    inset 0 0 24px rgba(215,255,0,0.25);
}

.seo-magnifier::after {
  content: "";
  position: absolute;
  width: 85px;
  height: 22px;
  border-radius: 50px;
  background: #5c8cff;
  right: -55px;
  bottom: 8px;
  transform: rotate(45deg);
  box-shadow: 0 0 18px rgba(92,140,255,0.9);
}

.seo-platform {
  position: absolute;
  left: 52%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 480px;
  height: 115px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(0, 195, 255, 0.62), rgba(92, 140, 255, 0.18) 38%, transparent 72%);
  box-shadow:
    0 0 42px rgba(0, 195, 255, 0.55),
    0 0 54px rgba(123, 97, 255, 0.55);
  z-index: 1;
}

.seo-platform::before {
  content: "";
  position: absolute;
  inset: 24px 34px;
  border-radius: 50%;
  border: 3px solid rgba(123, 97, 255, 0.9);
  box-shadow:
    inset 0 0 22px rgba(123, 97, 255, 0.8),
    0 0 25px rgba(123, 97, 255, 0.75);
}

.seo-stat-card {
  position: absolute;
  width: 148px;
  padding: 17px;
  border-radius: 12px;
  background: rgba(8, 15, 28, 0.92);
  border: 1px solid rgba(216, 92, 255, 0.5);
  box-shadow: 0 0 24px rgba(216, 92, 255, 0.22);
  z-index: 8;
}

.seo-stat-card small {
  color: #c9cfdf;
  font-size: 12px;
}

.seo-stat-card strong {
  display: block;
  font-size: 32px;
  margin: 7px 0;
  color: #ffffff;
}

.seo-stat-card span {
  color: #d7ff00;
  font-weight: 900;
  font-size: 16px;
}

.stat-one {
  left: 12px;
  top: 95px;
}

.stat-two {
  right: 0;
  top: 90px;
}

.stat-three {
  left: 12px;
  bottom: 195px;
}

.stat-four {
  right: 0;
  bottom: 190px;
}

/* STATS STRIP */
.seo-stats-strip {
  max-width: 1180px;
  margin: 20px auto 70px;
  padding: 28px 36px;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(11, 17, 32, 0.96), rgba(7, 12, 24, 0.96));
  border: 1px solid rgba(181, 92, 255, 0.45);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow:
    0 0 35px rgba(181, 92, 255, 0.12),
    inset 0 0 30px rgba(255, 255, 255, 0.015);
}

.seo-stats-strip > div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.seo-stats-strip > div:last-child {
  border-right: 0;
}

.strip-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  border: 1.5px solid currentColor;
  box-shadow: 0 0 22px currentColor;
}

.strip-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.purple-icon {
  color: #c45cff;
}

.blue-icon {
  color: #5c8cff;
}

.lime-icon {
  color: #d7ff00;
}

.seo-stats-strip h3 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
}

.seo-stats-strip p {
  margin: 4px 0 0;
  color: #c8cfdd;
  font-size: 14px;
}

/* SECTION HEAD */
.seo-section-head {
  text-align: center;
  margin-bottom: 35px;
}

.seo-section-head h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 900;
}

.seo-section-head h2 span {
  color: #d7ff00;
}

.seo-section-head p {
  max-width: 680px;
  margin: 12px auto 0;
  color: #c8cfdd;
  line-height: 1.55;
}

/* WHY SECTION */
.seo-why {
  max-width: 1180px;
  margin: 0 auto 70px;
}

.seo-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.seo-why-card {
  padding: 24px;
  min-height: 140px;
  border-radius: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.seo-why-card.lime {
  border-color: rgba(215, 255, 0, 0.25);
}

.seo-why-card.blue {
  border-color: rgba(92, 140, 255, 0.28);
}

.seo-why-card.purple {
  border-color: rgba(196, 92, 255, 0.32);
}

.why-icon {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  border: 1.5px solid currentColor;
  box-shadow: 0 0 18px currentColor;
}

.seo-why-card.lime .why-icon,
.seo-why-card.lime h3 {
  color: #d7ff00;
}

.seo-why-card.blue .why-icon,
.seo-why-card.blue h3 {
  color: #5c8cff;
}

.seo-why-card.purple .why-icon,
.seo-why-card.purple h3 {
  color: #c45cff;
}

.why-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-why-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.seo-why-card p {
  margin: 0;
  color: #c8cfdd;
  line-height: 1.5;
  font-size: 14px;
}

/* PROCESS */
.seo-process {
  max-width: 1180px;
  margin: 0 auto 70px;
}

.seo-process-row {
  display: grid;
  grid-template-columns: 1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr 38px 1fr;
  align-items: start;
}

.seo-process-step {
  text-align: center;
  color: #d7ff00;
}

.seo-process-step.blue {
  color: #5c8cff;
}

.seo-process-step.purple {
  color: #c45cff;
}

.process-icon {
  width: 104px;
  height: 104px;
  margin: 0 auto 18px;
  position: relative;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px currentColor;
}

.process-icon b {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #10182a;
  border: 2px solid currentColor;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 13px;
}

.process-icon svg {
  width: 46px;
  height: 46px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.05;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px currentColor);
}

.seo-process-step h3 {
  margin: 0 0 10px;
  color: currentColor;
  font-size: 15px;
}

.seo-process-step p {
  margin: 0 auto;
  max-width: 150px;
  color: #c8cfdd;
  font-size: 13px;
  line-height: 1.55;
}

.seo-dots {
  margin-top: 52px;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.65) 35%,
    transparent 0
  );
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

/* RESULTS */
.seo-result {
  max-width: 1180px;
  margin: 0 auto 65px;
}

.seo-result-card {
  padding: 26px;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  align-items: center;
  gap: 28px;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(216, 92, 255, 0.5);
  box-shadow:
    0 0 35px rgba(216, 92, 255, 0.12),
    inset 0 0 30px rgba(255, 255, 255, 0.015);
}

.seo-case {
  display: flex;
  gap: 18px;
  align-items: center;
}

.case-img {
  width: 145px;
  height: 115px;
  flex: 0 0 145px;
  border-radius: 12px;

  background-image: url("https://rohanvivek.co.in/wp-content/uploads/2026/04/download.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border: 1px solid rgba(255,255,255,0.14);
}

.seo-case h3 {
  margin: 0 0 6px;
}

.seo-case small {
  color: #d7ff00;
  font-weight: 900;
}

.seo-case p {
  margin: 10px 0 0;
  color: #c8cfdd;
  line-height: 1.5;
  font-size: 14px;
}

.seo-result-data {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.seo-result-data div {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.seo-result-data small {
  color: #c8cfdd;
  font-size: 13px;
}

.seo-result-data strong {
  display: block;
  margin: 8px 0;
  font-size: 37px;
  color: #ffffff;
}

.seo-result-data div:nth-child(1) strong,
.seo-result-data div:nth-child(1) span,
.seo-result-data div:nth-child(2) strong,
.seo-result-data div:nth-child(2) span,
.seo-result-data div:nth-child(3) strong,
.seo-result-data div:nth-child(3) span {
  color: #d7ff00;
}

.seo-result-data div:nth-child(4) strong,
.seo-result-data div:nth-child(4) span {
  color: #c45cff;
}

.seo-result-data span {
  font-weight: 900;
}

/* CTA */
.seo-cta {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 36px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 30px;
  align-items: center;
  background:
    radial-gradient(circle at 8% 70%, rgba(215, 255, 0, 0.14), transparent 22%),
    radial-gradient(circle at 18% 80%, rgba(196, 92, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(215, 255, 0, 0.55);
  box-shadow:
    0 0 35px rgba(215, 255, 0, 0.1),
    0 0 35px rgba(216, 92, 255, 0.13);
}

.seo-rocket {
  width: 120px;
  height: 120px;
  color: #d7ff00;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 18px rgba(215, 255, 0, 0.55));
}

.seo-rocket svg {
  width: 90px;
  height: 90px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.seo-cta h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 900;
}

.seo-cta h2 span {
  color: #d7ff00;
}

.seo-cta p {
  margin: 10px 0 0;
  color: #c8cfdd;
  line-height: 1.55;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .seo-hero,
  .seo-result-card,
  .seo-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .seo-left > p,
  .seo-section-head p {
    margin-left: auto;
    margin-right: auto;
  }

  .seo-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .seo-features,
  .seo-buttons,
  .seo-cta-actions {
    justify-content: center;
  }

  .seo-stats-strip,
  .seo-why-grid,
  .seo-result-data {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-process-row {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .seo-dots {
    display: none;
  }

  .seo-rocket {
    margin: 0 auto;
  }
}

@media (max-width: 650px) {
  .seo-page {
    padding: 35px 14px;
  }

  .seo-right {
    transform: scale(0.72);
    transform-origin: top center;
    margin-bottom: -150px;
  }

  .seo-features {
    flex-direction: column;
    align-items: center;
  }

  .seo-features div {
    border-right: 0;
    padding-right: 0;
    text-align: left;
  }

  .seo-stats-strip,
  .seo-why-grid,
  .seo-result-data {
    grid-template-columns: 1fr;
  }

  .seo-stats-strip > div {
    border-right: 0;
    justify-content: center;
  }

  .seo-why-card {
    flex-direction: column;
    text-align: center;
  }

  .seo-case {
    flex-direction: column;
    text-align: center;
  }

  .seo-result-data div {
    border-left: 0;
    padding-left: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .seo-cta {
    padding: 28px 18px;
  }

  .seo-btn {
    width: 100%;
  }
}/* End custom CSS */