/*
Theme Name: DA-BPO Local
Theme URI: http://localhost/wordpress/
Author: DA-BPO
Description: Local WordPress theme for DA-BPO header, footer, and Elementor page styling.
Version: 1.0.5
Text Domain: dabpo-local
*/

:root {
  --dabpo-ink: #111111;
  --dabpo-muted: #555555;
  --dabpo-line: #dfe6ee;
  --dabpo-surface: #ffffff;
  --dabpo-soft: #f6f8fb;
  --dabpo-mint: #edf8f4;
  --dabpo-warm: #fff7ed;
  --dabpo-blue-soft: #eef4fb;
  --dabpo-teal: #0f766e;
  --dabpo-green: #5d9c59;
  --dabpo-coral: #e06453;
  --dabpo-gold: #d99a27;
  --dabpo-deep: #102f3f;
}

/* =============================================================
   ELEMENTOR KIT OVERRIDE
   Replaces the default Elementor "Hello" kit palette (#6EC1E4 blue,
   Roboto) with DA-BPO brand colors (teal + black/gray, Inter).
   Scoped to .elementor-kit-5 to beat the kit's own specificity.
   ============================================================= */
.elementor-kit-5 {
  --e-global-color-primary:   #111111;
  --e-global-color-secondary: #555555;
  --e-global-color-text:      #555555;
  --e-global-color-accent:    #0f766e;
  --e-global-typography-primary-font-family:   "Inter";
  --e-global-typography-primary-font-weight:   700;
  --e-global-typography-secondary-font-family: "Inter";
  --e-global-typography-secondary-font-weight: 400;
  --e-global-typography-text-font-family:      "Inter";
  --e-global-typography-text-font-weight:      400;
  --e-global-typography-accent-font-family:    "Inter";
  --e-global-typography-accent-font-weight:    700;
}

/* Icons and icon-box icons → brand teal */
.elementor-icon,
.elementor-icon i,
.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
  color: var(--dabpo-teal) !important;
}

/* Heading titles → true black */
.elementor-widget-heading .elementor-heading-title {
  color: #111111 !important;
}

/* Body / description text → neutral gray */
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-icon-box-description {
  color: #555555 !important;
}

/* Icon-box titles → black */
.elementor-icon-box-title,
.elementor-icon-box-title a {
  color: #111111 !important;
}

/* =============================================================
   WHITE TEXT ON DARK SECTIONS
   Must come after the global black overrides above so !important
   wins in the cascade for every dark background section.
   Covers: homepage hero, page heroes, dark CTA, contact hero,
   service nav, stats bar.
   ============================================================= */
.elementor-section.dabpo-dark .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-dark .elementor-heading-title,
.elementor-section.dabpo-dark .elementor-icon-box-title,
.elementor-section.dabpo-dark .elementor-icon-box-title a,
.elementor-section.dabpo-dark .elementor-widget-text-editor,
.elementor-section.dabpo-dark .elementor-widget-text-editor p,
.elementor-section.dabpo-dark .elementor-icon-box-description,
.elementor-section.dabpo-dark h1,
.elementor-section.dabpo-dark h2,
.elementor-section.dabpo-dark h3,
.elementor-section.dabpo-dark p,

.elementor-section.dabpo-page-hero .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-page-hero .elementor-heading-title,
.elementor-section.dabpo-page-hero .elementor-widget-text-editor,
.elementor-section.dabpo-page-hero .elementor-widget-text-editor p,

.elementor-section.dabpo-contact-hero .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-contact-hero .elementor-heading-title,
.elementor-section.dabpo-contact-hero .elementor-widget-text-editor,
.elementor-section.dabpo-contact-hero .elementor-widget-text-editor p,

.home .elementor-section.dabpo-hero .elementor-widget-heading .elementor-heading-title,
.home .elementor-section.dabpo-hero .elementor-heading-title,
.home .elementor-section.dabpo-hero .elementor-widget-text-editor,
.home .elementor-section.dabpo-hero .elementor-widget-text-editor p,

.elementor-section.dabpo-service-nav .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-service-nav .elementor-heading-title,

.elementor-section.dabpo-stats-bar .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-stats-bar .elementor-heading-title,
.elementor-section.dabpo-stats-bar .elementor-widget-text-editor,
.elementor-section.dabpo-stats-bar .elementor-widget-text-editor p,

.elementor-section.dabpo-process-section .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-process-section .elementor-heading-title,
.elementor-section.dabpo-process-section .elementor-widget-text-editor,
.elementor-section.dabpo-process-section .elementor-widget-text-editor p,

.elementor-section.dabpo-contact-cta .elementor-widget-heading .elementor-heading-title,
.elementor-section.dabpo-contact-cta .elementor-heading-title,
.elementor-section.dabpo-contact-cta .elementor-widget-text-editor,
.elementor-section.dabpo-contact-cta .elementor-widget-text-editor p {
  color: #ffffff !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dabpo-ink);
  background: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

/* =================================================================
   GLOBAL TYPOGRAPHY SYSTEM
   Single source of truth for font, sizes, and colors across the
   entire site. Section-specific rules that follow may override
   individual properties (e.g. white text on dark backgrounds).
   ================================================================= */

/* Force Inter on all Elementor-generated content */
.elementor,
.elementor *,
.elementor-heading-title,
.elementor-icon-box-title,
.elementor-icon-box-description,
.elementor-button,
.elementor-icon-list-text,
.elementor-counter-number-wrapper,
.elementor-counter-title {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* --- Heading hierarchy ------------------------------------------ */
h1.elementor-heading-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--dabpo-ink);
}

h2.elementor-heading-title {
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--dabpo-ink);
}

h3.elementor-heading-title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.22;
  color: var(--dabpo-ink);
}

h4.elementor-heading-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dabpo-ink);
}

/* --- Body / paragraph text ------------------------------------- */
.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--dabpo-muted);
}

/* --- Icon list text -------------------------------------------- */
.elementor-widget-icon-list .elementor-icon-list-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--dabpo-ink);
}

/* --- Counter widget -------------------------------------------- */
.elementor-counter-number-wrapper {
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  color: var(--dabpo-teal);
}

.elementor-counter-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--dabpo-muted);
  margin-top: 6px;
}

/* --- Global CTA button ------------------------------------------ */
.elementor-widget-button .elementor-button {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  border-radius: 8px !important;
  min-height: 46px !important;
  padding: 12px 24px !important;
  background: var(--dabpo-teal) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 8px 22px rgba(15, 118, 110, .22) !important;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.elementor-widget-button .elementor-button:hover {
  background: #0b5f59 !important;
  box-shadow: 0 14px 32px rgba(15, 118, 110, .32) !important;
  transform: translateY(-1px) !important;
}

/* Secondary button variant — white outline */
.dabpo-secondary .elementor-button {
  background: #ffffff !important;
  color: var(--dabpo-teal) !important;
  border: 1.5px solid rgba(15, 118, 110, .32) !important;
  box-shadow: none !important;
}

.dabpo-secondary .elementor-button:hover {
  background: #eef7f5 !important;
  color: #0b5f59 !important;
  border-color: var(--dabpo-teal) !important;
  transform: translateY(-1px) !important;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 50;
  padding: .75rem 1rem;
  background: var(--dabpo-ink);
  color: #fff;
  border-radius: 6px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--dabpo-line);
  backdrop-filter: blur(12px);
}

.site-header__inner,
.site-footer__inner,
.footer-bottom__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 148px;
  height: auto;
}

.primary-nav {
  margin-left: auto;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-menu li {
  position: relative;
}

.site-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--dabpo-ink);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.site-menu a:hover,
.site-menu .current-menu-item > a,
.site-menu .current-menu-ancestor > a {
  color: var(--dabpo-teal);
}

.site-menu .sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 40;
  display: grid;
  gap: 4px;
  width: 282px;
  margin: 0;
  padding: 10px;
  list-style: none;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(23, 32, 51, .14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease;
}

.site-menu .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.site-menu li:hover > .sub-menu,
.site-menu li:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-menu .sub-menu a {
  display: flex;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--dabpo-ink);
  font-size: 14px;
  font-weight: 750;
}

.site-menu .sub-menu a:hover,
.site-menu .sub-menu .current-menu-item > a {
  background: #eef7f5;
  color: var(--dabpo-teal);
}

.header-cta,
.footer-cta,
.elementor-widget-button .elementor-button,
.dabpo-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--dabpo-teal);
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  border: 0;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 24px rgba(15, 118, 110, .18);
}

.header-cta:hover,
.footer-cta:hover,
.elementor-widget-button .elementor-button:hover,
.dabpo-button-link:hover {
  background: #0b5f59;
  color: #ffffff;
  transform: translateY(-1px);
}

.site-main {
  min-height: 52vh;
}

.site-footer {
  background: #102f3f;
  color: #d7e6e5;
  padding: 58px 0 34px;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.1fr 1fr;
  gap: 38px;
}

.footer-logo,
.footer-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer-brand img {
  width: 180px;
  height: auto;
}

.site-footer p,
.site-footer li,
.site-footer a {
  color: #d7e6e5;
  font-size: 15px;
}

.site-footer p {
  margin: 14px 0 0;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 17px;
}

.footer-links,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li,
.footer-contact li {
  margin: 8px 0;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 38px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.footer-bottom__inner {
  color: #b7cac8;
  font-size: 14px;
}

.elementor-section.dabpo-section {
  padding: 78px 0;
}

.elementor-section.dabpo-tight {
  padding: 42px 0;
}

.home .elementor-section.dabpo-section {
  padding: 58px 0;
}

.home .elementor-section.dabpo-tight {
  padding: 28px 0;
}

.home .elementor-section.dabpo-section-title {
  padding: 42px 0 18px;
}

.home .elementor-section.dabpo-section-title + .elementor-element.dabpo-tight {
  padding-top: 14px;
}

.elementor-section.dabpo-alt {
  background: var(--dabpo-soft);
}

.elementor-section.dabpo-band-white {
  background: #ffffff;
}

.elementor-section.dabpo-band-soft {
  background: var(--dabpo-blue-soft);
}

.elementor-section.dabpo-band-mint {
  background: var(--dabpo-mint);
}

.elementor-section.dabpo-band-warm {
  background: var(--dabpo-warm);
}

/* -----------------------------------------------------------------
   HERO — shared base (page heroes, inner pages)
   ----------------------------------------------------------------- */
.elementor-section.dabpo-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(560px, calc(100vh - 78px), 760px);
  padding: 104px 0 88px;
  background:
    linear-gradient(135deg, rgba(237, 248, 244, .96) 0%, rgba(246, 248, 251, .98) 48%, rgba(255, 247, 237, .95) 100%);
  color: var(--dabpo-ink);
}

