/* -------------------------
  Home section & title
   ------------------------- */
#services,
#services-2,
#pricing,
#about-us,
#contact-us,
#hero {
  scroll-margin-top: calc(var(--header-height) + 16px);
}

.hero-full-bleed {
  padding-top: 110px;
  position: relative;
  width: 100%;
  overflow: visible;
  background-image: url("/assets/images/full-shot-man-training-home.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  min-height: calc(100vh - var(--header-height));
}

.hero-full-bleed::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.hero-full-bleed .container {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 5;
}

.stats-bar {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 22px;
  padding: 40px 56px;
  margin: 48px auto 0 auto;
  max-width: 980px;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  gap: 36px;
  text-align: center;
  z-index: 6;
  position: relative;
  box-shadow: 0 18px 40px rgba(8, 12, 20, 0.32);
}

#hero .hero-content h2.display-5 {
  font-size: clamp(18px, 2.2vw, 28px);
  z-index: 6;
  position: relative;
}

#hero .hero-content h1.display-3 {
  font-size: clamp(34px, 6.2vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  z-index: 6;
  position: relative;
}

#hero .hero-content h3.display-5 {
  font-size: clamp(15px, 1.9vw, 20px);
  margin-bottom: 22px;
  font-weight: 500;
  z-index: 6;
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#hero .d-flex.flex-column.flex-sm-row {
  margin-bottom: 30px;
  z-index: 6;
  position: relative;
}

.stats-bar > div {
  flex: 1 1 0;
  min-width: 180px;
}

.stats-bar > div p {
  margin: 0 0 10px 0;
  font-size: clamp(28px, 4.6vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.stats-bar > div span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.4;
  max-width: 260px;
  margin: 0 auto;
}

#hero .btn.btn-light {
  position: relative;
  z-index: 6;
}

/* -------------------------
  Services section & title
   ------------------------- */
.services-section,
.services-section > .container {
  position: relative;
  z-index: 3;
}

.services-title-bar {
  width: 100%;
  background: #fff;
  padding: 24px 0;
  z-index: 3;
}

.services-title {
  color: #111;
  margin: 0;
}

