.elementor-436 .elementor-element.elementor-element-c047856{--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-436 .elementor-element.elementor-element-c047856:not(.elementor-motion-effects-element-type-background), .elementor-436 .elementor-element.elementor-element-c047856 > .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-d64f6bf */* {
  box-sizing: border-box;
}

.rv-blog-page {
  width: 100%;
  padding: 45px 20px 60px;
  background:
    radial-gradient(circle at 75% 14%, rgba(123, 97, 255, 0.14), transparent 26%),
    radial-gradient(circle at 10% 40%, rgba(215, 255, 0, 0.06), transparent 26%),
    #030711;
  color: #ffffff;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

/* HERO */
.rv-blog-hero {
  max-width: 1180px;
  min-height: 360px;
  margin: 0 auto 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.rv-label {
  color: #d7ff00;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.rv-blog-left h1 {
  margin: 28px 0 0;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -2px;
}

.rv-blog-left h1 span {
  color: #d7ff00;
  text-shadow: 0 0 18px rgba(215, 255, 0, 0.25);
}

.rv-title-line {
  width: 95px;
  height: 3px;
  margin: 24px 0;
  border-radius: 50px;
  background: linear-gradient(90deg, #d7ff00, #b55cff);
  box-shadow: 0 0 12px rgba(215,255,0,.35), 0 0 12px rgba(181,92,255,.35);
}

.rv-blog-left p {
  max-width: 520px;
  margin: 0;
  color: #c8cfdd;
  font-size: 17px;
  line-height: 1.65;
}

/* HERO ART */
.rv-blog-art {
  position: relative;
  height: 330px;
}

.blog-orbit {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 440px;
  height: 92px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(123,97,255,.55), transparent 70%);
  box-shadow: 0 0 34px rgba(92,140,255,.65);
}

.blog-window {
  position: absolute;
  left: 46%;
  top: 28px;
  width: 315px;
  height: 220px;
  transform: translateX(-50%) rotate(-2deg);
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(145deg, #11172a, #070c18);
  border: 1px solid rgba(181,92,255,.75);
  box-shadow:
    0 0 34px rgba(181,92,255,.42),
    inset 0 0 25px rgba(255,255,255,.02);
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b55cff;
}

.blog-window h2 {
  margin: 20px 0;
  color: #d7ff00;
  font-size: 48px;
  font-family: cursive;
  font-weight: 700;
  text-shadow: 0 0 18px rgba(215,255,0,.45);
}

.window-image {
  width: 90px;
  height: 65px;
  border-radius: 10px;
  border: 2px solid #7b61ff;
  display: grid;
  place-items: center;
  color: #7b61ff;
}

.window-image svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.window-lines {
  position: absolute;
  right: 28px;
  bottom: 46px;
  width: 110px;
}

.window-lines span {
  display: block;
  height: 5px;
  margin-bottom: 13px;
  border-radius: 20px;
  background: #b55cff;
  box-shadow: 0 0 10px rgba(181,92,255,.5);
}

.blog-pencil {
  position: absolute;
  right: 85px;
  top: 82px;
  width: 36px;
  height: 150px;
  border-radius: 30px;
  background: linear-gradient(180deg, #d7ff00, #b55cff);
  transform: rotate(35deg);
  box-shadow: 0 0 24px rgba(181,92,255,.7);
}

.blog-pencil::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 28px solid #efe6a8;
}

.blog-chat {
  position: absolute;
  right: 8px;
  top: 145px;
  width: 88px;
  height: 62px;
  border-radius: 14px;
  border: 1px solid #b55cff;
  box-shadow: 0 0 18px rgba(181,92,255,.38);
  padding: 16px;
}

.blog-chat span {
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 8px;
  border-radius: 20px;
  background: #b55cff;
}

/* TABS */
.rv-blog-tabs {
  max-width: 1180px;
  margin: 0 auto 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.rv-blog-tabs button {
  min-height: 52px;
  padding: 0 25px;
  border-radius: 9px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(181,92,255,.48);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}

.rv-blog-tabs button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.rv-blog-tabs .active {
  color: #d7ff00;
  border-color: #d7ff00;
  box-shadow: 0 0 18px rgba(215,255,0,.18);
}

/* GOOGLE ADS LOGOS */
.google-ads-logo,
.mini-google-logo,
.big-google-ads-logo {
  position: relative;
  display: inline-block;
}

.google-ads-logo {
  width: 20px;
  height: 20px;
}

.google-ads-logo::before,
.big-google-ads-logo::before,
.mini-google-logo::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 22px;
  border-radius: 10px;
  background: #4285f4;
  transform: rotate(28deg);
}

.google-ads-logo::after,
.big-google-ads-logo::after,
.mini-google-logo::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 18px;
  border-radius: 10px;
  background: #34a853;
  transform: rotate(28deg);
  left: 0;
  bottom: 0;
}

.big-google-ads-logo {
  width: 120px;
  height: 110px;
}

.big-google-ads-logo::before {
  width: 34px;
  height: 115px;
  left: 50px;
  top: -3px;
}

.big-google-ads-logo::after {
  width: 34px;
  height: 90px;
  left: 20px;
  bottom: 0;
}

.big-google-ads-logo span,
.big-google-ads-logo:empty {
  color: transparent;
}

.big-google-ads-logo {
  background:
    linear-gradient(135deg, transparent 52%, #fbbc05 53% 70%, transparent 71%);
}

.mini-google-logo {
  width: 42px;
  height: 42px;
}

.mini-google-logo::before {
  width: 12px;
  height: 42px;
  left: 17px;
}

.mini-google-logo::after {
  width: 12px;
  height: 34px;
  left: 5px;
}

/* LAYOUT */
.rv-blog-layout {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 22px;
}

.rv-post-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rv-post-card {
  padding: 14px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 26px;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(255,255,255,.1);
  transition: .3s ease;
}

.rv-post-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215,255,0,.35);
  box-shadow: 0 0 30px rgba(123,97,255,.18);
}

/* POST VISUALS */
.post-visual {
  height: 205px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.12);
}

