:root {
  --card-width: 1192px;
  --card-height: 692px;
  --card-radius: 8px;
  --card-border: rgba(255, 255, 255, 0.5);
  --bg-back: rgba(110, 118, 174, 0.7); /* background (behind) */
  --bg-front: rgba(27, 35, 92, 0.7); /* front box */
  --offset: -8px; /* distance between bg and front */
  --yellow: #ffd455;
  --pink: #fb1d5a;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(180deg, #190057 0%, #3a256c 100%);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  position: relative;
  cursor: url("/Assets/main_coursor.png") 0 0, auto;
}

.main-container {
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  width: 100%;
}

.pink-blur,
.pink-stain {
  pointer-events: none; /* no click-blocking */
  position: absolute; /* tie them to viewport, not parents */
  top: 0;
  z-index: 0; /* stays behind header */
}

.pink-blur {
  background: rgba(255, 173, 169, 0.5);
  border-radius: 50%;
  filter: blur(clamp(30px, 6vw, 67px));
  height: clamp(145px, 15vw, 230px);
  left: 0; /* flush to the left edge */
  width: clamp(145px, 15vw, 230px);
}

.pink-stain {
  right: 0; /* flush to the right edge */
  width: clamp(130px, 24vw, 280px);
}

.header {
  align-items: center;
  backdrop-filter: blur(20px);
  background: linear-gradient(
    90deg,
    rgba(25, 0, 87, 0.7) 0%,
    rgba(64, 40, 121, 0.7) 50.48%,
    rgba(25, 0, 87, 0.7) 100%
  );
  border: 1px solid #7d68b3;
  border-radius: 90px;
  box-shadow: 0 0 40px 0 rgba(125, 104, 179, 0.2);
  display: flex;
  height: 116px;
  justify-content: space-between;
  margin: 0 auto 80px auto;
  max-width: 1320px;
  padding: 0 60px;
  position: sticky;
  top: 32px;
  width: 95%;
  z-index: 1000;
}

.logo {
  align-items: center;
  display: flex;
}

.nav {
  display: flex;
  gap: 48px;
}

.nav a {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
}

.nav a:hover {
  color: rgba(255, 173, 169, 1);
}
.nav a:focus {
  color: #fb1d5a;
}

.nav a.nav-active {
  color: var(--pink);
}

.services-section {
  margin: 0 92px;
}

.services-container {
  margin: 5.9375rem 0 3.75rem 0;
  max-width: 1440px;
  width: 100%;
}

.services-grid {
  max-width: 1200px;
}

.burger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

.mobile-menu {
  display: none;
}

.burger-icon {
  display: block;
}
.close-icon {
  display: none;
}

.services-header {
  color: #fff;
  font-family: Poppins;
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.services-grid {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  padding: 10px 0;
  position: relative;
  flex-wrap: wrap;
}

.services-bee {
  bottom: -229px;
  height: auto;
  position: absolute;
  right: -13%;
  transition: all 0.3s ease;
  width: 380px;
}
.services-bee-second {
  left: -156px;
  position: absolute;
  top: 0px;
  transform: scaleX(-1);
}
.pink-stain-dark-first {
  aspect-ratio: 1/1;
  background: rgba(251, 29, 90, 0.5);
  border-radius: 128px;
  filter: blur(56px);
  flex-shrink: 0;
  height: 200px;
  position: absolute;
  right: -128px;
  top: 0px;
  width: 200px;
}

.pink-stain-dark-second {
  aspect-ratio: 1/1;
  background: rgba(251, 29, 90, 0.5);
  border-radius: 128px;
  filter: blur(56px);
  flex-shrink: 0;
  height: 200px;
  position: absolute;
  right: -84px;
  top: -63px;
  width: 200px;
}

.pink-stain-light-first {
  aspect-ratio: 1/1;
  background: rgba(255, 173, 169, 0.5);
  border-radius: 163px;
  filter: blur(72.82608795166016px);
  flex-shrink: 0;
  height: 250px;
  left: -144px;
  position: absolute;
  top: 0px;
  width: 250px;
}
.pink-stain-light-second {
  aspect-ratio: 1/1;
  background: rgba(255, 173, 169, 0.5);
  border-radius: 163px;
  filter: blur(72.82608795166016px);
  flex-shrink: 0;
  height: 250px;
  left: -102px;
  position: absolute;
  top: -115px;
  width: 250px;
}
.service-card {
  align-items: center;
  background: #190057;
  border: 1px solid #9190af;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  height: 68px;
  justify-content: flex-start;
  line-height: 1.2;
  padding: 12px 20px; /* Consistent padding */
  text-align: left;
}

.service-card:nth-child(1) {
  width: 218px;
}
.service-card:nth-child(2) {
  width: 188px;
}
.service-card:nth-child(3) {
  width: 147px;
}
.service-card:nth-child(4) {
  width: 172px;
}
.service-card:nth-child(5) {
  width: 210px;
}
.service-card:nth-child(6) {
  width: 160px;
}
.service-card:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Row for many cards: horizontally scrollable if needed */
.services-cards-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 60px;
}

