/* Backlink Hut custom layer on top of the Digtek design system.
   Includes the premium/accessibility pass: focus rings, reduced motion,
   inner-page header contrast, touch targets, mobile fixes. */

/* ---------- Accessibility: skip link ---------- */
.bhs-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #6A47ED;
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 8px 0;
  z-index: 1000;
}
.bhs-skip:focus { left: 0; color: #fff; }

/* ---------- Accessibility: visible keyboard focus (vendor strips outlines) ---------- */
a:focus-visible,
button:focus-visible,
.accordion-button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #6A47ED !important;
  outline-offset: 3px;
  border-radius: 4px;
}
/* Lime ring on purple/dark surfaces so the ring stays visible */
.hero-1 a:focus-visible,
.contact-section a:focus-visible,
.contact-section button:focus-visible,
.audience-section a:focus-visible,
.cta-wrapper a:focus-visible,
.case-study-wrapper a:focus-visible,
.footer-section a:focus-visible,
.bhs-wa-float:focus-visible {
  outline-color: #C5FF55 !important;
}
.contact-form-area .form-clt input:focus,
.contact-form-area .form-clt textarea:focus {
  border-color: #6A47ED;
  box-shadow: 0 0 0 3px rgba(106, 71, 237, 0.25);
}

/* ---------- Inner pages: dark header until sticky (vendor default is white-on-white) ---------- */
body.bhs-page:not(.bhs-tpl-homepage) .header-1:not(.sticky) .header-logo { display: none; }
body.bhs-page:not(.bhs-tpl-homepage) .header-1:not(.sticky) .header-logo-2 { display: block; }
body.bhs-page:not(.bhs-tpl-homepage) .header-1:not(.sticky) .main-menu ul li > a,
body.bhs-page:not(.bhs-tpl-homepage) .header-1:not(.sticky) .header-right .sidebar__toggle {
  color: #17012C;
}
body.bhs-page:not(.bhs-tpl-homepage) .header-1:not(.sticky) .main-menu ul li > a:hover {
  color: #6A47ED !important;
}

/* 404 has no breadcrumb band — clear the absolute header */
.bhs-tpl-404 #bhs-main { padding-top: 140px; }

