.elementor-198 .elementor-element.elementor-element-9d3eaf7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-3px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-c255e67 *//* ── SECTION 1: HERO ── */
#abu-hero {
  padding-top: 68px;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#abu-hero img.abu-hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
#abu-hero::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(17,17,17,0.85) 45%, rgba(17,17,17,0.3) 100%);
}
.abu-hero__content {
  position: relative; z-index: 2;
  padding: 5rem;
  max-width: 620px;
}
.abu-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0.35rem 0.9rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 2rem;
  margin-bottom: 1.8rem;
}
.abu-hero__badge-dot {
  width: 8px; height: 8px;
  background: var(--red); border-radius: 50%;
  animation: abu-pulse 2.5s ease-in-out infinite;
}
@keyframes abu-pulse {
  0%,100%{opacity:1;transform:scale(1);}
  50%{opacity:0.5;transform:scale(0.7);}
}
.abu-hero__badge span {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(255,255,255,0.85); letter-spacing: 0.1em; text-transform: uppercase;
}
.abu-hero__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 52px; line-height: 1.12; color: #fff;
  margin-bottom: 1rem;
}
.abu-hero__heading em { font-style: italic; color: #ffa7a7; }
.abu-hero__tagline {
  font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
 
/* ── SECTION 2: FOUNDING STORY ── */
#abu-story {
  background: var(--white);
  padding: 7rem 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.abu-story__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.abu-story__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 36px; line-height: 1.2;
  color: var(--black); margin-bottom: 1.4rem;
}
.abu-story__heading em { font-style: italic; color: var(--red); }
.abu-story__body {
  font-size: 0.92rem; line-height: 1.82;
  color: var(--mid); margin-bottom: 1.1rem;
}
.abu-story__promise {
  background: var(--cream);
  border-left: 3px solid var(--red);
  border-radius: 0 10px 10px 0;
  padding: 1.2rem 1.4rem;
  margin-top: 1.8rem;
  font-size: 0.9rem; line-height: 1.72; color: var(--text);
}
.abu-story__promise strong { color: var(--black); font-weight: 700; }
 
/* Right column — image stack */
.abu-story__right { display: flex; flex-direction: column; gap: 1.2rem; }
 
.abu-story__img-main {
  border-radius: 14px; overflow: hidden;
  height: 280px; position: relative;
}
.abu-story__img-main img { height: 100%; object-fit: cover; }
 
.abu-story__experience {
  background: var(--black);
  border-radius: 14px; padding: 2rem;
  display: flex; align-items: center; gap: 1.5rem;
}
.abu-story__exp-num {
  font-family: 'DM Serif Display', serif;
  font-size: 3.5rem; line-height: 1; color: #fff; flex-shrink: 0;
}
.abu-story__exp-num span { color: #ffa7a7; }
.abu-story__exp-right {}
.abu-story__exp-label {
  font-size: 0.72rem; font-weight: 700;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 4px;
}
.abu-story__exp-sub {
  font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.5;
}
 
.abu-story__founders {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.abu-story__founder {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 1.2rem 1.4rem;
}
.abu-story__founder-role {
  font-size: 0.62rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 0.5rem;
}
.abu-story__founder-title {
  font-size: 0.85rem; font-weight: 700;
  color: var(--black); margin-bottom: 4px;
}
.abu-story__founder-tags { font-size: 0.72rem; color: var(--lt); line-height: 1.5; }
 
/* ── SECTION 3: CARE & COMPANIONSHIP ── */
#abu-care {
  background: var(--cream);
  padding: 7rem 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.abu-care__left {}
.abu-care__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.abu-care__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 36px; line-height: 1.2;
  color: var(--black); margin-bottom: 1.2rem;
}
.abu-care__heading em { font-style: italic; color: var(--red); }
.abu-care__body {
  font-size: 0.92rem; line-height: 1.82; color: var(--mid);
  margin-bottom: 2rem;
}
.abu-care__pillars { display: flex; flex-direction: column; gap: 1rem; }
.abu-care__pillar {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px; padding: 1.2rem 1.4rem;
  display: flex; gap: 1rem; align-items: flex-start;
  transition: box-shadow var(--ease);
}
.abu-care__pillar:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.07); }
.abu-care__pillar-icon {
  width: 38px; height: 38px;
  background: #fff0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.abu-care__pillar-icon svg { width: 17px; height: 17px; fill: var(--red); }
.abu-care__pillar-title {
  font-size: 0.85rem; font-weight: 700; color: var(--black); margin-bottom: 3px;
}
.abu-care__pillar-text { font-size: 0.78rem; line-height: 1.6; color: var(--mid); }
 
/* Right — image */
.abu-care__image {
  border-radius: 16px; overflow: hidden;
  height: 500px; position: relative;
}
.abu-care__image img { height: 100%; object-fit: cover; object-position: center top; }
.abu-care__image-badge {
  position: absolute; bottom: 1.5rem; left: 1.5rem;
  background: #fff; border-radius: 12px;
  padding: 1rem 1.4rem;
  box-shadow: 0 8px 28px rgba(0,0,0,0.14);
  display: flex; align-items: center; gap: 0.9rem;
}
.abu-care__image-badge-icon {
  width: 38px; height: 38px; background: #fff0f0;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.abu-care__image-badge-icon svg { width: 16px; height: 16px; fill: var(--red); }
.abu-care__image-badge-title { font-size: 0.82rem; font-weight: 700; color: var(--black); }
.abu-care__image-badge-sub { font-size: 0.68rem; color: var(--lt); }
 
/* ── SECTION 4: HOW CAN WE HELP ── */
#abu-help {
  background: var(--white);
  padding: 7rem 5rem;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}
.abu-help__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.abu-help__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 36px; line-height: 1.2;
  color: var(--black); margin-bottom: 1.4rem;
}
.abu-help__heading em { font-style: italic; color: var(--red); }
.abu-help__body {
  font-size: 0.92rem; line-height: 1.82;
  color: var(--mid); margin-bottom: 2rem;
}
.abu-help__cta {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 0.78rem 1.7rem;
  background: var(--black); color: #fff;
  font-size: 0.76rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 3rem; transition: background var(--ease);
}
.abu-help__cta:hover { background: var(--red); }
.abu-help__cta svg { width: 13px; height: 13px; }
 