/* Wrapper that holds the stacked background + front */
/* ---------- STACK VIA GRID (keeps heights equal to content) ---------- */
.card-stack {
  box-sizing: border-box;
  display: grid; /* stack children into same cell */
  grid-template-areas: "stack";
  margin-bottom: 40px;
  position: relative; /* so transform overflow is visible if needed */
  width: var(--card-width);
}

.card-stack:last-of-type {
  margin: 0;
}
/* ensure both children occupy same grid cell */
.card-stack > .card-bg,
.card-stack > .card-front {
  align-self: stretch;
  box-sizing: border-box;
  grid-area: stack;
  justify-self: stretch;
}

/* BACKGROUND: same size as front, visually shifted with transform */
.card-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background: var(--bg-back);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  pointer-events: none; /* decorative only */
  /* DO NOT change layout size: let it match the front */
  transform: translate(var(--offset), var(--offset)); /* visual offset */
  transform-origin: 0 0;
  z-index: 1;
}

/* FRONT: defines the height by content (natural flow) */
.card-front {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background: var(--bg-front);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-sizing: border-box;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px;
  position: relative; /* keep it in normal flow, so it defines grid height */
  z-index: 2;
}

/* RIGHT-ALIGN variant: shift the bg left instead of right */
.card-stack--offset-right > .card-bg {
  transform: translate(calc(-1 * var(--offset)), var(--offset));
}

/* Optional: if you want a tiny outline to appear identical,
   ensure stroke/padding are consistent on both elements */
.card-bg,
.card-front {
  border-radius: var(--card-radius);
}

/* --- TYPOGRAPHY per Figma --- */

/* Header (32px below top of front box) */
.card-header {
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 40px; /* per Figma */
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

/* General text */
.card-intro,
.card-footer,
.card-subhead,
.card-list p {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 24px; /* per Figma: 24px */
  font-weight: 400;
  line-height: 34px; /* 141.667% */
  margin: 0;
}

.card-footer:empty {
  display: none;
}
/* Yellow "Our services include:" */
.card-subhead {
  color: var(--yellow);
  font-weight: 800;
  margin-top: 6px;
}

/* LIST styling */
.card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  /* keep the list from overflowing the card - it will stay inside the front box */
}

/* Each list row - bullet + text */
.card-list li {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}

/* Pink bullet (8x8 rounded) */
.bullet {
  background: var(--pink);
  border-radius: 10px;
  flex-shrink: 0;
  height: 8px;
  margin-top: 10px; /* visually align with the text's first baseline; adjust as needed */
  width: 8px;
}

