* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  height: 100vh;
  background: #f3edf5;
  color: #434242;
}

:root {
  --primary-purple: #832b91;
  --hover-bg: #f1e6f4;
}

.contact-page-link {
  color: #45474b !important;
}

.navbar-expand-lg .navbar-nav {
  gap: 0px;
  position: relative;
  left: -30px;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  height: 60px;
  margin-right: 10px;
}

.navbar-expand-lg .navbar-nav {
  justify-content: center;
  gap: 30px;
}

.navbar-nav .nav-link {
  color: #434242;
  padding: 10px 15px;
  font-size: 16px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-item.active .nav-link {
  background-color: var(--hover-bg);
  color: var(--primary-purple);
}

.text-lg-center {
  text-align: center;
}

.dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .dropdown-item {
  color: var(--primary-purple);
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--hover-bg);
}

.search-wrapper {
  position: relative;
}

.search-icon {
  font-size: 20px;
  color: var(--primary-purple);
  cursor: pointer;
  padding: 10px;
}

.search-box {
  position: absolute;
  top: -5px;
  right: 45px;
  width: 155px;
  display: none;
  background: white;
  border-radius: 4px;
}

.search-box input {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #773894;
  border-radius: 4px;
}

.navbar .form-control {
  border: 1px solid #773894 !important;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 0;
}

.evolve-logo {
  max-width: 80px;
  height: auto;
}

.home-heading {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.home-text {
  font-size: 14px;
  color: #fff;
}

.adipro-logo {
  max-width: 50%;
  height: auto;
}

.coat-logo {
  max-width: 30%;
  height: auto;
}

.w-26 {
  width: 26%;
}

.section {
  /*     background-image: url('../images/main-banner.jpg'); */
  background: #eeeeef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 20px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.banner-two {
  background-image: url("../images/main-banner-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section h2.evolve-heading {
  text-transform: uppercase;
  color: #773894;
  font-size: 32.3px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section h5.evolve-sub-heading {
  text-transform: uppercase;
  color: #1b1f24;
  font-size: 14.1px;
  font-weight: bold;
}

.section p.evolve-text {
  color: #737373;
  max-width: 800px;
  margin: 0 auto 3px auto;
  font-size: 15px;
}

.section .evolve-list-text li {
  color: #737373;
  max-width: 800px;
  margin: 0 auto 3px auto;
  font-size: 15px;
}

/* .section {
    height: 830px;
    } */

img.evolve-image {
  height: 830px;
  object-fit: cover;
  position: relative;
  /*left: -110px;*/
}

.display-flex {
  display: flex;
  align-items: center;
  padding: 0 205px 0 0px;
}

.btn-learn-more {
  display: inline-block;
  padding: 5px 35px;
  border: 2px solid #773894;
  background: #773894;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18.3px;
  transition: 0.3s;
}

.btn-learn-more:hover {
  border: 2px solid #773894;
  background: transparent;
  color: #773894;
}

.support-section {
  background-color: #f6f3f8;
}

.support-title {
  font-size: 26px;
  font-weight: 700;
  color: #832b91;
  text-transform: uppercase;
}

.support-title span {
  display: block;
  font-size: 26px;
  font-weight: 700;
}

.support-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-top: 15px;
}

.support-card {
  background-color: #77389426;
  border-radius: 15px;
  transition: 0.3s;
}

.support-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.support-card .icon i {
  font-size: 2rem;
  color: #832b91;
}

.support-card-title {
  font-weight: 700;
  font-size: 18px;
  color: #773894;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.support-card-text {
  font-size: 15px;
  color: #737373;
}

.support-btn {
  min-width: 80%;
}

.icon-img {
  width: 80px;
}

.partners-section {
  padding: 60px 15px;
  background: #f4f0f6;
  /* light purple background */
  position: relative;
  text-align: center;
}

.partners-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #773894;
  margin-bottom: 40px;
}

.partner-logo {
  max-height: 80px;
  margin: 20px auto;
  transition: transform 0.3s ease;
}

.partner-logo-square {
  transition: transform 0.3s ease;
}

.gap-30 {
  gap: 30px 0;
}

.partner-logo:hover,
.partner-logo-square:hover {
  transform: scale(1.05);
}

.position {
  position: relative;
  top: -15px;
}

.partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-member {
  margin-bottom: 3rem;
  /*     width: 25%; */
}

.avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: auto;
}

.team-name {
  font-size: 16px;
  /* font-weight: 500; */
  color: #000;
  margin: 0;
}

.our-board-section {
  margin-bottom: 3rem;
  width: 26%;
}

.contact-section {
  background-image: url("../images/contact.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-list span {
  font-size: 16px;
}

form.search-form {
  display: none;
}

/*.pt-150 {*/
/* padding-top: 150px;*/
/*}*/
.w-70 {
  overflow: hidden;
}

.partner-logo {
  max-height: 80px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.05);
}