/* ---------- Logo (HTML wordmark) ---------- */
.bhs-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.bhs-logo__mark { flex: 0 0 auto; display: block; border-radius: 8px; }
.bhs-logo__text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.bhs-logo--white .bhs-logo__text { color: #fff; }
.bhs-logo--white .bhs-logo__text b { color: #C5FF55; font-weight: 800; }
.bhs-logo--dark .bhs-logo__text { color: #17012C; }
.bhs-logo--dark .bhs-logo__text b { color: #6A47ED; font-weight: 800; }

/* ---------- Header: hamburger is now a real <button> ---------- */
.header__hamburger .sidebar__toggle {
  background: none;
  border: 0;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  cursor: pointer;
}

/* ---------- Offcanvas: remove from a11y tree + tab order while closed ---------- */
.offcanvas__info { visibility: hidden; }
.offcanvas__info.info-open { visibility: visible; }
.offcanvas__close button {
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* Mobile submenu expanders (meanmenu) — bigger touch target */
.mean-container a.mean-expand {
  min-width: 44px !important;
  min-height: 44px !important;
  line-height: 44px !important;
}

/* ---------- Hero display text (replaces hero-text.png) ---------- */
.hero-1 .hero-title .bhs-hero-display {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: clamp(64px, 12.5vw, 210px);
  line-height: 0.95;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  opacity: 0.95;
}
@media (max-width: 767px) {
  .hero-1 .hero-title .bhs-hero-display {
    white-space: normal;          /* wraps to RANK / HIGHER */
    font-size: clamp(48px, 16vw, 96px);
    letter-spacing: 1px;
  }
  /* megaphone shape collides with the H1 on small screens */
  .hero-1 .mike-shape { display: none; }
}

/* ---------- Hero: fill the empty space left by the removed stock graphic ---------- */
.hero-1 { padding-top: 170px; }
.hero-1 .hero-title { margin-bottom: 6px; }
.hero-1 .hero-image.bhs-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}
.hero-1 .hero-image.bhs-hero-visual > img {
  /* Native asset is 128px wide — never stretch it into blur. */
  width: 150px;
  height: auto;
  filter: drop-shadow(0 30px 60px rgba(23, 1, 44, 0.35));
}
.bhs-hero-visual .bhs-why-chip { position: absolute; z-index: 3; }
.bhs-hero-visual .bhs-why-chip.chip-1 { top: 16%; left: 0; }
.bhs-hero-visual .bhs-why-chip.chip-2 { bottom: 12%; right: 0; }
@media (max-width: 991px) {
  .hero-1 .hero-image.bhs-hero-visual { min-height: 400px; }
  .hero-1 .hero-image.bhs-hero-visual > img { width: 130px; }
}

/* About visual: scale the 3D rocket to fill its column (above the bg blob) */
.about-wrapper .about-image.bhs-about-visual > img {
  /* Native asset is 135px wide — display at native scale, stay sharp. */
  width: 150px;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 26px 50px rgba(23, 1, 44, 0.22));
}
.about-wrapper .about-image.bhs-about-visual { min-height: 420px; display: flex; align-items: center; justify-content: center; }

/* Audience stats: three separate white cards (vendor renders one white slab
   with a 150px content offset and would swallow our numbers) */
.audience-wrapper .audience-right .bhs-counter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.audience-wrapper .audience-right .bhs-counter-grid .counter-box {
  height: 100%;
  margin: 0;
  background: #fff;
  border-radius: 20px;
  padding: 30px 28px;
}
.audience-wrapper .audience-right .bhs-counter-grid .counter-box .bhs-counter-num {
  color: #6A47ED;
  font-size: clamp(34px, 3vw, 44px);
  /* Counting digits must never reflow the card: equal-width digits, one line,
     reserved height — no shake while counterup runs. */
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  min-height: 1.25em;
  line-height: 1.2;
}
.audience-wrapper .audience-right .bhs-counter-grid .counter-box .content {
  margin-top: 12px;
  max-width: none;
}
.audience-wrapper .audience-right .bhs-counter-grid .counter-box .content .h4 { color: #17012C; }
.audience-wrapper .audience-right .bhs-counter-grid .counter-box .content p { color: #504E4E; }
@media (max-width: 991px) {
  .audience-wrapper .audience-right .bhs-counter-grid { grid-template-columns: 1fr; }
}

/* CTA rocket sizing */
.cta-wrapper .cta-img img { max-width: 140px; height: auto; }

/* ---------- Hero H1 fits its longer local-SEO title ---------- */
.hero-1 .hero-content h1 {
  font-size: clamp(42px, 4.6vw, 72px);
  line-height: 1.08;
}
.hero-1 .hero-content p a { color: #C5FF55; text-decoration: underline; }
.hero-1 .hero-content p a:hover { color: #fff; }

/* ---------- Hero right column: WhatsApp circle + badges ---------- */
.bhs-circle-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
}
.bhs-circle-cta i {
  position: absolute;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}
.bhs-circle-cta svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: bhs-spin 14s linear infinite;
}
@keyframes bhs-spin { to { transform: rotate(360deg); } }

.bhs-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.bhs-hero-badges .bhs-badge {
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 30px;
  padding: 8px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2px);
}
.bhs-hero-badges .bhs-badge b { color: #C5FF55; font-weight: 800; }

/* ---------- Brand strip as text platforms ---------- */
.bhs-brand-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #17012C;
  opacity: 0.55;
  white-space: nowrap;
  text-align: center;
}

/* ---------- Section pills: fix teal gradient contrast on light pill ---------- */
.section-title .sub-title span {
  background-image: linear-gradient(90deg, #6A47ED 0%, #00707A 100%);
}

/* ---------- Heading-tag swaps keep vendor look (a11y heading order) ---------- */
.service-box-items .content .bhs-h4 { margin-bottom: 5px; font-size: 24px; font-weight: 700; }
.service-box-items .content .bhs-h4 a:hover { color: var(--theme, #6A47ED); }
.counter-box .bhs-counter-num {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #6A47ED;
  margin-bottom: 0;
  line-height: 1.2;
}
.counter-box .content .h4 { color: #17012C; font-size: 20px; font-weight: 700; }
.single-circle-bar .content .bhs-skill-label {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  color: #17012C;
}
.news-box-items .news-content .bhs-h5 { line-height: 140%; font-size: 20px; font-weight: 700; }
.news-box-items .news-content .bhs-h5 a:hover { color: var(--theme, #6A47ED); }

/* ---------- What-we-do: premium gradient card grid ---------- */
.bhs-exp-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 34px 28px;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.bhs-exp-card--0 { background: linear-gradient(160deg, #6A47ED 0%, #4F2ED1 100%); }
.bhs-exp-card--1 { background: linear-gradient(160deg, #7A58F0 0%, #5433D6 100%); }
.bhs-exp-card--2 { background: linear-gradient(160deg, #4F2ED1 0%, #38159E 100%); }
.bhs-exp-card--3 { background: linear-gradient(160deg, #38159E 0%, #17012C 100%); }
.bhs-exp-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(23, 1, 44, 0.28);
  color: #fff;
}
.bhs-exp-card .bhs-exp-num {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 15px;
  color: #C5FF55;
}
.bhs-exp-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
.bhs-exp-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}
.bhs-exp-card .bhs-exp-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  color: #C5FF55;
  margin-top: 4px;
}
.bhs-exp-card:focus-visible { outline: 3px solid #C5FF55 !important; outline-offset: 3px; }

/* ---------- Why-us visual card (no stock photo needed) ---------- */
.bhs-why-card {
  position: relative;
  border-radius: 32px;
  background: linear-gradient(150deg, #6A47ED 0%, #4F2ED1 55%, #38159E 100%);
  min-height: 460px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bhs-why-card img { max-width: 150px; height: auto; }
.bhs-why-chip {
  position: absolute;
  background: #fff;
  color: #17012C;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 12px 30px rgba(23, 1, 44, 0.18);
  white-space: nowrap;
}
.bhs-why-card .bhs-why-chip.chip-1 { top: 9%; left: 7%; }
.bhs-why-card .bhs-why-chip.chip-2 { bottom: 11%; right: 7%; }
.bhs-why-chip .dot {
  display: inline-block;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #35C31E;
  margin-right: 8px;
}

/* ---------- Floating WhatsApp button (safe-area aware, pulse ring) ---------- */
.bhs-wa-float {
  position: fixed;
  left: calc(22px + env(safe-area-inset-left, 0px));
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease;
}
.bhs-wa-float:hover { transform: scale(1.08); color: #fff; }
.bhs-wa-float::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: bhs-wa-pulse 2.4s ease-out infinite;
  pointer-events: none;
}
@keyframes bhs-wa-pulse {
  0%   { transform: scale(1);    opacity: 0.9; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* ---------- Breadcrumb band ---------- */
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  border-color: #6A47ED;
  flex-wrap: wrap;
  white-space: normal;
  line-height: 1.3;
  max-width: calc(100vw - 40px);
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading { padding: 130px 0 70px; }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 { font-size: 36px; }
}

/* ---------- Interim/secondary page polish ---------- */
.bhs-page-intro .sub-title { margin-bottom: 18px; }
.bhs-tpl-sitemap-html .list-area li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  color: #17012C;
  transition: color 0.2s ease, transform 0.2s ease;
}
.bhs-tpl-sitemap-html .list-area li a i { color: #6A47ED; font-size: 13px; }
.bhs-tpl-sitemap-html .list-area li a:hover { color: #6A47ED; transform: translateX(4px); }
@media (max-width: 991px) {
  .bhs-tpl-sitemap-html .bhs-sitemap-col { margin-bottom: 40px; }
}
.bhs-tpl-404 .bhs-404-img img { max-width: 420px; width: 100%; height: auto; }
.bhs-badge--link {
  color: #17012C !important;
  border-color: rgba(106, 71, 237, 0.35) !important;
  background: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.bhs-badge--link:hover { background: #6A47ED; color: #fff !important; }

/* ---------- "What's included" checklist ---------- */
.bhs-included {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
}
.bhs-included li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: #17012C;
  line-height: 1.5;
  padding: 6px 0;
}
.bhs-included li i { color: #6A47ED; margin-top: 4px; }
@media (max-width: 767px) {
  .bhs-included { grid-template-columns: 1fr; }
}

/* ---------- Homepage FAQ section spacing ---------- */
.bhs-faq-section .faq-wrapper { max-width: 900px; margin: 0 auto; }

/* ---------- AEO answer callout ---------- */
.bhs-answer {
  border-left: 4px solid #6A47ED;
  background: #F6F3FE;
  border-radius: 0 16px 16px 0;
  padding: 22px 26px;
  margin: 0 auto 0;
}
.bhs-answer .bhs-answer__q { font-weight: 800; margin-bottom: 8px; font-size: 18px; color: #17012C; }
.bhs-answer .bhs-answer__a { margin: 0; color: #4A4361; }

/* ---------- Forms: textarea + hints + submit feedback ---------- */
.contact-wrapper .contact-form-area .form-clt textarea,
.contact-form-area .form-clt textarea {
  padding: 16px 20px;
  min-height: 160px;
  line-height: 1.5;
  resize: vertical;
}
.contact-form-area .form-clt input { line-height: 1.4; }
.contact-form-area .form-clt input::placeholder,
.contact-form-area .form-clt textarea::placeholder { color: #6b6480; opacity: 1; }
.bhs-form-hint { font-size: 14px; color: #504E4E; margin: -6px 0 0; }
.contact-wrapper .contact-form-area .theme-btn { transition: background-color .25s ease, color .25s ease; }
.theme-btn:disabled { opacity: .65; cursor: progress; }
.contact-form-area .alert { margin-bottom: 20px; }

/* ---------- Contact info card: p-tags styled like the old h3s ---------- */
.contact-wrapper .contact-info-wrapper .contact-info .content .bhs-contact-line,
.contact-wrapper .contact-info-wrapper .contact-info .content .bhs-contact-line a {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.contact-wrapper .contact-info-wrapper .bhs-info-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
/* WhatsApp / email links: expand hit area to ~44px without shifting layout */
.contact-wrapper .contact-info-wrapper .contact-info .content a {
  display: inline-block;
  padding: 8px 0;
  margin: -8px 0;
}

/* ---------- Map iframe: sane mobile height (vendor forces 630px) ---------- */
.contact-map iframe { width: 100%; border: 0; border-radius: 20px; }
@media (max-width: 991px) {
  .contact-wrapper .contact-map iframe { height: 380px; }
}

/* ---------- Footer: contrast + touch targets ---------- */
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li,
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li span {
  color: rgba(255, 255, 255, 0.92);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a,
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  margin: -4px 0;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.footer-bottom p, .footer-bottom .footer-menu li a { color: #fff; }
.footer-bottom .footer-menu li a { display: inline-block; padding: 10px 0; }

/* ---------- Cards: premium hover lift ---------- */
.service-box-items, .news-box-items, .pricing-box-items {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-box-items:hover, .news-box-items:hover, .pricing-box-items:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(23, 1, 44, 0.10);
  border-color: rgba(106, 71, 237, 0.35);
}
.news-box-items:hover .news-image img { transform: scale(1.05); }

/* Read-more links: bigger tap target */
.link-btn { display: inline-flex; align-items: center; gap: 6px; padding: 10px 0; margin: -6px 0; }

/* ---------- In-content links must LOOK like links ----------
   Vendor CSS strips underline + colour from every anchor, making contextual
   interlinks invisible to readers. Restore proper link affordance in prose
   (hero keeps its own lime styling; buttons/cards untouched). */
#bhs-main section:not(.hero-section):not(.contact-section):not(.audience-section):not(.cta-section) p a:not(.theme-btn):not(.link-btn),
#bhs-main .accordion-body a,
#bhs-main .bhs-answer__a a {
  color: #6A47ED;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  font-weight: 600;
}
#bhs-main section:not(.hero-section):not(.contact-section):not(.audience-section):not(.cta-section) p a:not(.theme-btn):not(.link-btn):hover,
#bhs-main .accordion-body a:hover,
#bhs-main .bhs-answer__a a:hover {
  color: #38159E;
}

/* ---------- Anchor jumps clear the fixed sticky header ---------- */
html { scroll-padding-top: 100px; }
#contact { scroll-margin-top: 110px; }

/* ---------- Brand details ---------- */
::selection { background: #6A47ED; color: #fff; }
::-moz-selection { background: #6A47ED; color: #fff; }
.hero-1 ::selection, .footer-section ::selection, .contact-section ::selection { background: #C5FF55; color: #17012C; }
.hero-1 ::-moz-selection, .footer-section ::-moz-selection, .contact-section ::-moz-selection { background: #C5FF55; color: #17012C; }

h1, h2, h3, .bhs-answer .bhs-answer__q { text-wrap: balance; }
.hero-1 .hero-title .bhs-hero-display { text-wrap: initial; }

/* ---------- Content loads INSTANTLY ----------
   Entrance/scroll-reveal animations (WOW/animate.css + the img-custom-anim
   keyframes) hid content until scrolled into view. Disabled for everyone:
   every element renders immediately. Ambient motion is untouched — floating
   shapes, marquee, spinning WhatsApp badge, pulse ring, GSAP parallax and
   the stat counters all keep moving exactly as before. */
.wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}

/* ---------- Reduced motion: silence every continuous/entrance animation ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .bhs-circle-cta svg,
  .bhs-wa-float::after,
  .float-bob-y, .float-bob-x,
  .rokect-shape img, .energy-shape img, .rocket-shape img {
    animation: none !important;
  }
  .scrolling-wrap .comm, .scrolling-wrap { animation-play-state: paused !important; }
  .wow {
    animation: none !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .sticky { animation: none !important; }
  .service-box-items, .news-box-items, .pricing-box-items, .bhs-wa-float, .link-btn,
  .bhs-tpl-sitemap-html .list-area li a {
    transition: none !important;
  }
  .service-box-items:hover, .news-box-items:hover, .pricing-box-items:hover { transform: none; }
}

/* ---------- Small fixes ---------- */
.header-1 .logo .bhs-logo__mark { border-radius: 9px; }
@media (max-width: 575px) {
  .bhs-logo__text { font-size: 20px; }
  .bhs-wa-float {
    width: 50px;
    height: 50px;
    left: calc(14px + env(safe-area-inset-left, 0px));
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  }
}