.services-hero {
  width: 100%;
  background-image: url("/assets/images/young-woman-training-home-alone.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vh - 77px);
  position: relative;
  z-index: 1;
  overflow: visible;
}

.services-hero {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 56vh;
}

.services-hero--desktop {
  display: block;
  background-image: url("/assets/images/young-woman-training-home-alone-with-tags.svg");
}

.services-hero--mobile {
  display: none;
  background-image: url("/assets/images/young-woman-training-home-alone.jpg");
}

.feature-cards-wrapper {
  display: none;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

.feature-cards-wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  top: -460px;
  height: 220px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 6;
  display: block;
}

.feature-card {
  pointer-events: auto;
}

.feature-card {
  position: absolute;
  background: #fff;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(12, 20, 30, 0.12);
  width: 220px;
  min-height: 56px;
  z-index: 7;
  transform: none;
}

.feature-card--left {
  left: 0;
  top: 80px;
}

.feature-card--center {
  left: 70%;
  top: -120px;
  transform: translateX(-50%);
  width: 260px;
}

.feature-card--right {
  right: 0;
  top: 10px;
}

.feature-icon {
  height: 34px;
  width: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.feature-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* -------------------------
  Services2 section & title
   ------------------------- */
.services2__promo {
  height: min(64vh, 640px);
  max-height: 640px;
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  box-sizing: border-box;
}

.services2__promo .image-wrapper {
  width: 85%;
  height: 80%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.services2__promo .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}

.services2__tag {
  position: absolute;
  background: #fff;
  padding: 10px 35px;
  border-radius: 999px;
  font-weight: 700;
  z-index: 10;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(8, 12, 20, 0.08);
  pointer-events: none;
}

.services2__tag--tl {
  top: 0;
  transform: translate(-22%, 70%);
  left: 0;
}
.services2__tag--tr {
  top: 0;
  right: 0;
  transform: translate(18%, 180%);
}
.services2__tag--bl {
  bottom: 0;
  left: 0;
  transform: translate(1%, -130%);
}

/* Bowl centered horizontally at bottom of image-wrapper */
.services2__bowl {
  position: absolute;
  right: 0;
  transform: translateX(26%);
  bottom: -8%; /* slight overlap below bounding box */
  width: min(50%, 350px); /* fluid but capped */
  max-width: 350px;
  z-index: 20;
  pointer-events: none;
}

/* -------------------------
  Pricing section & title
   ------------------------- */
.pricing-box {
  background: transparent;
}

.pricing-box > .row {
  align-items: flex-start !important;
  overflow: visible;
}

.pricing-card {
  padding: 18px 24px;
  background: transparent;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 0.28s;
  z-index: 1;
}

.pricing-list li {
  padding: 8px 0;
  font-size: 15px;
  color: #6c6f75;
  display: flex;
  align-items: center;
}
.pricing-list li::before {
  content: "✔";
  color: #3ac36b;
  margin-right: 8px;
  font-weight: 700;
}

.pro-pricing {
  margin-top: -8px;
}

.pricing-card.active {
  padding-top: 44px;
  transform: translateY(-10%);
  background: #111 !important;
  color: #fff;
  border-radius: 26px;
  z-index: 30;
}

.pro-pricing .pricing-card.active {
  padding-top: 28px;
}

.badge-row {
  width: 100%;
  margin-bottom: 8px;
}
.most-popular {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(12, 20, 30, 0.12);
  line-height: 1;
}

.pricing-card.active p,
.pricing-card.active h5,
.pricing-card.active .price,
.pricing-card.active li {
  color: #fff !important;
}

.pricing-box > .row .pricing-card:hover {
  transform: translateY(-10%);
  padding-top: 44px;
  background: #111 !important;
  color: #fff !important;
  border-radius: 26px;
  z-index: 40 !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s,
    color 0.28s;
}

.pricing-box > .row .pricing-card:hover p,
.pricing-box > .row .pricing-card:hover h5,
.pricing-box > .row .pricing-card:hover .price,
.pricing-box > .row .pricing-card:hover li {
  color: #fff !important;
}

.pricing-box > .row:hover .pricing-card.active:not(:hover) {
  transform: none !important;
  padding-top: 18px !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
  z-index: 1 !important;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.pricing-box > .row .pricing-card.active:hover {
  transform: translateY(-10%) !important;
  z-index: 50 !important;
}

.pricing-box > .row:hover .pricing-card.active:not(:hover) {
  transform: none !important;
  padding-top: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 1 !important;
}

.pricing-box > .row:hover .pricing-card.active:not(:hover) p,
.pricing-box > .row:hover .pricing-card.active:not(:hover) h5,
.pricing-box > .row:hover .pricing-card.active:not(:hover) .price,
.pricing-box > .row:hover .pricing-card.active:not(:hover) li {
  color: #111 !important; 
}

.pricing-box
  > .row:hover
  .pricing-card.active:not(:hover)
  .pricing-list
  li::before {
  color: #3ac36b !important; /* keep green ticks */
}

.pricing-box > .row:hover .pricing-card.active:not(:hover) .btn {
  background: #fff !important;
  color: #111 !important;
  border: 0 !important;
}

/* -------------------------
  About Us section & title
   ------------------------- */
.about-us-section {
  background: transparent;
}
.about-cards {
  flex-direction: "row";
}
.about-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(12, 20, 30, 0.06);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.about-card h3 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.about-card p {
  margin: 0;
  color: #6c6f75;
}

/* -------------------------
  Contact Us section & title
   ------------------------- */
.contact-us-section {
  height: min(950vh, 870px);
}

.contact-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 28px 60px rgba(12, 20, 30, 0.06);
  overflow: visible;
  padding: 28px;
  max-height: 400px;
}

.contact-left h2 {
  line-height: 1.04;
  margin-bottom: 8px;
  color: #111;
}
.contact-left p {
  color: #7a7d82;
}

.promo-pill {
  background: #0b0b0b;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
  text-align: center;
  line-height: 1.15;
}

.contact-form-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 28px 60px rgba(12, 20, 30, 0.12);
  border: 1px solid rgba(12, 16, 20, 0.03);
  width: 100%;
  padding: 28px;
  box-sizing: border-box;
}

.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 18px 40px rgba(12, 20, 30, 0.06);
}
.stat-value {
  font-size: 26px;
  font-weight: 800;
}
.stat-label {
  font-size: 13px;
  color: #6c6f75;
}