.banner-two {
  min-height: 100vh;
}

#height-100vh {
  height: 100vh;
}

#height-100vh-contact {
  height: 120vh;
  display: flex;
  align-items: center;
}

#partner-section {
  height: 100vh;
}

.search-page .page-title {
  text-transform: uppercase;
  color: #773894;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 10px;
}

.search-page h2 {
  margin-bottom: 0;
}

.search-page .entry-summary {
  display: none;
}

.search-page .post-edit-link {
  color: #773894;
  font-size: 16px;
  text-decoration: none;
}

.search-page h2.entry-title a {
  font-size: 25px;
  font-weight: bold;
  color: #545454;
  text-decoration: underline;
}

.search-page article {
  margin-bottom: 10px;
}

.evolve-contact-heading {
  text-transform: uppercase;
  color: #773894;
  font-size: 32.3px;
  font-weight: bold;
}

.contact-evolve {
  padding: 50px 30px;
  background: white;
  border-radius: 14px;
  box-shadow: 0px 1px 1px 2px #0000000f;
}

.contact-evolve
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  height: 50px;
  padding: 10px 20px;
  border-radius: 50px;
  border: solid 1px #ccc;
  width: 100%;
}

.contact-evolve textarea.wpcf7-form-control.wpcf7-textarea {
  height: 150px;
  padding: 10px 20px;
  border-radius: 10px;
  border: solid 1px #ccc;
  width: 100%;
}

.our_philosophy_crd {
  text-align: center;
  padding: 20px 30px;
  background: #ccc;
  border-radius: 20px;
  height: 100%;
}
.our_philosophy_crd h5 {
  font-weight: 600;
}
.philosophy_crd_icon {
  /*     background-color: #773894; */
  border-radius: 50%;
  width: fit-content;
  /*     padding: 19px; */
  margin: 0 auto;
}
.philosophy_crd_icon img {
  width: 100px;
  height: 100px;
}
.team-volunteers p {
  padding-top: 10px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
/*  */
.team-section {
  background: #f5f5f7;
  padding: 100px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  text-align: center;
}

.team-card {
  position: relative;
  transition: 0.3s ease;
}

.image-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
}

/* Background Circle */
.circle-bg {
  width: 200px;
  height: 200px;
  background: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* Person Image */
.image-wrapper img {
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-25px); /* This pushes head outside */
}

/* Name */
.team-card h3 {
  font-size: 18px;
  color: #723894;
  margin-bottom: 5px;
}

.role {
  font-style: italic;
  color: #666;
  margin-bottom: 8px;
}

.profile-link {
  text-decoration: none;
  color: #444;
  font-size: 14px;
  transition: 0.3s;
}

.profile-link:hover {
  color: #723894;
}

/* Subtle hover */
.team-card:hover img {
  transform: translateY(-30px) scale(1.03);
}
/* ================================Registration Form============================= */
.page-template-registration-form .navbar ,.page-template-registration-form footer{
  display: none;
}
.evolve-section {
  background: #fff;
  /* padding: 20px 0; */
  border-bottom: 2px solid rgb(115, 115, 115);
}

.evolve-container {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1200px; */
  margin: auto;
}

/* LEFT SIDE */
.evolve-left {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  /* background: #f3f3f3; */
  justify-content: center;
}

.evolve-logo-link {
  display: inline-block;
}

.evolve-logo {
  width: 80px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.evolve-logo:hover {
  transform: scale(1.05);
}

.evolve-text h1 {
  color: #773894;
  margin: 0;
  /* font-size: 24px; */
  font-weight: 700;
}

.evolve-text p {
  margin: 0;
  /* font-size: 14px; */
  color: #773894;
}

/* RIGHT SIDE */
.evolve-right img {
  width: 100%;
  /* max-width: 700px; */
  height: auto;
  object-fit: cover;
}
.register_form_section {
  background: #fff;
  padding-bottom: 80px;
}
.register_form_section fieldset {
  /* display: none; */
}
.evolve-form {
  /* max-width: 780px; */
  margin: 0 auto;
  /* font-family: 'Arial', sans-serif; */
  color: #333;
  padding-top: 50px;
}
.evolve-form label {
  font-size: 18px;
  color: #737373;
}

/* Title */
.evolve-form .title {
  color: #773894;
  /* font-size: 18px; */
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.evolve-form .subtitle {
  /* font-size: 13px; */
  color: #737373;
  margin-bottom: 20px;
}

/* Labels */
.evolve-form .section-label {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px 0;
  display: block;
}

.section-label.light {
  font-weight: 600;
  color: #737373;
  margin-bottom: 0;
}

/* Rows */
.evolve-form .row {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.field {
  flex: 1;
}

/* Inputs */
.evolve-form input,
.evolve-form select,
.evolve-form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #737373;
  border-radius: 3px;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
}
.evolve-form input[type="checkbox"] {
  width: auto;
  transform: scale(1.5);
  margin-right: 15px;
}

.evolve-form textarea {
  height: 110px;
  resize: none;
}

/* Checkbox layout */
.checkbox-row .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  margin-bottom: 20px;
}

.two-col-checkbox p {
  width: 100%;
}

.two-col-checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
}

