/*
Theme Name:   Ohio Child
Theme URI:    https://clbthemes.com/
Description:  Child theme for Ohio with custom GSAP animations
Author:       CLBthemes
Author URI:   https://clbthemes.com/
Template:     ohio
Version:      4.7.0
Text Domain:  ohio-child
*/

/* ============================================
   BK WEB DESIGNS — MASTER CSS
   Version: 12.0 — Consolidated & Optimized
   Last Updated: 2025
   
   TABLE OF CONTENTS:
   1. Keyframes (All Animations)
   2. Global Resets
   3. Header & Footer
   4. Section Backgrounds & Orbs
   5. Glass Components
   6. Buttons
   7. Custom Components
   8. Hero V2 Service
   9. Intro Section
   10. Forms
   11. Animation Setup & Initial States
   12. Dark Mode (Consolidated)
   13. Responsive (Consolidated)
   14. Accessibility & Misc
   ============================================ */

/* REMOVE DELAY FOR LCP TEXT */
.bk-text-mask:nth-child(3) .bk-title-secondary {
  transition-delay: 0ms !important;
  animation-delay: 0ms !important;
}

/* Optional: render instantly, animate others */
/* FORCE LCP TEXT TO RENDER IMMEDIATELY */
.bk-title-secondary {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

/* ==============================================
   GPU ACCELERATION - SAFE VERSION
   Only applied to specific elements
   ============================================== */

/* Only apply to elements AFTER animation completes */
.bk-animations-ready .bk-glass-card,
.bk-animations-ready .bk-card,
.bk-animations-ready .bk-case-study {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/* Swiper slides only (safe) */
.swiper-slide {
    transform: translateZ(0);
}

/* Optimize GSAP animations for compositing */
[data-animate] {
    will-change: transform, opacity;
    transform: translateZ(0);
}

/* Remove will-change after animation completes */
.bk-animations-ready .word,
.bk-animations-ready .bk-glass-card,
.bk-animations-ready .bk-card {
    will-change: auto;
}

/* ============================================
   1. KEYFRAMES (All Animations)
   ============================================ */

@keyframes bkOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, 80px) scale(1.15); }
}

@keyframes bkOrbReverse {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-70px, -60px) scale(1.1); }
}

@keyframes bkOrbOrange {
  0% { transform: translateY(-50%) translate(0, 0) scale(1); opacity: 0.8; }
  50% { transform: translateY(-50%) translate(-40px, 30px) scale(1.15); opacity: 1; }
  100% { transform: translateY(-50%) translate(20px, -20px) scale(0.95); opacity: 0.7; }
}

@keyframes bkFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(2deg); }
}

@keyframes bkShine {
  0% { left: -100%; }
  50%, 100% { left: 150%; }
}