.elementor-section.dabpo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .08) 0 1px, transparent 1px 96px),
    linear-gradient(0deg, rgba(15, 118, 110, .06) 0 1px, transparent 1px 96px);
  opacity: .5;
  pointer-events: none;
}

.elementor-section.dabpo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .62) 48%, rgba(255, 255, 255, .18) 100%);
  pointer-events: none;
}

.dabpo-hero > .elementor-container,
.dabpo-hero .elementor-column,
.dabpo-hero .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

.dabpo-hero-content .elementor-widget-wrap {
  max-width: 760px;
}

/* -----------------------------------------------------------------
   HOME HERO — full-bleed background image, text on left
   ----------------------------------------------------------------- */
.home .elementor-section.dabpo-hero {
  min-height: 500px;
  height: 500px;
  padding: 60px 0;
  background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1920&q=80');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #0a2540;
  color: #ffffff;
  align-items: center;
}

/* Dark left-weighted gradient — text readable on left, image visible on right */
.home .elementor-section.dabpo-hero::before {
  background: linear-gradient(
    105deg,
    rgba(8, 28, 50, .92) 0%,
    rgba(10, 37, 64, .82) 45%,
    rgba(10, 37, 64, .45) 75%,
    rgba(10, 37, 64, .18) 100%
  );
  opacity: 1;
}

/* Remove the white right-fade used on inner pages */
.home .elementor-section.dabpo-hero::after {
  background: none;
}

/* Constrain hero column to left ~55% so right side shows the image */
.home .dabpo-hero .elementor-column {
  width: 55% !important;
  flex: 0 0 55% !important;
  max-width: 55% !important;
}

/* Row-wrap so buttons sit side by side on the same line */
.home .dabpo-hero .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
  justify-content: flex-start !important;
  text-align: left;
}

/* Non-button widgets: full row each */
.home .dabpo-hero .elementor-widget:not(.elementor-widget-button) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100%;
  margin-bottom: 0;
}

/* All hero text white on dark background */
.home .dabpo-hero .elementor-heading-title {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  margin-bottom: 10px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .4);
}

.home .dabpo-hero .elementor-widget-text-editor,
.home .dabpo-hero .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
  margin-top: 0;
  margin-bottom: 0;
}

/* Reduce widget spacing inside hero */
.home .dabpo-hero .elementor-widget:not(:last-child) {
  margin-bottom: 10px !important;
}

/* Button widgets: shrink to content width, same flex row */
.home .dabpo-hero .elementor-widget-button {
  flex: 0 0 auto !important;
  max-width: none !important;
  width: auto !important;
  margin-top: 14px;
  margin-right: 12px;
  margin-bottom: 0;
}

/* Prevent inner wrappers forcing 100% width */
.home .dabpo-hero .elementor-widget-button .elementor-widget-container,
.home .dabpo-hero .elementor-widget-button .elementor-button-wrapper {
  width: auto !important;
  display: inline-block;
}

/* Primary CTA on dark home hero — teal */
.home .dabpo-hero .elementor-widget-button:not(.dabpo-secondary) .elementor-button {
  background: var(--dabpo-teal) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(15, 118, 110, .38) !important;
  border: none !important;
}

.home .dabpo-hero .elementor-widget-button:not(.dabpo-secondary) .elementor-button:hover {
  background: #0b5f59 !important;
  box-shadow: 0 14px 32px rgba(15, 118, 110, .48) !important;
}

/* Secondary CTA on dark home hero — glass */
.home .dabpo-hero .dabpo-secondary .elementor-button {
  background: rgba(255, 255, 255, .12) !important;
  color: rgba(255, 255, 255, .9) !important;
  border: 1.5px solid rgba(255, 255, 255, .45) !important;
  backdrop-filter: blur(6px);
  box-shadow: none !important;
}

.home .dabpo-hero .dabpo-secondary .elementor-button:hover {
  background: rgba(255, 255, 255, .22) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .72) !important;
}

/* Hide badges to save vertical space in compact hero */
.home .dabpo-hero-badges {
  display: none;
}

/* -----------------------------------------------------------------
   INNER PAGE HERO — dark navy gradient matching homepage tone
   ----------------------------------------------------------------- */
.elementor-section.dabpo-page-hero {
  padding: 72px 0;
  background: linear-gradient(135deg, #0a2540 0%, #102f3f 55%, #0f766e 100%);
  color: #ffffff;
}

.dabpo-page-hero .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 1.1;
}

.dabpo-page-hero .elementor-widget-text-editor,
.dabpo-page-hero .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.65;
}

.dabpo-page-hero .dabpo-label--light {
  margin-bottom: 14px;
}

.dabpo-page-hero .elementor-widget-button .elementor-button {
  background: #ffffff;
  color: var(--dabpo-teal);
  font-weight: 800;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  margin-top: 8px;
}

.dabpo-page-hero .elementor-widget-button .elementor-button:hover {
  background: rgba(255, 255, 255, .9);
  color: #0b5f59;
}

/* -----------------------------------------------------------------
   DARK SECTION — CTA banner, consistent across all pages
   ----------------------------------------------------------------- */
.elementor-section.dabpo-dark {
  background: linear-gradient(135deg, #0a2540 0%, #102f3f 55%, #0f766e 100%);
  color: #ffffff;
}

.elementor-section.dabpo-dark h1,
.elementor-section.dabpo-dark h2,
.elementor-section.dabpo-dark h3,
.elementor-section.dabpo-dark p {
  color: #ffffff;
}

.dabpo-dark .elementor-widget-button .elementor-button {
  background: #ffffff !important;
  color: var(--dabpo-teal) !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22) !important;
  margin-top: 8px;
}

.dabpo-dark .elementor-widget-button .elementor-button:hover {
  background: rgba(255, 255, 255, .9) !important;
  color: #0b5f59 !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .3) !important;
}

/* -----------------------------------------------------------------
   ABOUT PAGE — section backgrounds
   ----------------------------------------------------------------- */
.elementor-section.dabpo-who-we-are {
  background: #ffffff;
}

.elementor-section.dabpo-mission {
  background: #eaf4f1;
  padding-bottom: 16px !important;
  text-align: center;
}

.elementor-section.dabpo-mission .elementor-heading-title {
  color: var(--dabpo-ink);
}

.elementor-section.dabpo-mission-cards {
  background: #eaf4f1;
  padding-top: 0 !important;
  padding-bottom: 56px !important;
}

.elementor-section.dabpo-values {
  background: #ffffff;
  padding-bottom: 16px !important;
  text-align: center;
}

.elementor-section.dabpo-values-cards {
  background: #ffffff;
  padding-top: 0 !important;
  padding-bottom: 60px !important;
}

.elementor-section.dabpo-why-trust {
  background: linear-gradient(135deg, #f0f7f5 0%, #f6f8fb 100%);
}

/* -----------------------------------------------------------------
   MISSION + VISION CARDS — equal height, icon circle style
   ----------------------------------------------------------------- */
.dabpo-mission-cards > .elementor-container {
  align-items: stretch !important;
}

.dabpo-mission-cards .elementor-column {
  display: flex !important;
  flex-direction: column !important;
}

.dabpo-mission-cards .elementor-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.dabpo-mission-cards .elementor-widget-icon-box {
  flex: 1 1 auto !important;
  padding: 36px 32px;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, .1);
  border-top: 3px solid var(--dabpo-teal);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(23, 32, 51, .06);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.dabpo-mission-cards .elementor-widget-icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 118, 110, .12);
}

.dabpo-mission-cards .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dabpo-mission-cards .elementor-icon {
  color: var(--dabpo-teal) !important;
  font-size: 36px !important;
  width: 72px !important;
  height: 72px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(15, 118, 110, .08);
  border-radius: 50%;
  margin-bottom: 18px;
}

.dabpo-mission-cards .elementor-icon-box-title {
  color: var(--dabpo-ink);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 10px;
}

.dabpo-mission-cards .elementor-icon-box-description {
  color: var(--dabpo-muted);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

/* -----------------------------------------------------------------
   VALUES CARDS — 4-column, same icon style
   ----------------------------------------------------------------- */
.dabpo-values-cards > .elementor-container {
  align-items: stretch !important;
}

.dabpo-values-cards .elementor-column {
  display: flex !important;
  flex-direction: column !important;
}

.dabpo-values-cards .elementor-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.dabpo-values-cards .elementor-widget-icon-box {
  flex: 1 1 auto !important;
  padding: 32px 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, .1);
  border-top: 3px solid var(--dabpo-teal);
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(23, 32, 51, .05);
  text-align: center;
  transition: transform .22s ease, box-shadow .22s ease;
}

.dabpo-values-cards .elementor-widget-icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(15, 118, 110, .11);
}

.dabpo-values-cards .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dabpo-values-cards .elementor-icon {
  color: var(--dabpo-teal) !important;
  font-size: 32px !important;
  width: 64px !important;
  height: 64px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(15, 118, 110, .08);
  border-radius: 50%;
  margin-bottom: 16px;
}

.dabpo-values-cards .elementor-icon-box-title {
  color: var(--dabpo-ink);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 8px;
}