.checkbox-row .wpcf7-list-item {
  margin: 0;
  margin-right: 18px;
}

.checkbox-row label {
  font-size: 18px;
  color: #737373;
}

/* Divider */
.evolve-form hr {
  border: none;
  border-top: 1px solid #737373;
  margin: 20px 0;
}

/* Consent */
.consent {
  margin-top: 10px;
}

.consent label {
  font-size: 20px;
  color: #666;
}

/* Submit */
.submit-wrap {
  text-align: center;
  margin-top: 25px;
}

.evolve-form input[type="submit"] {
  background: #6b2c91;
  color: #fff;
  padding: 12px 28px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
  width: fit-content;
}

.evolve-form input[type="submit"]:hover {
  background: #5a237a;
}

/* new form css */
/* Move CF7 response message to bottom of form */
.wpcf7 {
  display: flex;
  flex-direction: column;
}

.wpcf7-response-output {
  order: 99; /* Push to end */
  margin: 20px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 5px !important;
  font-size: 16px;
  text-align: center;
}

/* Success state */
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #4CAF50 !important;
  background-color: #f0fff0;
  color: #2e7d32;
}

/* Error state */
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-error {
  border: 2px solid #e53935 !important;
  background-color: #fff0f0;
  color: #c62828;
}
/* Inline field validation errors */
.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.wpcf7-not-valid input,
.wpcf7-not-valid select,
.wpcf7-not-valid textarea {
  border-color: #e53935 !important;
}
/* ── CF7 Response Message Fix ── */
.wpcf7 {
  display: flex;
  flex-direction: column;
}
.wpcf7-response-output {
  order: 99;
  margin: 20px 0 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 5px !important;
  font-size: 16px;
  text-align: center;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 2px solid #4CAF50 !important;
  background-color: #f0fff0;
  color: #2e7d32;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-error {
  border: 2px solid #e53935 !important;
  background-color: #fff0f0;
  color: #c62828;
}

/* ── CF7 Inline Field Errors ── */
.wpcf7-not-valid-tip {
  color: #e53935;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}
.wpcf7-not-valid input,
.wpcf7-not-valid select,
.wpcf7-not-valid textarea {
  border-color: #e53935 !important;
}
/*  */
/* Responsive */
/* @media (max-width:1919px) {
    position: relative;
    left: 0px;
    } */

.csr_our_brd_section {
  padding-bottom: 0;
}

/* =======================
    EDUCATION HERO SLIDE
    ======================= */
/*.education-slider {*/
/* background: #f9f6fc;*/
/* padding: 80px 0;*/
/*}*/

.text-purple {
  color: #773894;
  font-size: clamp(1.75rem, 1.3586rem + 1.7895vw, 2.8125rem);
  line-height: 1.1;
  font-weight: 400;
}

.text-grey {
  color: #434242;
}

.slider-education-img {
  /*border-radius: 10px;*/
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
  width: 100%;
}

.vision-section img {
  width: 90%;
}
.highlight_btn_cont {
  display: flex;
  justify-content: center;
  gap: 150px;
}
.highlight_btn_cont a {
  display: block;
}

.top-banner {
  background-color: #737373;
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
}

.icon-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 20px 0;
}

.icon-circle {
  background-color: #773894;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 28px;
  margin-bottom: 8px;
}

.icon-item {
  text-align: center;
  color: #6c3483;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  width: 20%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.divider {
  width: 1px;
  height: 40px;
  background-color: #d8bfd8;
}

