.cgf-about-us-wrapper {
  margin-top: 0px;
  font-family: "Roboto", sans-serif;
  /* GOALS SECTION */
  /* PROGRAMS SECTION */
}

.cgf-about-us-wrapper .hero-sec-wrap {
  background-image: url(/themes/neumorphism/images/cgf/About-us/about-hero.png);
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .hero-sec-wrap {
    background-image: url(/themes/neumorphism/images/cgf/About-us/About-mob-hero.png);
    width: 100%;
    height: 603px;
    margin-bottom: 28px;
  }
}

.cgf-about-us-wrapper .hero-sec-wrap .hero-heading {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  width: 38%;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .hero-sec-wrap .hero-heading {
    font-size: 36px;
    padding: 0 24px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .hero-sec-wrap .hero-heading {
    width: 70%;
  }
}

.cgf-about-us-wrapper .hero-sec-wrap .hero-para {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 28.8px */
  padding-top: 29px;
}

.cgf-about-us-wrapper .vision-sec-wrap {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .vision-sec-wrap {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .vision-sec-wrap {
    width: 90%;
  }
}

.cgf-about-us-wrapper .vision-sec-wrap .vision-heading {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .vision-sec-wrap .vision-heading {
    text-align: left;
    padding-bottom: 16px;
    font-size: 24px;
  }
}

.cgf-about-us-wrapper .vision-sec-wrap .vision-para {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  /* 31.2px */
  letter-spacing: var(--letterSpacing-default, 0);
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .vision-sec-wrap .vision-para {
    text-align: left;
    font-size: 16px;
  }
}

.cgf-about-us-wrapper .values-section {
  background: url(/themes/neumorphism/images/cgf/About-us/bg-color.png);
  padding: 50px 0px 0px 0px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 940px;
  /* card angles */
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .values-section {
    background-size: cover;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .values-section {
    background-size: cover;
    height: 1150px;
  }
}

.cgf-about-us-wrapper .values-section .container {
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .values-section .container {
    display: block;
    padding: 0 42px;
  }
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .values-section .container .mission {
    padding: 0;
  }
}

.cgf-about-us-wrapper .values-section h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .values-section h2 {
    text-align: left;
    font-size: 24px;
  }
}

.cgf-about-us-wrapper .values-section p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  /* 31.2px */
  letter-spacing: var(--letterSpacing-default, 0);
  margin-bottom: 150px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .values-section p {
    margin-bottom: 48px;
    font-size: 16px;
    text-align: left;
  }
}

.cgf-about-us-wrapper .values-section .subtitle {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  /* 31.2px */
  letter-spacing: var(--letterSpacing-default, 0);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .values-section .subtitle {
    font-size: 16px;
    text-align: left;
  }
}

.cgf-about-us-wrapper .values-section .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .values-section .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.cgf-about-us-wrapper .values-section .value-card {
  width: 25%;
  background: white;
  padding: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
  background: linear-gradient(325deg, rgba(237, 235, 226, 0.95) 7.77%, rgba(237, 235, 227, 0.95) 9.64%, rgba(247, 246, 242, 0.98) 41.52%, rgba(253, 252, 251, 0.99) 72.45%, #fff 101.51%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .values-section .value-card {
    width: 85%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .values-section .value-card {
    width: 100%;
  }
}

.cgf-about-us-wrapper .values-section .value-card img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.cgf-about-us-wrapper .values-section .value-card h4 {
  color: #1db52f;
  font-family: "Inter", sans-serif;
  font-size: 16.592px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.911px */
  letter-spacing: var(--letterSpacing-default, 0);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.cgf-about-us-wrapper .values-section .value-card .pink {
  color: #ff47f3;
}

.cgf-about-us-wrapper .values-section .value-card p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
  text-align: left;
  margin-bottom: 30px;
}

.cgf-about-us-wrapper .values-section .card1 {
  transform: rotate(-6deg);
}

.cgf-about-us-wrapper .values-section .card2 {
  transform: rotate(1deg);
}

.cgf-about-us-wrapper .values-section .card3 {
  transform: rotate(-5deg);
}

.cgf-about-us-wrapper .values-section .card4 {
  transform: rotate(2deg);
}

.cgf-about-us-wrapper .goals-programs .container {
  max-width: 1150px;
}

.cgf-about-us-wrapper .goals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .goals {
    display: block;
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .goals {
    display: block;
    padding: 0 42px;
  }
}

.cgf-about-us-wrapper .goals img {
  width: 100%;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .goals img {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .goals img {
    display: none;
  }
}

.cgf-about-us-wrapper .goals h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .goals h2 {
    font-size: 24px;
  }
}

.cgf-about-us-wrapper .goals ul {
  padding-left: 18px;
}

.cgf-about-us-wrapper .goals ul li {
  margin-bottom: 5px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 156%;
  /* 31.2px */
  letter-spacing: var(--letterSpacing-default, 0);
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .goals ul li {
    font-size: 16px;
  }
}

.cgf-about-us-wrapper .programs {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs {
    background-color: #eee;
    margin-bottom: 0;
  }
}

.cgf-about-us-wrapper .programs .section-title {
  color: var(--Color-Neutral-900, #202022);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs .section-title {
    font-size: 24px;
    margin-bottom: 16px;
    padding-top: 24px;
  }
}

.cgf-about-us-wrapper .programs .program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs .program-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .programs .program-grid {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 14px;
    flex-direction: column;
  }
}

.cgf-about-us-wrapper .programs .program-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 36px;
  border-radius: 14px;
  background: rgba(77, 169, 136, 0.1);
  width: 582px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs .program-card {
    width: auto;
    background: white;
    padding: 8px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .programs .program-card {
    border-radius: 14px;
    border: 1px solid #d4d4d4;
    background: #fff;
  }
}

.cgf-about-us-wrapper .programs .program-card img {
  width: 64px;
  height: 64px;
}

.cgf-about-us-wrapper .programs .program-card h4 {
  margin: 0;
  color: #040404;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: var(--letterSpacing-default, 0);
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs .program-card h4 {
    font-size: 20px;
  }
}

.cgf-about-us-wrapper .programs .program-card p {
  margin: 3px 0 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 24px */
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs .program-card p {
    font-size: 16px;
  }
}

.cgf-about-us-wrapper .programs .cta {
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .programs .cta {
    display: none;
  }
}

.cgf-about-us-wrapper .programs .support-btn {
  color: white !important;
  padding: 16px 53px;
  text-decoration: none;
  font-weight: 600;
  border-radius: var(--components-button-btn_radii, 8px);
  background: var(--Colors-Green, #34c759);
  display: inline-block;
}

.cgf-about-us-wrapper .programs .support-btn:hover {
  background: #2fa24c;
}

.cgf-about-us-wrapper .support-section {
  background: #f3f3f3;
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section {
    margin-bottom: 20px;
  }
}

.cgf-about-us-wrapper .support-section .support-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section .support-container {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .support-section .support-container {
    display: block;
  }
}

@media (min-width: 1600px) {
  .cgf-about-us-wrapper .support-section .support-container {
    display: block;
  }
}

@media (min-width: 1600px) {
  .cgf-about-us-wrapper .support-section .support-image {
    display: flex;
    justify-content: center;
  }
}

.cgf-about-us-wrapper .support-section .support-image img {
  width: 670px;
  height: 378px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section .support-image img {
    width: 100%;
    height: 294px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .support-section .support-image {
    display: none;
  }
}

.cgf-about-us-wrapper .support-section .support-content {
  text-align: center;
  padding: 60px 90px 60px 0;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section .support-content {
    padding: 20px;
    background-color: white;
  }
}

.cgf-about-us-wrapper .support-section .support-content h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: var(--letterSpacing-default, 0);
  margin-bottom: 0;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section .support-content h2 {
    font-size: 20px;
    width: auto;
  }
}

.cgf-about-us-wrapper .support-section .support-content p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  letter-spacing: var(--letterSpacing-default, 0);
  padding-bottom: 25px;
  margin: 0;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section .support-content p {
    font-size: 16px;
  }
}

.cgf-about-us-wrapper .support-section .support-btn {
  display: inline-block;
  border-radius: var(--Radius-S, 8px);
  background: var(--Gradient-CTA-Gradient, linear-gradient(180deg, var(--Color-Secondary-300, #ffb35a) 0%, var(--Color-Secondary-500, #ff8d08) 50%, var(--Color-Secondary-600, #e88007) 100%));
  color: #fff !important;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  color: var(--Color-Neutral-0, #fff);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
}

.cgf-about-us-wrapper .support-section .support-btn:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .support-section .support-btn {
    width: 100%;
  }
}

.cgf-about-us-wrapper .faq-section {
  padding: 20px 0px 40px 0px;
  background: white;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .faq-section {
    padding: 0px 0px 30px 0px;
  }
}

.cgf-about-us-wrapper .faq-section .container {
  max-width: 1150px;
  margin: auto;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .faq-section .container {
    padding: 0 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cgf-about-us-wrapper .faq-section .container {
    padding: 0 20px;
  }
}

.cgf-about-us-wrapper .faq-section .faq-title {
  color: var(--Color-Neutral-900, #202022);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 125% */
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .cgf-about-us-wrapper .faq-section .faq-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.cgf-about-us-wrapper .faq-section .faq-item {
  border-bottom: 1px solid #ddd;
}

.cgf-about-us-wrapper .faq-section .faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 18px 0;
}

.cgf-about-us-wrapper .faq-section .faq-question p {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}

.cgf-about-us-wrapper .faq-section .faq-question .dot {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}

.cgf-about-us-wrapper .faq-section .faq-question .arrow {
  font-size: 18px;
  color: #888;
  transition: 0.3s;
}

.cgf-about-us-wrapper .faq-section .faq-answer {
  display: none;
  padding: 24px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  border-left: 4px solid var(--Foundation-Primary-primary-500, #277767);
  background: var(--Foundation-Primary-primary-50, #e9f1f0);
}

.cgf-about-us-wrapper .faq-section .faq-item.active .faq-question p {
  color: var(--Foundation-Primary-primary-500, #277767);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}

.cgf-about-us-wrapper .faq-section .faq-item.active .dot {
  background: #277767;
}

.cgf-about-us-wrapper .faq-section .faq-item.active .arrow {
  transform: rotate(180deg);
}

.cgf-about-us-wrapper .faq-section .faq-item.active .faq-answer {
  display: block;
}