@keyframes bkBgShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes bkMarqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes testimonialScrollVertical {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes bkFallbackReveal {
  to { opacity: 1; visibility: visible; }
}

/* Button Rotation — 80 Steps (DO NOT MODIFY) */
@keyframes bkButtonRotate {
  0% { background: radial-gradient(27.52% 29.03% at 50% 0%, #3366ff 0%, transparent 100%); }
  1.25% { background: radial-gradient(27.52% 29.03% at 53.9% .2%, #3366ff 0%, transparent 100%); }
  2.5% { background: radial-gradient(27.52% 29.03% at 57.8% .6%, #3366ff 0%, transparent 100%); }
  3.75% { background: radial-gradient(27.52% 29.03% at 61.7% 1.4%, #3366ff 0%, transparent 100%); }
  5% { background: radial-gradient(27.52% 29.03% at 65.5% 2.4%, #3366ff 0%, transparent 100%); }
  6.25% { background: radial-gradient(27.52% 29.03% at 69.1% 3.8%, #3366ff 0%, transparent 100%); }
  7.5% { background: radial-gradient(27.52% 29.03% at 72.7% 5.4%, #3366ff 0%, transparent 100%); }
  8.75% { background: radial-gradient(27.52% 29.03% at 76.1% 7.4%, #3366ff 0%, transparent 100%); }
  10% { background: radial-gradient(27.52% 29.03% at 79.4% 9.5%, #3366ff 0%, transparent 100%); }
  11.25% { background: radial-gradient(27.52% 29.03% at 82.5% 12%, #3366ff 0%, transparent 100%); }
  12.5% { background: radial-gradient(27.52% 29.03% at 85.4% 14.6%, #3366ff 0%, transparent 100%); }
  13.75% { background: radial-gradient(27.52% 29.03% at 88% 17.5%, #3366ff 0%, transparent 100%); }
  15% { background: radial-gradient(27.52% 29.03% at 90.5% 20.6%, #3366ff 0%, transparent 100%); }
  16.25% { background: radial-gradient(27.52% 29.03% at 92.6% 23.9%, #3366ff 0%, transparent 100%); }
  17.5% { background: radial-gradient(27.52% 29.03% at 94.6% 27.3%, #3366ff 0%, transparent 100%); }
  18.75% { background: radial-gradient(27.52% 29.03% at 96.2% 30.9%, #3366ff 0%, transparent 100%); }
  20% { background: radial-gradient(27.52% 29.03% at 97.6% 34.5%, #3366ff 0%, transparent 100%); }
  21.25% { background: radial-gradient(27.52% 29.03% at 98.6% 38.3%, #3366ff 0%, transparent 100%); }
  22.5% { background: radial-gradient(27.52% 29.03% at 99.4% 42.2%, #3366ff 0%, transparent 100%); }
  23.75% { background: radial-gradient(27.52% 29.03% at 99.8% 46.1%, #3366ff 0%, transparent 100%); }
  25% { background: radial-gradient(27.52% 29.03% at 100% 50%, #3366ff 0%, transparent 100%); }
  26.25% { background: radial-gradient(27.52% 29.03% at 99.8% 53.9%, #3366ff 0%, transparent 100%); }
  27.5% { background: radial-gradient(27.52% 29.03% at 99.4% 57.8%, #3366ff 0%, transparent 100%); }
  28.75% { background: radial-gradient(27.52% 29.03% at 98.6% 61.7%, #3366ff 0%, transparent 100%); }
  30% { background: radial-gradient(27.52% 29.03% at 97.6% 65.5%, #3366ff 0%, transparent 100%); }
  31.25% { background: radial-gradient(27.52% 29.03% at 96.2% 69.1%, #3366ff 0%, transparent 100%); }
  32.5% { background: radial-gradient(27.52% 29.03% at 94.6% 72.7%, #3366ff 0%, transparent 100%); }
  33.75% { background: radial-gradient(27.52% 29.03% at 92.6% 76.1%, #3366ff 0%, transparent 100%); }
  35% { background: radial-gradient(27.52% 29.03% at 90.5% 79.4%, #3366ff 0%, transparent 100%); }
  36.25% { background: radial-gradient(27.52% 29.03% at 88% 82.5%, #3366ff 0%, transparent 100%); }
  37.5% { background: radial-gradient(27.52% 29.03% at 85.4% 85.4%, #3366ff 0%, transparent 100%); }
  38.75% { background: radial-gradient(27.52% 29.03% at 82.5% 88%, #3366ff 0%, transparent 100%); }
  40% { background: radial-gradient(27.52% 29.03% at 79.4% 90.5%, #3366ff 0%, transparent 100%); }
  41.25% { background: radial-gradient(27.52% 29.03% at 76.1% 92.6%, #3366ff 0%, transparent 100%); }
  42.5% { background: radial-gradient(27.52% 29.03% at 72.7% 94.6%, #3366ff 0%, transparent 100%); }
  43.75% { background: radial-gradient(27.52% 29.03% at 69.1% 96.2%, #3366ff 0%, transparent 100%); }
  45% { background: radial-gradient(27.52% 29.03% at 65.5% 97.6%, #3366ff 0%, transparent 100%); }
  46.25% { background: radial-gradient(27.52% 29.03% at 61.7% 98.6%, #3366ff 0%, transparent 100%); }
  47.5% { background: radial-gradient(27.52% 29.03% at 57.8% 99.4%, #3366ff 0%, transparent 100%); }
  48.75% { background: radial-gradient(27.52% 29.03% at 53.9% 99.8%, #3366ff 0%, transparent 100%); }
  50% { background: radial-gradient(27.52% 29.03% at 50% 100%, #3366ff 0%, transparent 100%); }
  51.25% { background: radial-gradient(27.52% 29.03% at 46.1% 99.8%, #3366ff 0%, transparent 100%); }
  52.5% { background: radial-gradient(27.52% 29.03% at 42.2% 99.4%, #3366ff 0%, transparent 100%); }
  53.75% { background: radial-gradient(27.52% 29.03% at 38.3% 98.6%, #3366ff 0%, transparent 100%); }
  55% { background: radial-gradient(27.52% 29.03% at 34.5% 97.6%, #3366ff 0%, transparent 100%); }
  56.25% { background: radial-gradient(27.52% 29.03% at 30.9% 96.2%, #3366ff 0%, transparent 100%); }
  57.5% { background: radial-gradient(27.52% 29.03% at 27.3% 94.6%, #3366ff 0%, transparent 100%); }
  58.75% { background: radial-gradient(27.52% 29.03% at 23.9% 92.6%, #3366ff 0%, transparent 100%); }
  60% { background: radial-gradient(27.52% 29.03% at 20.6% 90.5%, #3366ff 0%, transparent 100%); }
  61.25% { background: radial-gradient(27.52% 29.03% at 17.5% 88%, #3366ff 0%, transparent 100%); }
  62.5% { background: radial-gradient(27.52% 29.03% at 14.6% 85.4%, #3366ff 0%, transparent 100%); }
  63.75% { background: radial-gradient(27.52% 29.03% at 12% 82.5%, #3366ff 0%, transparent 100%); }
  65% { background: radial-gradient(27.52% 29.03% at 9.5% 79.4%, #3366ff 0%, transparent 100%); }
  66.25% { background: radial-gradient(27.52% 29.03% at 7.4% 76.1%, #3366ff 0%, transparent 100%); }
  67.5% { background: radial-gradient(27.52% 29.03% at 5.4% 72.7%, #3366ff 0%, transparent 100%); }
  68.75% { background: radial-gradient(27.52% 29.03% at 3.8% 69.1%, #3366ff 0%, transparent 100%); }
  70% { background: radial-gradient(27.52% 29.03% at 2.4% 65.5%, #3366ff 0%, transparent 100%); }
  71.25% { background: radial-gradient(27.52% 29.03% at 1.4% 61.7%, #3366ff 0%, transparent 100%); }
  72.5% { background: radial-gradient(27.52% 29.03% at .6% 57.8%, #3366ff 0%, transparent 100%); }
  73.75% { background: radial-gradient(27.52% 29.03% at .2% 53.9%, #3366ff 0%, transparent 100%); }
  75% { background: radial-gradient(27.52% 29.03% at 0% 50%, #3366ff 0%, transparent 100%); }
  76.25% { background: radial-gradient(27.52% 29.03% at .2% 46.1%, #3366ff 0%, transparent 100%); }
  77.5% { background: radial-gradient(27.52% 29.03% at .6% 42.2%, #3366ff 0%, transparent 100%); }
  78.75% { background: radial-gradient(27.52% 29.03% at 1.4% 38.3%, #3366ff 0%, transparent 100%); }
  80% { background: radial-gradient(27.52% 29.03% at 2.4% 34.5%, #3366ff 0%, transparent 100%); }
  81.25% { background: radial-gradient(27.52% 29.03% at 3.8% 30.9%, #3366ff 0%, transparent 100%); }
  82.5% { background: radial-gradient(27.52% 29.03% at 5.4% 27.3%, #3366ff 0%, transparent 100%); }
  83.75% { background: radial-gradient(27.52% 29.03% at 7.4% 23.9%, #3366ff 0%, transparent 100%); }
  85% { background: radial-gradient(27.52% 29.03% at 9.5% 20.6%, #3366ff 0%, transparent 100%); }
  86.25% { background: radial-gradient(27.52% 29.03% at 12% 17.5%, #3366ff 0%, transparent 100%); }
  87.5% { background: radial-gradient(27.52% 29.03% at 14.6% 14.6%, #3366ff 0%, transparent 100%); }
  88.75% { background: radial-gradient(27.52% 29.03% at 17.5% 12%, #3366ff 0%, transparent 100%); }
  90% { background: radial-gradient(27.52% 29.03% at 20.6% 9.5%, #3366ff 0%, transparent 100%); }
  91.25% { background: radial-gradient(27.52% 29.03% at 23.9% 7.4%, #3366ff 0%, transparent 100%); }
  92.5% { background: radial-gradient(27.52% 29.03% at 27.3% 5.4%, #3366ff 0%, transparent 100%); }
  93.75% { background: radial-gradient(27.52% 29.03% at 30.9% 3.8%, #3366ff 0%, transparent 100%); }
  95% { background: radial-gradient(27.52% 29.03% at 34.5% 2.4%, #3366ff 0%, transparent 100%); }
  96.25% { background: radial-gradient(27.52% 29.03% at 38.3% 1.4%, #3366ff 0%, transparent 100%); }
  97.5% { background: radial-gradient(27.52% 29.03% at 42.2% .6%, #3366ff 0%, transparent 100%); }
  98.75% { background: radial-gradient(27.52% 29.03% at 46.1% .2%, #3366ff 0%, transparent 100%); }
  100% { background: radial-gradient(27.52% 29.03% at 50% 0%, #3366ff 0%, transparent 100%); }
}

@keyframes bkScrollOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(60px, 80px) scale(1.1); }
  66% { transform: translate(-40px, 50px) scale(0.95); }
}

/* ============================================
   2. GLOBAL RESETS
   ============================================ */

html, body {
  width: 100%;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

body { position: relative; }

.elementor-widget img,
.elementor-widget video,
.elementor-widget iframe {
  max-width: 100% !important;
  height: auto;
}

/* Admin bar removal */
body:not(.logged-in) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body:not(.logged-in) #wpadminbar,
body:not(.logged-in) .admin-bar-placeholder,
body:not(.logged-in) [data-admin-bar] {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

html:not(.admin-bar) { margin-top: 0 !important; }

body:not(.logged-in) .site-header,
body:not(.logged-in) .ohio-header-wrap { top: 0 !important; }

ul.form-benefits, 
ul.no-list, 
ul.bk-why-card-list { list-style-type: none; }

.brand-color {
  color: #3366ff !important;
  -webkit-text-fill-color: #3366ff !important;
}

.brand-color-gradient {
  background: linear-gradient(135deg, #3366ff 0%, #6b8cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ============================================
   3. HEADER & FOOTER
   ============================================ */

header,
.site-header,
.ohio-header-wrap,
.header-wrap,
.header-holder,
#masthead { overflow: visible !important; }

.header.-sticky .branding img {
  max-width: 180px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.site-footer { background-color: #010a44; }

.menu-optional .button-group .button:not(.page-link):not(.-dm-ignore) {border-radius: 99px;}


/* ============================================
   4. SECTION BACKGROUNDS & ORBS
   ============================================ */

/* Shared orb section base */
.bk-why-section,
.bk-pricing-section,
.bk-scroll-text-section,
.bk-services-section,
.bk-portfolio,
.bk-clients,
.bk-certifications,
.bk-testimonials,
.bk-faq,
.bk-form-section,
.bk-intro-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Light backgrounds */
.bk-why-section,
.bk-pricing-section,
.bk-scroll-text-section {
  background: linear-gradient(180deg, #E8ECF2 0%, #DEE4EC 50%, #D2DCE8 100%) !important;
}

.bk-services-section { background-color: #F4F7F9; padding: 120px 0; }
.bk-portfolio { background: linear-gradient(180deg, #F0F4F8 0%, #E8EEF4 50%, #E2EAF2 100%) !important; }
.bk-team { background: linear-gradient(180deg, #F8F9FB 0%, #EEF1F5 100%) !important; }
.bk-clients,
.bk-certifications { background: linear-gradient(180deg, #F4F7FA 0%, #EEF2F6 100%) !important; }
.bk-testimonials { background: linear-gradient(180deg, #F8FAFB 0%, #EEF2F6 100%) !important; }
.bk-faq { background: linear-gradient(180deg, #FFF9F5 0%, #FFF5EE 50%, #FFEFE5 100%) !important; }
.bk-form-section { background: linear-gradient(180deg, #F4F7FA 0%, #E8EEF4 50%, #F0F4F8 100%); padding: 100px 0; }
.bk-intro-section { background: linear-gradient(180deg, #F8F9FB 0%, #F0F4F8 100%); padding: 100px 0; }

/* Primary orb (::before) — Blue */
.bk-why-section::before,
.bk-scroll-text-section::before,
.bk-services-section::before,
.bk-portfolio::before,
.bk-testimonials::before,
.bk-form-section::before,
.bk-intro-section::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -20%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.25) 0%, rgba(51, 102, 255, 0.10) 40%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
  animation: bkOrb 20s ease-in-out infinite;
}

/* Secondary orb (::after) — Orange/Purple */
.bk-why-section::after,
.bk-scroll-text-section::after,
.bk-services-section::after,
.bk-portfolio::after,
.bk-testimonials::after,
.bk-form-section::after {
  content: '';
  position: absolute;
  bottom: -25%;
  right: -20%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(255, 130, 50, 0.25) 0%, rgba(255, 100, 40, 0.10) 45%, transparent 70%);
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
  animation: bkOrbReverse 25s ease-in-out infinite;
}

/* Pricing section — Different orb (teal) */
.bk-pricing-section::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  left: auto;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
  animation: bkOrb 20s ease-in-out infinite;
}

.bk-pricing-section::after {
  content: '';
  position: absolute;
  bottom: -35%;
  right: -15%;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.25) 0%, rgba(20, 184, 166, 0.10) 45%, transparent 70%) !important;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
  animation: bkOrbReverse 28s ease-in-out infinite;
}

/* FAQ section orbs — Orange */
.bk-faq::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 150, 80, 0.12) 0%, transparent 65%);
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

.bk-faq::after {
  content: '';
  position: absolute;
  bottom: -25%;
  right: -10%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.08) 0%, transparent 65%);
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

/* Testimonials — Yellow accent */
.bk-testimonials::before {
  background: radial-gradient(circle, rgba(251, 191, 36, 0.12) 0%, transparent 65%);
  top: -15%;
  left: -10%;
  width: 500px;
  height: 500px;
}

.bk-testimonials::after {
  background: radial-gradient(circle, rgba(51, 102, 255, 0.10) 0%, transparent 65%);
  bottom: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
}

/* Clients orb */
.bk-clients::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.10) 0%, transparent 65%);
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

/* Certifications orb */
.bk-certifications::before {
  content: '';
  position: absolute;
  top: -40%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.08) 0%, transparent 65%);
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
}

/* Content above orbs — Universal */
.bk-why-section > *,
.bk-pricing-section > *,
.bk-scroll-text-section > *,
.bk-services-section > *,
.bk-portfolio > *,
.bk-clients > *,
.bk-certifications > *,
.bk-testimonials > *,
.bk-faq > *,
.bk-form-section > *,
.bk-intro-section > *,
.bk-cta-final > * {
  position: relative;
  z-index: 2 !important;
}

/* Scroll text section specific */
.bk-scroll-text-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 40px;
  margin: 0 !important;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bk-scroll-text-section .bk-scroll-text-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.bk-scroll-text,
.bk-text-reveal__content {
  font-size: clamp(28px, 4.5vw, 56px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bk-scroll-text .word,
.bk-text-reveal__content .word { color: #1A1A1A; }

.pin-spacer { transition: none !important; }
[data-animate="text-reveal"] { will-change: transform; }

/* Final CTA section */
.bk-cta-final {
  background: linear-gradient(135deg, #0a1628 0%, #0f2341 30%, #132a4e 50%, #0f2341 70%, #0a1628 100%) !important;
  background-size: 200% 200% !important;
  animation: bkBgShift 25s ease infinite !important;
  overflow: hidden !important;
  position: relative;
  z-index: 1;
}

.bk-cta-final::before {
  content: '';
  position: absolute;
  top: -25%;
  right: -10%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.25) 0%, rgba(59, 130, 246, 0.10) 40%, transparent 70%);
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
  animation: bkOrb 18s ease-in-out infinite;
}

.bk-cta-final::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.18) 0%, rgba(139, 92, 246, 0.08) 45%, transparent 70%);
  border-radius: 50%;
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
  animation: bkOrbReverse 22s ease-in-out infinite;
}

.bk-cta-final h1, .bk-cta-final h2, .bk-cta-final h3, .bk-cta-final h4,
.bk-cta-final .elementor-heading-title, .bk-cta-final .title, .bk-cta-final .subtitle {
  color: #ffffff !important;
  text-indent: 0 !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.bk-cta-final p, .bk-cta-final li,
.bk-cta-final .elementor-text-editor,
.bk-cta-final .elementor-icon-list-text { color: rgba(255, 255, 255, 0.85) !important; }

.bk-cta-final .elementor-icon-list-icon i,
.bk-cta-final .elementor-icon-list-icon svg { color: #34d399 !important; fill: #34d399 !important; }

/* CTA injected elements */
.bk-cta-shine,
.bk-cta-edge-glow,
.bk-cta-orb-orange {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.bk-cta-shine {
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.04) 50%, transparent 100%);
  transform: skewX(-20deg);
  animation: bkShine 6s ease-in-out infinite;
}

.bk-cta-edge-glow {
  top: 0;
  right: 0;
  bottom: 0;
  width: 35%;
  background: linear-gradient(to left, rgba(51, 102, 255, 0.15) 0%, transparent 100%);
  border-radius: 0 20px 20px 0;
}

.bk-cta-orb-orange {
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(251, 146, 60, 0.28) 0%, rgba(251, 146, 60, 0.12) 40%, transparent 65%);
  border-radius: 50%;
  filter: blur(50px);
  animation: bkOrbOrange 12s ease-in-out infinite alternate;
}


/* ============================================
   5. GLASS COMPONENTS
   ============================================ */

/* Glass Pill */
.bk-glass-pill {
  background: rgba(255, 255, 255, 0.45) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 50px !important;
  padding: 16px 36px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(51, 102, 255, 0.08) !important;
  transition: all 0.35s ease !important;
  position: relative;
  overflow: visible;
  margin-bottom: 14px !important;
}

.bk-glass-pill:hover {
  background: rgba(255, 255, 255, 0.60) !important;
  border-color: rgba(51, 102, 255, 0.25) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 16px 48px rgba(51, 102, 255, 0.15) !important;
}

.bk-glass-pill-small {
  display: inline-block;
  padding: 10px 24px;
  background: rgba(51, 102, 255, 0.10);
  border: 1px solid rgba(51, 102, 255, 0.20);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #3366ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

/* Glass Card */
.bk-glass-card {
  background: rgba(255, 255, 255, 0.40) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 24px !important;
  padding: 44px 40px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04), 0 12px 36px rgba(51, 102, 255, 0.08), 0 24px 64px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.4s ease !important;
  position: relative;
  overflow: hidden;
}

.bk-glass-card:hover {
  background: rgba(255, 255, 255, 0.55) !important;
  border-color: rgba(51, 102, 255, 0.20) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 20px 50px rgba(51, 102, 255, 0.14), 0 40px 80px rgba(0, 0, 0, 0.05) !important;
}

/* Glass Card Colors */
.bk-glass-card h1, .bk-glass-card h2, .bk-glass-card h3,
.bk-glass-card h4, .bk-glass-card h5, .bk-glass-card h6,
.bk-glass-card .title, .bk-glass-card .elementor-heading-title { color: #010a44 !important; }
.bk-glass-card p, .bk-glass-card .elementor-widget-text-editor { color: #1a1a2e !important; }

.bk-glass-pill h1, .bk-glass-pill h2, .bk-glass-pill h3,
.bk-glass-pill h4, .bk-glass-pill h5, .bk-glass-pill h6,
.bk-glass-pill .title, .bk-glass-pill .elementor-heading-title,
.bk-glass-pill p, .bk-glass-pill span { color: #010a44 !important; }

/* Spotlight glow */
.bk-spotlight-glow {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(51, 102, 255, 0.18), transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
}

.bk-glass-card:hover .bk-spotlight-glow { opacity: 1; }

.bk-glass-card > .elementor-widget-wrap,
.bk-glass-card > .elementor-container,
.bk-glass-card > .e-con-inner,
.bk-glass-card > div:not(.bk-spotlight-glow) {
  position: relative;
  z-index: 2;
}

/* Featured card */
.bk-glass-card.bk-featured,
.bk-glass-card.featured {
  border: 1.5px solid rgba(51, 102, 255, 0.35) !important;
  box-shadow: 
    0 8px 32px rgba(51, 102, 255, 0.15), 
    0 24px 64px rgba(51, 102, 255, 0.08), 
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 0 0 4px rgba(51, 102, 255, 0.1) !important;
  position: relative;
  z-index: 2;
}

.bk-glass-card.bk-featured::before,
.bk-glass-card.featured::before {
  content: '';
  position: absolute;
  inset: -8px;
  background: radial-gradient(circle at 50% 0%, rgba(51, 102, 255, 0.2), transparent 70%);
  border-radius: 32px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.bk-glass-card.bk-featured:hover::before,
.bk-glass-card.featured:hover::before { opacity: 1; }

.bk-glass-card.bk-featured:hover,
.bk-glass-card.featured:hover {
  transform: translateY(-8px) !important;
  box-shadow: 
    0 16px 48px rgba(51, 102, 255, 0.25), 
    0 32px 80px rgba(51, 102, 255, 0.12),
    0 0 0 6px rgba(51, 102, 255, 0.15) !important;
}

/* Premium glass card */
.bk-glass-card-premium {
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bk-glass-card-premium::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.08) 0%, rgba(168, 85, 247, 0.06) 50%, rgba(236, 72, 153, 0.06) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

.bk-glass-card-premium:hover::after { opacity: 1; }
.bk-glass-card-premium:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 64px rgba(51, 102, 255, 0.2);
}

/* Glass carousel */
.bk-glass-carousel {
  background: rgba(255, 255, 255, 0.35) !important;
  -webkit-backdrop-filter: blur(16px) saturate(150%) !important;
  backdrop-filter: blur(16px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 20px !important;
  padding: 30px 40px !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.bk-glass-carousel .swiper-slide-image {
  filter: grayscale(100%) !important;
  opacity: 0.6 !important;
  transition: all 0.4s ease !important;
}

.bk-glass-carousel .swiper-slide:hover .swiper-slide-image {
  filter: grayscale(0%) !important;
  opacity: 1 !important;
}


/* ============================================
   6. BUTTONS
   ============================================ */

/* Primary button */
.bk-btn-primary .elementor-widget-container {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

.bk-btn-primary.bk-btn-left .elementor-widget-container { justify-content: flex-start !important; }
.bk-btn-primary.bk-btn-right .elementor-widget-container { justify-content: flex-end !important; }

.bk-btn-primary .ohio-widget-holder {
  position: relative;
  display: inline-flex;
  padding: 2px !important;
  border-radius: 99px;
  background: rgba(51, 102, 255, 0.1);
  isolation: isolate;
  animation: bkButtonRotate 3.2s linear infinite;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bk-btn-primary .ohio-widget-holder:hover { transform: translateY(-3px); }

.bk-btn-primary .ohio-widget-holder::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 99px;
  animation: bkButtonRotate 3.2s linear infinite;
  filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}

.bk-btn-primary a.ohio-widget.button {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 38px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #010a44 !important;
  border: none !important;
  border-radius: 99px !important;
  margin: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: background 0.3s ease !important;
}

.bk-btn-primary a.ohio-widget.button:hover { background: #0a175c !important; }
.bk-btn-primary a.ohio-widget.button::before,
.bk-btn-primary a.ohio-widget.button::after { display: none !important; }
.bk-btn-primary a.ohio-widget.button i { color: #ffffff !important; transition: transform 0.3s ease; }
.bk-btn-primary a.ohio-widget.button:hover i { transform: translateX(4px); }

/* Glass button */
.bk-btn-glass .elementor-widget-container {
  display: flex !important;
  justify-content: center;
  width: 100%;
}

.bk-btn-glass.bk-btn-left .elementor-widget-container { justify-content: flex-start !important; }
.bk-btn-glass.bk-btn-right .elementor-widget-container { justify-content: flex-end !important; }
.bk-btn-glass .ohio-widget-holder { display: inline-flex !important; }

.bk-btn-glass a.ohio-widget.button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 99px !important;
  text-decoration: none !important;
  margin: 0 !important;
  background: rgba(21, 29, 49, 0.06) !important;
  border: 1px solid rgba(21, 29, 49, 0.15) !important;
  color: #151d31 !important;
  -webkit-text-fill-color: #151d31 !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  backdrop-filter: blur(6px) !important;
  transition: all 0.3s ease !important;
}

.bk-btn-glass a.ohio-widget.button:hover {
  transform: translateY(-3px);
  background: rgba(21, 29, 49, 0.12) !important;
  border-color: rgba(21, 29, 49, 0.25) !important;
  box-shadow: 0 8px 20px rgba(51, 102, 255, 0.12), inset 0 0 8px rgba(0, 0, 0, 0.08) !important;
}

.bk-btn-glass a.ohio-widget.button i { color: #151d31 !important; transition: transform 0.3s ease; }
.bk-btn-glass a.ohio-widget.button:hover i { transform: translateX(4px); }
.bk-btn-glass a.ohio-widget.button::before,
.bk-btn-glass a.ohio-widget.button::after { display: none !important; }

/* Forminator submit button */
.forminator-button-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 18px 40px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #010a44 0%, #0a1a5c 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  box-shadow: 
    0 4px 16px rgba(1, 10, 68, 0.25),
    0 2px 8px rgba(51, 102, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.forminator-button-submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
  transition: left 0.6s ease;
  pointer-events: none;
}

.forminator-button-submit:hover {
  background: linear-gradient(135deg, #0a1a5c 0%, #132a6e 100%) !important;
  transform: translateY(-3px) !important;
  box-shadow: 
    0 8px 24px rgba(1, 10, 68, 0.35),
    0 4px 12px rgba(51, 102, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.forminator-button-submit:hover::before { left: 100%; }

.forminator-button-submit:focus {
  outline: none !important;
  box-shadow: 
    0 4px 16px rgba(1, 10, 68, 0.25),
    0 0 0 4px rgba(51, 102, 255, 0.25) !important;
}

.forminator-button-submit span { color: #ffffff !important; position: relative; z-index: 1; }
.forminator-button-submit.forminator-button-loading { pointer-events: none !important; opacity: 0.8 !important; }


/* ============================================
   7. CUSTOM COMPONENTS
   ============================================ */

/* Bento grid */
.bk-bento {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(300px, auto);
  gap: 24px;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.bk-span-4 { grid-column: span 4; }
.bk-span-3 { grid-column: span 3; }
.bk-span-2 { grid-column: span 2; }

.bk-card {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  backdrop-filter: blur(24px) saturate(150%);
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}

.bk-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 48px rgba(51, 102, 255, 0.12), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.bk-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(51, 102, 255, 0.12), transparent 40%);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.bk-card:hover::before { opacity: 1; }

/* Bento card body */
.bk-card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 36px;
}

.bk-span-4 .bk-card-body { max-width: 65%; }
.bk-span-3 .bk-card-body { max-width: 70%; }
.bk-span-2 .bk-card-body { max-width: 85%; }

.bk-service-title {
  margin: 0 0 12px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  transition: color 0.3s ease;
}

.bk-service-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  flex-grow: 1;
}

.bk-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #3366ff;
  text-decoration: none;
  margin-top: auto;
  padding-top: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  width: fit-content;
}

.bk-link span {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bk-card:hover .bk-link { color: #1a3fb0; }
.bk-card:hover .bk-link span { transform: translateX(8px) !important; }

/* Bento link override */
.bk-bento a.bk-card,
.bk-bento a.bk-card:hover,
.bk-bento .bk-link,
.bk-bento .bk-link:hover,
.bk-card .bk-link,
.bk-card .bk-link:hover {
  animation: none !important;
  background-image: none !important;
  background-size: 0 !important;
  text-decoration: none !important;
}

/* Bento card icons */
.bk-card-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.12) 0%, rgba(51, 102, 255, 0.05) 100%);
  border-radius: 16px;
  border: 1px solid rgba(51, 102, 255, 0.15);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.bk-card-icon i {
  font-size: 32px;
  color: #3366ff;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.bk-card:hover .bk-card-icon {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.20) 0%, rgba(51, 102, 255, 0.10) 100%);
  border-color: rgba(51, 102, 255, 0.3);
  transform: scale(1.05);
}

.bk-card:hover .bk-card-icon i { transform: rotateY(360deg); }

.bk-bento-services .bk-card-body { padding-right: 100px; }

/* LordIcon background */
.bk-bg-lordicon {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.bk-card:hover .bk-bg-lordicon { opacity: 0.25; }
.pos-right { right: 2%; top: 50%; transform: translateY(-50%); }
.pos-right-split { right: -5%; top: 50%; transform: translateY(-50%); }
.pos-bottom { right: -5%; bottom: -5%; }
.bk-card:hover .pos-right { transform: translateY(-50%) scale(1.05) translateX(-5px); }
.bk-card:hover .pos-right-split { transform: translateY(-50%) scale(1.05) translateX(-10px); }
.bk-card:hover .pos-bottom { transform: scale(1.05) translate(-5px, -5px); }

/* Card badge */
.bk-card-badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #3366ff 0%, #6b8cff 100%);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

/* Service meta */
.bk-service-meta {
  font-size: 13px;
  font-weight: 600;
  color: #3366ff;
  margin: 0 0 16px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(51, 102, 255, 0.15);
}

/* Service list */
.bk-service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bk-service-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

.bk-service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
  font-size: 13px;
}

.bk-list-compact li { font-size: 13px; gap: 8px; }

/* Service outcome */
.bk-service-outcome {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(16, 185, 129, 0.04) 100%);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 12px;
  margin-bottom: 20px;
}

.bk-service-outcome .outcome-label {
  font-size: 12px;
  font-weight: 500;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bk-service-outcome .outcome-value {
  font-size: 15px;
  font-weight: 700;
  color: #059669;
}

/* Section titles */
.bk-section-title {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  color: #010a44;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.bk-section-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.bk-services-section .bk-services-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
  position: relative;
  z-index: 2;
}

.bk-services-cta {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.bk-cta-text {
  font-size: 18px;
  color: #555;
  margin: 0 0 24px 0;
}

/* Case studies */
.bk-case-studies { display: flex; flex-direction: column; gap: 32px; margin-bottom: 60px; }

.bk-case-study {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
  background: rgba(255, 255, 255, 0.40);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding: 24px;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
  will-change: transform;
}

.bk-case-study:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(51, 102, 255, 0.1);
}

.bk-case-study:nth-child(even) { grid-template-columns: 1fr 1.2fr; }
.bk-case-study:nth-child(even) .bk-case-image { order: 2; }
.bk-case-study:nth-child(even) .bk-case-content { order: 1; }

.bk-case-image { border-radius: 16px; overflow: hidden; }
.bk-case-image img { width: 100%; height: auto; display: block; transition: transform 0.5s ease; }
.bk-case-study:hover .bk-case-image img { transform: scale(1.03); }
.bk-case-content { padding: 20px; }

.bk-case-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(51, 102, 255, 0.12);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #3366ff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.bk-case-title { font-size: 24px; font-weight: 700; color: #010a44; line-height: 1.3; margin: 0 0 12px 0; }
.bk-case-desc { font-size: 15px; color: #555; line-height: 1.6; margin: 0 0 20px 0; }

/* Testimonial marquee */
.bk-testimonial-marquee {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.bk-testimonial-marquee::before,
.bk-testimonial-marquee::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 80px;
  z-index: 10;
  pointer-events: none;
}

.bk-testimonial-marquee::before { top: 0; background: linear-gradient(to bottom, #F8FAFB 0%, transparent 100%); }
.bk-testimonial-marquee::after { bottom: 0; background: linear-gradient(to top, #EEF2F6 0%, transparent 100%); }

.bk-testimonial-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: testimonialScrollVertical 40s linear infinite;
}

.bk-testimonial-track:hover { animation-play-state: paused; }

.bk-testimonial-card {
  position: relative;
  overflow: hidden !important;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.55);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.bk-testimonial-card:hover {
  background: rgba(255, 255, 255, 0.70);
  box-shadow: 0 8px 32px rgba(51, 102, 255, 0.10);
}

.bk-testimonial-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 50%;
  background: linear-gradient(to left, rgba(251, 191, 36, 0.15) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.bk-testimonial-card::after {
  content: '';
  position: absolute;
  top: 10%; right: -2px; bottom: 10%;
  width: 4px;
  background: linear-gradient(to bottom, transparent 0%, rgba(251, 191, 36, 0.50) 50%, transparent 100%);
  border-radius: 4px;
  pointer-events: none;
  z-index: 1;
}

.bk-testimonial-stars { color: #FBBF24; font-size: 20px; letter-spacing: 2px; margin-bottom: 12px; position: relative; z-index: 2; }
.bk-testimonial-quote { font-size: 15px; line-height: 1.7; color: #1a1a2e; margin: 0 0 20px 0; position: relative; z-index: 2; }
.bk-testimonial-author { display: flex; align-items: center; gap: 14px; position: relative; z-index: 2; }

.bk-testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50% !important;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.bk-testimonial-info { display: flex; flex-direction: column; gap: 2px; }
.bk-testimonial-name { font-size: 14px; font-weight: 700; color: #010a44; margin: 0; }
.bk-testimonial-company { font-size: 13px; color: #555; margin: 0; }

/* Availability box */
.bk-availability-box {
  background: rgba(255, 255, 255, 0.55) !important;
  -webkit-backdrop-filter: blur(20px) saturate(150%) !important;
  backdrop-filter: blur(20px) saturate(150%) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 24px !important;
  padding: 40px 48px !important;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.bk-availability-box .avail-title { font-weight: 700 !important; color: #010a44 !important; margin: 0 0 16px 0 !important; }
.bk-availability-box .avail-desc { font-size: 17px !important; line-height: 1.7 !important; color: #1a1a2e !important; margin: 0 0 28px 0 !important; }
.bk-availability-box .avail-status { display: flex; flex-direction: row; gap: 16px; }

.bk-availability-box .avail-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.65) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #010a44 !important;
  transition: all 0.3s ease;
}

.bk-availability-box .avail-item:hover {
  background: rgba(255, 255, 255, 0.85) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.bk-availability-box .avail-item.status-open { border-left: 4px solid #10b981 !important; }
.bk-availability-box .avail-item.status-limited { border-left: 4px solid #f59e0b !important; }
.bk-availability-box .avail-month { color: #010a44 !important; font-weight: 700 !important; }

/* Glass banner */
.bk-glass-banner .ohio-widget.banner {
  border-radius: 20px !important;
  overflow: hidden !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.bk-glass-banner .ohio-widget.banner .image-holder { border-radius: 20px !important; overflow: hidden !important; }

.bk-glass-banner .ohio-widget.banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15) !important;
}

.bk-glass-banner .ohio-widget.banner .overlay-details {
  background: rgba(255, 255, 255, 0.70) !important;
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
  transition: all 0.4s ease !important;
}

.bk-glass-banner .ohio-widget.banner:hover .overlay-details {
  background: rgba(255, 255, 255, 0.55) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}

.bk-glass-banner .ohio-widget.banner .title,
.bk-glass-banner .ohio-widget.banner:hover .title { color: #010a44 !important; }

.bk-glass-banner .ohio-widget.banner .description,
.bk-glass-banner .ohio-widget.banner .description p,
.bk-glass-banner .ohio-widget.banner:hover .description,
.bk-glass-banner .ohio-widget.banner:hover .description p { color: #1a1a2e !important; }

/* Bonus block */
.bk-bonus-block {
  position: relative;
  padding: 32px 40px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.35) 100%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-left: 4px solid #3366ff;
  border-radius: 4px 20px 20px 4px;
  box-shadow: 0 8px 32px rgba(51, 102, 255, 0.12), 0 4px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bk-bonus-block::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.08) 0%, rgba(255, 130, 50, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: inherit;
}

.bk-bonus-block:hover::before { opacity: 1; }

.bk-bonus-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(51, 102, 255, 0.18), 0 8px 24px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  border-color: rgba(51, 102, 255, 0.25);
}

.bk-bonus-block .bonus-icon { font-size: 32px; margin-bottom: 16px; display: block; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)); }
.bk-bonus-block .bonus-title { font-size: 20px; font-weight: 700; color: #010a44; margin: 0 0 12px 0; line-height: 1.3; }
.bk-bonus-block .bonus-desc { font-size: 16px; line-height: 1.7; color: #1a1a2e; margin: 0 0 16px 0; }
.bk-bonus-block .bonus-desc strong { color: #010a44; font-weight: 600; }

.bk-bonus-block .bonus-value {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.15) 0%, rgba(51, 102, 255, 0.08) 100%);
  border: 1px solid rgba(51, 102, 255, 0.2);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #3366ff;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(51, 102, 255, 0.12);
  transition: all 0.3s ease;
}

.bk-bonus-block:hover .bonus-value {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.22) 0%, rgba(51, 102, 255, 0.12) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(51, 102, 255, 0.18);
}


/* ============================================
   8. HERO V2 SERVICE
   ============================================ */

.bk-hero-v2-service {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a1628;
}

.bk-hero-bg-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: 0;
}

.bk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.92) 0%, rgba(15, 30, 60, 0.85) 50%, rgba(10, 22, 40, 0.92) 100%);
  z-index: 1;
}

.bk-hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

.bk-hero-orb-1 {
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.30) 0%, transparent 70%);
  animation: bkOrb 20s ease-in-out infinite;
}

.bk-hero-orb-2 {
  bottom: -30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
  animation: bkOrbReverse 25s ease-in-out infinite;
}

.bk-hero-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(51, 102, 255, 0.12), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.bk-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 0 40px;
  margin-top: 50px;
  margin-bottom: 100px;
}

.bk-hero-eyebrow {
  display: inline-block;
  padding: 12px 28px;
  background: rgba(51, 102, 255, 0.12);
  border: 1px solid rgba(51, 102, 255, 0.25);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #6b8cff;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bk-hero-title {
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 28px 0;
  letter-spacing: -0.02em;
}

.bk-gradient-text {
  background: linear-gradient(135deg, #3366ff 0%, #6b8cff 50%, #a1b8ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline;
}

.bk-hero-subtitle {
  font-size: clamp(16px, 1.8vw, 19px);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.80);
  margin: 0 0 48px 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.bk-hero-subtitle strong { color: #ffffff; font-weight: 600; }

.bk-hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.bk-hero-v2-service .bk-btn-glass a.ohio-widget.button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.bk-hero-v2-service .bk-btn-glass a.ohio-widget.button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  transform: translateY(-3px);
}

.bk-hero-v2-service .bk-btn-glass a.ohio-widget.button i { color: #ffffff !important; }

/* Floating stats */
.bk-hero-floating-stats {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.bk-floating-stat {
  position: absolute;
  padding: 20px 28px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
}

.bk-floating-stat:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(51, 102, 255, 0.30);
  transform: translateY(-8px) !important;
  box-shadow: 0 16px 48px rgba(51, 102, 255, 0.20);
}

.bk-float-1 { top: 22%; left: 5%; animation: bkFloat 6s ease-in-out infinite; }
.bk-float-2 { top: 18%; right: 5%; animation: bkFloat 7s ease-in-out infinite 1s; }
.bk-float-3 { bottom: 25%; left: 8%; animation: bkFloat 8s ease-in-out infinite 2s; }

.bk-floating-stat .stat-icon { font-size: 28px; margin-bottom: 10px; display: block; }
.bk-floating-stat .stat-value { font-size: 24px; font-weight: 800; color: #ffffff; margin-bottom: 4px; display: block; }
.bk-floating-stat .stat-text { font-size: 11px; color: rgba(255, 255, 255, 0.65); text-transform: uppercase; letter-spacing: 0.5px; display: block; }

/* Stats marquee */
.bk-hero-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
  padding: 24px 0;
  background: rgba(10, 22, 40, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bk-hero-marquee-track {
  display: flex;
  gap: 60px;
  width: max-content;
  animation: bkMarqueeScroll 40s linear infinite;
}

.bk-hero-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 160px;
}

.bk-hero-stat-item .stat-number { font-size: 28px; font-weight: 800; color: #3366ff; line-height: 1; }
.bk-hero-stat-item .stat-label { font-size: 12px; font-weight: 500; color: rgba(255, 255, 255, 0.60); text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }


/* ============================================
   9. INTRO SECTION
   ============================================ */

.bk-intro-container {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 2;
  align-items: center;
}

.bk-intro-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bk-intro-content .bk-glass-pill-small { align-self: flex-start; }

.bk-intro-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: #010a44;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.bk-intro-lead {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.bk-definition-box {
  display: flex;
  gap: 20px;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.70);
  border-left: 4px solid #3366ff;
  border-radius: 4px 16px 16px 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.bk-definition-icon { font-size: 32px; flex-shrink: 0; }
.bk-definition-content strong { display: block; font-size: 16px; font-weight: 700; color: #010a44; margin-bottom: 10px; }
.bk-definition-content p { font-size: 15px; line-height: 1.7; color: #555; margin: 0; }

.bk-intro-card { padding: 48px 40px !important; text-align: center; }
.bk-intro-card-icon { font-size: 48px; margin-bottom: 20px; display: block; }
.bk-intro-card-title { font-size: 24px; font-weight: 700; color: #010a44; margin: 0 0 16px 0; line-height: 1.3; }
.bk-intro-card-desc { font-size: 15px; line-height: 1.7; color: #555; margin: 0 0 28px 0; }
.bk-intro-card-cta { display: flex; justify-content: center; }


/* ============================================
   10. FORMS
   ============================================ */

.bk-form-wrap .elementor-widget-container {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(51, 102, 255, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.webdesignform .forminator-label:not([class*="forminator-floating-"]) {
  font-size: 16px !important;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

.webdesignform .r-3 .forminator-checkbox { width: 31%; }


/* ============================================
   11. ANIMATION SETUP & INITIAL STATES
   ============================================ */

/* GSAP heading setup */
.heading-line-wrap { display: block; overflow: hidden; }
.heading-line-inner { display: block; will-change: transform; }

.animate-heading-flip3d .word,
.animate-heading-word .word,
.animate-heading-clip .word,
.animate-heading-flicker .char { display: inline-block; }

.animate-heading-elastic .heading-line-wrap { display: block; overflow: hidden; }
.animate-heading-elastic .heading-line-inner { display: block; }

/* Card animation perspectives */
.animate-cards-3d,
.animate-cards-3d-rise,
.animate-cards-lusion,
[data-animate="bento-glass"],
.animate-bento-glass { perspective: 1200px; }

/* Animation performance */
.bk-glass-card,
.bk-card,
[class*="animate-"],
[data-animate] {
  will-change: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.bk-animation-complete { will-change: auto; }

/* Initial hidden states for animated elements */
.animate-cards-lusion .bk-glass-card,
.animate-cards-lusion .bk-card,
.animate-cards-lusion.bk-glass-card,
.animate-cards-lusion.bk-card,
.animate-cards-lusion.e-con,
.animate-cards-3d-rise .bk-glass-card,
.animate-cards-3d-rise .bk-card,
.animate-cards-3d-rise.bk-glass-card,
.animate-cards-3d-rise.bk-card,
.animate-cards-3d-rise.e-con,
[data-animate="bento-glass"] .bk-card,
.animate-bento-glass .bk-card,
.animate-reveal,
.animate-case-studies .bk-case-study,
.bk-case-studies .bk-case-study,
.elementor-portfolio-item {
  opacity: 0;
  visibility: hidden;
}

.animate-heading .word,
.animate-heading-word .word,
.animate-heading-flip3d .word,
.animate-heading-clip .word,
.animate-heading-elastic .heading-line-inner,
.animate-heading-flicker .char { opacity: 0; }

/* Once JS is ready */
html.bk-animations-ready .animate-cards-lusion .bk-glass-card,
html.bk-animations-ready .animate-cards-lusion .bk-card,
html.bk-animations-ready .animate-cards-lusion.bk-glass-card,
html.bk-animations-ready .animate-cards-lusion.bk-card,
html.bk-animations-ready .animate-cards-lusion.e-con,
html.bk-animations-ready .animate-cards-3d-rise .bk-glass-card,
html.bk-animations-ready .animate-cards-3d-rise .bk-card,
html.bk-animations-ready .animate-cards-3d-rise.bk-glass-card,
html.bk-animations-ready .animate-cards-3d-rise.bk-card,
html.bk-animations-ready .animate-cards-3d-rise.e-con,
html.bk-animations-ready [data-animate="bento-glass"] .bk-card,
html.bk-animations-ready .animate-bento-glass .bk-card,
html.bk-animations-ready .animate-reveal,
html.bk-animations-ready .animate-case-studies .bk-case-study,
html.bk-animations-ready .bk-case-studies .bk-case-study,
html.bk-animations-ready .elementor-portfolio-item { visibility: visible; }

/* Fallback if JS fails */
html:not(.bk-animations-ready) .animate-cards-lusion .bk-glass-card,
html:not(.bk-animations-ready) .animate-cards-lusion .bk-card,
html:not(.bk-animations-ready) .animate-cards-lusion.bk-glass-card,
html:not(.bk-animations-ready) .animate-cards-lusion.bk-card,
html:not(.bk-animations-ready) .animate-cards-lusion.e-con,
html:not(.bk-animations-ready) .animate-cards-3d-rise .bk-glass-card,
html:not(.bk-animations-ready) .animate-cards-3d-rise .bk-card,
html:not(.bk-animations-ready) .animate-cards-3d-rise.bk-glass-card,
html:not(.bk-animations-ready) .animate-cards-3d-rise.bk-card,
html:not(.bk-animations-ready) .animate-cards-3d-rise.e-con,
html:not(.bk-animations-ready) [data-animate="bento-glass"] .bk-card,
html:not(.bk-animations-ready) .animate-bento-glass .bk-card,
html:not(.bk-animations-ready) .animate-reveal,
html:not(.bk-animations-ready) .animate-case-studies .bk-case-study,
html:not(.bk-animations-ready) .bk-case-studies .bk-case-study,
html:not(.bk-animations-ready) .elementor-portfolio-item,
html:not(.bk-animations-ready) [class*="animate-"] .word,
html:not(.bk-animations-ready) [class*="animate-"] .heading-line-inner {
  animation: bkFallbackReveal 0.5s ease forwards;
  animation-delay: 4s;
}

/* Elementor editor: show all */
.elementor-editor-active [class*="animate-"] *,
.elementor-editor-active [data-animate] * {
  opacity: 1 !important;
  transform: none !important;
  clip-path: none !important;
  filter: none !important;
  visibility: visible !important;
}

/* ============================================
   4b. SECTION ORB OVERRIDES
   Sections with unique orb colors/positions
   ============================================ */

/* Portfolio — Teal/Indigo orbs, unique positions */
.bk-portfolio::before {
  left: -15%;
  top: auto;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.18) 0%, rgba(20, 184, 166, 0.08) 40%, transparent 70%);
  animation: bkOrb 22s ease-in-out infinite;
}

.bk-portfolio::after {
  bottom: -20%;
  left: -15%;
  right: auto;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, rgba(99, 102, 241, 0.06) 45%, transparent 70%);
  animation: bkOrbReverse 28s ease-in-out infinite;
}

/* Services — Indigo/Sky orbs, smaller */
.bk-services-section::before {
  top: -10%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  filter: blur(60px);
}

.bk-services-section::after {
  bottom: -10%;
  right: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.12) 0%, transparent 70%);
  filter: blur(60px);
}

/* Form section — Blue/Purple orbs */
.bk-form-section::before {
  top: -20%;
  right: -10%;
  left: auto;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.12) 0%, transparent 70%);
}

.bk-form-section::after {
  bottom: -25%;
  left: -10%;
  right: auto;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.10) 0%, transparent 70%);
}

/* Intro section — Only ::before, no ::after */
.bk-intro-section::after {
  display: none;
}

.bk-intro-section::before {
  top: -30%;
  right: -15%;
  left: auto;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(51, 102, 255, 0.08) 0%, transparent 70%);
}


/* ============================================
   12. DARK MODE (Consolidated)
   ============================================ */

/* Section backgrounds */
.dark-scheme .bk-why-section,
.dark-scheme .bk-pricing-section,
.dark-scheme .bk-scroll-text-section { background: linear-gradient(180deg, #0A0F1C 0%, #050508 50%, #08080C 100%) !important; }
.dark-scheme .bk-services-section { background-color: #0A0A0F !important; }
.dark-scheme .bk-portfolio { background: linear-gradient(180deg, #0D1117 0%, #0A0E14 50%, #080B10 100%) !important; }
.dark-scheme .bk-team { background: linear-gradient(180deg, #0C0F14 0%, #080A0E 100%) !important; }
.dark-scheme .bk-clients,
.dark-scheme .bk-certifications { background: linear-gradient(180deg, #0A0D12 0%, #080A0E 100%) !important; }
.dark-scheme .bk-testimonials { background: linear-gradient(180deg, #0A0D12 0%, #07090D 100%) !important; }
.dark-scheme .bk-faq { background: linear-gradient(180deg, #0D0A08 0%, #0A0806 50%, #080604 100%) !important; }
.dark-scheme .bk-form-section { background: linear-gradient(180deg, #0A0D12 0%, #0C1018 50%, #0A0D12 100%); }
.dark-scheme .bk-intro-section { background: linear-gradient(180deg, #0C0F14 0%, #0A0D12 100%); }

/* Orbs — dark mode */
.dark-scheme .bk-why-section::before,
.dark-scheme .bk-scroll-text-section::before,
.dark-scheme .bk-services-section::before,
.dark-scheme .bk-portfolio::before,
.dark-scheme .bk-form-section::before,
.dark-scheme .bk-intro-section::before { background: radial-gradient(circle, rgba(51, 102, 255, 0.35) 0%, transparent 65%); }

.dark-scheme .bk-why-section::after,
.dark-scheme .bk-scroll-text-section::after,
.dark-scheme .bk-services-section::after,
.dark-scheme .bk-portfolio::after,
.dark-scheme .bk-form-section::after { background: radial-gradient(circle, rgba(168, 85, 247, 0.30) 0%, transparent 65%); }

.dark-scheme .bk-pricing-section::after { background: radial-gradient(circle, rgba(20, 184, 166, 0.30) 0%, transparent 65%) !important; }
.dark-scheme .bk-faq::before { background: radial-gradient(circle, rgba(255, 150, 80, 0.15) 0%, transparent 65%); }
.dark-scheme .bk-faq::after { background: radial-gradient(circle, rgba(51, 102, 255, 0.12) 0%, transparent 65%); }
.dark-scheme .bk-testimonials::before { background: radial-gradient(circle, rgba(251, 191, 36, 0.15) 0%, transparent 65%); }
.dark-scheme .bk-testimonials::after { background: radial-gradient(circle, rgba(51, 102, 255, 0.15) 0%, transparent 65%); }
.dark-scheme .bk-clients::after { background: radial-gradient(circle, rgba(51, 102, 255, 0.15) 0%, transparent 65%); }
.dark-scheme .bk-certifications::before { background: radial-gradient(circle, rgba(20, 184, 166, 0.12) 0%, transparent 65%); }

/* Dark mode overrides */
.dark-scheme .dark-mode-black,
.dark-scheme .elementor-widget-ohio_process .elementor-widget-container,
.dark-scheme .elementor-testimonial--skin-bubble .elementor-testimonial__content { background-color: #161519 !important; }
.dark-scheme .dark-mode-black2 { background-color: #272727 !important; }
.dark-scheme .page-headline::after,
.dark-scheme .elementor-background-overlay { background-color: rgb(0 0 0 / 77%) !important; }
.dark-scheme .ohio-widget.alert,
.clb__dark_mode_light .elementor-background-overlay { background-color: #000 !important; }

/* Glass components — dark */
.dark-scheme .bk-glass-pill {
  background: rgba(20, 30, 50, 0.65) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 8px 32px rgba(0, 0, 0, 0.15) !important;
}

.dark-scheme .bk-glass-pill:hover {
  background: rgba(30, 45, 75, 0.80) !important;
  border-color: rgba(51, 102, 255, 0.35) !important;
}

.dark-scheme .bk-glass-pill-small {
  background: rgba(51, 102, 255, 0.15);
  border-color: rgba(51, 102, 255, 0.30);
  color: #6b8cff;
}

.dark-scheme .bk-glass-card {
  background: rgba(18, 28, 48, 0.60) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.30), 0 16px 48px rgba(0, 0, 0, 0.20) !important;
}

.dark-scheme .bk-glass-card:hover {
  background: rgba(25, 40, 70, 0.75) !important;
  border-color: rgba(51, 102, 255, 0.30) !important;
}

.dark-scheme .bk-spotlight-glow {
  background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(51, 102, 255, 0.25), transparent 50%);
}

.dark-scheme .bk-glass-card.bk-featured,
.dark-scheme .bk-glass-card.featured {
  border: 1.5px solid rgba(51, 102, 255, 0.45) !important;
  box-shadow: 0 8px 32px rgba(51, 102, 255, 0.25), 0 24px 64px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(51, 102, 255, 0.15) !important;
}

.dark-scheme .bk-glass-card-premium::after {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.15) 0%, rgba(168, 85, 247, 0.12) 50%, rgba(236, 72, 153, 0.10) 100%);
}

.dark-scheme .bk-glass-carousel {
  background: rgba(20, 30, 50, 0.40) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.dark-scheme .bk-glass-carousel .swiper-slide-image {
  filter: grayscale(100%) brightness(1.3) !important;
  opacity: 0.5 !important;
}

.dark-scheme .bk-glass-carousel .swiper-slide:hover .swiper-slide-image {
  filter: grayscale(0%) brightness(1) !important;
  opacity: 0.9 !important;
}

/* Text colors — dark */
.dark-scheme .bk-glass-card h1, .dark-scheme .bk-glass-card h2,
.dark-scheme .bk-glass-card h3, .dark-scheme .bk-glass-card h4,
.dark-scheme .bk-glass-card h5, .dark-scheme .bk-glass-card h6,
.dark-scheme .bk-glass-card .title, .dark-scheme .bk-glass-card .elementor-heading-title { color: #ffffff !important; }
.dark-scheme .bk-glass-card p, .dark-scheme .bk-glass-card .elementor-widget-text-editor { color: #d1d5db !important; }

.dark-scheme .bk-glass-pill h1, .dark-scheme .bk-glass-pill h2,
.dark-scheme .bk-glass-pill h3, .dark-scheme .bk-glass-pill h4,
.dark-scheme .bk-glass-pill h5, .dark-scheme .bk-glass-pill h6,
.dark-scheme .bk-glass-pill .title, .dark-scheme .bk-glass-pill .elementor-heading-title,
.dark-scheme .bk-glass-pill p, .dark-scheme .bk-glass-pill span { color: #f1f5f9 !important; }

.dark-scheme .bk-scroll-text .word,
.dark-scheme .bk-text-reveal__content .word { color: #E8E6E1; }

.dark-scheme .bk-section-title { color: #ffffff; }
.dark-scheme .bk-section-subtitle { color: #a0aec0; }
.dark-scheme .bk-cta-text { color: #a0aec0; }

/* Cards — dark */
.dark-scheme .bk-card {
  background: rgba(20, 25, 40, 0.4);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dark-scheme .bk-card:hover {
  background: rgba(30, 35, 55, 0.6);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.dark-scheme .bk-card::before {
  background: radial-gradient(600px circle at var(--mouse-x, 0) var(--mouse-y, 0), rgba(51, 102, 255, 0.15), transparent 40%);
}

.dark-scheme .bk-service-title { color: #ffffff; }
.dark-scheme .bk-service-desc { color: #cccccc; }
.dark-scheme .bk-link { color: #6b8cff; }
.dark-scheme .bk-card:hover .bk-link { color: #a1b8ff; }
.dark-scheme .bk-bg-lordicon { opacity: 0.15; }
.dark-scheme .bk-card:hover .bk-bg-lordicon { opacity: 0.4; }

.dark-scheme .bk-card-icon {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.20) 0%, rgba(51, 102, 255, 0.08) 100%);
  border-color: rgba(51, 102, 255, 0.25);
}

.dark-scheme .bk-card-icon i { color: #6b8cff; }

.dark-scheme .bk-service-meta {
  color: #6b8cff;
  border-color: rgba(107, 140, 255, 0.20);
}

.dark-scheme .bk-service-list li { color: #c8ccd4; }

.dark-scheme .bk-service-outcome {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.12) 0%, rgba(16, 185, 129, 0.06) 100%);
  border-color: rgba(16, 185, 129, 0.25);
}

.dark-scheme .bk-service-outcome .outcome-label { color: #a0aec0; }
.dark-scheme .bk-service-outcome .outcome-value { color: #34d399; }

/* Case studies — dark */
.dark-scheme .bk-case-study { background: rgba(20, 30, 50, 0.55); border-color: rgba(255, 255, 255, 0.10); }
.dark-scheme .bk-case-tag { background: rgba(51, 102, 255, 0.20); color: #6b8cff; }
.dark-scheme .bk-case-title { color: #ffffff; }
.dark-scheme .bk-case-desc { color: #a0aec0; }

/* Testimonials — dark */
.dark-scheme .bk-testimonial-marquee::before { background: linear-gradient(to bottom, #0A0D12 0%, transparent 100%); }
.dark-scheme .bk-testimonial-marquee::after { background: linear-gradient(to top, #07090D 0%, transparent 100%); }
.dark-scheme .bk-testimonial-card { background: rgba(20, 30, 50, 0.55); border-color: rgba(255, 255, 255, 0.10); }
.dark-scheme .bk-testimonial-card:hover { background: rgba(30, 45, 70, 0.70); }
.dark-scheme .bk-testimonial-card::before { background: linear-gradient(to left, rgba(251, 191, 36, 0.12) 0%, transparent 100%) !important; }
.dark-scheme .bk-testimonial-card::after { background: linear-gradient(to bottom, transparent 0%, rgba(251, 191, 36, 0.40) 50%, transparent 100%) !important; }
.dark-scheme .bk-testimonial-quote { color: #d1d5db; }
.dark-scheme .bk-testimonial-avatar { border-color: rgba(255, 255, 255, 0.15); }
.dark-scheme .bk-testimonial-name { color: #ffffff; }
.dark-scheme .bk-testimonial-company { color: #a0aec0; }

/* Availability — dark */
.dark-scheme .bk-availability-box {
  background: rgba(20, 30, 50, 0.55) !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.dark-scheme .bk-availability-box .avail-title { color: #ffffff !important; }
.dark-scheme .bk-availability-box .avail-desc { color: rgba(255, 255, 255, 0.75) !important; }
.dark-scheme .bk-availability-box .avail-item {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}
.dark-scheme .bk-availability-box .avail-item:hover { background: rgba(255, 255, 255, 0.12) !important; }
.dark-scheme .bk-availability-box .avail-month { color: #ffffff !important; }

/* Glass banner — dark */
.dark-scheme .bk-glass-banner .ohio-widget.banner .overlay-details { background: rgba(10, 15, 30, 0.75) !important; }
.dark-scheme .bk-glass-banner .ohio-widget.banner:hover .overlay-details {
  background: rgba(10, 15, 30, 0.60) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  backdrop-filter: blur(8px) !important;
}
.dark-scheme .bk-glass-banner .ohio-widget.banner .title,
.dark-scheme .bk-glass-banner .ohio-widget.banner:hover .title { color: #ffffff !important; }
.dark-scheme .bk-glass-banner .ohio-widget.banner .description,
.dark-scheme .bk-glass-banner .ohio-widget.banner .description p { color: #d1d5db !important; }
.dark-scheme .bk-glass-banner .ohio-widget.banner:hover { box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35) !important; }

/* Bonus block — dark */
.dark-scheme .bk-bonus-block {
  background: linear-gradient(135deg, rgba(20, 30, 50, 0.65) 0%, rgba(15, 25, 45, 0.55) 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 4px solid #3366ff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), 0 4px 16px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.dark-scheme .bk-bonus-block::before {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.12) 0%, rgba(255, 130, 50, 0.08) 100%);
}

.dark-scheme .bk-bonus-block:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45), 0 8px 24px rgba(51, 102, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border-color: rgba(51, 102, 255, 0.35);
}

.dark-scheme .bk-bonus-block .bonus-title { color: #ffffff; }
.dark-scheme .bk-bonus-block .bonus-desc { color: #d1d5db; }
.dark-scheme .bk-bonus-block .bonus-desc strong { color: #ffffff; }

.dark-scheme .bk-bonus-block .bonus-value {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.25) 0%, rgba(51, 102, 255, 0.15) 100%);
  border-color: rgba(51, 102, 255, 0.35);
  color: #6b8cff;
}

.dark-scheme .bk-bonus-block:hover .bonus-value {
  background: linear-gradient(135deg, rgba(51, 102, 255, 0.35) 0%, rgba(51, 102, 255, 0.20) 100%);
  color: #93b4ff;
}

/* Buttons — dark */
.dark-scheme .bk-btn-glass a.ohio-widget.button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.dark-scheme .bk-btn-glass a.ohio-widget.button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.30) !important;
}

.dark-scheme .bk-btn-glass a.ohio-widget.button i { color: #ffffff !important; }

.dark-scheme .forminator-button-submit {
  background: linear-gradient(135deg, #3366ff 0%, #2952cc 100%) !important;
  box-shadow: 0 4px 16px rgba(51, 102, 255, 0.35), 0 2px 8px rgba(51, 102, 255, 0.20), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
}

.dark-scheme .forminator-button-submit:hover {
  background: linear-gradient(135deg, #4477ff 0%, #3366ff 100%) !important;
  box-shadow: 0 8px 28px rgba(51, 102, 255, 0.45), 0 4px 14px rgba(51, 102, 255, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.20) !important;
}

.dark-scheme .forminator-button-submit:focus {
  box-shadow: 0 4px 16px rgba(51, 102, 255, 0.35), 0 0 0 4px rgba(51, 102, 255, 0.35) !important;
}

/* Form wrap — dark */
.dark-scheme .bk-form-wrap .elementor-widget-container {
  background: rgba(20, 30, 50, 0.60);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25), 0 4px 16px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Intro section — dark */
.dark-scheme .bk-intro-title { color: #ffffff; }
.dark-scheme .bk-intro-lead { color: #a0aec0; }
.dark-scheme .bk-intro-content .bk-glass-pill-small {
  background: rgba(51, 102, 255, 0.15);
  border-color: rgba(51, 102, 255, 0.30);
  color: #6b8cff;
}
.dark-scheme .bk-definition-box {
  background: rgba(20, 30, 50, 0.50);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #3366ff;
}
.dark-scheme .bk-definition-content strong { color: #ffffff; }
.dark-scheme .bk-definition-content p { color: #c8ccd4; }
.dark-scheme .bk-intro-card-title { color: #ffffff; }
.dark-scheme .bk-intro-card-desc { color: #c8ccd4; }

/* Popup — dark */
.pum-overlay {
  background: rgba(10, 15, 30, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.pum-container {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25), 0 8px 32px rgba(51, 102, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

.dark-scheme .pum-container {
  background: rgba(20, 30, 50, 0.90) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.pum-content { padding: 40px !important; }
.pum-content h1, .pum-content h2, .pum-content h3 { color: #010a44 !important; }
.dark-scheme .pum-content h1, .dark-scheme .pum-content h2, .dark-scheme .pum-content h3 { color: #ffffff !important; }
.pum-content p { color: #1a1a2e !important; }
.dark-scheme .pum-content p { color: #d1d5db !important; }

.pum-close {
  background: rgba(51, 102, 255, 0.1) !important;
  border: 1px solid rgba(51, 102, 255, 0.2) !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

.pum-close:hover {
  background: rgba(51, 102, 255, 0.2) !important;
  transform: rotate(90deg) !important;
}

/* Portfolio dark orbs — specific colors */
.dark-scheme .bk-portfolio::before {
  background: radial-gradient(circle, rgba(20, 184, 166, 0.25) 0%, transparent 70%);
}

.dark-scheme .bk-portfolio::after {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.22) 0%, transparent 70%);
}

/* Services dark orbs */
.dark-scheme .bk-services-section::before {
  background: radial-gradient(circle, rgba(99, 102, 241, 0.25) 0%, transparent 70%);
}

.dark-scheme .bk-services-section::after {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.20) 0%, transparent 70%);
}

/* Form dark orbs */
.dark-scheme .bk-form-section::before {
  background: radial-gradient(circle, rgba(51, 102, 255, 0.18) 0%, transparent 70%);
}

.dark-scheme .bk-form-section::after {
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
}

/* Intro dark orb */
.dark-scheme .bk-intro-section::before {
  background: radial-gradient(circle, rgba(51, 102, 255, 0.12) 0%, transparent 70%);
}


/* ============================================
   13. RESPONSIVE (Consolidated)
   ============================================ */

/* Large tablets / small laptops */
@media (max-width: 1200px) {
  .bk-hero-content { max-width: 700px; }
  .bk-float-1 { top: 15%; left: 2%; }
  .bk-float-2 { top: 12%; right: 2%; }
  .bk-float-3 { bottom: 22%; left: 3%; }
  .bk-floating-stat { padding: 16px 22px; }
  .bk-floating-stat .stat-value { font-size: 20px; }
  .bk-floating-stat .stat-text { font-size: 10px; }
  .branding .logo img, .branding .logo-mobile img, .branding .logo-dynamic img {max-width: 100%; width: 100%; height: auto;}
}

/* Tablets */
@media (max-width: 1024px) {
  .bk-bento { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .bk-span-4, .bk-span-3, .bk-span-2 { grid-column: span 2; }
  .bk-card-body { max-width: 75% !important; }
  .bk-bg-lordicon { opacity: 0.08; }
  
  .bk-intro-container { grid-template-columns: 1fr; gap: 48px; }
  .bk-intro-card { max-width: 500px; margin: 0 auto; }
  
  .bk-hero-content { max-width: 650px; margin-bottom: 180px; margin-top: 100px;}
  
  .bk-hero-floating-stats {
    position: absolute;
    bottom: 85px;
    left: 0;
    right: 0;
    top: auto;
    display: flex;
    justify-content: center;
    gap: 16px;
    padding: 0 20px;
    pointer-events: auto;
  }
  
  .bk-floating-stat {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    animation: none !important;
    flex: 1;
    max-width: 180px;
    padding: 16px 20px;
  }
  
  .bk-floating-stat .stat-icon { font-size: 24px; margin-bottom: 8px; }
  .bk-floating-stat .stat-value { font-size: 22px; }
  .bk-floating-stat .stat-text { font-size: 9px; }
}

/* Small tablets */
@media (max-width: 900px) {
  .bk-case-study,
  .bk-case-study:nth-child(even) { grid-template-columns: 1fr; }
  .bk-case-study:nth-child(even) .bk-case-image,
  .bk-case-study:nth-child(even) .bk-case-content { order: unset; }
  .bk-case-content { padding: 16px 0 0 0; }
  .bk-case-title { font-size: 20px; }
}

/* Mobile */
@media (max-width: 768px) {
  /* Scroll text section */
  .bk-scroll-text-section { min-height: 70vh; padding: 80px 24px; }
  .bk-scroll-text-section .bk-scroll-text-wrapper { padding: 0 24px; }
  .bk-scroll-text-section::before,
  .bk-scroll-text-section::after { width: 400px; height: 400px; opacity: 0.5; filter: blur(80px); animation: none; }
  .bk-scroll-text, .bk-text-reveal__content { text-align: left; }
  .bk-scroll-text .word, .bk-text-reveal__content .word { opacity: 1 !important; }
  
  /* Section orbs — simplify */
  .bk-why-section::before, .bk-why-section::after,
  .bk-pricing-section::before, .bk-pricing-section::after,
  .bk-portfolio::before, .bk-portfolio::after,
  .bk-clients::after, .bk-certifications::before,
  .bk-faq::before, .bk-faq::after,
  .bk-cta-final::before, .bk-cta-final::after,
  .bk-form-section::before, .bk-form-section::after { opacity: 0.5; filter: blur(100px); animation: none; }
  
  /* Glass components */
  .bk-glass-card { padding: 32px 24px !important; border-radius: 20px !important; }
  .bk-glass-pill { padding: 14px 24px !important; margin-bottom: 12px !important; }
  .bk-glass-card:hover, .bk-glass-pill:hover,
  .bk-glass-card.bk-featured:hover, .bk-glass-card.featured:hover { transform: none !important; }
  .bk-spotlight-glow { display: none !important; }
  .bk-glass-carousel { padding: 20px 24px !important; border-radius: 16px !important; }
  
  /* Pricing spacing */
  .bk-pricing-section .elementor-column { margin-bottom: 28px !important; }
  .bk-pricing-section .elementor-column:last-child { margin-bottom: 0 !important; }
  
  /* Buttons */
  .bk-btn-primary a.ohio-widget.button,
  .bk-btn-glass a.ohio-widget.button { padding: 14px 28px !important; font-size: 14px !important; }
  .bk-btn-primary .ohio-widget-holder:hover,
  .bk-btn-glass a.ohio-widget.button:hover { transform: none !important; }
  .forminator-button-submit { padding: 16px 32px !important; font-size: 15px !important; border-radius: 10px !important; }
  .forminator-button-submit:hover { transform: none !important; }
  .forminator-button-submit::before { display: none; }
  
  /* Bento grid */
  .bk-bento { grid-template-columns: 1fr; gap: 16px; }
  .bk-span-4, .bk-span-3, .bk-span-2 { grid-column: span 1; }
  .bk-card { min-height: auto !important; }
  .bk-card-body { max-width: 100% !important; padding: 28px 24px !important; }
  .bk-bg-lordicon { display: none !important; }
  .bk-service-title { font-size: 20px; }
  .bk-service-desc { font-size: 15px; }
  .bk-link { font-size: 13px; padding-top: 16px; }
  .bk-card:hover, .bk-case-study:hover { transform: none; box-shadow: none; }
  .bk-card-icon { position: relative; top: 0; right: 0; margin-bottom: 20px; }
  .bk-bento-services .bk-card-body { padding-right: 0; }
  
  /* Section titles */
  .bk-services-header { margin-bottom: 40px; text-align: left; }
  .bk-section-subtitle { font-size: 16px; }
  .bk-services-cta { margin-top: 40px; }
  .bk-cta-text { font-size: 16px; }
  .bk-service-outcome { padding: 12px 14px; }
  .bk-service-outcome .outcome-value { font-size: 14px; }
  
  /* Testimonials */
  .bk-testimonial-marquee { height: 500px; }
  .bk-testimonial-card { padding: 24px 20px; }
  .bk-testimonial-avatar { width: 40px; height: 40px; }
  
  /* Availability */
  .bk-availability-box { padding: 32px 24px !important; }
  .bk-availability-box .avail-desc { font-size: 15px !important; }
  .bk-availability-box .avail-status { flex-direction: column; }
  .bk-availability-box .avail-item { padding: 16px 20px; }
  .bk-availability-box .avail-item:hover { transform: none; }
  
  /* CTA */
  .bk-cta-shine { display: none !important; }
  .bk-cta-orb-orange { width: 300px; height: 300px; opacity: 0.5; filter: blur(60px); animation: none; }
  .bk-cta-final { animation: none !important; background-size: 100% 100% !important; }
  
  /* Bonus block */
  .bk-bonus-block { padding: 24px 20px; border-radius: 4px 16px 16px 4px; }
  .bk-bonus-block:hover { transform: none; }
  .bk-bonus-block .bonus-icon { font-size: 28px; margin-bottom: 12px; }
  .bk-bonus-block .bonus-title { font-size: 18px; }
  .bk-bonus-block .bonus-desc { font-size: 15px; }
  .bk-bonus-block .bonus-value { font-size: 13px; padding: 6px 14px; }
  
  /* Glass banner */
  .bk-glass-banner .ohio-widget.banner:hover { transform: none; }
  
  /* Hero */
  .bk-hero-v2-service { min-height: 90vh; }
  .bk-hero-content { padding: 0 24px; margin-bottom: 80px; }
  .bk-hero-eyebrow { padding: 10px 20px; font-size: 11px; margin-bottom: 24px; }
  .bk-hero-subtitle { margin-bottom: 36px; }
  .bk-hero-ctas { gap: 16px; }
  .bk-hero-ctas .bk-btn-primary, .bk-hero-ctas .bk-btn-glass { max-width: 300px; }
  .bk-hero-ctas .bk-btn-primary .elementor-widget-container,
  .bk-hero-ctas .bk-btn-glass .elementor-widget-container { justify-content: center !important; }
  .bk-hero-floating-stats { display: none; }
  .bk-hero-marquee { padding: 18px 0; }
  .bk-hero-marquee-track { gap: 40px; animation-duration: 30s; }
  .bk-hero-stat-item { min-width: 130px; }
  .bk-hero-stat-item .stat-number { font-size: 22px; }
  .bk-hero-stat-item .stat-label { font-size: 10px; letter-spacing: 0.5px; }
  .bk-hero-orb-1, .bk-hero-orb-2 { width: 350px; height: 350px; filter: blur(100px); animation: none; }
  
  /* Intro */
  .bk-intro-section { padding: 80px 0; }
  .bk-intro-container { padding: 0 24px; gap: 40px; }
  .bk-intro-title { font-size: 26px; }
  .bk-intro-lead { font-size: 16px; }
  .bk-definition-box { flex-direction: column; gap: 16px; padding: 24px; }
  .bk-definition-icon { font-size: 28px; }
  .bk-definition-content strong { font-size: 15px; }
  .bk-definition-content p { font-size: 14px; }
  .bk-intro-card { padding: 36px 28px !important; }
  .bk-intro-card-icon { font-size: 40px; margin-bottom: 16px; }
  .bk-intro-card-title { font-size: 20px; }
  .bk-intro-card-desc { font-size: 14px; }
  
  /* Forms */
  .bk-form-section { padding: 80px 0; }
  .bk-form-wrap .elementor-widget-container { padding: 32px 24px; border-radius: 20px; }
  .webdesignform .r-3 .forminator-checkbox { width: 100%; }
  
  /* Cookie banner */
  .alert.-fixed { bottom: 80px !important; left: 16px !important; right: 16px !important; max-width: calc(100% - 32px) !important; }
  .alert.-fixed .icon-button { background: rgba(0, 0, 0, 0.2); border-radius: 50%; min-width: 36px; min-height: 36px; }
  
  /* Content slide */
  .bk-content-slide { padding: 0 5% 18px !important; }
  
  /* Animation fallbacks */
  [class*="animate-"] .heading-line-inner,
  [class*="animate-"] .word,
  [class*="animate-"] .char,
  [class*="animate-"] .bk-glass-card,
  [class*="animate-"] .bk-card,
  [data-animate] *,
  .animate-reveal,
  .animate-cards-lusion .bk-glass-card,
  .animate-cards-3d-rise .bk-glass-card {
    transform: translateZ(0);
  }
  /* Bento grid — MOBILE FIX */
  .bk-bento { 
    grid-template-columns: 1fr; 
    grid-auto-rows: auto !important;  /* Kill the 300px minimum */
    gap: 16px; 
  }
  
  .bk-span-4, .bk-span-3, .bk-span-2 { grid-column: span 1; }
  
  .bk-card { 
    min-height: unset !important;
    height: auto !important;
  }
  
  .bk-card-body {
    max-width: 100% !important;
    padding: 28px 24px !important;
    gap: 8px;
  }
  
  .bk-service-desc {
    flex-grow: 0;
    font-size: 15px;
    margin-bottom: 0;
  }
  
  .bk-service-list { gap: 6px; margin-bottom: 12px; }
  .bk-service-list li { font-size: 13px; }
  .bk-service-outcome { padding: 10px 14px; margin-bottom: 12px; }
  .bk-service-outcome .outcome-value { font-size: 14px; }
  .bk-service-title { font-size: 20px; margin-bottom: 8px; }
  .bk-link { font-size: 13px; padding-top: 12px; }
  
  .bk-card:hover,
  .bk-case-study:hover { transform: none; box-shadow: none; }
  
  /* Bento card icon — subtle bottom-right */
  .bk-card-icon {
    position: absolute;
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    opacity: 0.10;
    background: none !important;
    border: none !important;
    pointer-events: none;
    z-index: 0;
  }
  
  .bk-card-icon i { font-size: 36px; }
  .bk-card:hover .bk-card-icon { background: none !important; border-color: transparent !important; transform: none; }
  .bk-card:hover .bk-card-icon i { transform: none; }
  .dark-scheme .bk-card-icon { opacity: 0.12; background: none !important; border: none !important; }
  .bk-bento-services .bk-card-body { padding-right: 24px; }
  
  /* LordIcon — subtle top-right watermark */
  .bk-bg-lordicon {
    display: block !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
    opacity: 0.06 !important;
    max-width: 80px !important;
    max-height: 80px !important;
    width: 80px !important;
    height: 80px !important;
    overflow: hidden !important;
    z-index: 0 !important;
  }
  
  /* Override inline dimensions on the lord-icon element itself */
  .bk-bg-lordicon lord-icon,
  .bk-bg-lordicon svg,
  .bk-bg-lordicon img,
  .bk-bg-lordicon canvas,
  .bk-bg-lordicon > * {
    max-width: 80px !important;
    max-height: 80px !important;
    width: 100% !important;
    height: 100% !important;
  }
  
  .dark-scheme .bk-bg-lordicon { opacity: 0.10 !important; }
}

/* Small mobile */
@media (max-width: 480px) {
  .bk-bento { gap: 12px; }
  .bk-card-body { padding: 24px 20px !important; }
  .bk-service-title { font-size: 18px; }
  .bk-service-desc { font-size: 14px; }
  
  .bk-card-icon {
    width: 40px;
    height: 40px;
    bottom: 16px;
    right: 16px;
    opacity: 0.08;
  }
  
  .bk-card-icon i { font-size: 28px; }
  
  .bk-bg-lordicon {
    max-width: 60px !important;
    max-height: 60px !important;
    width: 60px !important;
    height: 60px !important;
    opacity: 0.04 !important;
    top: 10px !important;
    right: 10px !important;
  }
  
  .bk-bg-lordicon lord-icon,
  .bk-bg-lordicon svg,
  .bk-bg-lordicon img,
  .bk-bg-lordicon canvas,
  .bk-bg-lordicon > * {
    max-width: 60px !important;
    max-height: 60px !important;
  }
  .bk-service-title { font-size: 18px; }
  .bk-service-desc { font-size: 14px; }
  
  .bk-hero-content { padding: 0 20px; }
  .bk-hero-eyebrow { font-size: 10px; padding: 8px 16px; }
  .bk-hero-marquee-track { gap: 32px; }
  .bk-hero-stat-item { min-width: 110px; }
  .bk-hero-stat-item .stat-number { font-size: 20px; }
  .bk-hero-stat-item .stat-label { font-size: 9px; }
}

/* ============================================
   14. ACCESSIBILITY & MISCELLANEOUS
   ============================================ */

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .bk-btn-primary .ohio-widget-holder,
  .bk-btn-primary .ohio-widget-holder::before { animation: none !important; }
  .bk-card:hover { transform: none; }
  .bk-card:hover .pos-right,
  .bk-card:hover .pos-right-split,
  .bk-card:hover .pos-bottom { transform: none; }
  .bk-link span { transition: none !important; }
  
  [class*="animate-"] *,
  [data-animate] *,
  .bk-scroll-text .word,
  .bk-text-reveal__content .word,
  .animate-cards-lusion .bk-glass-card,
  .animate-cards-lusion .bk-card,
  .animate-cards-lusion.bk-glass-card,
  .animate-cards-lusion.bk-card,
  .animate-cards-lusion.e-con,
  .animate-cards-3d-rise .bk-glass-card,
  .animate-cards-3d-rise .bk-card,
  .animate-cards-3d-rise.bk-glass-card,
  .animate-cards-3d-rise.bk-card,
  .animate-cards-3d-rise.e-con,
  [data-animate="bento-glass"] .bk-card,
  .animate-bento-glass .bk-card,
  .animate-reveal,
  .animate-case-studies .bk-case-study,
  .bk-case-studies .bk-case-study,
  .elementor-portfolio-item {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
    .bk-bento { gap: 12px; }
  .bk-card-body { padding: 24px 20px !important; }
  .bk-service-title { font-size: 18px; }
  .bk-service-desc { font-size: 14px; }
  
  .bk-card-icon {
    width: 44px;
    height: 44px;
    bottom: 16px;
    right: 16px;
    opacity: 0.10;
  }
  
  .bk-card-icon i { font-size: 32px; }
  
  .bk-bg-lordicon {
    width: 60px !important;
    height: 60px !important;
    opacity: 0.05 !important;
  }
}

/* Cookie banner */
.alert.-fixed { z-index: 9990 !important; }

.chat-widget,
.chat-popup,
[class*="chat-button"],
[class*="chat-widget"],
.crisp-client,
#crisp-chatbox { z-index: 9999 !important; }

.alert.-fixed .icon-button {
  position: relative;
  z-index: 10;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Blog */
.page-headline .post-meta-holder,
.post-meta-holder .author,
.post-meta-holder .by,
.single-post .author-container .widget_ohio_widget_about_author { display: none !important; }

.single-post .page-headline .title { max-width: 100%; }

.text-shadow-title { text-shadow: 2px 3px 5px #000; }

.industry-section .title,
.industry-section p { text-shadow: 1px 1px 4px #000; }

/* Elements bar */
.elements-bar.left {
  left: 10px;
  transition: opacity 0.5s ease, transform 0.4s ease !important;
  opacity: 0.25 !important;
}

.elements-bar.left:hover,
.elements-bar.left.is-active-scrolling { opacity: 1 !important; }

/* Utilities */
.min-300 .elementor-widget-container { min-height: 300px; }
.header ul li.vc_hidden-sm { display: none; }

/* Brand color in animated words */
.word .brand-color,
.word > .brand-color {
  display: inline;
  color: inherit;
  -webkit-text-fill-color: inherit;
}

span.word:has(.brand-color) .brand-color {
  color: #3366ff !important;
  -webkit-text-fill-color: #3366ff !important;
}


/* ============================================
   END OF CSS — Version 12.0 Consolidated
   ============================================ */