.slide {
  /*     background-image: url('../images/main-banner-2.jpg'); */
  background: #eeeeef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vision-section {
  padding: 40px 0;
  /*     background-image: url(../images/main-banner-2.jpg); */
  background: #eeeeef;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vision-text {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.video-wrapper video {
  width: 100%;
  height: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.pillars-section {
  text-align: center;
  padding: 60px 0;
}

.pillar img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.pillar-title {
  color: #773894;
  font-weight: 700;
  font-size: 16px;
}

.pillar-text {
  color: #555;
  font-size: 14px;
  margin-top: 5px;
}

.highlight-box {
  background-color: #bbbb;
  color: #773894;
  display: inline-block;
  padding: 15px 25px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 40px;
  font-size: 18px;
  width: 40%;
}

.btn-outline-purple {
  border: 1.8px solid #434242;
  color: #434242;
  border-radius: 25px;
  padding: 8px 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.3s ease;
  margin: 10px;
}

.btn-outline-purple:hover {
  background-color: #773894;
  color: #fff;
}

.impact-section {
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.impact-item img {
  width: 100px;
  height: 140px;
  margin-bottom: 15px;
}

.impact-number {
  font-size: 32px;
  font-weight: 700;
  color: #773894;
  margin-bottom: 5px;
}

.impact-label {
  color: #555;
  font-size: 14px;
}

/* Optional: background pattern effect */
.impact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://www.transparenttextures.com/patterns/dot-pattern.png");
  opacity: 0.08;
  background-size: contain;
}

/* Mission/Vision Section */
.mission-vision {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-bottom: 2px solid #f8f5fb;
}

.mission-box {
  flex: 1;
  min-width: 300px;
  /*padding: 40px 20px;*/
  background-color: #fff;
  border-right: 2px solid #f0e6f6;
}

.mission-box {
  flex: 1;
  min-width: 300px;
  /*padding: 40px 20px;*/
  background-color: #fff;
  border-left: 2px solid #f0e6f6;
}

.mission-box h4,
.vision-box h4 {
  color: #773894;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background-color: #737373;
  color: white;
  padding: 8px 0;
}

.mission-box p,
.vision-box p {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
  padding: 0 20px;
}

.mission-box img,
.vision-box img {
  width: 70px;
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(25%) sepia(80%) saturate(750%)
    hue-rotate(230deg) brightness(90%) contrast(90%);
}

/* CSR Philosophy */
.csr-section {
  text-align: center;
  padding: 50px 20px;
  position: relative;
  background-color: #ebebec;
  overflow-x: hidden;
}

.csr-section h4 {
  color: #773894;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.csr-section-way h4 {
  color: #773894;
  font-weight: 400;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.csr-section h4::before,
.csr-section h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 390px;
  height: 2px;
  background-color: rgb(255, 123, 172);
}
.csr-section-way h4::before,
.csr-section-way h4::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 390px;
  height: 2px;
  background-color: #d1bcdb;
}

.csr-section h4::before {
  left: -400px;
}

.csr-section h4::after {
  right: -400px;
}
.csr-section-way h4::before {
  left: -400px;
}

.csr-section-way h4::after {
  right: -400px;
}

.csr-list {
  max-width: 1280px;
  row-gap: 25px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #444;
}

.csr-list ul {
  list-style-type: disc;
  padding-left: 20px;
}

/* ===== Team Section Styling ===== */
.team-board {
  padding-top: 40px;
}

/* Optional dotted world map background */

.team-row {
  position: relative;
  z-index: 1;
  justify-content: space-evenly;
}

.team-member {
  margin-bottom: 50px;
}

.team-avatar {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 100%;
  /*overflow: hidden;*/
  /*     background-image: url(../images/bg-board.png); */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
  /*     transition: transform 0.3s ease; */
  /*     background-size: contain; */
  /*     background-position: 0px 7px; */
  background: radial-gradient(
    circle at 50% 45%,
    #e0e0e0 0%,
    #b5b5b5 30%,
    #8f8f8f 55%,
    #6e6e6e 75%,
    #4f4f4f 100%
  );
}
.team_member_img {
  width: 200px;
}

.team-avatar img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  /*     border-bottom-left-radius: 48%;
	border-bottom-right-radius:48%; */
  border-radius: 0;
  transition: transform 0.3s ease;
  position: relative;
  top: -45px;
}

.team-avatar:hover img {
  transform: scale(1.05);
}

.team-name {
  font-size: 16px;
  font-weight: 600;
  color: #6c3483;
  margin-top: 10px;
}
.video-section-bot-para {
  text-align: left;
}
.testimonial_content {
  text-align: left;
}

.new-nav .nav-link {
  position: relative;
}

.new-nav .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #773894;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  /*     border-radius: 20px; */
  font-weight: normal;
}
.new-nav .nav-link.active {
  color: #434242 !important;
}
.new-nav:first-child() .nav-item {
  color: 773894;
}
.new-nav .nav-item:first-child .nav-link i {
  color: #723894;
}
/* Remove after effect from first link */
.new-nav .nav-item:first-child .nav-link::after {
  display: none !important;
}
.search-icon .bi-search::before {
  font-weight: 600 !important;
  transform: rotatey(180deg) !important;
}

/* ---------------------- Ways to give impact section ----------------------------------------- */
.impact_sec {
  padding: 70px 0;
  /* background:#ebebec; */
}

