.elementor-164900 .elementor-element.elementor-element-f10012a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-164900 .elementor-element.elementor-element-fb2433f{width:100%;max-width:100%;}.elementor-164900 .elementor-element.elementor-element-451394b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-164900 .elementor-element.elementor-element-e1623a4{width:var( --container-widget-width, 101.902% );max-width:101.902%;--container-widget-width:101.902%;--container-widget-flex-grow:0;}.elementor-164900 .elementor-element.elementor-element-e1623a4.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-164900 .elementor-element.elementor-element-4ab9c10{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-164900 .elementor-element.elementor-element-1bd20ba{width:var( --container-widget-width, 102.029% );max-width:102.029%;--container-widget-width:102.029%;--container-widget-flex-grow:0;}.elementor-164900 .elementor-element.elementor-element-1bd20ba.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-fb2433f *//* HERO ALIGNMENT WITH PREMIUM PATH SECTION */

.abbdash-hero-premium {
  background:
    radial-gradient(circle at 12% 12%, rgba(160,24,24,0.06), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(15,107,61,0.07), transparent 32%),
    #ffffff;
}

.abbdash-hero-path-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 10%, rgba(244,196,48,0.18), transparent 34%),
    linear-gradient(135deg, #111111, #222222);
  color: #ffffff;
  border: 1px solid rgba(244,196,48,0.22);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.22),
    0 10px 24px rgba(0,0,0,0.12);
}

.abbdash-hero-path-kicker {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #f4c430;
}

.abbdash-hero-path-card h3 {
  margin: 0 0 22px;
  font-size: 32px;
  line-height: 1.05;
  font-weight: 950;
  color: #ffffff;
}

.abbdash-mini-path {
  display: grid;
  gap: 12px;
}

.abbdash-mini-path div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 15px;
  font-weight: 800;
  color: rgba(255,255,255,0.9);
}

.abbdash-mini-path span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f4c430;
  color: #111111;
  font-size: 12px;
  font-weight: 950;
}

@media (max-width: 900px) {
  .abbdash-hero-path-card {
    padding: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1623a4 *//* =========================================================
   PREMIUM PATH SECTION
========================================================= */

.abbdash-path-premium {
  padding: 90px 22px;
  background:
    radial-gradient(circle at 12% 12%, rgba(160,24,24,0.06), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(15,107,61,0.07), transparent 32%),
    #ffffff;
}

.abbdash-path-head {
  margin-bottom: 38px;
}

.abbdash-path-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

/* subtle connecting line */
.abbdash-path-flow::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 38px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(160,24,24,0.35),
    rgba(244,196,48,0.55),
    rgba(15,107,61,0.35)
  );
  z-index: 0;
}

.abbdash-path-item {
  position: relative;
  z-index: 1;
  min-height: 285px;
  padding: 28px 22px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.07),
    0 6px 16px rgba(0,0,0,0.04);

  transition: all 0.28s ease;
}

.abbdash-path-item:hover {
  transform: translateY(-7px);
  box-shadow:
    0 30px 75px rgba(0,0,0,0.14),
    0 10px 24px rgba(0,0,0,0.08);
}

.abbdash-path-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #111111;
  color: #f4c430;
  font-size: 13px;
  font-weight: 950;
  box-shadow:
    0 0 0 8px #ffffff,
    0 12px 26px rgba(0,0,0,0.16);
}

.abbdash-path-item h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 950;
  color: #111111;
  letter-spacing: -0.025em;
}

.abbdash-path-item p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

.abbdash-path-item a {
  font-size: 14px;
  font-weight: 950;
  color: #a01818;
  text-decoration: none !important;
}

.abbdash-path-item a:hover {
  color: #0f6b3d;
}

/* Make Step 1 dominant */
.abbdash-path-featured {
  background:
    radial-gradient(circle at 90% 10%, rgba(244,196,48,0.18), transparent 34%),
    linear-gradient(135deg, #111111, #222222);
  color: #ffffff;
  border-color: rgba(244,196,48,0.22);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.22),
    0 10px 24px rgba(0,0,0,0.12);
}

.abbdash-path-featured h3 {
  color: #ffffff;
}

.abbdash-path-featured p {
  color: rgba(255,255,255,0.82);
}

.abbdash-path-featured a {
  color: #f4c430;
}

.abbdash-path-featured a:hover {
  color: #ffffff;
}

