/* Highlight active nav link */

* {
  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;
}

.about-main {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
}

.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 {
  height: clamp(190px, 22vh, 310px);
  right: 0; /* flush to the right edge */
  width: clamp(130px, 20vw, 280px);
}

.pink-stain img {
  display: block;
  height: auto;
  width: 100%;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
}

.main-container {
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  width: 100%;
}

.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", sans-serif;
  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: #fb1d5a;
}

.burger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}

.mobile-menu {
  display: none;
}

.burger-icon {
  display: block;
}

.close-icon {
  display: none;
}

.about-hero {
  min-height: 500px; /* Enough for the single div and header */
  padding: 80px 120px 0 120px;
  position: relative;
}
.bee-img {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 418px;
  justify-content: center;
  padding: 0.001px 0 0 0.001px;
  position: absolute;
  right: 30px;
  top: 200px;
  width: 504px;
}

.bee-img-pink {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  left: -46%;
  position: absolute;
  top: 0;
  transform: scaleX(-1);
  width: 69%;
  z-index: 0;
}

.pink-blur-dark {
  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: -33px;
  top: -89px;
  width: 200px;
}

.pink-blur-light {
  aspect-ratio: 1/1;
  background: rgba(255, 173, 169, 0.5);
  border-radius: 163px;
  filter: blur(72.82608795166016px);
  flex-shrink: 0;
  height: 250px;
  left: -100px;
  position: absolute;
  top: -72px;
  width: 250px;
}

.bee-img-pink img {
  height: auto;
  transform: scaleX(-1);
  width: 100%;
}

.about-hero-container {
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

.about-hero-title {
  color: #fff;
  font-family: Poppins;
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 80px;
}

.about-us-wrapper {
  margin-bottom: clamp(32px, 6vw, 90px);
  min-height: 280px; /* ensures base size */
  position: relative;
  width: clamp(320px, 65vw, 945px);
}

.about-hero:nth-child(4) {
  margin-bottom: 60px;
}

.about-us-second {
  margin-left: 247px;
}

.about-us-bg {
  backdrop-filter: blur(17px);
  background: rgba(110, 118, 174, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  height: 100%; /* stretch with the content */
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; /* full width of wrapper */
  z-index: 0;
}

.about-us-bg-1,
.about-us-bg-2 {
  height: auto;
  min-height: 280px;
}

.about-us-box {
  align-items: flex-start;
  backdrop-filter: blur(17px);
  background: rgba(27, 35, 92, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  line-height: 34px;
  min-height: 280px;
  padding: 32px;
  position: relative; /* now inside normal flow */
  width: 100%;
  z-index: 1;
}

.about-us-box-1 {
  left: 8px;
  top: 8px;
}

.about-us-box-inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  width: 100%;
}

.about-us-box p {
  margin: 0;
  max-width: 860px;
  padding: 0;
  text-align: left;
}

.second-card-paragraph {
  line-height: 1.8;
}

.highlight {
  color: #fb1d5a;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

.about-us-bg,
.about-us-box {
  min-height: clamp(320px, 24vw, 405px);
}
/* Our Values Section */
.our-values {
  margin-bottom: 3.75rem;
  padding: 0 120px;
  position: relative;
}
.values-title {
  color: #fff;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.values-container {
  display: flex;

  gap: 40px;
}

.values-highlight {
  color: #ffd455;
}

.values-wrapper {
  height: 327px;
  margin-top: 40px;
  position: relative;
  width: 373px;
}

.pink-blur-light-small {
  aspect-ratio: 1/1;
  background: rgba(255, 173, 169, 0.5);
  border-radius: 97.5px;
  filter: blur(43.695648193359375px);
  flex-shrink: 0;
  height: 150px;
  position: absolute;
  right: -50px;
  top: -88px;
  width: 150px;
}

.values-bg {
  backdrop-filter: blur(20px);
  background: rgba(107, 113, 155, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  bottom: 8px;
  height: 327px;
  position: absolute;
  right: 8px;
  width: 373px;
}

.values-box {
  backdrop-filter: blur(20px);
  background: rgba(27, 35, 92, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  height: 327px;
  padding: 32px;
  width: 373px;
}

.value-item-title-lg {
  color: #fb1d5a;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
}

.value-item-desc {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  max-width: 309px;
}

/* ===============================
   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: 24px;
}

.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;
  width: 40px;
}

.create-together {
  box-sizing: border-box;
  max-width: 1440px;
  min-height: 320px;
  padding: 0 6.875rem;
  position: relative;
}

.create-content {
  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-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-second {
  bottom: -33%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  z-index: -20;
}

.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: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}

.create-bee img {
  height: auto;
  width: 100%;
}