.dabpo-values-cards .elementor-icon-box-description {
  color: var(--dabpo-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

/* -----------------------------------------------------------------
   WHY TRUST — counter styling to match homepage stats bar feel
   ----------------------------------------------------------------- */
.dabpo-why-trust .elementor-counter {
  padding: 28px 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, .1);
  border-left: 3px solid var(--dabpo-teal);
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(23, 32, 51, .05);
}

.dabpo-why-trust .elementor-counter-number-wrapper {
  color: var(--dabpo-teal) !important;
  font-size: 42px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.dabpo-why-trust .elementor-counter-title {
  color: var(--dabpo-ink) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-top: 6px;
}

.dabpo-hero .elementor-heading-title {
  max-width: 760px;
  color: var(--dabpo-ink);
  font-size: clamp(42px, 5.8vw, 68px);
  line-height: 1.02;
  text-wrap: balance;
}

.dabpo-page-hero .elementor-heading-title,
.dabpo-section-title .elementor-heading-title {
  color: var(--dabpo-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p {
  color: var(--dabpo-muted);
  font-size: 17px;
}

.dabpo-dark .elementor-widget-text-editor,
.dabpo-dark .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .86);
}

.dabpo-hero .elementor-widget-text-editor,
.dabpo-page-hero .elementor-widget-text-editor {
  max-width: 650px;
}

.dabpo-hero .elementor-widget-text-editor,
.dabpo-hero .elementor-widget-text-editor p {
  color: var(--dabpo-muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.dabpo-hero .elementor-widget-button,
.dabpo-cta-row .elementor-widget-button {
  display: inline-block;
  margin-right: 12px;
}

.dabpo-hero .elementor-widget-button {
  margin-top: 14px;
}

.dabpo-hero .elementor-widget-button .elementor-button {
  min-height: 52px;
  padding: 14px 24px;
  background: var(--dabpo-teal);
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 118, 110, .22);
}

.dabpo-hero .elementor-widget-button .elementor-button:hover {
  background: #0b5f59;
  color: #ffffff;
}

.dabpo-hero .dabpo-secondary .elementor-button {
  background: #ffffff;
  color: var(--dabpo-ink);
  border: 1px solid rgba(23, 32, 51, .18);
  box-shadow: none;
}

.dabpo-hero .dabpo-secondary .elementor-button:hover {
  background: #f3f7fb;
  color: var(--dabpo-teal);
}

.dabpo-secondary .elementor-button {
  background: #ffffff;
  color: var(--dabpo-teal);
  border: 1px solid rgba(15, 118, 110, .28);
  box-shadow: none;
}

.dabpo-secondary .elementor-button:hover {
  background: #eef7f5;
  color: #0b5f59;
}

.dabpo-visual .elementor-widget-image img,
.dabpo-image-card .elementor-widget-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(23, 32, 51, .14);
}

.dabpo-hero-media .elementor-widget-image img {
  aspect-ratio: 5 / 4;
  border: 8px solid #ffffff;
  box-shadow: 0 26px 58px rgba(23, 32, 51, .18);
}

.dabpo-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.dabpo-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .74);
  color: var(--dabpo-ink);
  font-size: 14px;
  font-weight: 800;
}

.dabpo-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-top: 18px;
}

.dabpo-hero-stats div {
  padding: 14px;
  border: 1px solid rgba(15, 118, 110, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
}

.dabpo-hero-stats strong {
  display: block;
  color: var(--dabpo-teal);
  font-size: 24px;
  line-height: 1;
}

.dabpo-hero-stats span {
  display: block;
  margin-top: 6px;
  color: var(--dabpo-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.dabpo-trust .elementor-widget-icon-box,
.dabpo-card-grid .elementor-widget-icon-box,
.dabpo-values .elementor-widget-icon-box,
.dabpo-steps .elementor-widget-icon-box,
.dabpo-contact-cards .elementor-widget-icon-box,
.dabpo-mission .elementor-widget-icon-box {
  height: 100%;
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .06);
}

.dabpo-trust .elementor-icon-box-title,
.dabpo-card-grid .elementor-icon-box-title,
.dabpo-values .elementor-icon-box-title,
.dabpo-steps .elementor-icon-box-title,
.dabpo-contact-cards .elementor-icon-box-title,
.dabpo-mission .elementor-icon-box-title {
  margin-top: 0;
  color: var(--dabpo-ink);
  font-size: 20px;
}

.dabpo-trust .elementor-icon,
.dabpo-card-grid .elementor-icon,
.dabpo-values .elementor-icon,
.dabpo-steps .elementor-icon,
.dabpo-contact-cards .elementor-icon,
.dabpo-mission .elementor-icon {
  color: var(--dabpo-teal);
}


.dabpo-card-grid .elementor-icon-box-description,
.dabpo-values .elementor-icon-box-description,
.dabpo-steps .elementor-icon-box-description,
.dabpo-contact-cards .elementor-icon-box-description,
.dabpo-mission .elementor-icon-box-description {
  color: var(--dabpo-muted);
}

/* Force 3 cards per row on card-grid sections, regardless of Elementor column count */
.elementor-section.dabpo-card-grid .elementor-container {
  flex-wrap: wrap;
}

.elementor-section.dabpo-card-grid > .elementor-container > .elementor-column {
  width: 33.333% !important;
  max-width: 33.333% !important;
  flex: 0 0 33.333% !important;
}

@media (max-width: 1024px) {
  .elementor-section.dabpo-card-grid > .elementor-container > .elementor-column {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

@media (max-width: 640px) {
  .elementor-section.dabpo-card-grid > .elementor-container > .elementor-column {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.dabpo-detail-grid .elementor-column-wrap,
.dabpo-detail-grid .elementor-widget-wrap {
  height: 100%;
}

.dabpo-detail-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-top: 3px solid var(--dabpo-teal);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(23, 32, 51, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}
.dabpo-detail-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(23, 32, 51, .13);
}

.dabpo-detail-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: rgba(15, 118, 110, .1);
  color: var(--dabpo-teal);
  font-weight: 900;
}

.dabpo-detail-card h3 {
  margin: 0 0 10px;
  color: var(--dabpo-ink);
  font-size: 22px;
  line-height: 1.2;
}

.dabpo-detail-card p {
  margin: 0 0 16px;
  color: var(--dabpo-muted);
}

.dabpo-detail-card h4 {
  margin: 12px 0 8px;
  color: var(--dabpo-ink);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.dabpo-detail-card ul {
  margin: 0 0 8px;
  padding-left: 18px;
  color: var(--dabpo-muted);
}

.dabpo-detail-card li {
  margin: 5px 0;
}

.dabpo-detail-card .dabpo-button-link {
  align-self: flex-start;
  margin-top: auto;
}

.dabpo-service-nav .elementor-button {
  width: 100%;
  min-height: 42px;
  background: #ffffff;
  color: var(--dabpo-ink);
  border: 1px solid var(--dabpo-line);
  box-shadow: none;
}

.dabpo-service-nav .elementor-button:hover {
  background: var(--dabpo-teal);
  color: #ffffff;
}

.dabpo-service-section {
  scroll-margin-top: 92px;
}

.dabpo-list .elementor-icon-list-item {
  margin: 10px 0;
}

.dabpo-list .elementor-icon-list-text {
  color: var(--dabpo-ink);
  font-weight: 700;
}

.dabpo-counter .elementor-counter {
  padding: 26px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 8px;
}

.dabpo-counter .elementor-counter-number-wrapper {
  color: var(--dabpo-teal);
  font-size: 42px;
  font-weight: 900;
}

.dabpo-counter .elementor-counter-title {
  color: var(--dabpo-ink);
  font-weight: 800;
}

.dabpo-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.dabpo-testimonial {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .06);
}

.dabpo-testimonial p {
  margin: 0 0 18px;
  color: var(--dabpo-muted);
}

.dabpo-testimonial strong {
  color: var(--dabpo-ink);
}

.dabpo-form-wrap {
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 8px;
}

.dabpo-form-wrap label {
  display: block;
  margin: 0 0 14px;
  color: var(--dabpo-ink);
  font-weight: 800;
}

.dabpo-form-wrap input,
.dabpo-form-wrap select,
.dabpo-form-wrap textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  font: inherit;
}

.dabpo-form-wrap input[type="submit"],
.dabpo-form-wrap button {
  width: auto;
  min-height: 46px;
  padding: 12px 20px;
  background: var(--dabpo-teal);
  color: #ffffff;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.dabpo-map-note {
  margin-top: 16px;
  color: var(--dabpo-muted);
}

.dabpo-faq .elementor-widget-text-editor {
  max-width: 760px;
}

.dabpo-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.dabpo-faq-list details {
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .06);
}

.dabpo-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--dabpo-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
  list-style: none;
}

.dabpo-faq-list summary::-webkit-details-marker {
  display: none;
}

.dabpo-faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(15, 118, 110, .1);
  color: var(--dabpo-teal);
  font-weight: 900;
}

.dabpo-faq-list details[open] summary::after {
  content: "-";
}

.dabpo-faq-list p {
  margin: 12px 44px 0 0;
  color: var(--dabpo-muted);
}

/* =============================================================
   CONTACT PAGE — MODERN REDESIGN
   ============================================================= */

/* Hero */
.elementor-section.dabpo-contact-hero {
  background: linear-gradient(135deg, var(--dabpo-ink) 0%, #0d4f4a 100%);
  padding: 100px 0 80px;
  text-align: center;
}
.dabpo-contact-hero .elementor-heading-title {
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 52px) !important;
}
.dabpo-contact-hero .elementor-widget-text-editor p {
  color: rgba(255,255,255,.78) !important;
  font-size: 18px !important;
  max-width: 620px;
  margin: 0 auto;
}

/* Trust strip */
.elementor-section.dabpo-contact-strip {
  background: var(--dabpo-mint);
  border-bottom: 1px solid #c8e6df;
  padding: 44px 0;
}
.dabpo-contact-strip .elementor-widget-icon-box {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 8px 16px;
  text-align: center;
}
.dabpo-contact-strip .elementor-icon-box-title { font-size: 17px !important; color: var(--dabpo-ink) !important; }
.dabpo-contact-strip .elementor-icon-box-description { color: var(--dabpo-muted) !important; font-size: 14px !important; }
.dabpo-contact-strip .elementor-icon { color: var(--dabpo-teal) !important; }

/* Main two-column section */
.elementor-section.dabpo-contact-main {
  background: #f6f8fb;
  padding: 80px 0;
}

