:root{
  --anabm-navy:#102a43;
  --anabm-teal:#1f7a74;
  --anabm-sand:#f6f0e7;
  --anabm-warm:#c7964b;
  --anabm-charcoal:#1f2933;
  --anabm-muted:#66788a;
  --anabm-white:#ffffff;
  --anabm-border:#e7e1d7;
  --anabm-header-bg:#ffffff;
  --anabm-header-text:#102a43;
  --anabm-button-text:#102a43;
  --anabm-body-font:Inter,Arial,sans-serif;
  --anabm-heading-font:Inter,Arial,sans-serif;
}
*{box-sizing:border-box}
body.anabm-elementor-theme{margin:0;font-family:var(--anabm-body-font);color:var(--anabm-charcoal);background:#fff;line-height:1.6}
a{color:var(--anabm-teal);text-decoration:none}
a:hover{text-decoration:underline}
.anabm-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.anabm-site-header{background:var(--anabm-header-bg);border-bottom:1px solid var(--anabm-border);position:relative;z-index:20}
.anabm-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.anabm-site-title{font-family:var(--anabm-heading-font);font-weight:800;font-size:22px;color:var(--anabm-header-text);text-decoration:none}
.anabm-site-tagline{display:block;font-size:12px;color:var(--anabm-muted)}
.anabm-primary-nav ul,.anabm-footer-nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:wrap}
.anabm-primary-nav a{color:var(--anabm-header-text);font-weight:700;font-size:14px;text-decoration:none}
.anabm-primary-nav a:hover{color:var(--anabm-teal)}
.anabm-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px;flex-wrap:wrap}
.anabm-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border-radius:999px;background:var(--anabm-warm);color:var(--anabm-button-text);font-weight:800;font-size:14px;line-height:1;text-decoration:none;box-shadow:0 12px 28px rgba(16,42,67,.14);white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.anabm-header-cta:hover{background:var(--anabm-teal);color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 16px 34px rgba(16,42,67,.18)}
h1,h2,h3,h4,h5,h6,.elementor-heading-title{font-family:var(--anabm-heading-font)}