.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #e8e9eb;
  padding: 10px 12px;
  background: #fff;
}

.contact-box > .row {
  align-items: flex-start;
}

/* -------------------------
Desktop viewport
------------------------- */
@media (min-width: 992px) {
}

/* -------------------------
Mobile viewport
------------------------- */
@media (max-width: 991.98px) {
  /* -------------------------
  Home section & title
   ------------------------- */
  .hero-full-bleed {
    align-items: flex-start !important;
    padding-top: 90px;
    padding-bottom: 28px;
    min-height: auto;
  }

  #hero .container,
  .hero-full-bleed .container {
    height: auto;
  }

  #hero .hero-content {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
  }

  #hero .btn.btn-light,
  .hero-full-bleed .btn.btn-light {
    width: 100%;
    display: inline-block;
    padding: 14px 18px;
    margin: 14px 0 8px 0;
    box-sizing: border-box;
  }

  .stats-bar,
  #hero .d-flex.bg-black {
    width: 100%;
    max-width: none;
    margin: 12px auto 0 auto;
    padding: 20px 18px;
    border-radius: 14px;
    display: flex !important;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 28px rgba(8, 12, 20, 0.22);
    position: relative;
  }

  .stats-bar > div,
  #hero .d-flex.bg-black > div {
    width: 100%;
    padding: 6px 0;
  }

  .stats-bar > div p,
  #hero .d-flex.bg-black > div p {
    font-size: clamp(26px, 6.8vw, 34px);
    margin: 0 0 8px 0;
    line-height: 1;
  }

  .stats-bar > div span,
  #hero .d-flex.bg-black > div span {
    display: block;
    max-width: 100%;
    padding: 0 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.45;
  }

  .hero-full-bleed::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.26) 0%,
      rgba(0, 0, 0, 0.3) 100%
    );
  }

  /* -------------------------
  Services section & title
   ------------------------- */
  .feature-cards-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: auto;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    pointer-events: auto;
    z-index: 4;
    background: transparent;
  }

  .feature-card {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(12, 20, 30, 0.08);
    transform: none;
    display: flex;
    align-items: center;
  }

  .feature-card-body {
    align-items: flex-start;
  }

  .feature-card-body strong {
    font-size: 16px;
    color: #111;
    display: block;
  }
  .feature-card-body p {
    margin: 0;
    font-size: 13px;
  }

  .feature-icon {
    height: 40px;
    width: 40px;
    margin-right: 12px;
  }

  .feature-card--left,
  .feature-card--center,
  .feature-card--right {
    left: auto;
    top: auto;
  }

  .services-hero {
    height: 350px;
    background-position: center top;
  }

  /* -------------------------
  Services2 section & title
   ------------------------- */
  .services-benifits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* -------------------------
  Pricing section & title
   ------------------------- */
  #pricing .pricing-box > .row {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    background-color: transparent !important;
  }

  #pricing .pricing-box > .row > [class*="col-"] {
    flex: 0 0 auto !important;
    width: 100%;
    max-width: none !important;
    padding: 0;
  }

  #pricing .pricing-card {
    width: 100% !important;
    min-height: 1px;
    margin: 0 !important;
    border-radius: 16px;
    background: #fff;
    transform: none !important;
    display: flex;
    flex-direction: column;
  }

  /* -------------------------
  About Us section & title
   ------------------------- */
  .about-cards {
    flex-direction: column;
  }

  /* -------------------------
  Contact Us section & title
   ------------------------- */
  .contact-us-section {
    height: unset !important;
  }

  .stat-chip {
    display: none;
  }

  .contact-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    max-height: unset;
  }

  .contact-left {
    padding: 24px;
    box-shadow: 0 28px 60px rgba(12, 20, 30, 0.12);
    border-radius: 16px;
  }
}