/* Form column — white card */
.dabpo-contact-main .elementor-column:last-child > .elementor-column-wrap > .elementor-widget-wrap,
.dabpo-contact-main .elementor-column:last-child > .elementor-widget-wrap {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 48px rgba(15,118,110,.10);
  border: 1px solid #d8eeea;
  padding: 48px !important;
}
.dabpo-contact-main .elementor-column:last-child .elementor-heading-title {
  font-size: 26px !important;
  color: var(--dabpo-ink) !important;
}
.dabpo-contact-main .elementor-column:last-child .elementor-widget-text-editor p {
  color: var(--dabpo-muted) !important;
  margin-bottom: 24px !important;
}

/* Contact info panel */
.dabpo-contact-info__lead {
  color: var(--dabpo-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 36px;
}
.dabpo-cdetail-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-bottom: 36px;
}
.dabpo-cdetail {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.dabpo-cdetail__icon {
  width: 48px;
  height: 48px;
  background: var(--dabpo-mint);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--dabpo-teal);
  font-size: 18px;
}
.dabpo-cdetail__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
}
.dabpo-cdetail__body strong {
  font-size: 12px;
  font-weight: 700;
  color: var(--dabpo-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.dabpo-cdetail__body a,
.dabpo-cdetail__body span {
  color: var(--dabpo-ink);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.dabpo-cdetail__body a:hover { color: var(--dabpo-teal); }

/* Trust checklist */
.dabpo-ctrust-list {
  list-style: none;
  padding: 24px 28px;
  margin: 0;
  background: var(--dabpo-mint);
  border-radius: 14px;
  border-left: 4px solid var(--dabpo-teal);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dabpo-ctrust-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--dabpo-ink);
}
.dabpo-ctrust-list li i { color: var(--dabpo-teal); font-size: 15px; }

/* CF7 form inside contact main */
.dabpo-cf7-wrap .wpcf7 input[type="text"],
.dabpo-cf7-wrap .wpcf7 input[type="email"],
.dabpo-cf7-wrap .wpcf7 input[type="tel"],
.dabpo-cf7-wrap .wpcf7 select,
.dabpo-cf7-wrap .wpcf7 textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #d4e8e4;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--dabpo-ink);
  background: #f9fffe;
  transition: border-color .2s, box-shadow .2s;
  margin-bottom: 14px;
  display: block;
}
.dabpo-cf7-wrap .wpcf7 input:focus,
.dabpo-cf7-wrap .wpcf7 textarea:focus {
  border-color: var(--dabpo-teal);
  box-shadow: 0 0 0 3px rgba(15,118,110,.12);
  outline: none;
  background: #ffffff;
}
.dabpo-cf7-wrap .wpcf7 textarea { min-height: 130px; resize: vertical; }
.dabpo-cf7-wrap .wpcf7 input[type="submit"] {
  width: 100%;
  background: var(--dabpo-teal) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .15s;
  margin-top: 4px;
}
.dabpo-cf7-wrap .wpcf7 input[type="submit"]:hover {
  background: #0a5c55 !important;
  transform: translateY(-1px);
}
.dabpo-cf7-wrap .wpcf7-not-valid-tip { color: #b42318; font-size: 13px; margin-top: 4px; }
.dabpo-cf7-wrap .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
}

/* =============================================================
   CONTACT PAGE v2 — centered form + full-width map
   ============================================================= */

/* 3-card contact info strip */
.elementor-section.dabpo-contact-cards {
  background: var(--dabpo-soft);
  border-bottom: 1px solid var(--dabpo-line);
}

.dabpo-contact-cards .elementor-widget-icon-box {
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(23,32,51,.06);
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow .22s ease, transform .22s ease;
}

.dabpo-contact-cards .elementor-widget-icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(15,118,110,.12);
  border-color: #b2dbd6;
}

.dabpo-contact-cards .elementor-icon { color: var(--dabpo-teal) !important; }
.dabpo-contact-cards .elementor-icon-box-title,
.dabpo-contact-cards .elementor-icon-box-title a { color: var(--dabpo-ink) !important; font-size: 18px !important; }
.dabpo-contact-cards .elementor-icon-box-description { color: var(--dabpo-muted) !important; font-size: 16px !important; }

/* Centered form section */
.elementor-section.dabpo-contact-form-section {
  background: var(--dabpo-soft);
  padding: 72px 0;
}

.dabpo-contact-form-section .elementor-heading-title {
  color: var(--dabpo-ink) !important;
  text-align: center;
}

.dabpo-contact-form-section .elementor-widget-text-editor,
.dabpo-contact-form-section .elementor-widget-text-editor p {
  color: var(--dabpo-muted) !important;
  text-align: center;
  margin-bottom: 28px;
}

/* White card wrapper for the center column */
.dabpo-contact-form-section > .elementor-container > .elementor-column:nth-child(2) > .elementor-column-wrap > .elementor-widget-wrap,
.dabpo-contact-form-section > .elementor-container > .elementor-column:nth-child(2) > .elementor-widget-wrap {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 48px rgba(15,118,110,.10);
  border: 1px solid #d8eeea;
  padding: 48px 44px !important;
}

/* Full-width map section — no padding */
.elementor-section.dabpo-contact-map {
  padding: 0 !important;
}

.dabpo-contact-map .elementor-google-map {
  display: block;
  width: 100%;
}

/* Legacy contact panel kept for backward compat */
.elementor-section.dabpo-contact-panel {
  background: linear-gradient(135deg, #102f3f 0%, #0f766e 100%);
  color: #ffffff;
}

.dabpo-form-wrap .wpcf7 form p {
  margin: 0 0 14px;
}

.dabpo-form-wrap .wpcf7-spinner {
  margin: 12px 0 0 12px;
}

.dabpo-form-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #b42318;
  font-size: 13px;
}

.dabpo-form-wrap .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

@media (prefers-reduced-motion: no-preference) {
  body.home.dabpo-animate-ready .dabpo-animate-item {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .58s ease, transform .58s ease;
    transition-delay: var(--dabpo-delay, 0ms);
  }

  body.home.dabpo-animate-ready .dabpo-animate-item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .dabpo-hero-media .elementor-widget-image img {
    transition: transform .28s ease, box-shadow .28s ease;
  }

  .dabpo-hero-media .elementor-widget-image img:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 64px rgba(23, 32, 51, .22);
  }
}

@media (max-width: 900px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dabpo-testimonials {
    grid-template-columns: 1fr;
  }

  .dabpo-hero-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header__inner,
  .site-footer__inner,
  .footer-bottom__inner {
    width: min(100% - 24px, 1180px);
  }

  .brand img {
    width: 132px;
  }

  .site-menu {
    justify-content: space-between;
  }

  .site-menu a {
    font-size: 14px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .elementor-section.dabpo-section {
    padding: 56px 0;
  }

  .elementor-section.dabpo-hero {
    min-height: auto;
    padding: 62px 0 50px;
  }

  .home .elementor-section.dabpo-section {
    padding: 44px 0;
  }

  .home .elementor-section.dabpo-tight {
    padding: 22px 0;
  }

  .home .elementor-section.dabpo-section-title {
    padding: 34px 0 14px;
  }

  .home .elementor-section.dabpo-hero {
    min-height: auto;
    padding: 54px 0 44px;
  }

  .dabpo-hero .elementor-heading-title {
    font-size: clamp(38px, 13vw, 54px);
  }

  .dabpo-hero .elementor-widget-button {
    display: block;
    margin-right: 0;
  }

  .dabpo-hero .elementor-widget-button .elementor-button {
    width: 100%;
  }

  .dabpo-hero-proof,
  .dabpo-hero-stats {
    margin-top: 16px;
  }

  .dabpo-faq-list p {
    margin-right: 0;
  }
}

/* Latest homepage layout refresh. */
.home .elementor-section.dabpo-section {
  padding: 64px 0;
}

.home .elementor-section > .elementor-container {
  align-items: center;
}

.home .elementor-widget:not(:last-child) {
  margin-bottom: 16px;
}

.home .dabpo-section-intro .elementor-widget-wrap,
.home .dabpo-benefits-copy .elementor-widget-wrap,
.home .dabpo-faq-copy .elementor-widget-wrap,
.home .dabpo-contact-copy .elementor-widget-wrap {
  align-content: center;
}

.elementor-section.dabpo-hero-latest {
  min-height: auto;
  padding: 66px 0 54px;
  background:
    linear-gradient(120deg, rgba(237, 248, 244, .98), rgba(255, 247, 237, .92) 58%, rgba(238, 244, 251, .96)),
    #f8fafc;
  color: var(--dabpo-ink);
}

.elementor-section.dabpo-hero-latest::before {
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .08) 0 1px, transparent 1px 88px),
    linear-gradient(0deg, rgba(15, 118, 110, .06) 0 1px, transparent 1px 88px);
  opacity: .62;
}

.elementor-section.dabpo-hero-latest::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .14));
}

.dabpo-hero-latest .elementor-heading-title {
  max-width: 720px;
  color: var(--dabpo-ink);
  font-size: 64px;
  line-height: 1.02;
}

.dabpo-hero-latest .elementor-widget-text-editor,
.dabpo-hero-latest .elementor-widget-text-editor p {
  max-width: 660px;
  color: var(--dabpo-muted);
  font-size: 20px;
  line-height: 1.62;
}

.dabpo-hero-latest .elementor-widget-button {
  margin-top: 8px;
}

.dabpo-hero-latest .dabpo-hero-media .elementor-widget-wrap {
  position: relative;
}

.dabpo-hero-latest .dabpo-hero-media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border: 8px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(23, 32, 51, .18);
}

.dabpo-visual-summary {
  position: absolute;
  right: 0;
  bottom: 14px;
  width: min(320px, 82%);
  padding: 18px;
  border: 1px solid rgba(223, 230, 238, .9);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 45px rgba(23, 32, 51, .16);
}

.dabpo-visual-summary strong,
.dabpo-section-note strong,
.dabpo-roi-panel strong,
.dabpo-process-note strong {
  display: block;
  color: var(--dabpo-ink);
  font-size: 18px;
  line-height: 1.25;
}

.dabpo-visual-summary span,
.dabpo-section-note span,
.dabpo-roi-panel p,
.dabpo-process-note strong {
  color: var(--dabpo-muted);
}