.impact_sec_header {
  text-align: center;
  margin-bottom: 40px;
}

.impact_sec_header h2 {
  font-weight: 700;
  color: #7a3fa0;
  letter-spacing: 1px;
  /* font-size:22px; */
}

.impact_sec_header p {
  color: #666;
  margin-top: 6px;
  font-size: 16px;
}

/* CARD */

.impact_sec_card {
  background: #fff;
  /* padding:20px; */
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.impact_sec_card img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
}

.impact_sec_card_content {
  padding: 20px;
}
/* TITLE */

.impact_sec_title {
  /* font-size:28px; */
  /* font-weight:600; */
  /* margin-bottom:5px; */
}

.purple {
  color: #7a3fa0;
}

.green {
  color: #5b7f2c;
}

.impact_sec_desc {
  color: #777;
  margin-bottom: 20px;
}

/* AMOUNTS */

.impact_sec_amounts {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.impact_amount_box {
  background: rgb(233 233 234);
  padding: 14px 20px;
  border-radius: 10px;
  min-width: 120px;
}

.impact_amount_box h4 {
  margin: 0;
  font-size: 22px;
  color: #7a3fa0;
}

.green + .impact_sec_desc + .impact_sec_amounts .impact_amount_box h4 {
  color: #5b7f2c;
}

.impact_amount_box span {
  font-size: 12px;
  color: #777;
  display: block;
}

/* BUTTON */

.impact_btn {
  display: inline-block;
  padding: 12px 30px;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
}

.purple_btn {
  background: #7a3fa0;
}

.green_btn {
  background: #5b7f2c;
}

/* ------------------------------------long year eduction includes---------------------- */
.impact_programs_sec {
  padding: 60px 0;
  /* background:#ebebec; */
}

.impact_programs_sec_cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.impact_programs_sec_card {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.impact_programs_sec_top_text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
  color: #444;
}

.impact_programs_sec_icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 25px;
}

.impact_programs_sec_icon_item img {
  height: 70px;
  margin-bottom: 8px;
}

.impact_programs_sec_icon_item span {
  font-size: 14px;
  color: #444;
}

.impact_programs_sec_card hr {
  border: none;
  border-top: 1px solid rgb(69, 71, 75);
  margin: 20px 0;
}

.impact_programs_sec_highlight {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.impact_programs_sec_highlight_purple {
  color: #7a3ea1;
}

.impact_programs_sec_highlight_green {
  color: #6a8f2c;
}

.impact_programs_sec_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px;
}

.impact_programs_sec_list .impact_programs_sec_list_item img {
  height: 20px;
}
.impact_programs_sec_list_item {
  font-size: 15px;
  color: #555;
}

/* ----------------------------------------- ways to give events slider-------------------------------------- */
.event-slider {
  overflow: hidden;
}

.event-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.event-slide {
  padding: 8px;
}

/* Desktop */
.event-slide {
  min-width: 33.33%;
}

.slider-prev,
.slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
}

.slider-prev {
  left: 10px;
}

.slider-next {
  right: 10px;
}
.event-slider {
  overflow: hidden;
}

.event-slider-wrapper {
  display: flex;
  transition: transform 0.4s ease;
}

.event-slide {
  min-width: 100%;
}
/* ------------------------supply slider ------------------------------ */
.supplies-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.supplies-slider {
  overflow: hidden;
}

.supplies-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.supplies-slide {
  padding: 8px;
}

/* Desktop */
.supplies-slide {
  min-width: 33.33%;
}

.supplies-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.supplies-prev,
.supplies-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
}

.supplies-prev {
  left: 10px;
}

.supplies-next {
  right: 10px;
}
/* -------------- Teacher Training ------------------------ */
.teacher-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.teacher-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.teacher-slide {
  padding: 8px;
}

/* Desktop */
.teacher-slide {
  min-width: 33.33%;
}

.teacher-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

.teacher-prev,
.teacher-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
}

.teacher-prev {
  left: 10px;
}

.teacher-next {
  right: 10px;
}

/* -----------------tree planting----------------------- */
.tree-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.tree-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.tree-slide {
  min-width: 33.33%;
  padding: 8px;
}

.tree-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}
/* Desktop */
.tree-slide {
  min-width: 33.33%;
}

.tree-prev,
.tree-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
}

.tree-prev {
  left: 10px;
}

.tree-next {
  right: 10px;
}
.page-template-ways-to-give-new .csr-section {
  background: #f3edf5;
}

.team-volunteers img {
  height: 420px;
  width: 65%;
  object-fit: cover;
}

.logo-section {
  background: url("images/world-map-bg.png") no-repeat center center;
  background-size: cover;
}