.seo-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(215,255,0,.2), transparent 45%),
    radial-gradient(circle at 50% 75%, rgba(181,92,255,.4), transparent 35%),
    linear-gradient(145deg, #101829, #05070d);
}

.seo-logo-text {
  font-size: 62px;
  font-weight: 900;
  color: #7fe8ff;
  text-shadow:
    0 0 14px rgba(92,140,255,.7),
    0 0 28px rgba(181,92,255,.5);
}

.seo-arrow {
  position: absolute;
  width: 86px;
  height: 86px;
  right: 60px;
  top: 50px;
  border: 4px solid #d7ff00;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-35deg);
  filter: drop-shadow(0 0 10px #d7ff00);
}

.ads-visual {
  background:
    radial-gradient(circle at 50% 78%, rgba(181,92,255,.55), transparent 32%),
    linear-gradient(145deg, #101829, #05070d);
}

.social-visual {
  background:
    radial-gradient(circle at 50% 70%, rgba(92,140,255,.35), transparent 40%),
    linear-gradient(145deg, #101829, #05070d);
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons span {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 25px;
  border: 1px solid currentColor;
  box-shadow: 0 0 18px currentColor;
}

.ig { color: #ff4fd8; }
.fb { color: #4267ff; }
.in { color: #55aaff; }
.tw { color: #5c8cff; }

.content-visual {
  background:
    radial-gradient(circle at 50% 70%, rgba(181,92,255,.5), transparent 35%),
    linear-gradient(145deg, #101829, #05070d);
}

.content-card-icon {
  width: 125px;
  height: 80px;
  border-radius: 14px;
  border: 2px solid #b55cff;
  padding: 20px;
  box-shadow: 0 0 22px rgba(181,92,255,.45);
}

.content-card-icon span {
  display: block;
  height: 5px;
  margin-bottom: 12px;
  background: #d7ff00;
  border-radius: 20px;
}

.content-pencil {
  position: absolute;
  right: 70px;
  top: 55px;
  width: 24px;
  height: 105px;
  border-radius: 20px;
  background: linear-gradient(#d7ff00, #b55cff);
  transform: rotate(38deg);
  box-shadow: 0 0 20px rgba(181,92,255,.65);
}

.web-visual {
  background:
    radial-gradient(circle at 50% 70%, rgba(92,140,255,.4), transparent 40%),
    linear-gradient(145deg, #101829, #05070d);
  color: #5c8cff;
}

.web-visual svg {
  width: 145px;
  height: 110px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  filter: drop-shadow(0 0 12px currentColor);
}

/* POST TEXT */
.post-content {
  padding: 8px 0;
}

.cat {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 900;
}

.lime { color: #d7ff00; }
.blue { color: #5c8cff; }
.purple { color: #d85cff; }

.post-content h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.3;
}

.post-content p {
  color: #c8cfdd;
  line-height: 1.55;
  margin: 0 0 22px;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #b8c0d2;
  font-size: 13px;
}

.post-meta a {
  margin-left: auto;
  color: #d7ff00;
  font-weight: 900;
  text-decoration: none !important;
}

/* SIDEBAR */
.rv-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.search-box,
.side-card,
.newsletter-card {
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(255,255,255,.1);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-box input,
.newsletter-card input {
  width: 100%;
  padding: 14px;
  border-radius: 9px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(181,92,255,.45);
  color: #fff;
  outline: none;
}

.search-box svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}

.side-card h3,
.newsletter-card h3 {
  margin: 0;
  font-size: 23px;
}

.side-line {
  width: 70px;
  height: 3px;
  margin: 14px 0 20px;
  border-radius: 20px;
  background: linear-gradient(90deg, #d7ff00, #b55cff);
}

.side-card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.side-card li {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  color: #dce2ef;
}

.side-card li b {
  color: #d7ff00;
}

.popular-post {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  margin-bottom: 16px;
  align-items: center;
}

.thumb {
  height: 66px;
  border-radius: 9px;
  font-size: 13px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.popular-post p {
  margin: 0;
  color: #fff;
  line-height: 1.35;
  font-size: 14px;
}

.newsletter-card {
  border-color: rgba(216,92,255,.5);
}

.newsletter-card p,
.newsletter-card small {
  color: #c8cfdd;
  line-height: 1.5;
}

.newsletter-card button {
  width: 100%;
  margin: 14px 0;
  padding: 14px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, #d7ff00, #aaff00);
  color: #07100a;
  font-weight: 900;
  cursor: pointer;
}

/* PAGINATION */
.rv-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.rv-pagination button {
  padding: 10px 14px;
  border-radius: 7px;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.15);
}

.rv-pagination .active {
  color: #d7ff00;
  border-color: #d7ff00;
}

/* CTA */
.blog-cta {
  max-width: 1180px;
  margin: 40px auto 0;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 28px;
  align-items: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at 6% 70%, rgba(215,255,0,.14), transparent 24%),
    radial-gradient(circle at 14% 80%, rgba(181,92,255,.2), transparent 30%),
    linear-gradient(145deg, #0b1120, #070c18);
  border: 1px solid rgba(215,255,0,.45);
  box-shadow: 0 0 35px rgba(181,92,255,.15);
}

.cta-rocket {
  width: 110px;
  height: 110px;
  color: #d7ff00;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 0 18px rgba(215,255,0,.6));
}

.cta-rocket svg {
  width: 85px;
  height: 85px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-cta h2 {
  margin: 0;
  font-size: 28px;
}

.blog-cta p {
  margin: 8px 0 0;
  color: #c8cfdd;
}

.cta-buttons {
  display: flex;
  gap: 18px;
}

.cta-buttons a {
  min-width: 170px;
  padding: 14px 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, #d7ff00, #aaff00);
  color: #07100a;
  text-decoration: none !important;
  font-weight: 900;
  text-align: center;
}

.cta-buttons .outline {
  background: transparent;
  color: #d85cff;
  border: 1px solid #d85cff;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .rv-blog-hero,
  .rv-blog-layout,
  .blog-cta {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .rv-blog-left p,
  .rv-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .rv-post-card {
    grid-template-columns: 1fr;
  }

  .rv-blog-tabs,
  .post-meta,
  .cta-buttons {
    justify-content: center;
  }

  .blog-cta {
    padding: 28px 20px;
  }

  .cta-rocket {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .rv-blog-page {
    padding: 35px 14px;
  }

  .rv-blog-art {
    transform: scale(0.78);
    transform-origin: top center;
    margin-bottom: -70px;
  }

  .rv-blog-tabs button,
  .cta-buttons a {
    width: 100%;
  }

  .post-visual {
    height: 180px;
  }

  .post-meta {
    flex-direction: column;
    gap: 8px;
  }

  .post-meta a {
    margin-left: 0;
  }

  .cta-buttons {
    flex-direction: column;
  }
}/* End custom CSS */