/* ══════════════════════════════════════════════════════
   WEB NEOTECK — site-wide overrides  (load last)
   ══════════════════════════════════════════════════════ */

/* ── 1. KILL split/magnetic button effects ──────────── */
.wa_btn_split_1 .split-inner,
.wa_btn_split_1 .btn-text-inner,
.wa_btn_split_1 [data-splitting],
.wa_btn_split_1 .char,
.wa_btn_split_1 .word {
  transform: none !important;
  display: inline !important;
  overflow: visible !important;
  clip: none !important;
  clip-path: none !important;
}
.wa_magnetic_btn_1 {
  transform: none !important;
  transition: none !important;
}
.wa_magnetic_btn_1 > * {
  transform: none !important;
}

/* ── Fix menu_1_split nav character glitch ───────────  */
/* SplitText wraps nav link chars in spans — reset them  */
.menu_1_split a .char,
.menu_1_split a .word {
  display: inline !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  overflow: visible !important;
  backface-visibility: visible !important;
  perspective: none !important;
}

/* ── 2. PRIMARY BUTTON — fade-text + center-arrow ───── */
.as-pr-btn-1 {
  position: relative !important;
  overflow: hidden !important;
}
.as-pr-btn-1 > .text {
  display: inline-block !important;
  transition: opacity 0.32s ease, transform 0.32s ease !important;
  position: relative;
  z-index: 1;
}
.as-pr-btn-1::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 24px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cline x1='0' y1='8' x2='22' y2='8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpolyline points='15,1 23,8 15,15' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.32s ease, right 0.32s ease;
  pointer-events: none;
}
.as-pr-btn-1:hover > .text {
  opacity: 0 !important;
  transform: translateX(-14px) !important;
}
.as-pr-btn-1:hover::after {
  opacity: 1;
  right: calc(50% - 12px);
}

/* ── 3. OUTLINE BUTTON (as-pr-btn-1-v2) — same animation */
.as-pr-btn-1-v2 {
  position: relative !important;
  overflow: hidden !important;
}
.as-pr-btn-1-v2 > .text {
  display: inline-block !important;
  transition: opacity 0.32s ease, transform 0.32s ease !important;
  position: relative;
  z-index: 1;
}
.as-pr-btn-1-v2 > .icon {
  display: inline-block !important;
  transition: opacity 0.32s ease !important;
  position: relative;
  z-index: 1;
}
.as-pr-btn-1-v2::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  width: 24px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 16'%3E%3Cline x1='0' y1='8' x2='22' y2='8' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Cpolyline points='15,1 23,8 15,15' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.32s ease, right 0.32s ease;
  pointer-events: none;
}
.as-pr-btn-1-v2:hover > .text {
  opacity: 0 !important;
  transform: translateX(-14px) !important;
}
.as-pr-btn-1-v2:hover > .icon {
  opacity: 0 !important;
}
.as-pr-btn-1-v2:hover::after {
  opacity: 1;
  right: calc(50% - 12px);
}

/* ── 4. HIDE { } BRACKETS around subtitle icons ─────── */
.as-subtitle-1 .icon {
  font-size: 0 !important;
  letter-spacing: 0;
  word-spacing: 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.as-subtitle-1 .icon i,
.as-subtitle-1 .icon svg {
  font-size: 0.6rem !important;
  color: var(--as-clr-pr-1, #fd3f00);
  line-height: 1;
}

/* ── 5. HIDE { } around portfolio counter ───────────── */
.as-portfolio-1-counter::before,
.as-portfolio-1-counter::after {
  display: none !important;
}

/* ── 6. PREVENT wa_title_spilt_1 invisible text ─────── */
.wa_title_spilt_1 {
  opacity: 1 !important;
  visibility: visible !important;
}
.wa_title_spilt_1 .split-text,
.wa_title_spilt_1 .line,
.wa_title_spilt_1 .word,
.wa_title_spilt_1 .char {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  clip-path: none !important;
  overflow: visible !important;
}

/* ── 7. REMOVE decorative diagonal/shape elements ───── */
.bg-shape-1,
.bg-shape-2,
[class*="bg-shape"] {
  display: none !important;
}
.about-hero::before,
.about-hero::after {
  display: none !important;
  content: none !important;
}

/* ── 8. WOW animations: force visible in local env ───── */
.wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
}

/* ── 9. CTA SECTION — move floating images to edges ──── */
/* Hand images pushed to extreme edges, not behind text  */
.as-cta-1-hand-1 {
  left: -40px !important;
  width: 28% !important;
  opacity: 0.55 !important;
}
.as-cta-1-hand-2 {
  right: -40px !important;
  width: 28% !important;
  opacity: 0.55 !important;
}
/* Photo cards — push further to their respective sides  */
.as-cta-1-img-1 {
  left: 3% !important;
}
.as-cta-1-img-2 {
  right: 3% !important;
}

/* ── 10. FOOTER consistency — apply bg via CSS so all   */
/* pages get the same footer background, not just those  */
/* where JS data-background runs successfully            */
.as-footer-1-area {
  background-image: url('../images/f1-bg-img.webp') !important;
  background-size: cover !important;
  background-position: center top !important;
}

/* ── 11. FIX as-pr-btn-1-v2 ARROW — theme sets z-index:-1 and hover width:calc(100%-8px)
         which pushes the arrow off-center. Override both.                               */
.as-pr-btn-1-v2::after {
  z-index: 1 !important;
  background-color: transparent !important;
}
.as-pr-btn-1-v2:hover::after {
  width: 24px !important;
}
/* Same icon-fade fix for as-pr-btn-1 buttons that happen to have an .icon child */
.as-pr-btn-1 > .icon {
  display: inline-block !important;
  transition: opacity 0.32s ease !important;
  position: relative;
  z-index: 1;
}
.as-pr-btn-1:hover > .icon {
  opacity: 0 !important;
}

/* ── 12. ECOSYSTEM CARDS — about page "Our Values" — clean light cards */
.core-values-area .ecosystem-card {
  background: #fff !important;
  border: none !important;
  box-shadow: 0 1px 18px rgba(0,0,0,0.06) !important;
}
/* Icon colors only — let theme handle layout/positioning */
.core-values-area .icon-ring {
  color: rgba(23,19,15,0.5) !important;
}
.core-values-area .icon-glyph {
  color: #17130f !important;
}

/* ── 12b. LANDING PAGE ecosystem cards — remove grey rounded-square box from icon-elm */
#ecosystem-cards-wrap .icon-elm {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
/* Center brand card logo + text */
#ecosystem-cards-wrap .brand-card {
  align-items: center !important;
  text-align: center !important;
}