.dabpo-proof-split {
  background: linear-gradient(135deg, #102f3f 0%, #0f766e 100%);
  color: #ffffff;
}

.dabpo-proof-split .elementor-heading-title,
.dabpo-proof-split .elementor-widget-text-editor,
.dabpo-proof-split .elementor-widget-text-editor p,
.dabpo-process-modern .elementor-heading-title,
.dabpo-process-modern .elementor-widget-text-editor,
.dabpo-process-modern .elementor-widget-text-editor p {
  color: #ffffff;
}

.dabpo-proof-split .elementor-widget-text-editor p,
.dabpo-process-modern .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .82);
}

.dabpo-light-button .elementor-button {
  background: #ffffff;
  color: var(--dabpo-teal);
}

.dabpo-proof-grid .elementor-widget-wrap,
.dabpo-services-grid .elementor-widget-wrap,
.dabpo-benefits-grid .elementor-widget-wrap,
.dabpo-process-grid .elementor-widget-wrap {
  display: grid;
  gap: 16px;
}

.dabpo-proof-grid .elementor-widget-wrap,
.dabpo-benefits-grid .elementor-widget-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dabpo-services-grid .elementor-widget-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.dabpo-services-grid .elementor-widget-icon-box:first-child {
  grid-column: span 2;
}

.dabpo-proof-grid .elementor-widget-icon-box,
.dabpo-services-grid .elementor-widget-icon-box,
.dabpo-benefits-grid .elementor-widget-icon-box,
.dabpo-process-grid .elementor-widget-icon-box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px;
  border-radius: 8px;
}

.dabpo-proof-grid .elementor-widget-icon-box {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.dabpo-proof-grid .elementor-icon,
.dabpo-proof-grid .elementor-icon-box-title,
.dabpo-proof-grid .elementor-icon-box-description {
  color: #ffffff;
}

.dabpo-proof-grid .elementor-icon-box-description {
  color: rgba(255, 255, 255, .78);
}

.dabpo-services-modern {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid var(--dabpo-line);
}

.dabpo-services-modern .dabpo-section-note {
  padding: 18px;
  border: 1px solid rgba(15, 118, 110, .18);
  border-radius: 8px;
  background: #edf8f4;
}

.dabpo-services-grid .elementor-widget-icon-box {
  border: 1px solid var(--dabpo-line);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(23, 32, 51, .07);
}

.dabpo-story-modern {
  background: var(--dabpo-mint);
}

.dabpo-story-modern .dabpo-story-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(23, 32, 51, .13);
}

.dabpo-check-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.dabpo-check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--dabpo-ink);
  font-weight: 750;
}

.dabpo-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--dabpo-teal);
  box-shadow: inset 0 0 0 5px #dff4ef;
}

.dabpo-benefits-modern {
  background: var(--dabpo-warm);
}

.dabpo-roi-panel {
  padding: 22px;
  border: 1px solid rgba(217, 154, 39, .22);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(23, 32, 51, .06);
}

.dabpo-roi-panel span,
.dabpo-process-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--dabpo-teal);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dabpo-roi-panel p {
  margin: 10px 0 0;
}

.dabpo-benefits-grid .elementor-widget-icon-box {
  border: 1px solid rgba(217, 154, 39, .22);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .06);
}

.dabpo-process-modern {
  background: linear-gradient(135deg, #0b1726 0%, #102f3f 62%, #0f766e 100%);
  color: #ffffff;
}

.dabpo-process-grid .elementor-widget-wrap {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.dabpo-process-grid .elementor-widget-heading,
.dabpo-process-grid .elementor-widget-text-editor,
.dabpo-process-grid .elementor-widget-html {
  grid-column: 1 / -1;
}

.dabpo-process-note {
  max-width: 760px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.dabpo-process-note strong {
  color: rgba(255, 255, 255, .9);
}

.dabpo-process-grid .elementor-widget-icon-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.dabpo-process-grid .elementor-widget-icon-box::before {
  content: counter(step);
  counter-increment: step;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--dabpo-teal);
  font-weight: 900;
}

.dabpo-process-grid .elementor-widget-wrap {
  counter-reset: step;
}

.dabpo-process-grid .elementor-icon,
.dabpo-process-grid .elementor-icon-box-title,
.dabpo-process-grid .elementor-icon-box-description {
  color: #ffffff;
}

.dabpo-process-grid .elementor-icon-box-description {
  color: rgba(255, 255, 255, .78);
}

.dabpo-faq-modern {
  background: var(--dabpo-blue-soft);
}

.dabpo-faq-modern .dabpo-faq-list {
  margin-top: 0;
}

.dabpo-contact-modern {
  padding-bottom: 58px;
}

@media (max-width: 900px) {
  .home .elementor-section.dabpo-section {
    padding: 52px 0;
  }

  .dabpo-hero-latest .elementor-heading-title {
    font-size: 48px;
  }

  .dabpo-proof-grid .elementor-widget-wrap,
  .dabpo-services-grid .elementor-widget-wrap,
  .dabpo-benefits-grid .elementor-widget-wrap,
  .dabpo-process-grid .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  .dabpo-services-grid .elementor-widget-icon-box:first-child {
    grid-column: auto;
  }

  .dabpo-visual-summary {
    position: static;
    width: 100%;
    margin-top: -18px;
  }
}

@media (max-width: 640px) {
  .home .elementor-section.dabpo-section {
    padding: 42px 0;
  }

  .elementor-section.dabpo-hero-latest {
    padding: 44px 0 36px;
  }

  .dabpo-hero-latest .elementor-heading-title {
    font-size: 38px;
  }

  .dabpo-hero-latest .elementor-widget-text-editor,
  .dabpo-hero-latest .elementor-widget-text-editor p {
    font-size: 17px;
  }

  .dabpo-proof-grid .elementor-widget-icon-box,
  .dabpo-services-grid .elementor-widget-icon-box,
  .dabpo-benefits-grid .elementor-widget-icon-box,
  .dabpo-process-grid .elementor-widget-icon-box {
    padding: 20px;
  }
}

/* Elementor ID-targeted homepage layout. */
.home .site-main .elementor-top-section {
  padding: 64px 0;
}

.home .site-main .elementor-top-section > .elementor-container {
  align-items: center;
}

.elementor-element-dabpohero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding: 66px 0 54px;
  background:
    linear-gradient(120deg, rgba(237, 248, 244, .98), rgba(255, 247, 237, .92) 58%, rgba(238, 244, 251, .96)),
    #f8fafc;
  color: var(--dabpo-ink);
}

.elementor-element-dabpohero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 118, 110, .08) 0 1px, transparent 1px 88px),
    linear-gradient(0deg, rgba(15, 118, 110, .06) 0 1px, transparent 1px 88px);
  opacity: .62;
  pointer-events: none;
}

.elementor-element-dabpohero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .14));
  pointer-events: none;
}

.elementor-element-dabpohero > .elementor-container,
.elementor-element-dabpohero .elementor-column,
.elementor-element-dabpohero .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

.elementor-element-dabpohero .elementor-heading-title {
  max-width: 720px;
  color: var(--dabpo-ink);
  font-size: 64px;
  line-height: 1.02;
}

.elementor-element-dabpohero .elementor-widget-text-editor,
.elementor-element-dabpohero .elementor-widget-text-editor p {
  max-width: 660px;
  color: var(--dabpo-muted);
  font-size: 20px;
  line-height: 1.62;
}

.elementor-element-dabpoheror .elementor-widget-wrap {
  position: relative;
}

.elementor-element-dabpoheror img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border: 8px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(23, 32, 51, .18);
}

.elementor-element-dabpoproof {
  background: linear-gradient(135deg, #102f3f 0%, #0f766e 100%);
  color: #ffffff;
}

.elementor-element-dabpoproof .elementor-heading-title,
.elementor-element-dabpoproof .elementor-widget-text-editor,
.elementor-element-dabpoproof .elementor-widget-text-editor p,
.elementor-element-dabpoprocess .elementor-heading-title,
.elementor-element-dabpoprocess .elementor-widget-text-editor,
.elementor-element-dabpoprocess .elementor-widget-text-editor p,
.elementor-element-dabpocontact .elementor-heading-title,
.elementor-element-dabpocontact .elementor-widget-text-editor,
.elementor-element-dabpocontact .elementor-widget-text-editor p {
  color: #ffffff;
}

.elementor-element-dabpoproof .elementor-widget-text-editor p,
.elementor-element-dabpoprocess .elementor-widget-text-editor p,
.elementor-element-dabpocontact .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .82);
}

.elementor-element-dabpoproofr .elementor-widget-wrap,
.elementor-element-dabposervicesr .elementor-widget-wrap,
.elementor-element-dabpobenefitsr .elementor-widget-wrap,
.elementor-element-dabpoprocessc .elementor-widget-wrap {
  display: grid;
  gap: 16px;
}

.elementor-element-dabpoproofr .elementor-widget-wrap,
.elementor-element-dabpobenefitsr .elementor-widget-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.elementor-element-dabposervicesr .elementor-widget-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.elementor-element-dabposervicesr .elementor-widget-icon-box:first-child {
  grid-column: span 2;
}

.elementor-element-dabpoproofr .elementor-widget-icon-box,
.elementor-element-dabposervicesr .elementor-widget-icon-box,
.elementor-element-dabpobenefitsr .elementor-widget-icon-box,
.elementor-element-dabpoprocessc .elementor-widget-icon-box {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px;
  border-radius: 8px;
}

.elementor-element-dabpoproofr .elementor-widget-icon-box {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.elementor-element-dabpoproofr .elementor-icon,
.elementor-element-dabpoproofr .elementor-icon-box-title,
.elementor-element-dabpoproofr .elementor-icon-box-description {
  color: #ffffff;
}

.elementor-element-dabpoproofr .elementor-icon-box-description {
  color: rgba(255, 255, 255, .78);
}

.elementor-element-dabposervices {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid var(--dabpo-line);
}

.elementor-element-dabposervicesr .elementor-widget-icon-box {
  border: 1px solid var(--dabpo-line);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(23, 32, 51, .07);
}

.elementor-element-dabpostory {
  background: var(--dabpo-mint);
}

.elementor-element-dabpostoryl img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(23, 32, 51, .13);
}

