/*!
Theme Name: voice4girls
Theme URI: http://underscores.me/
Author: Codes & Ideas
Author URI: https://codesandideas.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: voice4girls
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

voice4girls is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/* Alignments
--------------------------------------------- */
:root {
  --v4g-highlight: #FFECB8;
  --v4g-purple: #702c91;
  --v4g-dark-purple: #8e44ad;
  --v4g-yellow: #fbb901;
  --v4g-gold: #ffdd7c;
  --v4g-light-gold: #fff7e3;
  --v4g-cream: #fff9ea;
  --v4g-beige: #fff5da;
  --v4g-light-beige: #fff2d0;
  --v4g-red: #cc4165;
  --v4g-orange: #da643f;
  --v4g-coral: #e4734f;
  --v4g-white: #ffffff;
}

.text-purple {
  color: var(--v4g-purple) !important;
}

.text-dark-purple {
  color: var(--v4g-dark-purple) !important;
}

.text-yellow {
  color: var(--v4g-yellow) !important;
}

.text-gold {
  color: var(--v4g-gold) !important;
}

.text-red {
  color: var(--v4g-red) !important;
}

.text-orange {
  color: var(--v4g-orange) !important;
}

.text-coral {
  color: var(--v4g-coral) !important;
}

.text-white {
  color: var(--v4g-white) !important;
}

.bg-purple {
  background-color: var(--v4g-purple) !important;
}

.bg-dark-purple {
  background-color: var(--v4g-dark-purple) !important;
}

.bg-yellow {
  background-color: var(--v4g-yellow) !important;
}

.bg-gold {
  background-color: var(--v4g-gold) !important;
}

.bg-light-gold {
  background-color: var(--v4g-light-gold) !important;
}

.bg-cream {
  background-color: var(--v4g-cream) !important;
}

.bg-beige {
  background-color: var(--v4g-beige) !important;
}

.bg-light-beige {
  background-color: var(--v4g-light-beige) !important;
}

.bg-red {
  background-color: var(--v4g-red) !important;
}

.bg-orange {
  background-color: var(--v4g-orange) !important;
}

.bg-coral {
  background-color: var(--v4g-coral) !important;
}

.bg-white {
  background-color: var(--v4g-white) !important;
}

.bg-gradient-red-coral {
  background: linear-gradient(90deg, var(--v4g-red) 0%, var(--v4g-coral) 100%) !important;
}