.abbdash-path-featured span {
  background: #f4c430;
  color: #111111;
}

/* Tablet */
@media (max-width: 1200px) {
  .abbdash-path-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .abbdash-path-flow::before {
    display: none;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .abbdash-path-premium {
    padding: 70px 18px;
  }

  .abbdash-path-flow {
    grid-template-columns: 1fr;
  }

  .abbdash-path-item {
    min-height: auto;
    padding: 26px;
  }
}

/* =========================================================
   PREMIUM SCROLL BEHAVIOR + ANCHOR OFFSET
========================================================= */

html {
  scroll-behavior: smooth;
}

/* Prevent sticky header from covering Follow Path section */
#follow-path {
  scroll-margin-top: 110px;
}

/* Subtle highlight when user lands on Follow Path */
#follow-path:target .abbdash-path-head {
  animation: abbdashAnchorGlow 1.1s ease both;
}

@keyframes abbdashAnchorGlow {
  0% {
    opacity: 0.75;
    transform: translateY(14px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Respect accessibility settings */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #follow-path:target .abbdash-path-head {
    animation: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bd20ba *//* =========================================================
   FINAL CTA — PREMIUM CLEAN (MATCHES DASHBOARD)
========================================================= */

.abbdash-final {
  padding: 90px 22px;
  background:
    radial-gradient(circle at 85% 15%, rgba(244,196,48,0.10), transparent 35%),
    radial-gradient(circle at 15% 80%, rgba(15,107,61,0.08), transparent 40%),
    #f8f5ef;

  border-top: 1px solid rgba(0,0,0,0.06);
}

.abbdash-final-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;

  padding: 40px;
  border-radius: 30px;

  background: #ffffff;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.08),
    0 6px 16px rgba(0,0,0,0.04);

  border: 1px solid rgba(0,0,0,0.08);
}

/* LEFT TEXT */

.abbdash-final-box h2 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #111111;
}

.abbdash-final-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #4f4f4f;
  max-width: 540px;
}

/* BUTTON AREA */

.abbdash-final .abbdash-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

/* PRIMARY BUTTON */

.abbdash-final .abbdash-btn-primary {
  background: #111111;
  color: #ffffff !important;

  padding: 16px 26px;
  min-height: 52px;

  font-size: 15px;
  font-weight: 950;

  border-radius: 999px;

  box-shadow:
    0 14px 30px rgba(0,0,0,0.18),
    0 4px 10px rgba(0,0,0,0.10);

  transition: all 0.25s ease;
}

.abbdash-final .abbdash-btn-primary:hover {
  transform: translateY(-3px);
  background: #a01818;
  color: #ffffff !important;

  box-shadow:
    0 18px 40px rgba(160,24,24,0.28),
    0 6px 14px rgba(0,0,0,0.14);
}

/* SECONDARY BUTTON */

.abbdash-final .abbdash-btn-secondary {
  background: #ffffff;
  color: #111111 !important;

  padding: 14px 24px;

  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.14);

  font-size: 14px;
  font-weight: 900;

  transition: all 0.22s ease;
}

.abbdash-final .abbdash-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: #0f6b3d;
  color: #0f6b3d !important;
}

/* KICKER STYLE ALIGNMENT */

.abbdash-final .abbdash-kicker {
  margin-bottom: 12px;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .abbdash-final-box {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .abbdash-final .abbdash-buttons {
    align-items: stretch;
  }

  .abbdash-final .abbdash-btn-primary,
  .abbdash-final .abbdash-btn-secondary {
    width: 100%;
  }

  .abbdash-final-box h2 {
    font-size: clamp(30px, 8vw, 40px);
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   ABIBITUMI MEMBER START DASHBOARD
   Full Replacement CSS
========================================================= */

.abbdash-section {
  width: 100%;
  padding: 78px 22px;
  background: #ffffff;
  color: #151515;
  box-sizing: border-box;
}

.abbdash-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}

.abbdash-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a01818;
}

.abbdash-kicker::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 99px;
  background: #0f6b3d;
}

.abbdash-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.abbdash-head h2,
.abbdash-feature-grid h2,
.abbdash-final h2 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.045em;
  color: #111111;
  font-weight: 950;
}

.abbdash-head p,
.abbdash-feature-grid p,
.abbdash-final p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #4b4b4b;
}