.elementor-element-dabpobenefits {
  background: var(--dabpo-warm);
}

.elementor-element-dabpobenefitsr .elementor-widget-icon-box {
  border: 1px solid rgba(217, 154, 39, .22);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(23, 32, 51, .06);
}

.elementor-element-dabpoprocess {
  background: linear-gradient(135deg, #0b1726 0%, #102f3f 62%, #0f766e 100%);
  color: #ffffff;
}

.elementor-element-dabpoprocessc .elementor-widget-wrap {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  counter-reset: step;
}

.elementor-element-dabpoprocessc .elementor-widget-heading,
.elementor-element-dabpoprocessc .elementor-widget-text-editor,
.elementor-element-dabpoprocessc .elementor-widget-html {
  grid-column: 1 / -1;
}

.elementor-element-dabpoprocessc .elementor-widget-icon-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
  box-shadow: none;
}

.elementor-element-dabpoprocessc .elementor-widget-icon-box::before {
  content: counter(step);
  counter-increment: step;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--dabpo-teal);
  font-weight: 900;
}

.elementor-element-dabpoprocessc .elementor-icon,
.elementor-element-dabpoprocessc .elementor-icon-box-title,
.elementor-element-dabpoprocessc .elementor-icon-box-description {
  color: #ffffff;
}

.elementor-element-dabpoprocessc .elementor-icon-box-description {
  color: rgba(255, 255, 255, .78);
}

.elementor-element-dabpofaq {
  background: var(--dabpo-blue-soft);
}

.elementor-element-dabpofaq .dabpo-faq-list {
  margin-top: 0;
}

.elementor-element-dabpocontact {
  padding-bottom: 58px;
  background: linear-gradient(135deg, #102f3f 0%, #0f766e 100%);
  color: #ffffff;
}

.elementor-element-dabpocontact .dabpo-form-wrap {
  box-shadow: 0 24px 54px rgba(0, 0, 0, .18);
}

@media (max-width: 900px) {
  .home .site-main .elementor-top-section {
    padding: 52px 0;
  }

  .elementor-element-dabpohero .elementor-heading-title {
    font-size: 48px;
  }

  .elementor-element-dabpoproofr .elementor-widget-wrap,
  .elementor-element-dabposervicesr .elementor-widget-wrap,
  .elementor-element-dabpobenefitsr .elementor-widget-wrap,
  .elementor-element-dabpoprocessc .elementor-widget-wrap {
    grid-template-columns: 1fr;
  }

  .elementor-element-dabposervicesr .elementor-widget-icon-box:first-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .home .site-main .elementor-top-section {
    padding: 42px 0;
  }

  .elementor-element-dabpohero {
    padding: 44px 0 36px;
  }

  .elementor-element-dabpohero .elementor-heading-title {
    font-size: 38px;
  }

  .elementor-element-dabpohero .elementor-widget-text-editor,
  .elementor-element-dabpohero .elementor-widget-text-editor p {
    font-size: 17px;
  }

  .elementor-element-dabpoproofr .elementor-widget-icon-box,
  .elementor-element-dabposervicesr .elementor-widget-icon-box,
  .elementor-element-dabpobenefitsr .elementor-widget-icon-box,
  .elementor-element-dabpoprocessc .elementor-widget-icon-box {
    padding: 20px;
  }
}

/* =============================================================
   DA-BPO v2 — Complete Homepage Redesign
   All styles for the new 9-section homepage layout.
   ============================================================= */

/* =================================================================
   MOBILE & TABLET NAV — Responsive hamburger menu
   Strategy: flex-wrap so row 1 = logo+CTA+burger, row 2 = nav drawer
   ================================================================= */

/* Hamburger button — hidden on desktop */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 100;
}

.nav-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--dabpo-ink);
  border-radius: 2px;
  transition: transform .24s ease, opacity .24s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* ── Tablet + Mobile (≤900px) ────────────────────────────── */
@media (max-width: 900px) {

  /*
   * Header layout (single row, never wraps):
   * [Logo ─────────────────] [Get Consultation] [☰]
   * Nav drawer lives on its own row below via flex-wrap: wrap + order.
   */
  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
    min-height: 64px;
    padding: 12px 0;
    gap: 10px;
  }

  /* Logo: fills remaining row-1 space */
  .brand {
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
  }

  /* CTA: compact pill, second on row 1 */
  .header-cta {
    order: 2;
    flex: 0 0 auto;
    width: auto !important;
    margin-left: 0;
    padding: 9px 16px;
    min-height: 38px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 8px;
  }

  /* Hamburger: rightmost on row 1 */
  .nav-toggle {
    order: 3;
    display: flex;
    flex: 0 0 auto;
    margin-left: 0;
  }

  /* Nav drawer: full-width row 2, hidden by default */
  .primary-nav {
    order: 4;
    flex-basis: 100%;
    display: none;
    width: 100%;
    margin: 0 -16px;
    padding: 8px 16px 20px;
    border-top: 2px solid var(--dabpo-teal);
    box-shadow: 0 12px 32px rgba(23, 32, 51, .10);
    background: #ffffff;
  }

  .primary-nav.is-open {
    display: block;
  }

  /* Nav items: vertical stack */
  .site-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .site-menu > li {
    border-bottom: 1px solid var(--dabpo-line);
    position: static;
  }

  .site-menu > li:first-child {
    border-top: 1px solid var(--dabpo-line);
  }

  .site-menu > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: unset;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
  }

  /* Chevron on items with sub-menus */
  .site-menu .menu-item-has-children > a::after {
    content: "▾";
    margin-left: auto;
    padding-left: 10px;
    font-size: 15px;
    color: var(--dabpo-muted);
    transition: transform .2s ease;
    display: inline-block;
    flex-shrink: 0;
  }

  .site-menu .menu-item-has-children.is-open > a::after {
    transform: rotate(180deg);
  }

  /* Sub-menu: inline stacked list, click-toggled */
  .site-menu .sub-menu {
    position: static !important;
    display: none;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    transition: none;
    width: 100%;
    margin: 0;
    padding: 4px 0 10px 14px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: var(--dabpo-soft);
  }

  /* Disable hover/focus sub-menu on mobile — click only */
  .site-menu li:hover > .sub-menu,
  .site-menu li:focus-within > .sub-menu {
    display: none;
  }

  .site-menu .sub-menu.is-open,
  .site-menu li .sub-menu.is-open {
    display: grid !important;
  }

  .site-menu .sub-menu a {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    min-height: unset;
    border-radius: 6px;
  }

  .site-menu .sub-menu a:hover {
    background: #e2f2ef;
    color: var(--dabpo-teal);
  }
}

/* ── Small mobile (≤640px) ───────────────────────────────── */
@media (max-width: 640px) {

  .site-header__inner {
    min-height: 58px;
    padding: 10px 0;
    gap: 8px;
  }

  .brand img {
    width: 120px;
  }

  .header-cta {
    padding: 8px 12px !important;
    min-height: 34px;
    font-size: 13px;
    width: auto !important;
  }

  .nav-toggle {
    width: 26px;
    height: 18px;
  }

  .primary-nav {
    padding-bottom: 16px;
  }

  .site-menu > li > a {
    padding: 13px 0;
    font-size: 15px;
  }
}

/* -----------------------------------------------------------------
   SECTION LABELS (eyebrow / pill text above headings)
   ----------------------------------------------------------------- */
.dabpo-label {
  display: inline-block;
  padding: 5px 16px;
  margin-bottom: 18px;
  border-radius: 100px;
  background: rgba(15, 118, 110, .1);
  color: var(--dabpo-teal);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.dabpo-label--light,
.dabpo-process-section .dabpo-label,
.dabpo-contact-cta .dabpo-label {
  background: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .92);
}

.dabpo-label--hero {
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  border: 1px solid rgba(255, 255, 255, .22);
}

/* -----------------------------------------------------------------
   HERO TRUST BADGE STRIP
   ----------------------------------------------------------------- */
.dabpo-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.dabpo-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 100px;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}

.dabpo-badge i {
  color: var(--dabpo-gold);
  font-size: 13px;
}

/* -----------------------------------------------------------------
   STATS BAR  — Section 2
   Solid teal background, 4 animated counter columns.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-stats-bar {
  background: var(--dabpo-teal);
  padding: 0;
}

.dabpo-stats-bar .elementor-column {
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.dabpo-stats-bar .elementor-column:last-child {
  border-right: none;
}

/* Override the generic white-card dabpo-counter inside stats bar */
.dabpo-stats-bar .dabpo-counter .elementor-counter {
  padding: 40px 20px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}

.dabpo-stats-bar .dabpo-counter .elementor-counter-number-wrapper {
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

.dabpo-stats-bar .dabpo-counter .elementor-counter-title {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 6px;
}

/* -----------------------------------------------------------------
   SERVICES SECTION  — Section 3
   Pure white background. Centered intro + 3×2 card grid.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-services-section {
  background: #ffffff;
}

.dabpo-services-section .elementor-widget-heading .elementor-heading-title {
  color: var(--dabpo-ink);
  text-align: center;
}

.dabpo-services-section .elementor-widget-text-editor p {
  color: var(--dabpo-muted);
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.dabpo-services-section .elementor-widget-html {
  width: 100%;
}

/* 3-column responsive service card grid */
.dabpo-service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.dabpo-service-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background: #ffffff;
  border: 1px solid var(--dabpo-line);
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(23, 32, 51, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.dabpo-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 52px rgba(23, 32, 51, .13);
  border-color: var(--dabpo-teal);
}

.dabpo-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: rgba(15, 118, 110, .1);
  color: var(--dabpo-teal);
  font-size: 24px;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: background .22s ease, color .22s ease;
}

.dabpo-service-card:hover .dabpo-service-card__icon {
  background: var(--dabpo-teal);
  color: #ffffff;
}

.dabpo-service-card h3 {
  margin: 0 0 10px;
  color: var(--dabpo-ink);
  font-size: 18px;
  line-height: 1.3;
}

.dabpo-service-card p {
  margin: 0 0 20px;
  color: var(--dabpo-muted);
  font-size: 15px;
  line-height: 1.65;
  flex: 1;
}