/* ── 13. CAPABILITY EXPLORER — horizontal pills + two-column content (Omnicom layout) */
.as-services-1-area { padding-top: 60px !important; padding-bottom: 80px !important; }
.capability-explorer { flex-direction: column !important; gap: 0 !important; }

/* Section spacing for capabilities page */
.as-services-1-area + .elementor-element,
.as-services-1-area + * > .elementor-element { margin-top: 40px !important; }

/* Pills row */
.capability-list {
  flex: 0 0 auto !important; width: 100% !important;
  display: flex !important; flex-direction: row !important;
  flex-wrap: wrap !important; gap: 8px !important;
  justify-content: center !important;
  padding: 0 0 64px 0 !important;
  border: none !important; border-radius: 0 !important;
  overflow: visible !important; background: transparent !important;
  position: static !important;
}
.capability-list-item {
  width: auto !important; flex: 0 0 auto !important;
  padding: 9px 22px !important;
  border: 1.5px solid rgba(0,0,0,0.18) !important;
  border-radius: 999px !important; background: transparent;
}
.capability-list-item .cli-arrow,
.capability-list-item .cli-progress { display: none !important; }
.capability-list-item.active {
  background: var(--as-clr-h-1, #17130f) !important;
  background-image: none !important;
  border-color: var(--as-clr-h-1, #17130f) !important;
}
.capability-list-item.active::before { display: none !important; }
.capability-list-item.active .cli-number,
.capability-list-item.active .cli-title { color: #fff !important; }

/* Content area — flat (no card box) */
.capability-detail {
  width: 100% !important; min-height: 0 !important;
  border: none !important; border-radius: 0 !important;
  padding: 0 !important; background: transparent !important;
  display: block !important; align-items: unset !important;
}

/* Each panel hidden by default, two-column grid when active */
.capability-panel {
  display: none !important;
  grid-template-columns: 340px 1fr !important;
  gap: 60px !important; align-items: start !important;
  padding: 0 !important;
}
.capability-panel.active {
  display: grid !important;
}

/* Left column — bold capability name (Omnicom style) */
.cap-left {
  display: flex !important; flex-direction: column !important;
  align-items: flex-start !important; gap: 28px !important;
  position: sticky !important; top: 32px !important;
  min-width: 0 !important;
}
.cap-left .cap-title {
  font-family: "Baikal Ultra Expanded Bold", var(--as-font-1) !important;
  font-size: 32px !important; font-weight: 900 !important;
  line-height: 1.15 !important; letter-spacing: -0.02em !important;
  color: var(--as-clr-h-1, #17130f) !important; margin: 0 !important;
  word-break: break-word !important;
}
.cap-left .card-cta {
  display: inline-flex !important; align-items: center !important;
  gap: 8px !important; font-size: 14px !important; font-weight: 500 !important;
  color: var(--as-clr-h-1, #17130f) !important; text-decoration: none !important;
  border-bottom: 1.5px solid rgba(23,19,15,0.35) !important; padding-bottom: 2px !important;
}
.cap-left .card-cta:hover { border-color: var(--as-clr-h-1, #17130f) !important; }
.cap-left .card-cta svg { color: currentColor !important; }

/* Right column — Omnicom-style italic tagline + body */
.cap-right { display: flex !important; flex-direction: column !important; gap: 20px !important; }
.cap-right .card-disc {
  font-family: var(--as-font-3, 'Mona Sans'), Georgia, serif !important;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  color: rgba(23,19,15,0.75) !important;
  margin: 0 !important;
}
.capability-hook {
  font-size: 16px !important; line-height: 1.6 !important;
  color: #444 !important; margin: 0 0 12px 0 !important;
  font-weight: 400 !important;
}
.capability-hook strong {
  color: #17130f !important;
  font-weight: 600 !important;
}
.capability-points {
  list-style: none !important; padding: 0 !important; margin: 0 !important;
  display: none !important;
}
/* Second italic para (doubled by JS) */
.cap-right .card-disc + .card-disc {
  margin-top: 20px !important;
  opacity: 0.62 !important;
}

/* Divider between pills and content */
.capability-detail { border-top: 1px solid rgba(0,0,0,0.08) !important; padding-top: 56px !important; }

@media (max-width: 991px) {
  .capability-list { gap: 6px !important; padding: 0 0 40px 0 !important; }
  .capability-list-item { padding: 7px 16px !important; font-size: 13px !important; }
  .capability-panel.active { grid-template-columns: 1fr !important; gap: 28px !important; }
  .cap-left { position: static !important; }
  .cap-left .cap-title { font-size: 32px !important; }
  .capability-detail { padding-top: 36px !important; }
}

/* ── 14. HEADING SIZE — prevent sec titles from wrapping to 3 lines */
@media (max-width: 1199px) {
  .as-sec-title-1 {
    font-size: clamp(26px, 3.2vw, 46px) !important;
  }
}

/* ── 15. COUNTER ALIGNMENT — "40+ Projects" number/text baseline-aligned */
.as-portfolio-1-counter {
  align-items: baseline !important;
}
.as-portfolio-1-counter .title span {
  display: inline !important;
  font-size: 28px !important;
  line-height: 1 !important;
  color: var(--as-clr-pr-1, #fd3f00) !important;
  font-weight: 700 !important;
  margin-right: 2px !important;
}

/* ── 16. CONTACT PAGE — styles now live in contact.html <style> block (removed to avoid conflicts) */

/* ── 17. FOOTER NEWSLETTER — fix overlap + update description text */
.as-footer-1-newsletter-form {
  display: flex !important;
  position: relative !important;
  align-items: center !important;
  gap: 0 !important;
}
.as-footer-1-newsletter-form-input {
  flex: 1 !important;
  padding-right: 130px !important;
  min-width: 0 !important;
}
.as-footer-1-newsletter-form-btn {
  position: absolute !important;
  right: 4px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  padding: 10px 22px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* ── 18. CONTACT PAGE — section bg handled per-page in embedded <style> */

/* ── 19. ABOUT — core-values: light section, clean dark text on white cards */
.core-values-area {
  background-color: #f5f5f5 !important;
  background-image: none !important;
}
.core-values-area::before,
.core-values-area::after { display: none !important; }
.core-values-area .as-sec-title-1,
.core-values-area .tx-subTitle { color: #17130f !important; }
/* Card text — dark on white card */
.core-values-area .ecosystem-card .number { color: rgba(23,19,15,0.12) !important; }
.core-values-area .ecosystem-card .as-h-1,
.core-values-area .ecosystem-card .title,
.core-values-area .ecosystem-card .title a { color: #17130f !important; }
.core-values-area .ecosystem-card .card-summary,
.core-values-area .ecosystem-card .as-p-1 { color: rgba(23,19,15,0.58) !important; }
/* Disable red orb hover on light cards */
.core-values-area .ecosystem-card::before { opacity: 0 !important; display: none !important; }
/* Responsive */
@media (max-width: 767px) {
  .core-values-area .growth-ecosystem-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .core-values-area .growth-ecosystem-wrap {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }
}

/* ── 20. ORB HOVER — ecosystem cards: red blur appears on hover */
.ecosystem-card {
  position: relative !important;
  overflow: hidden !important;
}
.ecosystem-card::before {
  content: "" !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  background: var(--as-clr-pr-1, #fd3f00) !important;
  filter: blur(40px) !important;
  position: absolute !important;
  top: -22% !important;
  left: -18% !important;
  z-index: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: top 0.5s ease, left 0.5s ease, opacity 0.5s ease !important;
}
.ecosystem-card:hover::before {
  top: -12% !important;
  left: -8% !important;
  opacity: 0.7 !important;
}
.ecosystem-card > * { position: relative !important; z-index: 1 !important; }

/* ── 21. FEATURES HEADING — centred, no artificial width cap */
.as-features-1-sec-title .as-sec-title-1 {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── 23. FOOTER v2 — 4-column grid with newsletter */
.wtn-footer-v2 {
  padding: 72px 0 0 !important;
  background: #0d0d0d !important;
}
.wtn-ft-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 48px;
}
.wtn-footer-logo img {
  height: 44px !important;
  width: auto;
  display: block;
  margin-bottom: 14px;
}
.wtn-ft-tagline {
  color: rgba(255,255,255,0.45);
  font-size: 13px;
  margin: 0 0 20px !important;
  line-height: 1.5;
}
.wtn-ft-social {
  display: flex;
  gap: 14px;
}
.wtn-ft-social a {
  color: rgba(255,255,255,0.4);
  transition: color 0.2s ease;
}
.wtn-ft-social a:hover { color: #fff; }
.wtn-ft-heading {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin: 0 0 18px !important;
}
.wtn-ft-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wtn-ft-nav a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s ease;
}
.wtn-ft-nav a:hover { color: #fff; }
.wtn-ft-addr,
.wtn-ft-mail,
.wtn-ft-phone {
  display: block;
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}
.wtn-ft-mail:hover,
.wtn-ft-phone:hover { color: #fff; }
.wtn-ft-nl-desc {
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  margin: 0 0 14px !important;
}
.wtn-ft-nl-form {
  display: flex;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  overflow: hidden;
}
.wtn-ft-nl-input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: none;
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  outline: none;
}
.wtn-ft-nl-input::placeholder { color: rgba(255,255,255,0.3); }
.wtn-ft-nl-btn {
  background: var(--as-clr-pr-1, #fd3f00);
  border: none;
  color: #fff;
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.wtn-ft-nl-btn:hover { background: #e63600; }
.wtn-ft-divider {
  border-top: 1px solid rgba(255,255,255,0.08);
}
.wtn-ft-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.wtn-ft-copy {
  color: rgba(255,255,255,0.35);
  font-size: 13px;
  margin: 0 !important;
}
.wtn-ft-privacy {
  color: rgba(255,255,255,0.35);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}
.wtn-ft-privacy:hover { color: rgba(255,255,255,0.7); }
@media (max-width: 991px) {
  .wtn-ft-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 599px) {
  .wtn-ft-grid { grid-template-columns: 1fr; gap: 28px; }
  .wtn-ft-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
}

/* ── 22. PARTNER PAGE — editorial section background */
.as-services-1-area:has(.partner-layout) {
  background: #f8f9fb !important;
}
.partner-info .as-sec-title-1 { margin-bottom: 16px !important; }
.partner-trust-list li { border-color: rgba(23,19,15,0.06) !important; }
.trust-icon { background: rgba(253,63,0,0.07) !important; }

/* ── 24. CTA FORM SECTION — swapped: form left, info right (black) */
.as-cta-2-area {
  background: #f5f5f5 !important;
  position: relative !important;
  overflow: hidden !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.as-cta-2-area::before { display: none !important; }
.as-cta-2-area .container { position: relative; z-index: 1; }
.as-cta-2-area .as-cta-2-wrap {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: stretch !important;
  gap: 0 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 8px 40px rgba(0,0,0,0.08) !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
}
@media (max-width: 991px) {
  .as-cta-2-area .as-cta-2-wrap { grid-template-columns: 1fr !important; }
}
/* Form panel — swapped to LEFT (order 1), white bg */
.as-cta-2-area .as-cta-2-form-wrap {
  order: 1 !important;
  background: #fff !important;
  padding: 40px 36px !important;
  border-radius: 0 !important;
  border: none !important;
  max-width: 100% !important;
  width: 100% !important;
}
.as-cta-2-area .as-cta-2-form {
  max-width: 100% !important;
}
.as-cta-2-area .as-cta-2-form-content .title,
.as-cta-2-area .as-cta-2-form-content .as-h-1 {
  color: #17130f !important;
  font-family: "Baikal Ultra Expanded Bold", var(--as-font-1) !important;
}
.as-cta-2-area .as-cta-2-form-content .subtitle,
.as-cta-2-area .as-cta-2-form-content .as-p-1 { color: rgba(23,19,15,0.45) !important; }
/* Blinking LED dot */
@keyframes wtn-led {
  0%, 100% { opacity: 1; box-shadow: 0 0 5px 2px rgba(253,63,0,0.6); }
  50% { opacity: 0.3; box-shadow: 0 0 2px 1px rgba(253,63,0,0.2); }
}
.as-cta-2-area .as-cta-2-form-content .dot,
.as-cta-2-area .subtitle .dot {
  display: inline-block !important;
  width: 7px !important; height: 7px !important;
  border-radius: 50% !important;
  background: #fd3f00 !important;
  vertical-align: middle !important;
  margin-right: 7px !important;
  animation: wtn-led 1.6s ease-in-out infinite !important;
}
/* Form inputs */
.as-cta-2-area .as-cta-2-form-input {
  background: #f7f7f7 !important;
  color: #17130f !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 8px !important;
}
.as-cta-2-area .as-cta-2-form-input::placeholder { color: rgba(23,19,15,0.38) !important; }
.as-cta-2-area .as-cta-2-form-input:focus {
  border-color: #fd3f00 !important;
  outline: none !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(253,63,0,0.1) !important;
}
.as-cta-2-area .as-cta-2-form-selector {
  background: #f7f7f7 !important;
  color: rgba(23,19,15,0.45) !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  border-radius: 8px !important;
}
.as-cta-2-area .checkbox-label { color: rgba(23,19,15,0.55) !important; }
.as-cta-2-area .button-x-author .as-pr-btn-1 {
  width: 100% !important;
  background: #fd3f00 !important;
  border-color: #fd3f00 !important;
  color: #fff !important;
  justify-content: center !important;
}
/* Info panel — swapped to RIGHT (order 2), black bg, white text */
.as-cta-2-area .as-cta-2-left {
  order: 2 !important;
  background: #0d0d0d !important;
  padding: 40px 36px !important;
  border-right: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 24px !important;
}
.as-cta-2-area .as-cta-2-booking {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.as-cta-2-area .as-cta-2-left-top { background: transparent !important; }
.as-cta-2-area .as-cta-2-left .as-h-1,
.as-cta-2-area .as-cta-2-left .title {
  color: #fff !important;
  font-family: "Baikal Ultra Expanded Bold", var(--as-font-1) !important;
}
.as-cta-2-area .as-cta-2-left .as-p-1,
.as-cta-2-area .as-cta-2-left .disc { color: rgba(255,255,255,0.65) !important; }
.as-cta-2-area .as-cta-2-left .as-p-1 a,
.as-cta-2-area .as-cta-2-left .mail a { color: #fff !important; }
.as-cta-2-area .as-cta-2-left .booking-facts { list-style: none !important; padding: 0 !important; margin-top: 20px !important; border-top: none !important; }
.as-cta-2-area .as-cta-2-left .booking-facts li {
  color: rgba(255,255,255,0.5) !important;
  padding: 4px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.as-cta-2-area .as-cta-2-left .booking-facts li::before {
  content: '';
  display: inline-block;
  position: static !important;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fd3f00;
  flex-shrink: 0;
}
/* CTA button on dark panel */
.as-cta-2-area .as-cta-2-left .as-pr-btn-1-v2 {
  border-color: rgba(255,255,255,0.2) !important;
  color: #fff !important;
}
.as-cta-2-area .as-cta-2-left .as-pr-btn-1-v2 .text { color: #fff !important; }
@media (max-width: 991px) {
  .as-cta-2-area .as-cta-2-form-wrap { order: 1 !important; }
  .as-cta-2-area .as-cta-2-left { order: 2 !important; }
}
@media (max-width: 767px) {
  .as-cta-2-area .as-cta-2-left { flex: none !important; padding: 32px 24px !important; }
  .as-cta-2-area .as-cta-2-form-wrap { padding: 32px 24px !important; }
}

/* ── 25. WHITE BAR FIXES — top of hero + below footer */
/* Remove margin/padding so no white shows above hero. */
/* Body stays browser-default (transparent/white) so gaps between Elementor */
/* wrappers stay invisible. Only the hero section gets an explicit dark bg. */
html, body { margin: 0 !important; padding: 0 !important; }
.page-wrapper { margin-top: 0 !important; padding-top: 0 !important; }
/* Dark fallback for the hero section (shows before video loads) */
.as-breadcrumb-area { background-color: #0d0d0d !important; }
/* Elementor footer container — kill all spacing */
[data-elementor-id="2686"],
[data-elementor-id="2686"] .e-con,
.elementor-widget-tx_footers,
.elementor-widget-tx_footers .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}
.as-footer-1-area { line-height: normal !important; font-size: initial !important; }
/* Kill any white space after footer from trailing elementor wrappers */
.elementor-2686 { background: #0d0d0d !important; }

/* ── 26. HERO — mobile responsive fixes */
@media (max-width: 767px) {
  .as-breadcrumb-area.home-hero {
    padding-top: 100px !important;
    min-height: 100svh !important;
  }
  .as-breadcrumb-area.home-hero .as-breadcrumb-title {
    font-size: clamp(2.6rem, 11vw, 4rem) !important;
  }
  .as-breadcrumb-area.home-hero .btn-wrap {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }
}

/* ── 27. "OUR VALUES" — kill the grey #b8b8b8 wrapper on landing page about section */
.as-about-1-features {
  background-color: transparent !important;
  padding: 0 !important;
  gap: 12px !important;
}
.as-about-1-features-single {
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04) !important;
}

/* ── 28. ECOSYSTEM CARDS — bigger title, no number */
/* Landing page cards */
.growth-ecosystem-wrap .ecosystem-card .title {
  font-size: 26px !important;
}
.growth-ecosystem-wrap .ecosystem-card .title a { color: #fff !important; }
/* About page core-values cards */
.core-values-area .ecosystem-card .title {
  font-size: 26px !important;
}

/* ── 29. PORTFOLIO SECTION — centered content after removing counter */
.wtn-portfolio-content-centered {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 28px !important;
  padding: 40px 0 !important;
}
.wtn-portfolio-content-centered .as-portfolio-1-content-disc {
  max-width: 440px !important;
  margin: 0 !important;
}
.wtn-portfolio-content-centered .btn-wrap { margin: 0 !important; }

/* ── 30. FAQ SECTION — portrait layout */
.wtn-faq-portrait-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  position: relative !important;
}
@keyframes wtn-orb-drift {
  from { transform: translate(0, 0); opacity: 0.65; }
  to   { transform: translate(24px, 18px); opacity: 0.85; }
}
.wtn-faq-orb-container {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.wtn-faq-portrait {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  display: block;
}
.wtn-faq-portrait-wrap .as-faqs-1-left-sec-title {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

/* ── 31. FOOTER — hover orb (prominent corner glow) */
.wtn-footer-v2 {
  position: relative !important;
  overflow: hidden !important;
}
.wtn-footer-v2::before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: var(--as-clr-pr-1, #fd3f00);
  filter: blur(100px);
  top: -350px;
  left: -350px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease, top 0.8s ease, left 0.8s ease;
}
.wtn-footer-v2:hover::before {
  opacity: 0.55;
  top: -180px;
  left: -180px;
}
.wtn-footer-v2 .container { position: relative; z-index: 1; }

/* ── 32. INDUSTRIES SECTION — corner orb on section; hover orb on cards */
.ind-havas-area {
  position: relative !important;
  overflow: hidden !important;
}
.ind-havas-area::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: var(--as-clr-pr-1, #fd3f00);
  filter: blur(110px);
  top: -200px;
  left: -200px;
  z-index: 0;
  opacity: 0.35;
  pointer-events: none;
  animation: wtn-orb-drift 9s ease-in-out infinite alternate;
}
.ind-havas-area > .container,
.ind-havas-area > .as-container-1 { position: relative; z-index: 1; }

.ind-havas-item {
  position: relative !important;
  overflow: hidden !important;
}
.ind-havas-item::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--as-clr-pr-1, #fd3f00);
  filter: blur(50px);
  top: -80px;
  left: -80px;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.ind-havas-item:hover::before { opacity: 0.8; }
.ind-havas-item > * { position: relative; z-index: 1; }

/* ── 33. CONTACT DARK PANEL — constant corner orb */
.as-cta-2-area .as-cta-2-left {
  position: relative !important;
  overflow: hidden !important;
}
.as-cta-2-area .as-cta-2-left::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: var(--as-clr-pr-1, #fd3f00);
  filter: blur(70px);
  top: -80px;
  left: -80px;
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
  animation: wtn-orb-drift 7s ease-in-out infinite alternate;
}
.as-cta-2-area .as-cta-2-left > * { position: relative; z-index: 1; }

/* ═══════════════════════════════════════════════════════════
   ── 34. RESPONSIVE FIXES
   ═══════════════════════════════════════════════════════════ */

/* ── 34a. Header — hide CTA button on mobile, keep hamburger only */
@media (max-width: 991px) {
  .as-header-1-action-link .as-pr-btn-1 {
    display: none !important;
  }
  /* Tighten header wrap padding */
  .as-header-1-wrap {
    padding: 6px 12px !important;
    gap: 12px !important;
  }
  /* Logo smaller on mobile */
  .as-header-1-logo img {
    height: 38px !important;
  }
}

/* ── 34b. Hero title — tighter on very small screens */
@media (max-width: 480px) {
  .as-breadcrumb-title {
    font-size: 26px !important;
    line-height: 1.12 !important;
  }
  .as-breadcrumb-area {
    padding-top: 130px !important;
    padding-bottom: 70px !important;
  }
}

/* ── 34c. About page PURPOSE/VISION/MISSION grid — collapse on mobile */
.wtn-pillars-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 48px !important;
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .wtn-pillars-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wtn-pillars-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
  }
}

/* ── 34d. About-1 section — ensure single-col on mobile */
@media (max-width: 767px) {
  .as-about-1-wrap {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
}

/* ── 34e. Steps responsive — mobile only (desktop handled by GSAP) */
/* Mobile — stack cards vertically; DO NOT touch transform (GSAP owns it) */
@media (max-width: 991px) {
  .as-process-1-right {
    flex-direction: column !important;
    gap: 20px !important;
    margin-right: 0 !important;
    overflow: visible !important;
  }
  .as-process-1-card {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* ── 34f. Footer description */
.wtn-ft-desc {
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 20px !important;
  max-width: 280px;
}

/* ── 35. FAQ SECTION — black bg + corner red orb on the full section */
.as-faqs-1-area {
  background: #000 !important;
  position: relative !important;
  overflow: hidden !important;
}
.as-faqs-1-area::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--as-clr-pr-1, #fd3f00);
  filter: blur(110px);
  top: -160px;
  left: -160px;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
  animation: wtn-orb-drift 6s ease-in-out infinite alternate;
}
.as-faqs-1-wrap {
  position: relative !important;
  z-index: 1 !important;
}
.wtn-faq-portrait-wrap {
  background: transparent !important;
}

/* ── 36. CORE VALUES SECTION — black bg + corner red orb; cards stay white */
.core-values-area {
  background: #000 !important;
  position: relative !important;
  overflow: hidden !important;
}
/* Section-level corner orb */
.core-values-area::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--as-clr-pr-1, #fd3f00);
  filter: blur(100px);
  top: -120px;
  left: -120px;
  z-index: 0;
  opacity: 0.55;
  pointer-events: none;
  animation: wtn-orb-drift 8s ease-in-out infinite alternate;
}
.core-values-area .container,
.core-values-area .as-container-1 {
  position: relative;
  z-index: 1;
}
/* Section heading — white text on black bg */
.core-values-area .as-subtitle-1,
.core-values-area .as-sec-title-1 {
  color: #fff !important;
}
/* Cards stay white — no changes to cards */
.core-values-area .as-services-1-item {
  background: #fff !important;
}
/* Disable per-card hover orb (the section orb is enough) */
.core-values-area .ecosystem-card::before {
  display: none !important;
}

/* ── 37. INDUSTRIES EDITORIAL — title single centered line */
.ind-ed-inner {
  grid-template-columns: 1fr !important;
  gap: 20px !important;
}
.ind-ed-title {
  text-align: center !important;
  font-size: clamp(1.5rem, 3.5vw, 4rem) !important;
  white-space: nowrap !important;
}
.ind-ed-intro {
  text-align: center !important;
  max-width: 640px !important;
  margin: 0 auto !important;
}

/* ── 38a. MARQUEE + IMAGE STRIP (shared: industries + about) */
.ind-marquee-bar {
  background: #fff;
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes ind-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ind-marquee-inner {
  display: inline-block;
  animation: ind-marquee 20s linear infinite;
}
.ind-marquee-inner span {
  font-family: "Baikal Ultra Expanded Bold", var(--as-font-1);
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 800;
  color: #17130f;
  letter-spacing: -0.02em;
  margin: 0 48px;
}
.ind-img-strip {
  background: #fff;
  padding: 0;
}
.ind-img-track {
  display: flex;
  gap: 0;
  width: 100%;
}
.ind-img-card {
  flex: 1 1 0;
  min-width: 0;
  height: 320px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.ind-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── 38. FOOTER — email contact button */
.wtn-ft-email-btn {
  display: inline-block;
  background: var(--as-clr-pr-1, #fd3f00);
  color: #fff !important;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.2s ease, transform 0.2s ease;
}
.wtn-ft-email-btn:hover {
  background: #e63600;
  color: #fff !important;
  transform: translateY(-2px);
}

/* ── 39. ECOSYSTEM CARDS — flat equal-width grid (brand + 4 service cards) */
#ecosystem-cards-wrap {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  align-items: stretch !important;
  gap: 20px !important;
}
#ecosystem-cards-wrap > .ecosystem-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
}
/* Fallback carousel styles (used only when max>0) */
.eco-carousel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  grid-column: span 4;
}
.eco-viewport { overflow: hidden; flex: 1; }
.eco-track {
  display: flex !important;
  gap: 20px !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  align-items: stretch !important;
}
.eco-track .ecosystem-card { flex: 0 0 calc(25% - 15px) !important; min-width: 0 !important; }
.eco-nav { display: flex; gap: 10px; justify-content: flex-end; align-items: center; }
.eco-btn {
  width: 42px; height: 42px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.25);
  background: transparent; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0; padding: 0;
}
.eco-btn:hover:not(:disabled) { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.55); }
.eco-btn:disabled { opacity: 0.3; cursor: default; }
.eco-btn svg { width: 18px; height: 18px; pointer-events: none; }
@media (max-width: 991px) {
  #ecosystem-cards-wrap { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 575px) {
  #ecosystem-cards-wrap { grid-template-columns: 1fr !important; }
}

/* ── 40. Schedule a call — red button */
.wtn-schedule-btn {
  background: var(--as-clr-pr-1, #fd3f00) !important;
  border-color: var(--as-clr-pr-1, #fd3f00) !important;
  color: #fff !important;
}
.wtn-schedule-btn:hover {
  background: #e63600 !important;
  border-color: #e63600 !important;
}

/* ── 41. CAPABILITY PILLS — hide number badges */
.cli-number { display: none !important; }

/* ── 42. MOBILE HEADER — larger logo, single clean hamburger (fa-bars = 3 lines) */
@media (max-width: 991px) {
  .as-header-1-logo img { height: 54px !important; }
  .as-header-1-menu-toggle-btn { display: none !important; }
  .sr-offcanvas-btn-1 {
    font-size: 22px !important;
    color: #17130f !important;
    background: none !important;
    border: none !important;
    padding: 4px 8px !important;
    cursor: pointer !important;
  }
}

/* ── 43. LANDING "WHY BUSINESSES CHOOSE" — keep to 2 lines */
.as-features-1-sec-title .as-sec-title-1 {
  font-size: clamp(18px, 2.4vw, 34px) !important;
}

/* ── 44. ABOUT "MARKETING HAS EVOLVED" — heading fills the section, closes the empty gap */
.as-services-1-area:not(.core-values-area) .as-services-1-sec-title {
  justify-content: flex-start !important;
  gap: 60px !important;
}
.as-services-1-area:not(.core-values-area) .as-services-1-sec-title .left {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
}
.as-services-1-area:not(.core-values-area) .as-services-1-sec-title .as-sec-title-1 {
  max-width: 100% !important;
  font-size: clamp(26px, 3.2vw, 44px) !important;
}

/* ── 45. CORE VALUES heading — center-aligned + 2 lines */
.core-values-area .as-services-1-sec-title {
  justify-content: center !important;
}
.core-values-area .as-services-1-sec-title .left {
  text-align: center !important;
}
.core-values-area .as-services-1-sec-title .as-sec-title-1 {
  font-size: clamp(22px, 2.8vw, 40px) !important;
  max-width: 750px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

/* ── 47. INDUSTRIES — center "Industries We Serve." + white subtitle in dark section */
.ind-havas-area .as-breadcrumb-title {
  text-align: center !important;
}
.ind-havas-area .ind-ed-intro {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center !important;
}

/* ── 46. WHATSAPP FLOAT BUTTON — stacked above the back-to-top button */
/* .wa-back-to-top sits at right:1.5%, bottom:2.5% (40px tall) when active */
/* Put WA button above it with enough clearance so they never overlap       */
.wtn-wa-float {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 9999;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none !important;
}
.wtn-wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37,211,102,0.6);
}
.wtn-wa-float svg { width: 28px; height: 28px; fill: #fff; }
@media (max-width: 575px) {
  .wtn-wa-float { bottom: 80px; right: 16px; width: 46px; height: 46px; }
  .wtn-wa-float svg { width: 24px; height: 24px; }
}

/* ── 48. CONTACT — "Schedule a call" button: brand red */
.as-pr-btn-1-v2 {
  background: var(--as-clr-pr-1, #fd3d0c) !important;
  border-color: var(--as-clr-pr-1, #fd3d0c) !important;
  color: #fff !important;
}

/* ── 49. FORM WIDTH — constrain CTA forms so inputs aren't stretched too wide */
.as-cta-2-form {
  max-width: 560px !important;
}
.as-cta-2-form-wrap {
  max-width: 620px !important;
}

/* ── 50. ABOUT — increase description paragraph font below heading */
.as-services-1-area:not(.core-values-area) .as-services-1-sec-title .sec-disc,
.as-services-1-area:not(.core-values-area) .tx-description.sec-disc {
  font-size: 18px !important;
  line-height: 1.7 !important;
}

/* ── 51. LANDING PAGE — remove white gap above hero */
.elementor-element-28d0117 { padding-top: 0 !important; }
.elementor-element-0026939 { margin-top: -28px !important; }

/* ── 52. PARTNER PAGE — remove broken Font Awesome icon boxes */
.partner-trust-list .trust-icon { display: none !important; }
.partner-trust-list li { gap: 0 !important; padding: 12px 0 !important; }

/* ── 53. PARTNER PAGE — tighten left/right gap */
.partner-layout {
  column-gap: 20px !important;
  gap: 20px !important;
}
@media (max-width: 1200px) {
  .partner-layout { column-gap: 16px !important; }
}

/* ── 54. CONTACT PAGE — reduce excessive vertical whitespace */
.as-cta-2-area {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.as-cta-2-booking {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.as-cta-2-left-top {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

/* ── 55. MOBILE HEADER — CSS hamburger (FA font files missing locally) + logo size */
@media (max-width: 991px) {
  /* Remove the white pill box that wraps the nav on mobile */
  .as-header-1-wrap {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 4px 0 !important;
  }

  /* Hide broken FA unicode box */
  .sr-offcanvas-btn-1 i { display: none !important; }

  /* Draw 3-bar hamburger via ::before */
  .sr-offcanvas-btn-1 {
    position: relative !important;
    width: 33px !important;
    height: 33px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .sr-offcanvas-btn-1::before {
    content: '' !important;
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background: currentColor !important;
    box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor !important;
    position: absolute !important;
    top: calc(50% - 8px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  /* White hamburger on all pages — all heroes have dark backgrounds */
  .sr-offcanvas-btn-1 { color: #fff !important; }

  /* Logo: slightly larger, rectangular */
  .as-header-1-logo img {
    height: 48px !important;
    width: auto !important;
    max-width: 200px !important;
  }
}

/* ── 56. INDUSTRIES — fix overflow: nowrap title breaks mobile layout */
@media (max-width: 767px) {
  .ind-ed-title {
    white-space: normal !important;
    font-size: clamp(1.6rem, 8vw, 3rem) !important;
    line-height: 1.05 !important;
  }
  .ind-ed-inner {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* ── 57. LANDING PAGE — CTA "need more assistance" section — wider */
.elementor-15 .as-cta-2-area .as-cta-2-wrap {
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ── 58. BLOG SECTION — contain illustration inside card + black buttons + 2-line title */
.as-blog-1-left {
  overflow: hidden !important;
}
.as-blog-1-area .as-blog-1-sec-title .as-sec-title-1 {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
  line-height: 1.2 !important;
}
.as-blog-1-area .as-pr-btn-1-v2 {
  background: #17130f !important;
  border-color: #17130f !important;
  color: #fff !important;
}
.as-blog-1-area .as-pr-btn-1-v2 .text { color: #fff !important; }
.as-blog-1-area .as-pr-btn-1-v2 .icon svg circle { fill: #fff !important; }

/* ── 59. MOBILE SWIPE CAROUSEL — all .growth-ecosystem-wrap (mobile only) */
@media (max-width: 767px) {
  .growth-ecosystem-wrap,
  .core-values-area .growth-ecosystem-wrap,
  #ecosystem-cards-wrap {
    display: flex !important;
    flex-direction: row !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    gap: 0 !important;
    scrollbar-width: none !important;
    grid-template-columns: unset !important;
  }
  .growth-ecosystem-wrap::-webkit-scrollbar,
  .core-values-area .growth-ecosystem-wrap::-webkit-scrollbar,
  #ecosystem-cards-wrap::-webkit-scrollbar { display: none !important; }
  .growth-ecosystem-wrap .as-services-1-item,
  #ecosystem-cards-wrap .as-services-1-item,
  #ecosystem-cards-wrap > .ecosystem-card {
    flex: 0 0 82% !important;
    max-width: 82% !important;
    scroll-snap-align: start !important;
    margin-right: 16px !important;
    grid-column: unset !important;
  }
}

/* Mobile slider nav — hidden on desktop */
.eco-mob-nav { display: none; }
@media (max-width: 767px) {
  .eco-mob-nav {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 14px 0 0 !important;
  }
  /* Dark buttons — both sections have light page backgrounds */
  .eco-mob-btn {
    width: 42px; height: 42px; border-radius: 50%;
    border: 1.5px solid rgba(23,19,15,0.2);
    background: rgba(23,19,15,0.06);
    color: #17130f;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
    flex-shrink: 0;
  }
  .eco-mob-btn:hover { background: rgba(23,19,15,0.12); }
  .eco-mob-btn:disabled { opacity: 0.3; cursor: default; }
  .eco-mob-dots { display: flex; gap: 8px; align-items: center; }
  .eco-mob-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(23,19,15,0.18);
    cursor: pointer; transition: all 0.3s;
    display: block;
  }
  .eco-mob-dot.active { background: #fd3f00 !important; width: 24px !important; border-radius: 4px !important; }

  /* Reduce section bottom padding on mobile — pb-120 is too much */
  .as-services-1-area { padding-bottom: 50px !important; }
}

/* ── 60. HEADER — logo + hamburger vertical alignment on mobile */
@media (max-width: 991px) {
  .as-header-1-wrap { align-items: center !important; }
}

/* ── 61. CAROUSEL — smooth scroll via CSS (JS uses scrollLeft = x) */
@media (max-width: 767px) {
  .growth-ecosystem-wrap { scroll-behavior: smooth !important; }
}

/* ── 62. OFFCANVAS DRAWER — heading font for menu items */
.mobile-main-navigation .menu-item a {
  font-family: "Baikal", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.9rem !important;
  letter-spacing: -0.03em !important;
  line-height: 1.25 !important;
}