.anabm-content-wrap{padding:70px 0}.anabm-entry-content:after{content:"";display:table;clear:both}
.anabm-site-footer{background:var(--anabm-navy);color:#dce9f5;padding:34px 0;margin-top:0}.anabm-footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.anabm-footer-nav a{color:#dce9f5}
.anabm-placeholder-box{min-height:260px;border-radius:24px;border:2px dashed rgba(31,122,116,.38);background:linear-gradient(135deg,#f8f4ee,#e8f3f1);display:flex;align-items:center;justify-content:center;color:var(--anabm-teal);font-weight:800;text-align:center;padding:24px}.anabm-page-builder .anabm-entry-content{width:100%}
.elementor-widget-shortcode .anabm-availability-search,.anabm-availability-search{background:#fff;border:1px solid var(--anabm-border);box-shadow:0 18px 48px rgba(16,42,67,.12);border-radius:18px;padding:20px}
button,.button,.elementor-button,.wp-element-button{border-radius:999px}
@media(max-width:768px){.anabm-header-inner,.anabm-footer-inner{align-items:flex-start;flex-direction:column}.anabm-header-actions{align-items:flex-start;flex-direction:column;width:100%;gap:16px}.anabm-header-cta{width:100%;max-width:240px}.anabm-primary-nav ul{gap:14px}.anabm-container{width:min(100% - 28px,1180px)}}

/* Elementor container starter pages */
.elementor .anabm-home-hero,
.anabm-home-hero{
  position:relative;
  overflow:hidden;
}
.anabm-home-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(16,42,67,.58),rgba(16,42,67,.22) 46%,rgba(16,42,67,.05));
  pointer-events:none;
  z-index:0;
}
.anabm-home-hero > .e-con-inner,
.anabm-home-hero > .elementor-element,
.anabm-home-hero .anabm-hero-content-card{
  position:relative;
  z-index:1;
}
.anabm-hero-content-card{
  max-width:620px;
  border-radius:26px;
  box-shadow:0 28px 70px rgba(0,0,0,.24);
  backdrop-filter:blur(3px);
}
.anabm-hero-content-card h1,
.anabm-hero-content-card h2,
.anabm-hero-content-card p{
  color:#fff;
}
.anabm-hero-content-card h1{
  font-size:clamp(42px,6vw,72px);
  line-height:.98;
  letter-spacing:-.04em;
  margin:0 0 18px;
}
.anabm-hero-content-card p{
  font-size:18px;
  max-width:540px;
}
.anabm-hero-content-card .elementor-button{
  background:#c7964b;
  color:#102a43;
  font-weight:800;
}
.elementor-element.e-con{
  --container-default-padding-top:70px;
  --container-default-padding-right:20px;
  --container-default-padding-bottom:70px;
  --container-default-padding-left:20px;
}
@media(max-width:900px){
  .anabm-hero-content-card{max-width:100%;}
  .anabm-home-hero:before{background:linear-gradient(180deg,rgba(16,42,67,.66),rgba(16,42,67,.28));}
}


/* Homepage testimonials */
.anabm-testimonials-section .anabm-testimonials-intro h2,
.anabm-testimonials-section .anabm-testimonials-intro p{
  color:#102a43;
}
.anabm-testimonial-card{
  min-height:260px;
  justify-content:space-between;
}
.anabm-testimonial-quote{
  font-size:17px;
  line-height:1.7;
  color:#102a43;
  text-align:center;
  margin:0 0 22px;
}
.anabm-testimonial-card h4{
  margin:0 0 4px;
  color:#1f7a74;
  font-size:18px;
}
.anabm-testimonial-meta{
  text-align:center;
  color:#6b7280;
  font-size:14px;
  margin:0;
}

/* v1.0.14: Safe Elementor overflow guardrails
   Do not force .e-con or .e-con-inner widths here. Elementor must control
   boxed/full-width layout, margins and responsive container sizing. */
html,
body.anabm-elementor-theme{
  max-width:100%;
  overflow-x:clip;
}
@supports not (overflow-x: clip){
  html,
  body.anabm-elementor-theme{overflow-x:hidden;}
}
body.anabm-elementor-theme .anabm-entry-content,
body.anabm-elementor-theme .elementor,
body.anabm-elementor-theme .elementor-section-wrap{
  width:100%;
  min-width:0;
}
body.anabm-elementor-theme .elementor-widget-container,
body.anabm-elementor-theme .elementor-widget{
  min-width:0;
}
body.anabm-elementor-theme img,
body.anabm-elementor-theme video,
body.anabm-elementor-theme iframe,
body.anabm-elementor-theme .elementor img{
  max-width:100%;
  height:auto;
}
/* Keep only the theme-created hero full bleed. Normal Elementor containers remain editable. */
body.anabm-elementor-theme .anabm-home-hero,
body.anabm-elementor-theme .anabm-container-hero-overlay{
  max-width:100%;
}
body.anabm-elementor-theme .anabm-hero-content-card{
  max-width:620px;
  width:100%;
}
@media(max-width:1024px){
  body.anabm-elementor-theme .e-con{--gap:20px;}
}
@media(max-width:767px){
  body.anabm-elementor-theme .anabm-hero-content-card{padding:28px!important;}
}


/* v1.0.18: Homepage card row wrapping fix for Elementor Flexbox containers.
   Three-card rows need to account for container gaps; 33% + 32px gaps can force unwanted wrapping. */
body.anabm-elementor-theme .anabm-card-row-3{
  --anabm-card-gap:32px;
  gap:var(--anabm-card-gap)!important;
  align-items:stretch;
}
body.anabm-elementor-theme .anabm-card-row-3 > .e-con-inner{
  gap:var(--anabm-card-gap)!important;
  align-items:stretch;
}
body.anabm-elementor-theme .anabm-card-row-3 > .elementor-element,
body.anabm-elementor-theme .anabm-card-row-3 > .e-con-inner > .elementor-element{
  width:calc((100% - (var(--anabm-card-gap) * 2)) / 3)!important;
  flex:0 1 calc((100% - (var(--anabm-card-gap) * 2)) / 3)!important;
  min-width:0!important;
}
body.anabm-elementor-theme .anabm-card-row-2{
  --anabm-card-gap:32px;
  gap:var(--anabm-card-gap)!important;
  align-items:center;
}
body.anabm-elementor-theme .anabm-card-row-2 > .e-con-inner{
  gap:var(--anabm-card-gap)!important;
  align-items:center;
}
body.anabm-elementor-theme .anabm-card-row-2 > .elementor-element,
body.anabm-elementor-theme .anabm-card-row-2 > .e-con-inner > .elementor-element{
  width:calc((100% - var(--anabm-card-gap)) / 2)!important;
  flex:0 1 calc((100% - var(--anabm-card-gap)) / 2)!important;
  min-width:0!important;
}
body.anabm-elementor-theme .anabm-home-feature-card,
body.anabm-elementor-theme .anabm-testimonial-card{
  height:100%;
}
body.anabm-elementor-theme .anabm-home-feature-card img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:22px;
}
@media(max-width:1024px){
  body.anabm-elementor-theme .anabm-card-row-3 > .elementor-element,
  body.anabm-elementor-theme .anabm-card-row-3 > .e-con-inner > .elementor-element{
    width:calc((100% - var(--anabm-card-gap)) / 2)!important;
    flex-basis:calc((100% - var(--anabm-card-gap)) / 2)!important;
  }
}
@media(max-width:767px){
  body.anabm-elementor-theme .anabm-card-row-3 > .elementor-element,
  body.anabm-elementor-theme .anabm-card-row-3 > .e-con-inner > .elementor-element,
  body.anabm-elementor-theme .anabm-card-row-2 > .elementor-element,
  body.anabm-elementor-theme .anabm-card-row-2 > .e-con-inner > .elementor-element{
    width:100%!important;
    flex-basis:100%!important;
  }
}


/* v1.0.20: Forced homepage card-grid fix.
   Elementor flex containers can keep old inline width/flex-basis values after generated pages are rebuilt.
   These rules force the theme starter card rows into predictable desktop/tablet/mobile layouts. */
body.anabm-elementor-theme .anabm-home-feature-cards-section,
body.anabm-elementor-theme .anabm-testimonials-section{
  --anabm-home-card-gap:32px;
}

@media (min-width:1025px){
  body.anabm-elementor-theme .anabm-home-feature-cards-section,
  body.anabm-elementor-theme .anabm-home-feature-cards-section > .e-con-inner{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:var(--anabm-home-card-gap)!important;
  }
  body.anabm-elementor-theme .anabm-home-feature-cards-section > .elementor-element,
  body.anabm-elementor-theme .anabm-home-feature-cards-section > .e-con-inner > .elementor-element,
  body.anabm-elementor-theme .anabm-home-feature-cards-section .anabm-home-feature-card{
    --width:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    --flex-basis:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    width:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    max-width:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    flex:0 0 calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    min-width:0!important;
  }

  body.anabm-elementor-theme .anabm-testimonials-section,
  body.anabm-elementor-theme .anabm-testimonials-section > .e-con-inner{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:stretch!important;
    gap:var(--anabm-home-card-gap)!important;
  }
  body.anabm-elementor-theme .anabm-testimonials-section .anabm-testimonials-intro{
    --width:100%!important;
    --flex-basis:100%!important;
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }
  body.anabm-elementor-theme .anabm-testimonials-section .anabm-testimonial-card{
    --width:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    --flex-basis:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    width:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    max-width:calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    flex:0 0 calc((100% - (var(--anabm-home-card-gap) * 2)) / 3)!important;
    min-width:0!important;
  }
}

@media (min-width:768px) and (max-width:1024px){
  body.anabm-elementor-theme .anabm-home-feature-cards-section,
  body.anabm-elementor-theme .anabm-home-feature-cards-section > .e-con-inner,
  body.anabm-elementor-theme .anabm-testimonials-section,
  body.anabm-elementor-theme .anabm-testimonials-section > .e-con-inner{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    align-items:stretch!important;
    gap:24px!important;
  }
  body.anabm-elementor-theme .anabm-home-feature-cards-section .anabm-home-feature-card,
  body.anabm-elementor-theme .anabm-testimonials-section .anabm-testimonial-card{
    --width:calc((100% - 24px) / 2)!important;
    --flex-basis:calc((100% - 24px) / 2)!important;
    width:calc((100% - 24px) / 2)!important;
    max-width:calc((100% - 24px) / 2)!important;
    flex:0 0 calc((100% - 24px) / 2)!important;
    min-width:0!important;
  }
  body.anabm-elementor-theme .anabm-testimonials-section .anabm-testimonials-intro{
    --width:100%!important;
    --flex-basis:100%!important;
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }
}

@media (max-width:767px){
  body.anabm-elementor-theme .anabm-home-feature-cards-section,
  body.anabm-elementor-theme .anabm-home-feature-cards-section > .e-con-inner,
  body.anabm-elementor-theme .anabm-testimonials-section,
  body.anabm-elementor-theme .anabm-testimonials-section > .e-con-inner{
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    gap:22px!important;
  }
  body.anabm-elementor-theme .anabm-home-feature-cards-section .anabm-home-feature-card,
  body.anabm-elementor-theme .anabm-testimonials-section .anabm-testimonial-card,
  body.anabm-elementor-theme .anabm-testimonials-section .anabm-testimonials-intro{
    --width:100%!important;
    --flex-basis:100%!important;
    width:100%!important;
    max-width:100%!important;
    flex:0 0 100%!important;
  }
}