.text-handwritten {
  font-family: "Figma Hand", cursive !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-normal {
  font-weight: 400 !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fs-small {
  font-size: 0.875rem !important;
}

.fs-smaller {
  font-size: 0.75rem !important;
}

.box-purple {
  background-color: var(--v4g-purple) !important;
  color: var(--v4g-white) !important;
}

.box-yellow {
  background-color: var(--v4g-yellow) !important;
  color: var(--v4g-purple) !important;
}

.box-gold {
  background-color: var(--v4g-gold) !important;
  color: var(--v4g-purple) !important;
}

.box-red {
  background-color: var(--v4g-red) !important;
  color: var(--v4g-white) !important;
}

.box-orange {
  background-color: var(--v4g-orange) !important;
  color: var(--v4g-white) !important;
}

.bg-highlight {
  background-color: var(--highlight-color, #ffe8a9);
}

.ff-majoris {
  font-family: "Majoris", sans-serif !important;
}

.ff-rubik {
  font-family: "Rubik", sans-serif !important;
}

.ff-epilogue {
  font-family: "Epilogue", sans-serif !important;
}

.ff-epilogue.fw-bold, strong.ff-epilogue {
  font-weight: 600 !important;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-padding-top: calc(var(--header-height, 3rem) + 5rem);
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  background: #fff7e3;
  overflow-x: clip;
}

.container {
  max-width: 1300px;
}

header {
  position: sticky;
  z-index: 999;
  top: 0;
  padding: 1rem 0;
  transition: all 0.3s ease;
}
header.scrolled {
  background: rgba(255, 249, 234, 0.9725490196);
  padding: 0.3rem;
}
header.scrolled img {
  max-height: 50px !important;
}
header .logo img {
  max-height: 76px;
  transition: all 0.3s ease;
}
header .cta {
  padding: 0.7rem 1.2rem;
  border-radius: 0.7rem;
  border: 2px solid #702c91;
  color: #702c91;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
header .cta:hover {
  background: #702c91;
  color: #fff;
}

.hero {
  background: url("https://voice-4.org/wp-content/uploads/2025/05/intro-bg.png") no-repeat center center #665422;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);
}
.hero .hero-content-wrapper {
  min-height: 690px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .girl-2 {
  position: absolute;
  bottom: 0;
  right: 0rem;
}
.hero .girl-1 {
  position: absolute;
  left: 3%;
  top: 41%;
  z-index: 1;
}

.intro {
  background: #fed155;
}
.intro .intro-wrapper {
  padding: 7rem 0;
}
.intro h1 {
  color: #702c91;
}
.intro h1 span {
  color: #cc4165;
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  padding: 0.625rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.button:focus,
.btn:focus {
  outline: 2px solid #fbb901;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(251, 185, 1, 0.3);
}
.button:active, .button.active,
.btn:active,
.btn.active {
  transform: translateY(1px);
  box-shadow: none;
}
.button:disabled, .button.disabled,
.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  cursor: not-allowed;
  pointer-events: none;
  background-color: #958d99;
  border-color: #958d99;
  color: #fff9e9;
}
.button.btn-md,
.btn.btn-md {
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
}
.button.btn-sm,
.btn.btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.button.btn-primary,
.btn.btn-primary {
  background-color: #702c91;
  color: #fff9e9;
  border-color: #702c91;
}
.button.btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #a360c3;
  border-color: #a360c3;
  color: #fff9e9;
}
.button.btn-primary:active, .button.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #53246a;
  border-color: #53246a;
  color: #fff9e9;
}
.button.btn-primary:disabled, .button.btn-primary.disabled,
.btn.btn-primary:disabled,
.btn.btn-primary.disabled {
  background-color: #958d99;
  border-color: #958d99;
  color: #fff9e9;
  opacity: 1;
}
.button.btn-primary-light,
.btn.btn-primary-light {
  background-color: #fff9e1;
  color: #702c91;
  border-color: #fff9e1;
}
.button.btn-primary-light:hover,
.btn.btn-primary-light:hover {
  background-color: #ffdb75;
  border-color: #ffdb75;
  color: #702c91;
}
.button.btn-primary-light:active, .button.btn-primary-light.active,
.btn.btn-primary-light:active,
.btn.btn-primary-light.active {
  background-color: #ffc216;
  border-color: #ffc216;
  color: #702c91;
}
.button.btn-primary-light:disabled, .button.btn-primary-light.disabled,
.btn.btn-primary-light:disabled,
.btn.btn-primary-light.disabled {
  background-color: #958d99;
  border-color: #958d99;
  color: #fff9e9;
  opacity: 1;
}
.button.btn-secondary-purple,
.btn.btn-secondary-purple {
  background-color: transparent;
  border: 2px solid #702c91;
  color: #702c91;
}
.button.btn-secondary-purple:hover,
.btn.btn-secondary-purple:hover {
  background-color: #a360c3;
  border-color: #a360c3;
  color: #fff9e9;
}
.button.btn-secondary-purple:active, .button.btn-secondary-purple.active,
.btn.btn-secondary-purple:active,
.btn.btn-secondary-purple.active {
  background-color: #a360c3;
  border-color: #53246a;
  color: #53246a;
}
.button.btn-secondary-purple:disabled, .button.btn-secondary-purple.disabled,
.btn.btn-secondary-purple:disabled,
.btn.btn-secondary-purple.disabled {
  background-color: #a360c3;
  border-color: #958d99;
  color: #958d99;
  opacity: 1;
}
.button.btn-secondary-pink,
.btn.btn-secondary-pink {
  background-color: transparent;
  border: 2px solid #cc4165;
  color: #cc4165;
}
.button.btn-secondary-pink:hover,
.btn.btn-secondary-pink:hover {
  background-color: #cc4165;
  border-color: #cc4165;
  color: #fff9e9;
}
.button.btn-secondary-pink:active, .button.btn-secondary-pink.active,
.btn.btn-secondary-pink:active,
.btn.btn-secondary-pink.active {
  background-color: #b0294b;
  border-color: #b0294b;
  color: #fff9e9;
}
.button.btn-secondary-pink:disabled, .button.btn-secondary-pink.disabled,
.btn.btn-secondary-pink:disabled,
.btn.btn-secondary-pink.disabled {
  background-color: transparent;
  border-color: rgb(230.9813278008, 165.5186721992, 182.4730290456);
  color: rgb(230.9813278008, 165.5186721992, 182.4730290456);
  opacity: 0.65;
}
.button.btn-secondary-light,
.btn.btn-secondary-light {
  background-color: transparent;
  border: 2px solid #fff9e1;
  color: #fff9e1;
}
.button.btn-secondary-light:hover,
.btn.btn-secondary-light:hover {
  background-color: #fff9e1;
  border-color: #fff9e1;
  color: #cc4165;
}
.button.btn-secondary-light:active, .button.btn-secondary-light.active,
.btn.btn-secondary-light:active,
.btn.btn-secondary-light.active {
  background-color: #702c91;
  border-color: #ffe29a;
  color: #ffe29a;
}
.button.btn-secondary-light:disabled, .button.btn-secondary-light.disabled,
.btn.btn-secondary-light:disabled,
.btn.btn-secondary-light.disabled {
  background-color: #702c91;
  border-color: #958d99;
  color: #958d99;
  opacity: 1;
}
.button.btn-tertiary-purple,
.btn.btn-tertiary-purple {
  background-color: transparent;
  color: #702c91;
  border-color: transparent;
  padding: 0.625rem 1.5rem;
}
.button.btn-tertiary-purple:hover,
.btn.btn-tertiary-purple:hover {
  color: #a360c3;
  background-color: transparent;
}
.button.btn-tertiary-purple:active, .button.btn-tertiary-purple.active,
.btn.btn-tertiary-purple:active,
.btn.btn-tertiary-purple.active {
  color: #53246a;
}
.button.btn-tertiary-purple:disabled, .button.btn-tertiary-purple.disabled,
.btn.btn-tertiary-purple:disabled,
.btn.btn-tertiary-purple.disabled {
  color: #958d99;
  background-color: transparent;
  opacity: 1;
}
.button.btn-tertiary-pink,
.btn.btn-tertiary-pink {
  background-color: transparent;
  color: #cc4165;
  border-color: transparent;
  padding: 0.625rem 1.5rem;
}
.button.btn-tertiary-pink:hover,
.btn.btn-tertiary-pink:hover {
  color: #b13757;
  background-color: transparent;
}
.button.btn-tertiary-pink:active, .button.btn-tertiary-pink.active,
.btn.btn-tertiary-pink:active,
.btn.btn-tertiary-pink.active {
  color: rgb(157.5452586207, 48.9547413793, 77.4375);
}
.button.btn-tertiary-pink:disabled, .button.btn-tertiary-pink.disabled,
.btn.btn-tertiary-pink:disabled,
.btn.btn-tertiary-pink.disabled {
  color: #958d99;
  background-color: transparent;
  opacity: 1;
}
.button.btn-tertiary-purple-alt,
.btn.btn-tertiary-purple-alt {
  background-color: transparent;
  color: #702c91;
  border-color: transparent;
  border-bottom: 2px solid transparent;
  padding: 0.625rem 1.5rem;
  padding-bottom: calc(0.625rem - 2px);
}
.button.btn-tertiary-purple-alt:hover,
.btn.btn-tertiary-purple-alt:hover {
  color: #a360c3;
  border-bottom-color: transparent;
  background-color: transparent;
}
.button.btn-tertiary-purple-alt:active, .button.btn-tertiary-purple-alt.active,
.btn.btn-tertiary-purple-alt:active,
.btn.btn-tertiary-purple-alt.active {
  color: #702c91;
  border-bottom-color: #cc4165;
}
.button.btn-tertiary-purple-alt:disabled, .button.btn-tertiary-purple-alt.disabled,
.btn.btn-tertiary-purple-alt:disabled,
.btn.btn-tertiary-purple-alt.disabled {
  color: #958d99;
  border-bottom-color: transparent;
  background-color: transparent;
  opacity: 1;
}
.button.btn-tertiary-yellow-alt,
.btn.btn-tertiary-yellow-alt {
  background-color: transparent;
  color: #fbb901;
  border-color: transparent;
  border-bottom: 2px solid transparent;
  padding: 0.625rem 1.5rem;
  padding-bottom: calc(0.625rem - 2px);
}
.button.btn-tertiary-yellow-alt:hover,
.btn.btn-tertiary-yellow-alt:hover {
  color: #fbb901;
  border-bottom-color: #fbb901;
  background-color: transparent;
}
.button.btn-tertiary-yellow-alt:active, .button.btn-tertiary-yellow-alt.active,
.btn.btn-tertiary-yellow-alt:active,
.btn.btn-tertiary-yellow-alt.active {
  color: #fbb901;
  border-bottom-color: #fbb901;
}
.button.btn-tertiary-yellow-alt:disabled, .button.btn-tertiary-yellow-alt.disabled,
.btn.btn-tertiary-yellow-alt:disabled,
.btn.btn-tertiary-yellow-alt.disabled {
  color: #958d99;
  border-bottom-color: transparent;
  background-color: transparent;
  opacity: 1;
}
.button.with-icon,
.btn.with-icon {
  gap: 8px;
}
.button.with-icon svg,
.button.with-icon img,
.btn.with-icon svg,
.btn.with-icon img {
  width: 1.25em;
  height: 1.25em;
}
.button.with-icon.icon-right,
.btn.with-icon.icon-right {
  flex-direction: row-reverse;
}
.button.full-width,
.btn.full-width {
  width: 100%;
}

.btn-outline-yellow {
  background-color: transparent;
  color: #FFF1D1;
  border: 2px solid #FFF1D1;
}
.btn-outline-yellow:hover {
  background-color: #FFF1D1;
  color: #cc4165 !important;
}

.btn-primary-custom {
  background-color: #e4734f;
  color: #fff;
  border: 2px solid #e4734f;
}
.btn-primary-custom:hover {
  background-color: rgb(224.6083743842, 97.4137931034, 56.8916256158);
  color: #fff;
}
.btn-primary-custom:active, .btn-primary-custom.active {
  background-color: rgb(221.2167487685, 79.8275862069, 34.7832512315);
  color: #fff;
}
.btn-primary-custom:disabled, .btn-primary-custom.disabled {
  background-color: rgb(241.5665024631, 185.3448275862, 167.4334975369);
  color: rgb(133.5172413793, 47.7931034483, 20.4827586207);
}

@media (max-width: 900px) {
  .button, .btn {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
  }
  .button.btn-md, .btn.btn-md {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
  .button.btn-sm, .btn.btn-sm {
    padding: 0.3rem 0.8rem;
    font-size: 0.8rem;
  }
}
/*
/*
Button Classes in this file:

.button
.btn
.btn-md
.btn-sm
.btn-primary
.btn-primary-light
.btn-secondary-purple
.btn-secondary-pink
.btn-secondary-light
.btn-tertiary-purple
.btn-tertiary-pink
.btn-tertiary-purple-alt
.btn-tertiary-yellow-alt
.with-icon
.icon-right
.full-width
*/
.cta-button-container {
  display: flex;
  align-items: center;
  gap: 15px;
}

.button-white {
  background-color: #fff9e1;
  color: #702c91;
  padding: 10px 30px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s ease;
  font-family: "Rubik", sans-serif;
}
.button-white:hover {
  background-color: #ffffff;
}

.handwritten-text {
  font-family: "Figma Hand", cursive;
  color: #fbb901;
  font-size: 24px;
  font-weight: 700;
}

.handwritten-arrow {
  font-family: "Figma Hand", cursive;
  color: #fbb901;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 50%;
}

.cta-illustration {
  position: relative;
}

.cta-person {
  position: relative;
  z-index: 2;
}
.cta-person img {
  max-height: 600px;
}

.cta-arrow-group {
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 1;
}

.arrow-elements {
  position: relative;
  width: 180px;
  height: 180px;
}

.arrow-line-1,
.arrow-line-2 {
  position: absolute;
  stroke: #fbb901;
  stroke-width: 2.5px;
}

.polygon-group {
  position: absolute;
  top: 0;
  left: 0;
}

.polygon-1,
.polygon-2 {
  position: absolute;
}

@media (max-width: 992px) {
  .cta-banner-wrapper {
    flex-direction: column;
  }
  .cta-content {
    margin-bottom: 40px;
    align-items: center;
    text-align: center;
  }
  .cta-content h2 {
    font-size: 42px;
  }
  .handwritten-arrow {
    display: none;
  }
  .cta-person img {
    max-height: 220px;
  }
  .cta-arrow-group {
    transform: scale(0.8);
  }
}
@media (max-width: 576px) {
  .cta-content h2 {
    font-size: 32px;
  }
  .button-white {
    font-size: 16px;
    padding: 8px 20px;
  }
  .handwritten-text {
    font-size: 18px;
  }
  .cta-person img {
    max-height: 180px;
  }
  .cta-arrow-group {
    transform: scale(0.6);
    top: -50px;
    right: -30px;
  }
}
.do-you-know {
  background-color: #702c91;
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.do-you-know .pattern-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.do-you-know .pattern-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 900px) {
  .do-you-know .pattern-1 {
    max-height: 70px;
  }
  .do-you-know .pattern-2 {
    max-height: 70px;
  }
}
.do-you-know .header {
  display: flex;
  margin-bottom: 1.875rem;
}
.do-you-know .header h2 {
  color: #fbb901;
  font-weight: 600;
  font-size: 1.875rem;
  margin: 0;
}
.do-you-know .question-text {
  color: #fbb901;
  font-size: 2rem;
  line-height: 1.375;
  text-align: center;
  max-width: 56.25rem;
  margin: 0 auto 1.875rem;
}
.do-you-know .progress-wrapper {
  max-width: 50.25rem;
  margin: 0 auto;
  position: relative;
}
.do-you-know .progress-container {
  width: 100%;
  height: 2.4375rem;
  background: #ffc523;
  border-radius: 1.22rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625rem;
  box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.do-you-know .progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #cc4165 0%, #e4734f 100%);
  border-radius: 1.22rem;
  position: relative;
  transition: width 1.5s ease-in-out;
  box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.2);
}
.do-you-know .progress-bar.animate {
  width: 35%;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.do-you-know .progress-bar::after {
  animation: pulse 2s infinite;
}
.do-you-know .progress-labels {
  display: flex;
  justify-content: space-between;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #fbb901;
  margin-top: 0.9375rem;
}
.do-you-know .answer-text {
  color: #fbb901;
  font-family: "Rubik", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.714;
  text-align: center;
  max-width: 50.75rem;
  margin: 1.875rem auto 0;
}

.site-footer {
  background: url("https://voice-4.org/wp-content/uploads/2025/05/footer-bg-1-e1746452045884.png") #ffdd7c;
  padding: 6rem 0 7rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.footer-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer-wrapper .footer-menu-column:last-child {
  flex: initial;
}

.footer-logo-section {
  flex: 0 0 20%;
}

.footer-logo img {
  max-width: 110px;
  height: auto;
}

.footer-tagline {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.footer-tagline .highlight {
  font-weight: bold;
  color: #8e44ad;
}

.footer-menu-section {
  flex: initial;
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.footer-menu-column {
  flex: initial;
}

.footer-menu-column h4 {
  color: #8e44ad;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.footer-menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu-column ul li {
  margin-bottom: 8px;
}

.footer-menu-column ul li a {
  color: #702c91;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-menu-column ul li a:hover {
  color: var(--v4g-red);
}

.footer-social {
  flex: 0 0 10%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 4rem;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #8e44ad;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #8e44ad;
  color: #fff;
}

.impact {
  padding: 80px 0;
  background: #fff9ea;
}
.impact .container {
  margin: 0 auto;
}
.impact .impact-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2.5rem;
  justify-content: center;
}
.impact .impact-header img {
  height: 42px;
  width: auto;
}
.impact .impact-header h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #702c91;
  margin: 0;
}
.impact .impact-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}
.impact .impact-stats .stat-box {
  flex: 1;
  padding: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.impact .impact-stats .stat-box.orange {
  background-color: #da643f;
}
.impact .impact-stats .stat-box .stat-number {
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.15em;
  text-align: center;
  color: #fef3c7;
  margin: 0;
}
.impact .impact-cards {
  display: flex;
  flex-direction: column;
}
.impact .impact-card {
  display: flex;
  align-items: center;
  width: 100%;
}
.impact .impact-card.pink {
  background-color: #cc4165;
  padding: 2.125rem 2rem;
  gap: 6.125rem;
  justify-content: space-between;
}
.impact .impact-card.yellow {
  background-color: #ffdd7c;
  padding: 2.125rem 3rem;
}
.impact .impact-card.gold {
  background-color: #fbb901;
  padding: 2.375rem 1rem;
  gap: 3.25rem;
  justify-content: space-between;
}
.impact .impact-card.orange {
  background-color: #da643f;
  padding: 2.375rem 1rem;
  gap: 3.25rem;
  justify-content: space-between;
}
.impact .impact-card.violet {
  background-color: #702c91;
  padding: 2.125rem 2rem;
  gap: 6.125rem;
  justify-content: space-between;
}
.impact .impact-card .plus-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.impact .impact-card .plus-icon img[src*="plus-vector-1.svg"], .impact .impact-card .plus-icon img[src*="plus-vector-2.svg"] {
  opacity: 0.62;
}
.impact .impact-card .plus-icon img[src*="plus-vector-3.svg"], .impact .impact-card .plus-icon img[src*="plus-vector-4.svg"] {
  opacity: 0.83;
}
.impact .impact-card .card-content {
  display: flex;
  align-items: center;
  gap: 2.625rem;
  flex: 1;
  justify-content: center;
}
.impact .impact-card .card-content .percentage {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  color: #ffc830;
  flex-shrink: 0;
  min-width: 140px;
}
.pink .impact .impact-card .card-content .percentage {
  color: #ffc830;
}
.yellow .impact .impact-card .card-content .percentage, .gold .impact .impact-card .card-content .percentage {
  font-size: 3.75rem;
  color: #702c91;
}
.impact .impact-card .card-content .description {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.333;
  text-transform: uppercase;
  margin: 0;
  color: #ffc830;
  max-width: 25rem;
  letter-spacing: 0.02em;
}
.pink .impact .impact-card .card-content .description {
  color: #ffc830;
}
.yellow .impact .impact-card .card-content .description, .gold .impact .impact-card .card-content .description {
  color: #702c91;
}
.impact .impact-card-with-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: stretch;
  width: 100%;
  overflow: hidden;
}
.impact .impact-card-with-image .impact-card {
  flex: 1;
  border-radius: 0;
}
.impact .impact-card-with-image .impact-image {
  position: relative;
  overflow: hidden;
}
.impact .impact-card-with-image .impact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1320px) {
  .impact .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .impact .impact-stats {
    flex-direction: column;
  }
  .impact .impact-stats .stat-box {
    width: 100%;
    padding: 2.5rem;
  }
  .impact .impact-card-with-image {
    flex-direction: column;
  }
  .impact .impact-card-with-image .impact-image {
    width: 100%;
    height: 300px;
  }
  .impact .impact-card.pink, .impact .impact-card.gold {
    padding: 1.875rem;
    gap: 1.875rem;
  }
  .impact .impact-card .card-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .impact .impact-card .card-content .percentage {
    font-size: 3.75rem;
  }
  .impact .impact-card .card-content .description {
    font-size: 1rem;
  }
}
.impact .impact-card-with-image .card-content {
  padding: 0rem 2rem;
}
@media (max-width: 576px) {
  .impact {
    padding: 2.5rem 0;
  }
  .impact .impact-header h2 {
    font-size: 1.5rem;
  }
  .impact .stat-box .stat-number {
    font-size: 2rem;
  }
  .impact .impact-card .plus-icon {
    display: none;
  }
  .impact .impact-card.pink, .impact .impact-card.gold {
    padding: 1.25rem;
  }
  .impact .impact-card .card-content .percentage {
    font-size: 3rem;
  }
  .impact .impact-card .card-content .description {
    font-size: 0.875rem;
  }
}

.approach .four-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-bottom: 2.5rem;
}

.partners-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.75rem;
  padding: 4.25rem 0 7.5rem;
  background: #fff9ea;
}
.partners-section .partners-heading h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  color: #702c91;
}
.partners-section .partners-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.375rem;
  width: 80%;
}
.partners-section .partners-carousel .swiper {
  width: 100%;
}
.partners-section .partners-carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .partners-section .partners-carousel .swiper-slide {
    height: initial !important;
  }
}
.partners-section .partners-carousel .swiper-slide .partner-logo {
  max-width: 12.5rem;
  max-height: 5rem;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.partners-section .partners-carousel .swiper-slide .partner-logo:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .partners-section .partners-carousel .swiper-slide .partner-logo {
    max-width: 8.75rem;
    width: 100%;
  }
}
.partners-section .carousel-nav.swiper-button-prev {
  position: static;
  margin-top: 1.25rem;
  width: 3rem;
  height: 3rem;
  background: #ffdd7c;
  border: none;
  border-radius: 4.9140625rem;
}
.partners-section .carousel-nav.swiper-button-prev::after {
  display: none;
}
.partners-section .carousel-nav.swiper-button-prev svg {
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(180deg);
}
.partners-section .carousel-nav.swiper-button-next {
  position: static;
  margin-top: 1.25rem;
  width: 3rem;
  height: 3rem;
  background: #ffdd7c;
  border: none;
  border-radius: 4.9140625rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.partners-section .carousel-nav.swiper-button-next::after {
  display: none;
}
.partners-section .carousel-nav.swiper-button-next:hover {
  background: #ffd45c;
}
.partners-section .carousel-nav.swiper-button-next svg {
  width: 1.5rem;
  height: 1.5rem;
}
.partners-section .partners-cta {
  display: flex;
  align-items: center;
  gap: 2.875rem;
}
.partners-section .partners-cta .btn {
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  line-height: 2.1em;
  padding: 0.625rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.partners-section .partners-cta .btn.btn-primary {
  background: #702c91;
  color: #fff9e9;
}
.partners-section .partners-cta .btn.btn-primary:hover {
  background: #5d2477;
}
.partners-section .partners-cta .btn.btn-outline {
  border: 2px solid #702c91;
  color: #702c91;
  font-weight: 500;
}
.partners-section .partners-cta .btn.btn-outline:hover {
  background: rgba(112, 44, 145, 0.1);
}

@media screen and (max-width: 1024px) {
  .partners-section .partners-carousel {
    padding: 2.5rem 1.875rem;
  }
  .partners-section .partners-carousel .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .partners-section .partners-carousel .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners-section .partners-cta {
    gap: 1.25rem;
  }
}
/* Social Media Section
--------------------------------------------- */
.social-media {
  overflow: hidden;
}
.social-media .social-media-content-wrapper {
  padding: 2rem;
  display: flex;
  justify-content: center;
}
.social-media .social-media__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
}
.social-media .instagram-section {
  background-color: #fff1ce;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
  height: 100%;
  /* Ensure full height */
}
.social-media .instagram-section .instagram-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  width: 100%;
}
.social-media .instagram-section .instagram-header .instagram-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.social-media .instagram-section .instagram-header .instagram-title .instagram-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(255, 234, 177, 0.84);
  border-radius: 2.89375rem;
  overflow: hidden;
}
.social-media .instagram-section .instagram-header .instagram-title .instagram-logo img {
  width: 1.5rem;
  height: auto;
  object-fit: contain;
}
.social-media .instagram-section .instagram-header .instagram-title span {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #702c91;
  margin-left: 0.25rem;
}
.social-media .instagram-section .instagram-header .instagram-handle {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #702c91;
}
.social-media .instagram-section .instagram-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  padding: 1rem;
  background-color: #e4734f;
  width: 100%;
  height: 30.875rem;
}
.social-media .instagram-section .instagram-gallery .instagram-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.social-media .instagram-section .instagram-gallery .instagram-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.social-media .instagram-section .instagram-gallery .instagram-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-media .newsletter-section {
  margin-top: 0;
  background-color: #e4734f;
  border-radius: 0;
  padding: 1.875rem 1.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-height: 10rem;
}
.social-media .newsletter-section .newsletter-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.social-media .newsletter-section .pattern {
  position: absolute;
  z-index: 1;
}
.social-media .newsletter-section .pattern.pattern-1 {
  top: 0;
  left: 0;
  opacity: 0.33;
}
.social-media .newsletter-section .pattern.pattern-2 {
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.social-media .newsletter-section .pattern.pattern-3 {
  top: 40%;
  left: 15%;
  z-index: 0;
}
.social-media .newsletter-section .pattern.pattern-4 {
  top: 15%;
  right: 10%;
  z-index: 2;
}
.social-media .newsletter-section .pattern.pattern-5 {
  bottom: 20%;
  left: 35%;
  z-index: 2;
}
.social-media .newsletter-section .newsletter-content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  min-width: 410px;
  text-align: center;
}
.social-media .newsletter-section .newsletter-content .newsletter-title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #fffaeb;
  margin: 0;
  margin-bottom: 0.75rem;
}
.social-media .newsletter-section .newsletter-content .flower {
  position: absolute;
  bottom: -100%;
  left: -10%;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group {
  display: flex;
  align-items: stretch;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper {
  flex: 1;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper .email-input {
  text-align: left;
  flex: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #702c91;
  background-color: #fff9e1;
  border: 1.6px solid #702c91;
  border-radius: 0.25rem 0 0 0.25rem;
  padding: 0.25rem 0.75rem;
  width: 100%;
  height: 2.625rem;
  box-sizing: border-box;
  line-height: 3em;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper .email-input::placeholder {
  color: #702c91;
  opacity: 0.7;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper .email-input:focus {
  outline: none;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group .button-wrapper .subscribe-btn {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #702c91;
  background-color: #fff9e1;
  border: 1.6px solid #702c91;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0.25rem 1.25rem;
  height: 2.625rem;
  cursor: pointer;
  line-height: 1;
  transition: all 0.3s ease;
}
.social-media .newsletter-section .newsletter-content .newsletter-form .form-group .button-wrapper .subscribe-btn:hover {
  background-color: #fffaeb;
}
@media (max-width: 768px) {
  .social-media .social-media__content {
    max-width: 100%;
  }
  .social-media .instagram-section .instagram-header {
    padding: 0.9375rem 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem;
  }
  .social-media .instagram-section .instagram-gallery {
    height: auto;
    min-height: 25rem;
  }
  .social-media .newsletter-section {
    padding: 2.5rem 1.25rem;
  }
  .social-media .newsletter-section .newsletter-content {
    width: 100%;
  }
  .social-media .newsletter-section .newsletter-content .newsletter-form {
    width: 70%;
    margin: 0 auto;
  }
  .social-media .newsletter-section .newsletter-content .newsletter-form .form-group {
    flex-direction: column;
    gap: 0.625rem;
  }
  .social-media .newsletter-section .newsletter-content .newsletter-form .form-group .input-wrapper .email-input,
  .social-media .newsletter-section .newsletter-content .newsletter-form .form-group .button-wrapper .subscribe-btn {
    width: 100%;
    border-radius: 0.25rem;
    border: 1.6px solid #702c91;
  }
}

/* Ecosystem Section Styles */
.ecosystem-section {
  background-color: #fff2d0;
  padding: 3.125rem 0 3.125rem;
  position: relative;
}

/* Title Styles */
.ecosystem-title {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 2.5rem;
  justify-content: center;
}

.v4-logo {
  width: 2.5rem;
  height: 2.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./images/ecosystem/v4-logo.png");
}

.ecosystem-title h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #702c91;
  margin: 0;
}

/* Four Cards Voice Section */
.four-cards-wrapper {
  display: flex;
  justify-content: center;
  padding: 8rem;
  background: #fff5de;
  position: relative;
}
.four-cards-wrapper .floating-image {
  position: absolute;
  z-index: 999 !important;
}
.four-cards-wrapper .four-cards-wrapper {
  position: relative;
}
.four-cards-wrapper .girl-image {
  top: -25.9375rem;
  /* -415px to rem */
  left: 0;
}
.four-cards-wrapper .floating-image-1 {
  top: 0;
  left: 0;
}
.four-cards-wrapper .floating-image-2 {
  top: -2rem;
  right: -3rem;
}
.four-cards-wrapper .floating-image-3 {
  bottom: 0;
  right: -2rem;
}

.four-cards {
  display: grid;
  max-width: 35rem;
  /* 560px to rem */
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8rem;
  row-gap: 6rem;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
}
.four-cards a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.four-cards a img {
  width: 100%;
  display: block;
  height: auto;
  transition: all 0.3s ease;
}
.four-cards a:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.voice-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.5rem;
  /* 200px to rem */
}

.voice-icon {
  width: 7.5rem;
  /* 120px to rem */
  height: 7.5rem;
  /* 120px to rem */
  background-color: #fbb901;
  margin-bottom: 0.9375rem;
  /* 15px to rem */
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.voice-icon:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.girls-icon:after {
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/ecosystem/icons/girls-icon.svg");
}

.women-icon:after {
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/ecosystem/icons/women-icon.svg");
}

.policy-icon:after {
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/ecosystem/icons/policy-icon.svg");
}

.innovation-icon:after {
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/ecosystem/icons/innovation-icon.svg");
}

.voice-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3125rem;
  /* 5px to rem */
}

.voice-title {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.voice-prefix {
  font-family: "Majoris", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  /* 30px to rem */
  line-height: 2.5em;
  color: #702c91;
  display: block;
}

.voice-name {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  /* 40px to rem */
  line-height: 1.17em;
  text-transform: uppercase;
  color: #702c91;
  display: block;
  margin-top: -0.9375rem;
  /* 15px to rem */
}

.voice-line {
  display: flex;
  width: 100%;
  height: 0.3125rem;
  /* 5px to rem */
  margin-top: 0.3125rem;
  /* 5px to rem */
}

.line-red {
  width: 70%;
  height: 100%;
  background-color: #cc4165;
}

.line-yellow {
  width: 30%;
  height: 100%;
  background-color: #fbb901;
}

/* Cards Container */
.ecosystem-cards {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  /* 36px to rem */
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5rem;
  /* 80px to rem */
}

/* Individual Card Styles */
.eco-card {
  position: relative;
  border-radius: 0.125rem;
  /* 2px to rem */
  flex: 1;
  min-width: 18.75rem;
  /* 300px to rem */
  max-width: 25rem;
  /* 400px to rem */
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
}

.boys-card {
  background: #da643f;
}

.her-voice-card {
  background: #d74871;
}

.oorja-card {
  background: #702c91;
}

/* Decorative Circles */
.eco-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 15rem;
  /* 240px to rem */
  height: 15rem;
  /* 240px to rem */
  z-index: 1;
}

.circle-outer,
.circle-inner {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.51);
  border-radius: 50%;
}

.circle-outer {
  width: 15rem;
  /* 240px to rem */
  height: 15rem;
  /* 240px to rem */
  top: 0;
  left: 0;
}

.circle-inner {
  width: 13.75rem;
  /* 220px to rem */
  height: 13.75rem;
  /* 220px to rem */
  top: 0.625rem;
  /* 10px to rem */
  left: 0.625rem;
  /* 10px to rem */
}

/* Content Styles */
.eco-content {
  margin-top: auto;
  padding: 0 1rem;
  /* 28px to rem */
  position: relative;
  z-index: 2;
}

.eco-text h3 {
  font-family: "Epilogue", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  /* 28px to rem */
  line-height: 1em;
  color: #fff2cf;
  margin: 0 0 1.25rem;
  /* 20px to rem */
}

.eco-text p {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  /* 18px to rem */
  line-height: 1.44em;
  color: #fff2cf;
  margin: 0 0 1.875rem;
  /* 30px to rem */
}

/* Button Styles */
.ecosystem-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  /* 40px to rem */
}

.btn {
  padding: 0.625rem 1.5rem;
  /* 10px 24px to rem */
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  /* 20px to rem */
  line-height: 2.1em;
  text-align: center;
  text-decoration: none;
  border-radius: 0.375rem;
  /* 6px to rem */
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #702c91;
  color: #fff9e9;
}

.btn-outline {
  background-color: transparent;
  color: #702c91;
  border: 2px solid #702c91;
  font-weight: 500;
}

/* Logo Ecosystem */
.ecosystem-logos {
  position: absolute;
  bottom: -6.25rem;
  /* -100px to rem */
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 5rem;
  /* 80px to rem */
  opacity: 0.15;
}

.eco-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eco-logo-icon {
  width: 3.75rem;
  /* 60px to rem */
  height: 3.75rem;
  /* 60px to rem */
  background-color: #fbb901;
  margin-bottom: 0.625rem;
  /* 10px to rem */
}

.eco-logo-title {
  display: flex;
  align-items: center;
}

.eco-logo-prefix {
  font-family: "Majoris", sans-serif;
  font-size: 1.875rem;
  /* 30px to rem */
  line-height: 2.5em;
  color: #702c91;
}

.eco-logo-name {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  /* 40px to rem */
  line-height: 1.17em;
  text-transform: uppercase;
  color: #702c91;
}

.eco-logo-vector {
  display: flex;
  gap: 0.3125rem;
  /* 5px to rem */
}

.eco-logo-vector::before,
.eco-logo-vector::after {
  content: "";
  height: 0.3125rem;
  /* 5px to rem */
  background-color: #cc4165;
}

.eco-logo-vector::before {
  width: 70%;
}

.eco-logo-vector::after {
  width: 30%;
  background-color: #fbb901;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .ecosystem-cards {
    gap: 1.875rem;
    /* 30px to rem */
  }
}
@media (max-width: 992px) {
  .ecosystem-cards {
    flex-direction: column;
    max-width: initial;
    /* 400px to rem */
    margin-left: auto;
    margin-right: auto;
  }
  .eco-card {
    width: 100%;
    height: 100%;
    max-width: initial;
  }
  .ecosystem-logos {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .ecosystem-buttons {
    flex-direction: column;
    gap: 1.25rem;
    /* 20px to rem */
  }
  .ecosystem-title h2 {
    font-size: 1.5rem;
    /* 24px to rem */
  }
  .eco-text h3 {
    font-size: 1.5rem;
    /* 24px to rem */
  }
  .eco-text p {
    font-size: 1rem;
    /* 16px to rem */
  }
}
.cta-banner {
  background: #702c91;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 0 12rem;
  position: relative;
  overflow: hidden;
}
.cta-banner .cta-person {
  bottom: -340px;
  left: 6%;
}
.cta-banner .cta-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-banner .speaker-1 {
  top: 10%;
  right: 0%;
}
.cta-banner .frill-1 {
  top: 10%;
  left: -40px;
}
.cta-banner .path-stroke {
  bottom: 1rem;
  right: 10%;
}
.cta-banner .slanting-clip {
  position: absolute;
  bottom: -1px;
  z-index: 2;
}

.secondary-nav {
  background: #702c91;
  color: white;
  position: sticky;
  top: var(--header-height);
  z-index: 99;
}
.secondary-nav a {
  padding: 0.9rem 1rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  color: #fff9e9;
  display: block;
}
.secondary-nav a:hover {
  color: #fbb901;
  border-bottom: 2px solid #fbb901;
}
.secondary-nav a.active {
  color: #fbb901;
  border-bottom: 2px solid #fbb901;
}
@media (max-width: 900px) {
  .secondary-nav ul {
    margin-bottom: 0;
  }
  .secondary-nav a {
    padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
  }
}

.breadcrumbs-nav {
  background: var(--bg);
  color: white;
  position: sticky;
  top: var(--header-height);
  z-index: 99;
}
.breadcrumbs-nav a {
  padding: 0.9rem 1rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  color: #fff9e9;
  display: block;
}
.breadcrumbs-nav a:hover {
  color: var(--hover-color);
  border-bottom: 2px solid var(--hover-color);
}
.breadcrumbs-nav a.active {
  color: var(--hover-color);
  font-weight: bold;
}
@media (max-width: 900px) {
  .breadcrumbs-nav ul {
    margin-bottom: 0;
  }
  .breadcrumbs-nav a {
    padding: 0.5rem 0.5rem;
    font-size: 0.8rem;
  }
  .breadcrumbs-nav .divider svg {
    width: 4px;
  }
}

.voice4girls-hero {
  background-color: #fff5da;
  padding: 10rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .voice4girls-hero {
    padding: 5rem 0;
  }
}
.voice4girls-hero::before, .voice4girls-hero::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.voice4girls-hero::before {
  background-image: url("images/voice4girls-template/bg-deco-1.svg");
  top: -20rem;
  left: -10rem;
  width: 50rem;
  height: 50rem;
}
.voice4girls-hero::after {
  background-image: url("images/voice4girls-template/bg-deco-2.svg");
  bottom: -20rem;
  right: -20rem;
  width: 50rem;
  height: 50rem;
  rotate: 45deg;
}
.voice4girls-hero .container {
  position: relative;
  z-index: 1;
}
.voice4girls-hero h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #cc4165;
  margin-bottom: 1rem;
}
.voice4girls-hero p {
  font-weight: 600;
  font-size: 3.625rem;
  color: #702c91;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .voice4girls-hero p {
    font-size: 2.5rem;
  }
}
.voice4girls-hero .hero-images {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  /* Adjust spacing between images */
  align-items: flex-end;
  /* Align images to the right */
}
@media (max-width: 900px) {
  .voice4girls-hero .hero-images {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
}
.voice4girls-hero .hero-images img {
  max-width: 80%;
  height: auto;
}

/* V4G Programmes Section */
.v4g-programmes {
  padding: 4rem 0;
  background-color: #fff9ea;
}
.v4g-programmes .section-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #702c91;
  margin-bottom: 2.5rem;
}
.v4g-programmes .programme-buttons {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  margin-bottom: 3rem;
  background: #f9e8ef;
}
@media (max-width: 900px) {
  .v4g-programmes .programme-buttons {
    gap: 0.5rem;
  }
}
.v4g-programmes .programme-buttons a {
  color: #702c91;
  padding: 1rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-bottom: 3px solid transparent;
  text-decoration: none;
}
.v4g-programmes .programme-buttons a:hover {
  border-bottom: 3px solid #cc4165;
}
.v4g-programmes .programme-buttons a.active {
  border-bottom: 3px solid #cc4165;
}
@media (max-width: 900px) {
  .v4g-programmes .programme-buttons a {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
.v4g-programmes .program-circles {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(var(--column-count, 4), 1fr);
  justify-content: center;
}
.v4g-programmes .program-circles > div {
  aspect-ratio: 1;
  transition: all 0.3s ease;
}
.v4g-programmes .program-circles > div:hover {
  transform: scale(1.05) rotate(2deg);
}
@media (max-width: 900px) {
  .v4g-programmes .program-circles {
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
    gap: 0rem;
  }
  .v4g-programmes .program-circles .programme-card {
    padding: 1rem;
  }
}
@media (max-width: 991.98px) {
  .v4g-programmes .programme-buttons .btn-outline-primary {
    width: 100%;
    max-width: 300px;
  }
  .v4g-programmes .col-md-4 .programme-card {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 900px) {
  .v4g-programmes .v4g-programmes {
    padding: 3rem 0;
  }
  .v4g-programmes .programme-card {
    min-height: initial;
  }
  .v4g-programmes .col-md-4:last-child .row .col-12:last-child .programme-card {
    margin-bottom: 0;
  }
}
.v4g-programmes .programme-card-img {
  cursor: pointer;
  width: 100%;
}

/* Her Voice Section Styles */
.ecosystem-section {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ecosystem-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ecosystem-content h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.ecosystem-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.documents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  margin-top: 3rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 900px) {
  .documents {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.document {
  position: relative;
  align-self: center;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.document a {
  text-decoration: none;
  color: var(--v4g-purple);
  font-size: 1.25rem;
  font-weight: 600;
}
.document a .document-item {
  aspect-ratio: 2/2.5;
  padding: 1rem 2rem;
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  isolation: isolate;
}
.document a .document-item div {
  justify-self: center;
  align-self: center;
}
.document a .document-item:hover .card-front, .document a .document-item:hover .card-back {
  transform: rotateY(180deg);
}
.document a .card-front {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffe59c;
  z-index: -2;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  backface-visibility: visible;
  clip-path: polygon(100% 0%, 0% 3.82%, 0% 92.01%, 100% 100%);
}
.document a .card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1rem;
  left: 1rem;
  background: var(--background-color, var(--v4g-purple));
  z-index: -3;
  text-align: left;
  backface-visibility: visible;
  clip-path: polygon(100% 0%, 0% 3.82%, 0% 92.01%, 100% 100%);
  transition: transform 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
}
.document .document-title {
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  max-width: 982px;
  margin: 0 auto;
  clip-path: polygon(0.05% 14.39%, 0.05% 87.64%, 99.95% 99.82%, 99.95% 0.18%);
}
.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}
.video-wrapper .play-button:hover {
  background-color: rgb(255, 255, 255);
}
.video-wrapper .play-button svg {
  width: 32px;
  height: 32px;
  fill: #000;
}

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