@charset "UTF-8";
/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.mobile-menu-toggle span {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  background-color: #702c91;
  margin: 0.25rem 0;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
  /* transform: rotate(45deg) translate(0.375rem, 0.375rem); */
}

.mobile-menu-toggle.active span:nth-child(2) {
  /* opacity: 0; */
}

.mobile-menu-toggle.active span:nth-child(3) {
  /* transform: rotate(-45deg) translate(0.375rem, -0.375rem); */
}

.mobile-menu-close {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1.5rem;
  border-bottom: 0.0625rem solid #f8f9fa;
}

.mobile-menu-close button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #702c91;
  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.2s ease;
}

.mobile-menu-close button:hover {
  color: #5a2177;
}

#mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1000;
  transition: left 0.3s ease;
  box-shadow: 0.125rem 0 1rem rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}

#mobile-nav.active {
  left: 0;
}

.mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

#mobile-nav .main-menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 1rem 0 2rem 0;
  margin: 0;
  list-style: none;
}

#mobile-nav .main-menu > li {
  width: 100%;
  padding: 0;
  border-bottom: 0.0625rem solid #f8f9fa;
}

#mobile-nav .main-menu > li:last-child {
  border-bottom: none;
}

#mobile-nav .main-menu a {
  display: block;
  padding: 1rem 1.5rem;
  color: #702c91;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

#mobile-nav .main-menu a:hover {
  background-color: #f8f9fa;
}

.menu-item {
  position: relative;
}

#mobile-nav .menu-item-has-children > a::after {
  content: "+";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 300;
  transition: transform 0.2s ease;
  background-image: none;
  width: auto;
  height: auto;
  z-index: 4;
}

#mobile-nav .menu-item-has-children.open > a::after {
  content: "−";
}

#mobile-nav .sub-menu {
  position: static;
  display: none;
  background-color: #f8f9fa;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  transform: none;
  min-width: auto;
}

#mobile-nav .menu-item-has-children.open > .sub-menu {
  display: block;
}

#mobile-nav .sub-menu li a {
  padding: 0.75rem 3rem;
  font-size: 0.9rem;
  color: #5a2177;
}

/* Mobile Header Styles */
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }
  .desktop-nav {
    display: none;
  }
  .donate-btn-desktop {
    display: none;
  }
  .mobile-donate-btn {
    display: block;
    margin-top: 1rem;
    text-align: center;
  }
  #mobile-nav .mobile-donate-btn a {
    display: inline-block;
    background-color: #702c91;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    text-decoration: none;
    font-weight: 600;
    margin: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
  .desktop-nav {
    display: block;
  }
  .donate-btn-desktop {
    display: block;
  }
  .mobile-donate-btn {
    display: none;
  }
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 3rem;
  }
  header .logo img {
    max-height: 50px;
  }
  :root, html {
    font-size: 13px;
  }
  .floating-image-3 {
    right: 0 !important;
  }
  .hero .hero-content-wrapper {
    min-height: initial;
    padding: 3rem 1rem;
  }
  .hero .girl-1 {
    width: 8rem;
    left: -1rem;
  }
  .hero .girl-1 img {
    width: 100%;
    height: auto;
  }
  .hero .girl-2 {
    width: 10rem;
    right: 0rem;
  }
  .hero .girl-2 img {
    width: 100%;
    height: auto;
  }
  .video-wrapper .play-button {
    width: 48px;
    height: 48px;
  }
  .floating-image-1,
  .floating-image-2,
  .floating-image-3 {
    display: none;
  }
  .floating-image.girl-image {
    top: -13rem;
  }
  .floating-image.girl-image img {
    height: 13rem;
    width: auto;
  }
  .four-cards-wrapper {
    padding: 2rem !important;
  }
  .four-cards {
    column-gap: 2rem !important;
    row-gap: 2rem !important;
  }
  .four-cards > div {
    padding: 1rem;
  }
  .ecosystem-section {
    padding: 2rem 0 4rem !important;
  }
  .container.full-width {
    padding: 0;
    margin: 0;
  }
  .ecosystem-cards {
    display: grid !important;
    grid-auto-flow: column;
    overflow: scroll;
    justify-content: flex-start;
    padding-inline: 1rem;
    grid-auto-columns: 80%;
    margin-bottom: 2rem !important;
  }
  .four-sections {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 2rem;
  }
  .impact .impact-card.yellow {
    background-color: #ffdd7c;
    padding: 1.5rem 2rem;
  }
  .impact .impact-card-with-image {
    display: flex;
  }
  .impact .impact-card-with-image .impact-image {
    height: initial;
    order: -1;
  }
  .impact-cards,
  .impact-stats {
    gap: 1rem;
  }
  .impact-stats {
    margin-bottom: 1rem;
  }
  .partners-section {
    padding: 4rem 0;
  }
  .social-media__content {
    grid-template-columns: 1fr !important;
  }
  .social-media .instagram-section .instagram-gallery {
    height: initial;
  }
  .social-media .social-media-content-wrapper {
    padding: 0;
  }
  .cta-content {
    flex-direction: column;
  }
  .cta-content img {
    max-width: 70%;
  }
  .speaker-1 {
    width: 70px;
    height: auto;
  }
  .cta-banner .path-stroke {
    width: 50px !important;
  }
  .cta-banner .frill-1 {
    width: 50px !important;
  }
  .cta-banner {
    padding: 4rem 0;
  }
  .newsletter-image img {
    width: 100%;
  }
  .social-media__content {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-logo-section {
    text-align: center;
  }
  .footer-menu-section {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }
  .footer-menu-section > div {
    width: 44%;
  }
  .extra-content-wrapper {
    padding: 3rem 1.5rem !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .extra-content > div {
    display: flex !important;
    flex-direction: column !important;
  }
  .extra-content h5 {
    font-size: 1.5rem !important;
    margin-bottom: 2rem !important;
    line-height: 1.4;
    font-weight: normal;
  }
  .extra-content h3 {
    font-size: 1.8rem !important;
  }
  .card-content {
    gap: 1rem !important;
  }
  .card-icon {
    width: 50px !important;
    height: 50px !important;
  }
  .card-icon img {
    width: 100%;
    height: 100%;
  }
  .card-text-content {
    gap: 2rem !important;
  }
  .card-footer {
    margin-top: auto !important;
  }
  .arrow-icon {
    width: 2rem !important;
  }
}

/*# sourceMappingURL=responsive.css.map */
