.elementor-kit-95{--e-global-typography-primary-font-family:"Anek Bangla";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Anek Bangla";--e-global-typography-accent-font-weight:500;--e-global-typography-5fa13b6-font-family:"Poppins";--e-global-typography-4a7a4bf-font-family:"Inter";background-color:#FFFFFF;}.elementor-kit-95 button:hover,.elementor-kit-95 button:focus,.elementor-kit-95 input[type="button"]:hover,.elementor-kit-95 input[type="button"]:focus,.elementor-kit-95 input[type="submit"]:hover,.elementor-kit-95 input[type="submit"]:focus,.elementor-kit-95 .elementor-button:hover,.elementor-kit-95 .elementor-button:focus{background-color:#FFFFFF;color:#FFDF00;border-style:solid;border-color:#FFDF00;border-radius:1px 1px 1px 1px;}.elementor-kit-95 e-page-transition{background-color:#FFBC7D;}.elementor-kit-95 h1{font-family:"Poppins", Sans-serif;font-size:48px;}.elementor-kit-95 button,.elementor-kit-95 input[type="button"],.elementor-kit-95 input[type="submit"],.elementor-kit-95 .elementor-button{font-family:"Poppins", Sans-serif;font-weight:600;border-radius:6px 6px 6px 6px;padding:14px 28px 14px 28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */}

/* subtle floating background glow */
.hero-pro::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 180deg,
    rgba(255, 212, 0, 0.12),
    transparent 30%,
    rgba(255, 212, 0, 0.08)
  );
  animation: hero-spin 18s linear infinite;
}

@keyframes hero-spin {
  to {
    transform: rotate(360deg);
  }
}

/* HERO HEADING */
.hero-pro h1 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: #0b0f1a;
  line-height: 1.15;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* HERO TEXT */
.hero-pro p {
  max-width: 560px;
  margin: 20px auto 0;
  font-size: 18px;
  color: #5f6b7a;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* HERO BUTTON */
.hero-btn {
  margin-top: 36px !important;
  padding: 16px 36px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  background: linear-gradient(135deg, #ffd400, #ffbf00) !important;
  color: #0b0f1a !important;
  box-shadow: 0 15px 40px rgba(255, 212, 0, 0.45);
  transition: all 0.35s ease !important;
}

.hero-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 25px 60px rgba(255, 212, 0, 0.55);
}

/* CTA SECTION */
.cta-pro {
  background: linear-gradient(135deg, #0b1224, #0e1836);
  padding: 100px 20px;
  text-align: center;
}

.cta-pro h2 {
  font-size: clamp(26px, 4vw, 40px);
  color: #ffffff;
  font-weight: 700;
}

.cta-pro p {
  color: #c7d0dd;
  margin-top: 16px;
  font-size: 16px;
}

/* CTA BUTTON */
.cta-pro .elementor-button {
  margin-top: 30px;
  background: #ffd400;
  color: #0b0f1a;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-pro .elementor-button:hover {
  transform: scale(1.05);
}

/* MOBILE TUNING */
@media (max-width: 768px) {
  .hero-pro {
    padding: 80px 16px;
  }

  .hero-pro p {
    font-size: 16px;
  }

  .cta-pro {
    padding: 70px 16px;
  }
}
/* ===== Comparison Section Wrapper ===== */
.seo-compare-wrap {
  display: flex;
  gap: 32px;
  margin-top: 40px;
}

/* Stack on mobile */
@media (max-width: 768px) {
  .seo-compare-wrap {
    flex-direction: column;
  }
  .seo-compare-right {
    order: 1;
  }
  .seo-compare-left {
    order: 2;
  }
}

/* ===== LEFT: Typical SEO ===== */
.seo-compare-left {
  background: #f1f1f1;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 28px;
  box-shadow: none;
}

.seo-compare-left h3 {
  color: #666;
  font-weight: 600;
  margin-bottom: 16px;
}

.seo-compare-left li {
  color: #444;
  margin-bottom: 10px;
}

/* ===== RIGHT: Your Approach ===== */
.seo-compare-right {
  background: #0b1220;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(11, 18, 32, 0.35);
}

.seo-compare-right h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 18px;
}

.seo-compare-right li {
  color: #ffffff;
  margin-bottom: 12px;
}

.seo-compare-right li::marker {
  color: #22c55e;
}
@media (min-width: 1025px) {
  .header-inner {
    display: flex;
    align-items: center;
  }

  .header-menu {
    margin-left: auto;
  }

  .header-cta {
    margin-left: 20px;
  }
}/* End custom CSS */