.abu-help__services { display: flex; flex-direction: column; gap: 0.75rem; }
.abu-help__service {
  background: var(--cream); border: 1px solid var(--border);
  border-radius: 10px; padding: 1rem 1.3rem;
  display: flex; align-items: center; gap: 1rem;
  transition: background var(--ease), border-color var(--ease);
}
.abu-help__service:hover { background: #fff0f0; border-color: rgba(232,33,39,0.2); }
.abu-help__service-dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; flex-shrink: 0; }
.abu-help__service-text { font-size: 0.84rem; font-weight: 500; color: var(--black); }
 
/* ── SECTION 5: STATS ── */
#abu-stats {
  background: var(--black);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  overflow: hidden;
}
.abu-stats__image { position: relative; overflow: hidden; }
.abu-stats__image img { height: 100%; object-fit: cover; object-position: center; }
.abu-stats__image::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(17,17,17,0.4);
}
 
.abu-stats__content {
  padding: 5rem 4rem;
  display: flex; flex-direction: column; justify-content: center;
}
.abu-stats__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem;
}
.abu-stats__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 34px; line-height: 1.18; color: #fff;
  margin-bottom: 2.5rem;
}
.abu-stats__heading em { font-style: italic; color: #ffa7a7; }
 
.abu-stats__grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.abu-stats__card {
  background: #1a1a1a; border: 1px solid #2a2a2a;
  border-radius: 12px; padding: 1.8rem 1.4rem; text-align: center;
  animation: abu-fade-up 0.5s ease forwards;
  opacity: 0; transform: translateY(12px);
}
.abu-stats__card:nth-child(1){animation-delay:0.1s;}
.abu-stats__card:nth-child(2){animation-delay:0.2s;}
.abu-stats__card:nth-child(3){animation-delay:0.3s;}
.abu-stats__card:nth-child(4){animation-delay:0.4s;}
@keyframes abu-fade-up { to { opacity:1; transform:translateY(0); } }
.abu-stats__num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.6rem; line-height: 1; color: #fff;
  display: flex; align-items: flex-start; justify-content: center; gap: 2px;
}
.abu-stats__num-suffix {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem; font-weight: 700; color: #ffa7a7; margin-top: 4px;
}
.abu-stats__label {
  font-size: 0.68rem; font-weight: 600;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.7rem;
}
 
/* ── SECTION 6: CONTACT ── */
#abu-contact {
  background: var(--blush);
  padding: 6rem 5rem;
}
.abu-contact__header {
  text-align: center; margin-bottom: 3.5rem;
}
.abu-contact__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: var(--red); letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1rem;
}
.abu-contact__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 36px; line-height: 1.2; color: var(--black);
}
.abu-contact__heading em { font-style: italic; color: var(--red); }
.abu-contact__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem;
}
.abu-contact__card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; padding: 2rem 1.6rem;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.abu-contact__card-icon {
  width: 40px; height: 40px; background: #fff0f0; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.abu-contact__card-icon svg { width: 17px; height: 17px; fill: var(--red); }
.abu-contact__card-label {
  font-size: 0.65rem; font-weight: 700;
  color: var(--lt); letter-spacing: 0.1em; text-transform: uppercase;
}
.abu-contact__card-value {
  font-size: 0.88rem; font-weight: 600; color: var(--black); line-height: 1.5;
}
.abu-contact__card-value a { color: var(--black); transition: color var(--ease); }
.abu-contact__card-value a:hover { color: var(--red); }
 
/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .abu-hero__content{padding:3rem 2rem;}
  .abu-hero__heading{font-size:34px;}
  #abu-story{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem;}
  #abu-care{grid-template-columns:1fr;gap:3rem;padding:4rem 2rem;}
  .abu-care__image{height:300px;}
  #abu-help{grid-template-columns:1fr;gap:2.5rem;padding:4rem 2rem;}
  #abu-stats{grid-template-columns:1fr;}
  .abu-stats__image{height:300px;}
  .abu-stats__content{padding:3rem 2rem;}
  .abu-stats__grid{grid-template-columns:1fr 1fr;}
  #abu-contact{padding:4rem 2rem;}
  .abu-contact__grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .abu-hero__heading{font-size:28px;}
  .abu-story__founders{grid-template-columns:1fr;}
  .abu-stats__grid{grid-template-columns:1fr;}
  .abu-contact__grid{grid-template-columns:1fr;}
}/* End custom CSS */