.dabpo-service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--dabpo-teal);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: gap .18s ease;
}

.dabpo-service-card:hover .dabpo-service-card__link {
  gap: 10px;
}

/* Centred "View All Services" button below grid */
.dabpo-services-section .elementor-widget-button {
  text-align: center;
  margin-top: 40px;
}

/* -----------------------------------------------------------------
   ABOUT SPLIT  — Section 4
   Light teal-gradient background.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-about-split {
  background: #ffffff;
}

.dabpo-about-split .elementor-widget-button .elementor-button {
  background: #0a2540;
  color: #ffffff;
  border: none;
  box-shadow: 0 8px 24px rgba(10, 37, 64, .22);
}

.dabpo-about-split .elementor-widget-button .elementor-button:hover {
  background: #102f3f;
  box-shadow: 0 14px 32px rgba(10, 37, 64, .32);
  transform: translateY(-2px);
}

/* -----------------------------------------------------------------
   WHY CHOOSE DA-BPO  — Sections 5a + 5b
   Light teal-tinted background. Title + cards share same background.
   Cards have teal top-border accent and centered content.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-why-title,
.elementor-section.dabpo-why-grid {
  background: #eaf4f1;
}

.elementor-section.dabpo-why-title {
  border-top: 3px solid rgba(15, 118, 110, .15);
}

/* Use high-specificity rules to beat Elementor + dabpo-section-title/tight overrides */
.home .elementor-section.dabpo-why-title,
.home .elementor-section.dabpo-section-title.dabpo-why-title {
  padding-top: 56px !important;
  padding-bottom: 24px !important;
}

.home .elementor-section.dabpo-why-grid,
.home .elementor-section.dabpo-tight.dabpo-why-grid {
  padding-top: 0 !important;
  padding-bottom: 56px !important;
}

.dabpo-why-title .elementor-widget-heading .elementor-heading-title {
  color: var(--dabpo-ink);
  text-align: center;
  font-size: clamp(28px, 3.2vw, 42px);
}

.dabpo-why-title .elementor-widget-text-editor p {
  color: var(--dabpo-muted);
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 1.65;
}

/* Equal-height cards — force full stretch down through Elementor's DOM */
.dabpo-why-grid > .elementor-container {
  align-items: stretch !important;
}

.dabpo-why-grid .elementor-column {
  display: flex !important;
  flex-direction: column !important;
}

.dabpo-why-grid .elementor-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100%;
}

.dabpo-why-grid .elementor-widget-icon-box {
  flex: 1 1 auto !important;
  height: 100% !important;
}

.dabpo-why-grid .elementor-widget-icon-box .elementor-icon-box-wrapper {
  height: 100%;
}

/* Override generic icon-box inside why-grid */
.dabpo-why-grid .elementor-widget-icon-box {
  height: 100%;
  padding: 36px 28px;
  background: #ffffff;
  border: 1px solid rgba(15, 118, 110, .1);
  border-top: 3px solid var(--dabpo-teal);
  border-radius: 14px;
  box-shadow: 0 4px 24px rgba(23, 32, 51, .06);
  transition: transform .22s ease, box-shadow .22s ease;
  text-align: center;
}

.dabpo-why-grid .elementor-widget-icon-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(15, 118, 110, .13);
  border-color: rgba(15, 118, 110, .25);
}

.dabpo-why-grid .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dabpo-why-grid .elementor-icon-box-icon {
  margin-bottom: 18px;
}

.dabpo-why-grid .elementor-icon {
  color: var(--dabpo-teal);
  font-size: 42px !important;
  width: 72px !important;
  height: 72px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(15, 118, 110, .08);
  border-radius: 50%;
}

.dabpo-why-grid .elementor-icon-box-title {
  color: var(--dabpo-ink);
  font-size: 18px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}

.dabpo-why-grid .elementor-icon-box-description {
  color: var(--dabpo-muted);
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

/* -----------------------------------------------------------------
   HOW IT WORKS — PROCESS  — Section 6
   Dark navy-to-teal gradient. Custom numbered step cards.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-process-section {
  background: linear-gradient(135deg, #102f3f 0%, #0d4a44 52%, #0f766e 100%);
}

.dabpo-process-section .elementor-heading-title {
  color: #ffffff;
  text-align: center;
}

.dabpo-process-section .elementor-widget-text-editor,
.dabpo-process-section .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
  text-align: center;
}

/* 4-column step cards */
.dabpo-process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.dabpo-step {
  position: relative;
  padding: 32px 22px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  backdrop-filter: blur(6px);
  transition: background .22s ease, transform .22s ease;
}

.dabpo-step:hover {
  background: rgba(255, 255, 255, .14);
  transform: translateY(-3px);
}

/* Connector line between steps (desktop) */
.dabpo-step:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 48px;
  width: 22px;
  height: 1px;
  background: rgba(255, 255, 255, .28);
}

.dabpo-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.dabpo-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: rgba(255, 255, 255, .75);
  font-size: 22px;
  margin-bottom: 16px;
}

.dabpo-step h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
}

.dabpo-step p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.65;
}

/* Process CTA button — white on teal bg */
.dabpo-process-section .elementor-widget-button .elementor-button {
  background: #ffffff;
  color: var(--dabpo-teal);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.dabpo-process-section .elementor-widget-button .elementor-button:hover {
  background: #f0faf9;
  color: #0b5f59;
  transform: translateY(-2px);
}

/* -----------------------------------------------------------------
   TESTIMONIALS  — Section 7
   Soft sage-green background. Enhanced cards.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-testi-section {
  background: #eef6f4;
}

.dabpo-testi-section .elementor-heading-title {
  color: var(--dabpo-ink);
  text-align: center;
}

.dabpo-testi-section .elementor-widget-text-editor p {
  color: var(--dabpo-muted);
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.dabpo-testi-section .dabpo-testimonials {
  margin-top: 44px;
}

/* Hover lift on testimonial cards */
.dabpo-testi-section .dabpo-testimonial {
  transition: transform .22s ease, box-shadow .22s ease;
}

.dabpo-testi-section .dabpo-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(23, 32, 51, .12);
}

/* Star ratings */
.dabpo-testimonial-stars {
  color: var(--dabpo-gold);
  font-size: 17px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

/* Footer bar inside each testimonial card */
.dabpo-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--dabpo-line);
}

/* Avatar initials circle */
.dabpo-testimonial-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(15, 118, 110, .12);
  color: var(--dabpo-teal);
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
}

.dabpo-testimonial-meta strong {
  display: block;
  color: var(--dabpo-ink);
  font-size: 15px;
  font-weight: 800;
}

.dabpo-testimonial-meta span {
  display: block;
  color: var(--dabpo-muted);
  font-size: 13px;
}

/* -----------------------------------------------------------------
   CONTACT CTA WITH INLINE FORM  — Section 8
   Dark teal-navy gradient. Left: copy. Right: white form card.
   ----------------------------------------------------------------- */