/*.logo-box {*/
/* background-color: #fff;*/
/* padding: 20px;*/
/* border-radius: 8px;*/
/* box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
/* transition: transform 0.3s ease, box-shadow 0.3s ease;*/
/*}*/

.logo-box img {
  max-height: 85px;
  object-fit: contain;
}

.logo-box:hover {
  transform: translateY(-5px);
}

.partner-border {
  border: 1px solid #dededf;
  margin-top: 0;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section {
  padding: 30px 0;
}

.video-box {
  background-color: #000;
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.9rem;
}

.video-box::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 50px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_play_button_icon_%282013-2017%29.svg")
    no-repeat center;
  background-size: contain;
}

.video-box span {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
}
.video-container img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.text-section {
  color: #333;
  font-size: 14px;
}

.training-section {
  padding: 30px 0;
}

.text-section {
  color: #333;
}

.text-section ul {
  margin-top: 10px;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.partnership-section {
  padding: 60px 0 0px 0;
  text-align: center;
  position: relative;
}

.info-box {
  height: 205px;
  padding: 20px 30px;
  border-right: 1px solid #c9b6e7;
}

.info-box:last-child {
  border-right: none;
}

.info-box h5 {
  font-weight: 700;
  color: #4b2a75;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1rem;
}

.info-box p {
  color: #5f4c82;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.icon-circle-donate {
  background-color: #832b91;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle-donate img {
  width: 100%;
}

.info-box button {
  border: 1px solid #5d2e9b;
  border-radius: 25px;
  padding: 6px 20px;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #5d2e9b;
  background: none;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.info-box button:hover {
  background-color: #5d2e9b;
  color: white;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: #d5c2ed;
  margin: 50px 0 40px;
}

.partner-with-us {
  text-align: center;
}

.partner-with-us i {
  font-size: 45px;
  color: #5d2e9b;
  margin-bottom: 15px;
}

.partner-with-us h5 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.partner-with-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #5f4c82;
  font-size: 0.95rem;
  line-height: 1.8;
}

.partner-with-us ul li::before {
  content: "• ";
  color: #5d2e9b;
}

.partner-section {
  text-align: center;
  padding: 100px 0 40px 0;
  position: relative;
}

.partner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.transparenttextures.com/patterns/dotted-world-map.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.1;
  pointer-events: none;
}

.partner-section .line {
  width: 100%;
  height: 1px;
  background-color: #bda9da;
}

.partner-section .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 20px 0;
}

.partner-section i {
  font-size: 40px;
  color: #5d2e9b;
}

.partner-section h5 {
  padding: 10px 0;
  font-weight: 400;
  color: #5d2e9b;
  text-transform: uppercase;
  margin: 0;
  font-size: 1rem;
}

.partner-list {
  list-style: none;
  padding-left: 0;
  color: #5c4b7d;
  font-size: 0.95rem;
  text-align: left;
  margin-top: 10px;
}

.partner-list li::before {
  content: "• ";
  color: #5d2e9b;
}
.icon-title img {
  width: 120px;
  background: #f3edf5;
  z-index: 1;
  position: relative;
  padding: 0 20px;
}
.divider-line-top {
  width: 100%;
  height: 1px;
  background-color: #d5c2ed;
  margin: 50px 0 40px;
  position: absolute;
  top: 80px;
}

.testimonial-section {
  padding: 0 0 60px 0px;
  text-align: center;
}