/* List text: the small bolded label (white) plus the rest of the line (normal) */
.list-text {
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

/* Bolded small part of each point (Strategic Planning, etc.) */
.list-strong {
  display: inline-block;
  font-weight: 700;
}

.card-footer--pink {
  color: var(--pink);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 34px;
}

/* ------------- RIGHT-ALIGN variant ------------- 
   If you need the stacked pair to be aligned to the right side of a container
   and the offset to be "down-left" (instead of down-right), add the class
   .card-stack--offset-right to the wrapper. This toggles the absolute positions
   to use `right` instead of `left`. */
.card-stack--offset-right .card-bg {
  left: auto;
  right: 0;
}
.card-stack--offset-right .card-front {
  left: auto;
  right: var(--offset);
}

.social-impact {
  margin: 3.75rem 6rem;
}

.social-impact-header {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px; /* spacing before the card */
}

.social-impact-header .highlight-pink {
  color: var(--Pink, #fb1d5a);
}

/* Card adjustments */
.social-impact-card {
  height: 110px;
}

.social-impact-card .card-front {
  align-items: center;
  display: flex;
  height: auto; /* shrinks to content */
  justify-content: center;
  min-height: 108px;
  padding: 24px 32px;
  text-align: center;
}
.social-impact-card .card-bg {
  height: 108px;
}
.social-impact-text {
  color: var(--White, #fff);
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  text-align: left;
}

.social-impact-strong {
  font-weight: 900; /* bold only SOS Children */
}

/* ===============================
   FOOTER — DESKTOP BASE
   =============================== */
.footer {
  align-items: center;
  background: #020b4b;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  height: 132px;
  justify-content: center;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.footer-content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  padding: 0 80px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.footer-left {
  align-items: center;
  display: flex;
  gap: 20px;
}

.footer-logo {
  align-items: center;
  display: flex;
}

.footer-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-social {
  display: flex;
  gap: 40px;
}

.social-link {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  width: 40px;
}

.social-link:hover {
  opacity: 0.8;
}

.create-together {
  box-sizing: border-box;
  margin-left: 6rem;
  margin-top: 120px;
  max-width: 1440px;
  min-height: 400px;
  position: relative;
}

.create-content {
  max-width: 800px;
  text-align: left;
  z-index: 2;
}

.create-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.create-subtitle {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 16px;
}

.create-btn {
  align-items: center;
  background: #ffd455;
  border-radius: 8px;
  box-shadow: 0 0 28px 0 rgba(255, 212, 85, 0.2);
  color: #190057;
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  line-height: normal;
  margin-top: 40px;
  padding: 20px 40px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 236px;
  z-index: 3;
}

.btn:hover {
  background: rgba(255, 224, 134, 1);
}

.btn:active {
  background: rgba(255, 237, 185, 1);
}

.create-top-btn {
  align-items: center;
  background: rgba(27, 35, 92, 0.97);
  border-radius: 8px;
  bottom: 100px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 80px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 100px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 80px;
  z-index: 1000;
}

.create-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.create-top-btn:hover {
  transform: scale(1.05);
}

.create-bee {
  align-items: center;
  bottom: 30px;
  display: flex;
  flex-shrink: 0;
  height: 321px;
  justify-content: center;
  position: absolute;
  right: 90px;
  width: 387px;
  z-index: -1;
}

.create-bee .bee-img {
  max-height: 100%;
  max-width: 100%;
  opacity: 0.7;
}

.create-divider {
  background: linear-gradient(
    90deg,
    rgba(251, 29, 90, 0) 0%,
    #fb1d5a 50%,
    rgba(251, 29, 90, 0) 100%
  );
  height: 2px;
  margin: 0 auto 60px;
  opacity: 0.5;
  width: 100%;
}

.yellow-stain {
  bottom: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.yellow-stain img {
  height: auto;
  width: 100%;
}

.create-bee {
  bottom: -30%;
  position: absolute;
  right: 0;
  z-index: -1;
}

.create-bee img {
  height: auto;
  width: 100%;
}

.target {
  color: white;
  text-decoration: none;
  transition: filter 0.1s ease;
}

#Marketing {
  scroll-margin-top: 180px; /* Adjust this value to shift it lower (e.g., 100px) */
}

#Communication {
  scroll-margin-top: 180px;
}

#Branding {
  scroll-margin-top: 180px;
}

#Support {
  scroll-margin-top: 180px;
}

#WebDev {
  scroll-margin-top: 180px;
}

#Courses {
  scroll-margin-top: 180px;
}
.list-text {
    color: var(--white);
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
}

.list-text span[style*="font-weight: bold"],
.list-text span[style*="font-weight: 700"] {
    font-weight: 700 !important;
}

.list-strong {
    display: inline-block;
    font-weight: 700;
}