.elementor-section.dabpo-contact-cta {
  background: linear-gradient(135deg, #102f3f 0%, #0a5c55 55%, #0f766e 100%);
}

.dabpo-contact-cta .elementor-heading-title {
  color: #ffffff;
}

.dabpo-contact-cta .elementor-widget-text-editor,
.dabpo-contact-cta .elementor-widget-text-editor p {
  color: rgba(255, 255, 255, .82);
  font-size: 17px;
}

/* CRO checklist bullets */
.dabpo-cta-checklist {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.dabpo-cta-checklist li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: rgba(255, 255, 255, .88);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dabpo-cta-checklist li:last-child {
  border-bottom: none;
}

.dabpo-cta-checklist li i {
  color: #7ecec9;
  font-size: 16px;
  flex-shrink: 0;
}

/* Make the form card pop on the dark background */
.dabpo-contact-cta .dabpo-cta-form.dabpo-form-wrap {
  padding: 40px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 32px 64px rgba(0, 0, 0, .3);
}

.dabpo-contact-cta .dabpo-form-wrap input[type="submit"],
.dabpo-contact-cta .dabpo-form-wrap button[type="submit"] {
  width: 100%;
}

/* -----------------------------------------------------------------
   PRE-FOOTER CONTACT FORM
   Dark navy gradient section above the main footer.
   Left: headline + checklist + contact info.
   Right: white form card.
   ----------------------------------------------------------------- */
.dabpo-prefooter {
  background: linear-gradient(135deg, #0a2540 0%, #102f3f 100%);
  padding: 80px 0;
}

.dabpo-prefooter__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: stretch;
}

.dabpo-prefooter__heading {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.14;
}

.dabpo-prefooter__sub {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

.dabpo-prefooter__list {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.dabpo-prefooter__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.dabpo-prefooter__list li:last-child {
  border-bottom: none;
}

.dabpo-prefooter__list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(15, 118, 110, .3);
  color: #7ecec9;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

.dabpo-prefooter__contact {
  margin-top: 6px;
}

.dabpo-prefooter__contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
}

.dabpo-prefooter__contact-item i {
  color: var(--dabpo-teal);
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.dabpo-prefooter__contact-item a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  transition: color .16s;
}

.dabpo-prefooter__contact-item a:hover {
  color: #ffffff;
}

/* White form box — stretches to match left column height */
.dabpo-prefooter__form-box {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 36px 72px rgba(0, 0, 0, .3);
}

.dabpo-prefooter__form-box .wpcf7 {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dabpo-prefooter__form-box .wpcf7 form {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* The <p> wrapping the textarea grows to consume leftover height */
.dabpo-prefooter__form-box .wpcf7 form p:has(textarea) {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 16px;
}

.dabpo-prefooter__form-box .wpcf7 form p:has(textarea) .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dabpo-prefooter .wpcf7 textarea {
  flex: 1;
  min-height: 100px;
  height: 100%;
}

.dabpo-prefooter__form-box > h3 {
  margin: 0 0 8px;
  color: var(--dabpo-ink);
  font-size: 22px;
}

.dabpo-prefooter__form-box > p {
  margin: 0 0 26px;
  color: var(--dabpo-muted);
  font-size: 15px;
}

/* CF7 form styling inside the white box */
.dabpo-prefooter .wpcf7 br {
  display: none;
}

.dabpo-prefooter .wpcf7 p {
  margin: 0 0 16px;
}

.dabpo-prefooter .wpcf7 label {
  display: block;
  margin-bottom: 4px;
  color: var(--dabpo-ink);
  font-size: 13px;
  font-weight: 700;
}

.dabpo-prefooter .wpcf7 input[type="text"],
.dabpo-prefooter .wpcf7 input[type="email"],
.dabpo-prefooter .wpcf7 input[type="tel"],
.dabpo-prefooter .wpcf7 select,
.dabpo-prefooter .wpcf7 textarea {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 11px 13px;
  border: 1px solid #cfd8e3;
  border-radius: 6px;
  font: inherit;
  font-size: 15px;
  color: var(--dabpo-ink);
  background: #ffffff;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.dabpo-prefooter .wpcf7 input:focus,
.dabpo-prefooter .wpcf7 select:focus,
.dabpo-prefooter .wpcf7 textarea:focus {
  border-color: var(--dabpo-teal);
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 118, 110, .12);
}

.dabpo-prefooter .wpcf7 textarea {
  resize: vertical;
}

.dabpo-prefooter .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 52px;
  margin-top: 6px;
  background: var(--dabpo-teal);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(15, 118, 110, .28);
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.dabpo-prefooter .wpcf7 input[type="submit"]:hover {
  background: #0b5f59;
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(15, 118, 110, .36);
}

.dabpo-prefooter .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #b42318;
  font-size: 13px;
}

.dabpo-prefooter .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
}

/* -----------------------------------------------------------------
   HOMEPAGE — CENTER-ALIGN ALL SECTION HEADINGS
   Applies to Elementor heading widgets and plain h2/h3 headings
   within the dabpo section classes. The hero H1 and pre-footer
   headings are excluded via more-specific overrides below.
   ----------------------------------------------------------------- */
/* Center-align section headings everywhere except the hero */
.home .dabpo-section:not(.dabpo-hero) .elementor-widget-heading .elementor-heading-title,
.home .dabpo-section-title .elementor-widget-heading .elementor-heading-title,
.home .dabpo-tight .elementor-widget-heading .elementor-heading-title {
  text-align: center;
}

/* Hero label and heading stay left-aligned */
.home .dabpo-hero .elementor-heading-title,
.home .dabpo-hero .dabpo-label {
  text-align: left;
}

/* -----------------------------------------------------------------
   SCROLL-TRIGGERED ANIMATIONS
   JS adds .dabpo-anim to targeted elements, then adds .is-visible
   when each enters the viewport via IntersectionObserver.
   ----------------------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .dabpo-anim {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .6s ease, transform .6s ease;
    will-change: opacity, transform;
  }

  .dabpo-anim.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Never hide hero content — it is always visible above fold */
.home-hero * {
  opacity: 1 !important;
  transform: none !important;
}

/* =================================================================
   SERVICE PAGES — LAYOUT, BACKGROUNDS & ICON STYLES
   Applies to all service detail pages and the services overview.
   ================================================================= */

/* -----------------------------------------------------------------
   PAGE HERO — side-by-side CTA buttons (mirrors home hero pattern)
   ----------------------------------------------------------------- */
.dabpo-page-hero .elementor-column:first-child .elementor-widget-wrap {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.dabpo-page-hero .elementor-column:first-child .elementor-widget:not(.elementor-widget-button) {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100%;
}
.dabpo-page-hero .elementor-column:first-child .elementor-widget-button {
  flex: 0 0 auto !important;
  max-width: none !important;
  width: auto !important;
  margin-top: 14px;
  margin-right: 12px;
  margin-bottom: 0;
}
.dabpo-page-hero .elementor-column:first-child .elementor-widget-button .elementor-widget-container,
.dabpo-page-hero .elementor-column:first-child .elementor-widget-button .elementor-button-wrapper {
  width: auto !important;
  display: inline-block;
}

/* Primary CTA on page hero — teal */
.dabpo-page-hero .elementor-widget-button:not(.dabpo-secondary) .elementor-button {
  background: var(--dabpo-teal) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(15, 118, 110, .38);
}
.dabpo-page-hero .elementor-widget-button:not(.dabpo-secondary) .elementor-button:hover {
  background: #0b5f59 !important;
  box-shadow: 0 14px 32px rgba(15, 118, 110, .48);
}
/* Secondary CTA on page hero — glass */
.dabpo-page-hero .dabpo-secondary .elementor-button {
  background: rgba(255, 255, 255, .12) !important;
  color: rgba(255, 255, 255, .9) !important;
  border: 1.5px solid rgba(255, 255, 255, .45) !important;
  box-shadow: none;
}
.dabpo-page-hero .dabpo-secondary .elementor-button:hover {
  background: rgba(255, 255, 255, .22) !important;
  border-color: rgba(255, 255, 255, .72) !important;
}

/* -----------------------------------------------------------------
   SECTION TITLE — mint background, centered text
   ----------------------------------------------------------------- */
.elementor-section.dabpo-section-title.dabpo-alt {
  background: #eaf4f1;
}
.dabpo-section-title .elementor-widget-heading .elementor-heading-title {
  text-align: center;
}
.dabpo-section-title .elementor-widget-text-editor,
.dabpo-section-title .elementor-widget-text-editor p {
  text-align: center;
}

/* -----------------------------------------------------------------
   DETAIL GRID — equal-height card columns
   ----------------------------------------------------------------- */
.dabpo-detail-grid > .elementor-container {
  align-items: stretch !important;
}
.dabpo-detail-grid .elementor-column {
  display: flex !important;
  flex-direction: column !important;
}
.dabpo-detail-grid .elementor-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100%;
}

/* -----------------------------------------------------------------
   CARD GRID (outcomes + overview icon rows) — mint bg, equal height
   ----------------------------------------------------------------- */
.elementor-section.dabpo-card-grid {
  background: #eaf4f1;
}
.dabpo-card-grid > .elementor-container {
  align-items: stretch !important;
}
.dabpo-card-grid .elementor-column {
  display: flex !important;
  flex-direction: column !important;
}
.dabpo-card-grid .elementor-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100%;
}
.dabpo-card-grid .elementor-widget-icon-box {
  flex: 1 1 auto !important;
  height: 100% !important;
}
/* -----------------------------------------------------------------
   PROCESS STEPS — white background
   ----------------------------------------------------------------- */
.elementor-section.dabpo-steps {
  background: #ffffff;
}

/* -----------------------------------------------------------------
   SERVICE OVERVIEW — nav pill bar
   ----------------------------------------------------------------- */
.elementor-section.dabpo-service-nav {
  background: var(--dabpo-ink) !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}
.dabpo-service-nav .elementor-container {
  justify-content: center;
}
.dabpo-service-nav .elementor-button {
  background: transparent !important;
  color: rgba(255, 255, 255, .82) !important;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  padding: 10px 22px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 40px !important;
  box-shadow: none !important;
  transition: background .2s, color .2s, border-color .2s;
}
.dabpo-service-nav .elementor-button:hover {
  background: var(--dabpo-teal) !important;
  color: #ffffff !important;
  border-color: var(--dabpo-teal) !important;
}

/* -----------------------------------------------------------------
   SERVICE OVERVIEW — group sections (headline + image + cards)
   ----------------------------------------------------------------- */
.elementor-section.dabpo-service-section {
  background: #ffffff;
  padding: 72px 0;
}
.dabpo-service-section .elementor-heading-title {
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.14;
}
.dabpo-service-section .dabpo-image-card img {
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(23, 32, 51, .12);
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------
   RESPONSIVE — TABLET (≤ 900px)
   ----------------------------------------------------------------- */
@media (max-width: 900px) {
  /* Stats bar: stack columns vertically */
  .dabpo-stats-bar .elementor-column {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .dabpo-stats-bar .elementor-column:last-child {
    border-bottom: none;
  }

  /* Services: 2-column grid */
  .dabpo-service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /* Process: 2-column grid */
  .dabpo-process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dabpo-step:not(:last-child)::after {
    display: none;
  }

  /* Pre-footer: single column */
  .dabpo-prefooter__inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  /* Home hero: full-width content on tablet */
  .home .elementor-section.dabpo-hero {
    height: auto;
    min-height: 500px;
    padding: 60px 0;
  }

  .home .dabpo-hero .elementor-column {
    width: 80% !important;
    flex: 0 0 80% !important;
    max-width: 80% !important;
  }

  .home .elementor-section.dabpo-hero::before {
    background: rgba(8, 28, 50, .82);
  }

  /* Service page hero: stack columns */
  .dabpo-page-hero .elementor-column {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .dabpo-page-hero .dabpo-visual {
    display: none !important;
  }

  /* Service overview: stack service section */
  .dabpo-service-section {
    padding: 52px 0 !important;
  }
}

/* -----------------------------------------------------------------
   RESPONSIVE — MOBILE (≤ 640px)
   ----------------------------------------------------------------- */
@media (max-width: 640px) {
  /* Services + process: single column */
  .dabpo-service-cards {
    grid-template-columns: 1fr;
  }

  .dabpo-process-steps {
    grid-template-columns: 1fr;
  }

  /* Hide hero badges on very small screens */
  .dabpo-hero-badges {
    display: none;
  }

  /* Pre-footer form box reduced padding */
  .dabpo-prefooter {
    padding: 56px 0;
  }

  .dabpo-prefooter__form-box {
    padding: 28px 20px;
  }

  /* CTA form reduced padding */
  .dabpo-contact-cta .dabpo-cta-form.dabpo-form-wrap {
    padding: 26px 20px;
  }

  /* Stats numbers slightly smaller */
  .dabpo-stats-bar .dabpo-counter .elementor-counter-number-wrapper {
    font-size: 38px;
  }

  /* Service nav: wrap pills */
  .dabpo-service-nav .elementor-column {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
  .dabpo-service-nav .elementor-button {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  /* Service page hero buttons stack on mobile */
  .dabpo-page-hero .elementor-column:first-child .elementor-widget-button {
    flex: 0 0 100% !important;
    margin-right: 0;
  }
}