/* HERO */

.abbdash-hero {
  padding-top: 92px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 85% 15%, rgba(15, 107, 61, 0.08), transparent 32%),
    radial-gradient(circle at 10% 20%, rgba(160, 24, 24, 0.07), transparent 34%),
    #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.abbdash-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 44px;
  align-items: center;
}

.abbdash-hero-copy h1 {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.065em;
  color: #101010;
  font-weight: 950;
}

.abbdash-hero-copy p {
  max-width: 680px;
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.72;
  color: #444444;
}

.abbdash-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.abbdash-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  transition: all 0.22s ease;
  border: 1px solid transparent;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
}

.abbdash-btn-primary {
  background: #111111;
  color: #ffffff !important;
}

.abbdash-btn-primary:hover {
  transform: translateY(-2px);
  background: #a01818;
  color: #ffffff !important;
}

.abbdash-btn-secondary {
  background: #ffffff;
  color: #111111 !important;
  border-color: rgba(0, 0, 0, 0.16);
  box-shadow: none;
}

.abbdash-btn-secondary:hover {
  transform: translateY(-2px);
  border-color: #0f6b3d;
  color: #0f6b3d !important;
}

.abbdash-hero-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(44, 44, 44, 0.94));
  color: #ffffff;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.abbdash-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(244, 196, 48, 0.22), transparent 36%),
    radial-gradient(circle at bottom left, rgba(15, 107, 61, 0.22), transparent 38%);
  pointer-events: none;
}

.abbdash-hero-card h3,
.abbdash-hero-card ol {
  position: relative;
  z-index: 2;
}

.abbdash-hero-card h3 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.1;
  color: #ffffff;
}

.abbdash-hero-card ol {
  margin: 0;
  padding-left: 22px;
}

.abbdash-hero-card li {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

/* STEPS */

.abbdash-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.abbdash-step {
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
  transition: all 0.22s ease;
}

.abbdash-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.11);
}

.abbdash-step span {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 950;
  color: #ffffff;
  background: #a01818;
  border-radius: 999px;
  padding: 7px 12px;
}

.abbdash-step h3,
.abbdash-card h3,
.abbdash-product-box h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15;
  color: #111111;
  font-weight: 950;
}

.abbdash-step p,
.abbdash-card p,
.abbdash-product-box p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: #555555;
}

.abbdash-step a,
.abbdash-card a {
  font-size: 15px;
  font-weight: 900;
  color: #a01818;
  text-decoration: none !important;
}

.abbdash-step a:hover,
.abbdash-card a:hover {
  color: #0f6b3d;
}

/* LIGHT BAND */

.abbdash-light {
  background: #f8f5ef;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.abbdash-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.abbdash-card {
  padding: 30px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
}

/* FOUNDATIONS FEATURE */

.abbdash-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 42px;
  align-items: center;
}

.abbdash-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 28px;
}

.abbdash-checklist li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.55;
  color: #333333;
  font-weight: 700;
}

.abbdash-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f6b3d;
  font-weight: 950;
}

.abbdash-product-box {
  padding: 34px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, #111111, #2b2b2b);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.abbdash-product-box h3 {
  color: #ffffff;
}

.abbdash-product-box p {
  color: rgba(255, 255, 255, 0.82);
}

.abbdash-product-box strong {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  color: #f4c430;
  word-break: break-word;
}

/* SHOP INTRO */

.abbdash-shop-intro {
  padding-bottom: 26px;
}

/* FINAL CTA */

.abbdash-final {
  background: #ffffff;
  padding-top: 42px;
}

.abbdash-final-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(15, 107, 61, 0.14), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(160, 24, 24, 0.12), transparent 34%),
    #f8f5ef;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .abbdash-section {
    padding: 58px 18px;
  }

  .abbdash-hero-grid,
  .abbdash-feature-grid,
  .abbdash-final-box {
    grid-template-columns: 1fr;
  }

  .abbdash-steps,
  .abbdash-grid-3 {
    grid-template-columns: 1fr;
  }

  .abbdash-hero-copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .abbdash-final-box {
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .abbdash-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .abbdash-btn {
    width: 100%;
  }

  .abbdash-hero-card,
  .abbdash-step,
  .abbdash-card,
  .abbdash-product-box {
    padding: 24px;
    border-radius: 22px;
  }
}/* End custom CSS */