.testimonial-section h5 {
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

.testimonial-section h2 {
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}

.testimonial-images img {
  /*border-radius: 10px;*/
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.testimonial-images .left-img {
  height: 250px;
}

.testimonial-images .right-img {
  height: 250px;
}

.testimonial-heading {
  color: #6c2ca6;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.testimonial-card {
  background-color: #f288b83d;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  position: relative;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}

.testimonial-card::before {
  content: "“";
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 15px;
  color: #e1a7c3;
  opacity: 0.3;
  line-height: 0.8;
}

.testimonial-card p {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 400;
  color: #000;
  font-size: 14px;
}

.training-section {
  text-align: center;
  padding: 50px 20px;
}

.training-gallery img {
  /*border-radius: 10px;*/
  width: 100%;
  height: auto;
  object-fit: cover;
}

.training-gallery .left-img {
  height: 433px;
  object-fit: cover;
}

.training-gallery .right-top,
.training-gallery .right-bottom {
  height: 211px;
  margin-bottom: 10px;
  object-fit: cover;
}

.training-title {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-top: 20px;
  text-transform: uppercase;
}

.register-btn {
  border: 1.5px solid #7b2cbf;
  color: #7b2cbf;
  background-color: transparent;
  padding: 8px 25px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.register-btn:hover {
  background-color: #7b2cbf;
  color: #fff;
}

.supplies-section {
  text-align: center;
  padding: 60px 20px;
}

.supplies-gallery img {
  /*border-radius: 10px;*/
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.supplies-title {
  font-weight: 600;
  font-size: 18px;
  color: #4a1660;
  margin-top: 25px;
  text-transform: uppercase;
}

.partner-btn {
  border: 1.5px solid #7b2cbf;
  color: #7b2cbf;
  background-color: transparent;
  padding: 8px 25px;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.partner-btn:hover {
  background-color: #7b2cbf;
  color: #fff;
}

.footer-section {
  padding: 30px 20px;
  background-color: #fff;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.footer-logo h5 {
  color: #6a1b9a;
  font-weight: 700;
  margin: 0;
}

.contact-info img,
.social-links img {
  width: 3%;
}

.contact-info,
.social-links {
  text-align: left;
}

.contact-info p,
.social-links p {
  margin: 0;
  font-size: 15px;
}

.social-links a {
  text-decoration: none;
  color: inherit;
}

.new-nav {
  justify-content: end !important;
  position: relative !important;
  left: -155px !important;
}

.new-header {
  overflow: hidden;
}

.icon-circle img {
  width: 40px;
}

.contact-info a {
  text-decoration: none;
  color: inherit;
}
.slider-content {
  text-align: left;
  padding-left: 150px !important;
}
.slider-small-text {
  font-size: 35px;
  font-weight: 300;
}
.info-box .btn-outline-purple {
  position: relative;
  z-index: 1;
}
/*.carousel-control-prev-icon,*/
/*.carousel-control-next-icon {*/
/*    filter: brightness(0);*/
/*}*/
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  background: #00000036;
}
.icon-item a {
  text-align: center;
  color: #434242;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
/* ==================Responsive============================ */
@media (max-width: 1919px) {
  /*.content{*/
  /* position: relative;*/
  /* top: -10%;*/
  /*}*/

  /* .section {
    height: auto;
    } */

  #height-100vh-contact {
    height: 120vh;
  }

  #height-100vh {
    height: 100vh;
  }

  img.evolve-image {
    height: 500px;
    object-fit: cover;
    width: 100%;
    position: relative;
    left: 0px;
  }

  .display-flex {
    padding: 0 100px 0 0px;
  }

}
@media (max-width: 1024px) {
  .new-nav .nav-link.active::after {
    content: none;
  }
  .csr-section h4::before {
    left: -320px;
  }
  .csr-section h4::after {
    right: -320px;
  }
  .csr-section h4::before,
  .csr-section h4::after {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .info-box {
    border-right: none;
    border-bottom: 1px solid #c9b6e7;
    padding-bottom: 40px;
    margin-bottom: 40px;
    height: auto;
  }

  .info-box:last-child {
    border-bottom: none;
  }
  .partnership-section {
    padding: 60px 0;
  }
  .team-avatar {
    width: 150px;
    height: 150px;
  }
  .tree-slide {
    min-width: 50%;
  }
  .teacher-slide {
    min-width: 50%;
  }
  .supplies-slide {
    min-width: 50%;
  }
  .event-slide {
    min-width: 50%;
  }
  .impact_sec_cards {
    row-gap: 30px;
  }

  .impact_sec_title {
    font-size: 24px;
  }
   #partner-section {
    height: auto;
  }

  .navbar-expand-lg .navbar-nav {
    gap: 0px !important;
    left: 0;
  }

  footer .px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer .wdth-100 p {
    text-align: center;
  }

  .display-flex {
    padding: 30px 50px 30px 50px !important;
  }

  /* .section {
    height: auto !important;
    } */

  .navbar-collapse {
    text-align: center;
  }

  .search-wrapper {
    margin-left: auto;
  }

  .search-box {
    right: 10px;
  }

  .w-max-content {
    display: block;
  }

  img.story-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .wdth-100 {
    width: 100%;
  }

  .team-member {
    margin-bottom: 3rem;
    width: 50%;
  }
  .team-member {
    margin-bottom: 3rem;
    width: auto;
  }
    .highlight_btn_cont {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .evolve-container {
    flex-direction: column;
    text-align: center;
  }

  .evolve-left {
    justify-content: center;
  }

  .evolve-right img {
    max-width: 100%;
  }
  .icon-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .icon-section .divider {
    display: none;
  }
  .icon-item {
    text-align: center;
    color: #6c3483;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    width: 45%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .icon-circle {
    /* background-color: #f48fb1; */
    width: 80px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 28px;
    margin-bottom: 8px;
  }

  .footer-section {
    text-align: center;
  }

  .contact-info,
  .social-links {
    text-align: center;
    margin-top: 20px;
  }

  .footer-logo {
    justify-content: center;
  }
  .testimonial-section {
    padding: 40px 10px;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }
  .divider-line-top {
    top: 0;
  }
  .partner-section {
    padding: 30px 10px;
  }
  .partner-section .icon-container {
    flex-direction: column;
    gap: 8px;
  }
  .training-gallery .left-img,
  .training-gallery .right-top,
  .training-gallery .right-bottom {
    height: auto;
  }
  .supplies-gallery img {
    height: auto;
  }
  .training-section {
    padding: 30px 10px;
  }
  .video-section {
    padding: 30px 10px;
  }
  .team-avatar {
    width: 120px;
    height: 120px;
  }

  .team-name {
    font-size: 14px;
  }

  .team-avatar img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 50%;
    transition: transform 0.3s ease;
    position: relative;
    top: -30px;
  }
    .impact_programs_sec_cards {
    display: block;
  }
  .impact_programs_sec_card {
    margin-bottom: 20px;
  }
  .impact_programs_sec_icons {
    flex-direction: column;
    gap: 20px;
  }

  .impact_programs_sec_list {
    grid-template-columns: 1fr;
  }
    ul.navbar-nav.text-lg-center.text-start.w-100.new-nav {
    left: 0px !important;
  }

  .mission-box h4,
  .vision-box h4 {
    font-size: 15px;
  }

  .csr-section h4::before,
  .csr-section h4::after {
    display: none;
  }
  .csr-section-way h4::before,
  .csr-section-way h4::after {
    display: none;
  }
   .impact-item {
    margin-bottom: 30px;
  }
   .pillar {
    margin-bottom: 30px;
  }

  .highlight-box {
    display: block;
    margin: 30px auto;
    width: 100%;
  }
  .vision-section {
    text-align: center;
  }
  .vision-text {
    margin-top: 20px;
  }
    .education-slider {
    text-align: center;
    padding: 50px 20px;
  }

  .education-slider .col-md-5 {
    order: 2;
  }

  .education-slider .col-md-7 {
    order: 1;
    margin-bottom: 20px;
  }

  #height-100vh-contact {
    height: 150vh !important;
  }

  #height-100vh {
    height: 100vh !important;
  }

  .navbar-expand-lg .navbar-nav {
    justify-content: left;
  }

  .dropdown-menu {
    background-color: #fff;
    border: 1px solid #f1e6f4;
    box-shadow: none;
  }

  .pt-150 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .our-board-section {
    margin-bottom: 3rem;
    width: 50% !important;
  }

  /* .section {
    height: auto !important;
    } */

  .w-26 {
    width: 100% !important;
  }

  .navbar {
    padding: 10px 0 !important;
  }

  .display-flex {
    padding: 10px 30px 50px 30px !important;
  }

  img.evolve-image {
    height: auto !important;
    object-fit: cover;
    width: 100% !important;
    position: relative;
    left: 0px;
  }
   .col-md-custom {
    width: 20%;
    flex: 0 0 auto;
  }
  /* .row {
    flex-direction: column;
  } */

  .philosophy_crd_icon img {
    width: 80px;
    height: 80px;
  }

  .popup-content {flex-direction: column;}


}

@media (max-width: 576px) {
  .team-avatar {
    width: 100px;
    height: 100px;
  }

  .team-name {
    font-size: 13px;
  }
  .tree-slide {
    min-width: 100%;
  }
  .evolve-form .row {
    flex-direction: column;
  }
  .teacher-slide {
    min-width: 100%;
  }
  .supplies-slide {
    min-width: 100%;
  }
  .event-slide {
    min-width: 100%;
  }
   .impact_programs_sec {
    padding-bottom: 0;
  }
    .impact_sec {
    padding-bottom: 0px;
  }
  .impact_sec_amounts {
    flex-direction: column;
    align-items: center;
  }

  .impact_amount_box {
    width: 80%;
  }
  .evolve-container {
    grid-template-columns: 1fr;
  }
  .evolve-text {
    text-align: left;
  }
  .two-col-checkbox .wpcf7-form-control-wrap .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
  .slider-content {
    padding-left: 20px !important;
  }
  .impact-section>div {
    align-items: center;
  }
  .philosophy_crd_icon img {
    width: 70px;
    height: 70px;
  }
  .team-volunteers p, .team-volunteers img {
    width: 100%;
  }
  .video-wrapper video {height: auto;}

  .impact-item img {
    width: 60px;
    height: 80px;
  }
  .popup-left img {width: 150px;}
  .icon-section {gap: 20px;}
  .icon-circle img {
    width: 35px;
    height: auto;
  }
  
  #member-popup .popup-content {padding: 20px;}
  #member-popup .popup-content {gap: 20px;}
  #member-popup .popup-content .popup-right #popup-description p {font-size: 14px;}

  .icon-circle {min-width: 60px;height: 60px;max-width: 60px;}
}