﻿.sadaqah-hero-container {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    background-image: url("../../Assits/Images/sadaqah/hero-bg.svg");
    background-size: cover;
    min-height: 720px;
    background-repeat: no-repeat;
    padding: 160px 80px 96px 80px;
}
.sadaqah-hero-wrapper {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
}
.sadaqah-hero-left {
  display: flex;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
  align-self: stretch;
}
.sadaqah-hero-left .content-wrapper {
  display: flex;
  padding: 0 0px 0 0px;
  align-items: flex-start;
  gap: 32px;
}
.sadaqah-hero-left .content-wrapper .content-box {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.sadaqah-hero-left .content-wrapper .content-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.sadaqah-hero-left .content-wrapper .content-box .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "Merriweather";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.2px;
}
.sadaqah-hero-left .content-wrapper .content-box .header-desc p:last-child {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.sadaqah-hero-right {
  display: flex;
  background-image: url("../../Assits/Images/sadaqah/hero-right.png");
  height: 560px;
  background-size: contain;
  background-repeat: no-repeat;
  flex: 1 0 0;
}
.sadaqah-cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}
.sadaqah-cta:hover,
.sadaqah-cta:focus-visible {
  color: #fff;
  background-position: 50% 100%;
}
.sadaqah-cta a {
  display: flex;
  color: #fff !important;
  font-family: "MavenPro-Semibold";
  font-style: normal;
  gap: 6px;
  font-weight: 600;
  line-height: 24px;
}
.sadaqah-hero-container .sadaqah-cta {
  font-size: 16px;
}

.overview-container {
    display: flex;
    padding: 80px 96px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    position: relative;
    background: linear-gradient( 190deg, rgba(255, 255, 255, 0.81) 9.46%, rgba(255, 255, 255, 0) 43.5%, rgba(255, 255, 255, 0.81) 92.1% ), url("../../Assits/Images/shared-section-bg.png") lightgray;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}

.overview-container .overview-left {
  display: flex;
  height: 554px;
  border-radius: 64px;
}
.overview-container > img {
  position: absolute;
  left: 31px;
  bottom: 10px;
  width: 248px;
  height: 248px;
}
.overview-container .overview-left img {
  height: auto;
}
.overview-container .overview-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}
.overview-container .overview-right .subheading-heading {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.overview-container .overview-right .subheading-heading p:first-child {
  align-self: stretch;
  color: #00a985;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.overview-container .overview-right .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.overview-container .overview-right .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.overview-container .overview-right .desc p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.overview-container .overview-right .quote {
  display: flex;
  flex: 1 0 0;
}
.overview-container .overview-right .quote p {
  color: #475467;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 30px;
}
.overview-container .overview-right .quote p span {
  font-weight: 600;
}
.about-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 64px 64px;
  align-self: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.about-container .about-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}

.about-container .about-left .subheading-heading {
  display: flex;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.about-container .about-left .subheading-heading p:first-child {
  align-self: stretch;
  color: #00a985;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.about-container .about-left .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.about-container .about-left .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.about-container .about-left .desc p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.about-container .about-left .info-counter-box {
  gap: 32px;
  align-self: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.about-container .about-left .info-counter-box .info-counter-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.about-container
  .about-left
  .info-counter-box
  .info-counter-card
  .counter-number-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.about-container
  .about-left
  .info-counter-box
  .info-counter-card
  .counter-number-text
  p:first-child {
  align-self: stretch;
  color: #006ba6;
  font-family: "MavenPro-SemiBold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.about-container
  .about-left
  .info-counter-box
  .info-counter-card
  .counter-number-text
  p:last-child {
  align-self: stretch;
  color: #101828;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.response-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.response-container .heading-box {
  display: flex;
  padding: 0 0;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
.response-container .heading-box .subtitle-title-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.response-container .heading-box .subtitle-title-desc .subtitle-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.response-container
  .heading-box
  .subtitle-title-desc
  .subtitle-title
  p:first-child {
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.response-container .heading-box .subtitle-title-desc > p {
  align-self: stretch;
  color: #475467;
  text-align: center;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.response-container .response-left-right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}

.response-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
  order: 2;
}
.response-left .header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}
.response-left .header-text p {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.response-cards-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.response-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  max-width: 400px;
  border-radius: 64px;
}

.response-card img {
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: transparent;
  mix-blend-mode: darken;
}
.response-card p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.response-card p:nth-child(3) {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.response-right {
  order: 2;
}

.commitment-container {
  display: flex;
  padding: 80px 96px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 64px 64px;
  align-self: stretch;
  flex-wrap: wrap;
}

.commitment-container .commitment-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
}

.commitment-container .commitment-left .subheading-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.commitment-container .commitment-left .subheading-heading p:first-child {
  align-self: stretch;
  color: #00a985;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.commitment-container .commitment-left .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}

.commitment-container .commitment-left .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.commitment-container .commitment-left .desc p {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.commitment-right {
  height: 554px;
  flex: 1 0 0;
  border-radius: 64px;
}
.country-end-quote-container {
  display: flex;
  padding: 32px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  /* background: linear-gradient(
      190deg,
      rgba(255, 255, 255, 0.81) 9.46%,
      rgba(255, 255, 255, 0) 43.5%,
      rgba(255, 255, 255, 0.81) 92.1%
    ),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
*/
}

.country-end-quote-container p:first-child,
.country-end-quote-container p:nth-child(3) {
  align-self: stretch;
  color: #015888;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.country-end-quote-container p:nth-child(2) {
  color: #015888;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.pillar-donation-container {
    display: flex;
    max-height: 861px;
    padding: 80px 96px 80px 96px;
    justify-content: center;
    align-items: center;
    gap: 64px;
    flex: 1 0 0;
    flex-direction: row-reverse;
    background-image: url("../../Assits/Images/sadaqah/donate-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.pillar-donation-left {
  display: flex;
  width: 880px;
  height: 701px;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.pillar-donation-form-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  display: none;
  flex: 1 0 0;
}

.pillar-form-shell {
    width: 100%;
    height: auto;
    padding: 32px 24px;
    background-image: url("../../Assits/Images/sadaqah/shell-bg.png");
    background-size: cover;
    border-radius: 64px;
    outline-offset: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pillar-form-stack {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pillar-form-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pillar-form-title {
  margin: 0;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}
.pillar-form-subtitle {
  margin: 0;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.pillar-form-chip-row {
  display: flex;
  gap: 16px;
}
.pillar-form-chip {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  height: 56px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 9999px;
  border: 1px solid #eaecf0;
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
  border: 1px solid #eaecf0;
}
.pillar-form-chip--active {
  border: none;
  outline: 2px solid #006ba6;
  outline-offset: -1px;
}
.pillar-form-chip:active {
  transform: scale(0.98);
}
.pillar-form-chip-text {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #344054;
}
.pillar-form-chip--active .pillar-form-chip-text {
  color: #006ba6;
}

.pillar-form-chip-icon {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.pillar-form-chip-icon--blue {
  box-shadow: inset 0 0 0 2px #006ba6;
}
.pillar-form-chip-icon--gray {
  box-shadow: inset 0 0 0 2px #344054;
}

.pillar-form-amounts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.pillar-form-amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
}
.pillar-form-amount-btn {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  border-radius: 11110px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1.27px solid #eaecf0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #344054;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease,
    color 0.2s ease;
}
.pillar-form-amount-btn--active {
  border: 3px solid #40bbff;
  color: #006ba6;
  font-weight: 700;
}
.pillar-form-amount-btn:focus-visible {
  outline: 2px solid #111927;
  outline-offset: 2px;
}
.pillar-form-amount-btn:active {
  transform: scale(0.99);
}

.pillar-form-or {
  width: 100%;
  display: flex;
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.pillar-form-or p {
  display: inline-block;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 16px;
}
.pillar-form-or .or-border {
  width: 100%;
  height: 1px;
  background-color: #eaecf0;
  flex: 1 0 0;
}
.pillar-form-gift-preference {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pillar-preference-btns {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 16px;
  align-self: stretch;
  flex-wrap: wrap;
}
.preference-btn {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 3px solid #eaecf0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  flex: 1 1 auto;
}
.preference-btn p {
  color: #344054;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preference-btn.active {
  border: 3px solid #40bbff;
}
.preference-btn.active p {
  color: #006ba6;
}
.preference-note {
  display: flex;
  gap: 8px;
}
.preference-note img {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
}

.preference-note p {
  flex: 1 0 0;
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.pillar-form-field {
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 100%;
  align-items: flex-start;
}
.pillar-form-type-box,
.pillar-form-input-box {
  width: 100%;
}
.pillar-form-label {
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pillar-form-input-type-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
}
.pillar-form-input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d2d6db;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}
.pillar-form-currency {
  appearance: none;
  border: none;
  border-right: 1px solid #d2d6db;
  padding: 10px 14px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111927;
  background: #ffffff;
}
.pillar-form-currency:focus {
  outline: none;
}
.pillar-form-input,
.pillar-form-type-display {
  flex: 1 1 0;
  border: none;
  padding: 10px 14px 10px 12px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111927;
}
.pillar-form-type-display {
  border-radius: 8px;
  border: 1px solid #eaecf0;
  background: #d0d5dd;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.pillar-form-type-display p {
  color: #667085;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.pillar-form-input::placeholder {
  color: #6c737f;
}
.pillar-form-input:focus {
  outline: none;
}

.pillar-form-cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}

.pillar-form-cta:hover,
.pillar-form-cta:focus-visible {
  color: #fff;
  background-position: 50% 100%;
}

.pillar-form-cta-text {
  display: inline-block;
  padding: 0 2px;
  color: #ffffff;
  font-family: "Maven Pro", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.pillar-linktree-btn {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 64px;
  padding: 12px 18px;
  border-radius: 9999px;
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: background-position 0.8s ease, color 0.2s ease;
}
.pillar-linktree-btn a {
  display: flex;
  color: #ffffff;
  font-family: "MavenPro-SemiBold", system-ui, -apple-system, Segoe UI, Roboto,
    Arial, sans-serif;
  gap: 6px;
  font-size: 16;
  font-weight: 600;
  line-height: 24px;
}

.pillar-form-stack {
  overflow: hidden;
  contain: layout;
  will-change: height;
}

.pillar-form--busy .pillar-form-chip-row {
  pointer-events: none;
  opacity: 0.7;
}

.pillar-form-exit {
  opacity: 1;
  transform: translateX(0);
}
.pillar-form-exit-active {
  opacity: 0;
  transform: translateX(-22px);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

.pillar-form-enter {
  opacity: 0;
  transform: translateX(22px);
}
.pillar-form-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.22s cubic-bezier(0.2, 0.6, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .pillar-form-exit-active,
  .pillar-form-enter-active {
    transition: none !important;
  }
}

.pillar-donation-payment-details-container {
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  flex: 1 0 0;
}

.pillar-donation-payment-details-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 64px;
  border: 2px solid rgba(0, 179, 140, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(4px);
}
.pillar-donation-payment-details-shell .payment-details-wrapper {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.pillar-donation-payment-details-shell .payment-details-wrapper > p {
  flex: 1 0 0;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-SemiBold";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details {
  display: grid;
  width: 100%;
  gap: 24px;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row:nth-child(3) {
  grid-template-columns: auto;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .details-row:nth-child(5) {
  grid-template-columns: auto;
  justify-content: end;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  label {
  display: grid;
  gap: 6px;
  font: 500 14px/1.2 system-ui, sans-serif;
  color: #344054;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input {
  border-radius: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 24, 40, 0.12);
  background: rgba(255, 255, 255, 0.7);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input:focus {
  border-color: rgba(16, 24, 40, 0.3);
  box-shadow: 0 0 0 4px rgba(16, 24, 40, 0.08);
}
.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  input::placeholder {
  color: #181818;
  opacity: 0.7;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .proceed-to-pay {
  width: fit-content;
  margin-top: 16px;
  border: 1px solid transparent;
  color: #fff;
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  font-family: "MavenPro-Medium";
  font-size: 16px;
  font-style: normal;
  cursor: pointer;
  background: linear-gradient(180deg, #00b18a, #006eb4, #00b18a);
  background-size: 100% 300%;
  background-position: 50% 0%;
  transition: all 0.5s ease;
}

.pillar-donation-payment-details-shell
  .payment-details-wrapper
  .payment-details
  .proceed-to-pay:hover {
  background-position: 50% 100%;
  border: 1px solid transparent;
}
.back-to-form {
  position: absolute;
  background: none;
  border: 0;
  top: 32px;
  left: 32px;
  z-index: 2;
}

.pillar-donation-pay-options-container {
  display: flex;
  padding: 0 96px;
  justify-content: center;
  align-items: center;
  gap: 64px;
  width: 100%;
  position: relative;
}
.pillar-donation-pay-options-shell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-width: 680px;
  height: 540px;
  border-radius: 64px;
  border: 2px solid rgba(0, 179, 140, 0.3);
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  backdrop-filter: blur(4px);
}

.pillar-donation-pay-options-shell .payment-details-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.pillar-donation-pay-options-shell .payment-details-wrapper > p {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  flex: 1 0 0;
  color: #101828;
  text-align: center;
  font-family: "MavenPro-Semibold";
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
  justify-content: center;
}

.pillar-donation-pay-options-shell
  .payment-details-wrapper
  > .payment-btns-container {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  gap: 24px 14px;
  justify-content: center;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .pillar-form-or
  .or-border {
  background-color: #dedede;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .pillar-form-or
  p {
  color: #475467;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .payment-btn {
  display: flex;
  padding: 14px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 100px;
}

.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  border: 1px solid #eaecf0;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: #fff;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left
  img {
  width: 20px;
  height: 20px;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .left
  p {
  color: #101828;
  font-family: "MavenPro-Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pillar-donation-pay-options-shell
  .payment-details-wrapper
  .payment-btns-container
  .multi-option-payment-box
  .right {
  display: flex;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 16px;
}

.pillar-donation-right {
  display: flex;
  width: 880px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .header-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.96px;
  position: relative;
}
.pillar-donation-right .header-desc-wrapper .header-desc p span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.pillar-donation-right .header-desc-wrapper .header-desc p span img {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) scale(1.4);
  z-index: -1;
  pointer-events: none;
  width: 364px;
  height: 28.363px;
}
.pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2) {
  color: #fff;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.faq-container {
  display: flex;
  padding: 80px 96px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
.faq-wrapper {
  display: flex;
  padding: 0 0;
  align-items: flex-start;
  align-content: flex-start;
  gap: 64px;
  align-self: stretch;
  flex-wrap: wrap;
}
.faq-left {
  min-width: 480px;
  max-width: 768px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
}
.faq-left .subheading-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
.faq-left .subheading-heading p:first-child {
  align-self: stretch;
  color: #00a985;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.faq-left .subheading-heading p:nth-child(2) {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.faq-right {
  display: flex;
  min-width: 480px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.faq-item {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
.faq-item .content-box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
.faq-item .content-box .header-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
.faq-item .content-box .header-desc p:first-child {
  align-self: stretch;
  color: #101828;
  font-family: "MavenPro-Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.faq-item .content-box .header-desc p:nth-child(2) {
  align-self: stretch;
  color: #475467;
  font-family: "MavenPro-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.faq-item .content-box {
  cursor: pointer;
}

.faq-item .content-box .header-desc p:nth-child(2) {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 360ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 220ms ease;
  will-change: height, opacity;
}

.faq-item.open .content-box .header-desc p:nth-child(2) {
  opacity: 1;
}

.faq-item .content-box img {
  transition: transform 260ms ease, opacity 160ms ease;
}
.faq-item.open .content-box img {
  transform: rotate(180deg);
}

.faq-item {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 16px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-item .content-box .header-desc p:nth-child(2),
  .faq-item .content-box img {
    transition: none;
  }
}

@media (min-width: 2560px) {
  .sadaqah-hero-container {
    padding: 6.25vw 13.125vw 3.75vw 13.125vw;
    min-height: 28.125vw;
    background-size: cover;
  }
  .sadaqah-hero-left {
    padding: 0 0px 0 0px;
    gap: 2.5vw;
  }
  .sadaqah-hero-left .content-wrapper {
    padding: 0 0vw 0 0vw;
    gap: 1.25vw;
  }
  .sadaqah-hero-left .content-wrapper .content-box {
    max-width: 30vw;
    gap: 1.875vw;
  }
  .sadaqah-hero-left .content-wrapper .content-box .header-desc {
    gap: 0.938vw;
  }

  .sadaqah-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }
  .sadaqah-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .sadaqah-hero-left .content-wrapper .content-box .info-counter {
    gap: 1.094vw;
  }
  .sadaqah-hero-left .content-wrapper .content-box .info-counter p {
    gap: 0.469vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .sadaqah-hero-left .content-wrapper .content-box .info-counter span {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .sadaqah-hero-right {
    height: 28.125vw;
    background-position: center;
  }
  .sadaqah-cta {
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
  }
  .sadaqah-cta a {
    gap: 0.234vw;
    line-height: 0.938vw;
  }
  .sadaqah-hero-container .sadaqah-cta {
    font-size: 0.625vw;
  }
  .overview-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw 2.5vw;
  }
  .overview-container > img {
    position: absolute;
    left: 10%;
    bottom: 0.391vw;
    width: 9.688vw;
    height: 9.688vw;
  }
  .overview-container .overview-left {
    height: 21.641vw;
    border-radius: 2.5vw;
  }
  .overview-container .overview-right {
    gap: 1.875vw;
  }
  .overview-container .overview-right .subheading-heading {
    max-width: 30vw;
    gap: 0.469vw;
  }
  .overview-container .overview-right .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .overview-container .overview-right .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .overview-container .overview-right .desc p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .about-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw 2.5vw;
  }
  .about-container .about-left {
    gap: 1.875vw;
  }
  .about-container .about-left .subheading-heading {
    max-width: 30vw;
    gap: 0.469vw;
  }

  .about-container .about-left .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .about-container .about-left .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .about-container .about-left .desc p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .response-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }

  .response-container .heading-box {
    padding: 0 0;
    gap: 1.25vw;
  }
  .response-container .heading-box .subtitle-title-desc {
    gap: 0.781vw;
  }
  .response-container .heading-box .subtitle-title-desc .subtitle-title {
    gap: 0.469vw;
  }
  .response-container
    .heading-box
    .subtitle-title-desc
    .subtitle-title
    p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .response-container
    .heading-box
    .subtitle-title-desc
    .subtitle-title
    p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .response-container .heading-box .subtitle-title-desc > p {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .response-container .response-left-right {
    gap: 2.5vw;
  }
  .response-left {
    gap: 1.875vw;
  }

  .response-left .header-text p {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }

  .response-cards-box {
    gap: 1.25vw;
  }
  .response-card {
    padding: 0.781vw;
    gap: 0.625vw;
    border-radius: 2.5vw;
  }

  .response-card img {
    width: 2.188vw;
    height: 2.188vw;
  }
  .response-card p:nth-child(2) {
    font-size: 0.938vw;
    line-height: 1.25vw;
  }

  .response-card p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .commitment-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw 2.5vw;
  }

  .commitment-container .commitment-left {
    gap: 1.875vw;
  }
  .commitment-container .commitment-left .subheading-heading {
    gap: 0.469vw;
  }

  .commitment-container .commitment-left .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .commitment-container .commitment-left .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .commitment-container .commitment-left .desc p {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .commitment-right {
    height: 21.641vw;
    border-radius: 2.5vw;
  }
  .country-end-quote-container p:first-child,
  .country-end-quote-container p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .country-end-quote-container p:nth-child(2) {
    font-size: 1.172vw;
    line-height: 1.484vw;
  }

  .pillar-donation-container {
    max-height: 33.633vw;
    padding: 3.125vw 3.75vw 3.125vw 0;
    gap: 2.5vw;
    background-size: cover;
  }
  .pillar-donation-left {
    width: 34.375vw;
    height: 27.383vw;
    padding: 0.313vw 0;
  }
  .pillar-donation-form-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }

  .pillar-form-shell {
    padding: 1.25vw 0.938vw;
    border-radius: 2.5vw;
    outline: 0.078vw solid rgba(0, 179, 140, 0.3);
    outline-offset: -0.078vw;
  }

  .pillar-form-stack {
    gap: 1.25vw;
  }

  .pillar-form-header {
    gap: 0.625vw;
  }
  .pillar-form-title {
    font-size: 1.406vw;
    line-height: 1.719vw;
  }
  .pillar-form-subtitle {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }

  .pillar-form-chip-row {
    gap: 0.625vw;
  }
  .pillar-form-chip {
    gap: 0.313vw;
    padding: 0.469vw 0.625vw;
    height: 2.188vw;
    border: 0.039vw solid #eaecf0;
  }
  .pillar-form-chip--active {
    outline: 0.078vw solid #006ba6;
    outline-offset: -0.039vw;
  }

  .pillar-form-chip-text {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-chip-icon {
    width: 0.938vw;
    height: 0.938vw;
    border-radius: 0.156vw;
  }

  .pillar-form-amounts {
    gap: 0.938vw;
  }
  .pillar-form-amount-grid {
    gap: 0.625vw;
  }
  .pillar-form-amount-btn {
    height: 1.719vw;
    padding: 0.313vw 0.938vw;
    border: 0.05vw solid #eaecf0;
    font-size: 0.781vw;
  }
  .pillar-form-amount-btn--active {
    border: 0.117vw solid #40bbff;
  }
  .pillar-form-amount-btn:focus-visible {
    outline: 0.078vw solid #111927;
    outline-offset: 0.078vw;
  }

  .pillar-form-or {
    gap: 0.625vw;
  }
  .pillar-form-or p {
    font-size: 0.547vw;
    line-height: 0.781vw;
    padding: 0 0.625vw;
  }
  .pillar-form-or .or-border {
    height: 0.039vw;
  }
  .pillar-form-gift-preference {
    gap: 0.938vw;
  }
  .pillar-preference-btns {
    gap: 0.625vw;
  }
  .preference-btn {
    padding: 0.313vw 0.938vw;

    border-radius: 390.586vw;
    border: 0.117vw solid #eaecf0;
  }
  .preference-btn p {
    font-size: 0.781vw;
  }
  .preference-btn.active {
    border: 0.117vw solid #40bbff;
  }

  .preference-note {
    gap: 0.313vw;
  }
  .preference-note img {
    width: 0.781vw;
    height: 0.781vw;
  }

  .preference-note p {
    font-size: 0.547vw;
    line-height: 0.938vw;
  }

  .pillar-form-field {
    gap: 0.234vw;
  }
  .pillar-form-label {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }
  .pillar-form-input-wrap {
    width: 100%;
    border-radius: 0.313vw;
    border: 0.039vw solid #d2d6db;
    box-shadow: 0 0.039vw 0.078vw rgba(16, 24, 40, 0.05);
  }
  .pillar-form-currency {
    border-right: 0.039vw solid #d2d6db;
    padding: 0.391vw 0.547vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-input {
    padding: 0.391vw 0.547vw 0.391vw 0.469vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-cta {
    gap: 0.234vw;
    padding: 0.469vw 0.703vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
  }

  .pillar-form-cta-text {
    padding: 0 0.078vw;

    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .pillar-linktree-btn {
    gap: 0.234vw;
    margin-top: 2.5vw;
    padding: 0.469vw 0.703vw;
    border-radius: 390.586vw;
  }
  .pillar-linktree-btn a {
    gap: 0.234vw;
    font-size: 0.625vw;
    line-height: 0.938vw;
  }

  .pillar-form-exit-active {
    transform: translateX(-0.859vw);
  }

  .pillar-form-enter {
    transform: translateX(0.859vw);
  }

  .pillar-donation-payment-details-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }

  .pillar-donation-payment-details-shell {
    gap: 1.25vw;
    border-radius: 2.5vw;
  }
  .pillar-donation-payment-details-shell .payment-details-wrapper {
    padding: 1.25vw 0.938vw;
    gap: 1.25vw;
  }

  .pillar-donation-payment-details-shell .payment-details-wrapper > p {
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details {
    gap: 0.938vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .details-row {
    gap: 0.938vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    label {
    gap: 0.234vw;
    font: 500 0.547vw/1.2 system-ui, sans-serif;
  }
  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    input {
    border-radius: 0.469vw;
    padding: 0.469vw 0.547vw;
    border: 0.039vw solid rgba(16, 24, 40, 0.12);
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .proceed-to-pay {
    margin-top: 0.625vw;
    border: 0.039vw solid transparent;
    color: #fff;
    padding: 0.469vw 0.703vw;
    gap: 0.234vw;
    border-radius: 390.586vw;
    box-shadow: 0vw 0.039vw 0.078vw 0vw rgba(16, 24, 40, 0.05);
    font-size: 0.625vw;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .proceed-to-pay:hover {
    border: 0.039vw solid transparent;
  }
  .back-to-form {
    top: 1.25vw;
    left: 1.25vw;
  }

  .pillar-donation-pay-options-container {
    padding: 0 3.75vw;
    gap: 2.5vw;
  }
  .pillar-donation-pay-options-shell {
    gap: 1.25vw;
    min-width: 26.563vw;
    height: 21.094vw;
    border-radius: 2.5vw;
    border: 0.078vw solid rgba(0, 179, 140, 0.3);
  }

  .pillar-donation-pay-options-shell .payment-details-wrapper {
    gap: 1.25vw;
  }

  .pillar-donation-pay-options-shell .payment-details-wrapper > p {
    gap: 0.625vw;
    font-size: 2.344vw;
    line-height: 2.813vw;
    letter-spacing: -0.047vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    > .payment-btns-container {
    gap: 0.938vw 0.547vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .payment-btn {
    padding: 0.547vw 0vw;
    gap: 0.391vw;
    border-radius: 3.906vw;
  }

  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box {
    padding: 0.313vw 0.625vw;
    gap: 0.469vw;
    border-radius: 3.906vw;
    border: 0.039vw solid #eaecf0;
    height: 2.344vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left {
    gap: 0.313vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left
    img {
    width: 0.781vw;
    height: 0.781vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .left
    p {
    font-size: 0.547vw;
    line-height: 0.781vw;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box
    .right {
    gap: 0.625vw;
  }
  .pillar-donation-right {
    width: 34.375vw;
    gap: 2.5vw;
  }
  .pillar-donation-right .header-desc-wrapper {
    gap: 1.875vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc {
    gap: 0.781vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .qoute-wrapper {
    gap: 0.703vw;
  }
  .pillar-donation-right .qoute-wrapper p:first-child {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .qoute-wrapper p:nth-child(2) {
    font-size: 0.781vw;
    line-height: 1.172vw;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p span img {
    width: 7.414vw;
    height: 0.703vw;
  }
  .faq-container {
    padding: 3.125vw 13.75vw;
    gap: 2.5vw;
  }
  .faq-wrapper {
    gap: 2.5vw;
  }
  .faq-left {
    min-width: 18.75vw;
    max-width: 30vw;
    gap: 0.781vw;
  }
  .faq-left .subheading-heading {
    gap: 0.469vw;
  }
  .faq-left .subheading-heading p:first-child {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .faq-left .subheading-heading p:nth-child(2) {
    font-size: 1.406vw;
    line-height: 1.719vw;
    letter-spacing: -0.028vw;
  }
  .faq-right {
    min-width: 18.75vw;
    gap: 1.25vw;
  }
  .faq-item {
    min-width: 12.5vw;
  }
  .faq-item .content-box {
    gap: 0.938vw;
  }
  .faq-item .content-box .header-desc {
    gap: 0.313vw;
  }
  .faq-item .content-box .header-desc p:first-child {
    font-size: 0.703vw;
    line-height: 1.094vw;
  }
  .faq-item .content-box .header-desc p:nth-child(2) {
    font-size: 0.625vw;
    line-height: 0.938vw;
  }
  .faq-item {
    border-bottom: 0.039vw solid #eef2f6;
    padding-bottom: 0.625vw;
  }
}
@media (max-width: 1728px) {
  .sadaqah-hero-container {
    background-size: cover;
  }
  .sadaqah-hero-left {
    padding: 128px 64px 96px 64px;
  }
  .sadaqah-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 54px;
  }

  .pillar-donation-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .pillar-donation-form-container {
    padding: 0 0px;
  }
  .pillar-form-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-around;
  }
  .pillar-donation-right {
    width: 715px;
    gap: 32px;
    align-self: stretch;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 18px;
  }
  .pillar-donation-right .qoute-wrapper p:first-child {
    font-size: 18px;
  }

  .overview-container .overview-left,
  .about-container .about-right,
  .response-right,
  .commitment-right {
    display: flex;
    height: auto;
    width: 50%;

    border-radius: 64px;
  }

  .overview-container .overview-left img,
  .about-container .about-right img,
  .response-right img,
  .commitment-right img {
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 64px;
  }
  .pillar-donation-container {
    background-size: cover;
  }
}

@media (max-width: 1280px) {
    .sadaqah-hero-container {
        background-image: url("../../Assits/Images/sadaqah/hero-bg.svg");
        background-size: contain;
        padding: 80px 32px 80px 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 64px;
        align-self: stretch;
        min-height: unset;
    }
  .sadaqah-hero-left {
    display: flex;
    padding: 0px 0px;
    align-items: center;
    gap: 64px;
    flex: 1 0 0;
    align-self: stretch;
  }
  .sadaqah-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .sadaqah-hero-left .content-wrapper .content-box .header-desc p:last-child {
    font-size: 18px;
    line-height: 30px;
  }
  .sadaqah-hero-left .content-wrapper .content-box .info-counter {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sadaqah-hero-left .content-wrapper .content-box .info-counter p {
    font-size: 14px;
  }
  .sadaqah-hero-right {
    height: 590px;
    background-position: center;
    width: 50%;
  }
  .overview-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .overview-container .overview-left {
    width: 45%;
  }
  .overview-container > img {
    position: absolute;
    left: 0px;
    bottom: 25%;
    width: 148px;
    height: 148px;
  }
  .response-container .response-left-right {
    flex-direction: column;
  }

  .pillar-form-field {
    flex-direction: column;
  }
}
@media (max-width: 542px) {
    .sadaqah-hero-container {
        background-image: url("../../Assits/Images/sadaqah/hero-bg-sm.svg");
        background-size: cover;
        padding: 120px 32px 80px 32px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 64px;
        align-self: stretch;
    }

  .sadaqah-hero-wrapper {
    flex-direction: column-reverse;
    gap: 64px;
  }

  .sadaqah-hero-left .content-wrapper .content-box .header-desc {
    text-align: center;
    gap: 20px;
  }
  .sadaqah-hero-left .content-wrapper .content-box .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .sadaqah-cta {
    align-self: center;
  }
  .sadaqah-hero-left .content-wrapper .content-box .info-counter {
    display: flex;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    align-self: stretch;
  }

    .sadaqah-hero-right {
        display: flex;
        background-image: url("../../Assits/Images/sadaqah/hero-right-sm.png");
        height: 400px;
        width: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        flex: unset;
    }

  .overview-container {
    padding: 80px 32px;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .overview-container .overview-left {
    display: flex;
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
  .overview-container .overview-left img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0;
  }
  .overview-container > img {
    display: none;
  }
  .overview-container .overview-right {
    gap: 24px;
    text-align: center;
  }

  .about-container {
    display: flex;
    padding: 80px 32px;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
  }
  .about-container .about-left {
    text-align: center;
  }
  .about-container .about-left .subheading-heading p:nth-child(2) {
    font-size: 30px;
    line-height: 38px;
  }

  .about-right {
    display: flex;
    width: 100%;
    height: 295px;
    border-radius: 0px;
  }

  .about-container .about-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  .response-container {
    padding: 80px 32px;
    gap: 32px;
  }
  .response-container .response-left-right {
    flex-direction: column;
    gap: 32px;
  }
  .response-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0px;
    object-fit: cover;
  }
  .response-right {
    display: flex;
    width: 100%;
    height: 500px;
    border-radius: 0px;
  }
  .response-cards-box {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
  }
  .response-card {
    padding: 0px;
    border-radius: 0px;
  }

  .commitment-container {
    padding: 80px 32px;
    flex-direction: column;
    gap: 32px;
  }

  .commitment-container .commitment-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    flex: 1 0 0;
    text-align: center;
  }

  .commitment-right {
    height: 554px;
    flex: 1 0 0;
    border-radius: 64px;
  }
  .commitment-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .country-end-quote-container {
    display: flex;
    padding: 32px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
  }
    .pillar-donation-container {
        display: flex;
        flex-direction: column-reverse;
        max-height: unset;
        padding: 80px 32px;
        gap: 32px;
        background-image: url("../../Assits/Images/sadaqah/donate-bg-sm.png");
        background-size: cover;
        background-repeat: no-repeat;
    }
  .pillar-donation-right .header-desc-wrapper .header-desc p span img {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%) scale(1.4);
    z-index: -1;
    pointer-events: none;
    width: 150px;
    height: 28.363px;
  }
  .pillar-donation-left {
    width: 100%;
    height: auto;
  }
  .pillar-donation-form-container {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 0px;
    justify-content: center;
    align-items: center;
    gap: 32px;
    display: none;
    flex: 1 0 0;
  }
    .pillar-form-shell {
        background-image: url("../../Assits/Images/sadaqah/shell-bg-sm.png");
    }

  .pillar-form-amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pillar-form-chip {
    width: 100%;
    justify-content: center;
  }
  .pillar-form-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-around;
  }
  .pillar-donation-payment-details-container {
    padding: 0 0px;
    gap: 32px;
    width: 100%;
  }

  .pillar-donation-payment-details-shell
    .payment-details-wrapper
    .payment-details
    .details-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .pillar-donation-pay-options-container {
    display: flex;
    padding: 0px 0px;
    gap: 32px;
  }
  .pillar-donation-pay-options-container .payment-details-wrapper {
    padding: 80px 0px;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    > .payment-btns-container {
    padding: 8px;
    justify-content: normal;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .payment-btn {
    width: 100%;
  }
  .pillar-donation-pay-options-shell
    .payment-details-wrapper
    .payment-btns-container
    .multi-option-payment-box {
    flex-direction: column;
    padding: 8px 16px;
    gap: 16px;
    height: unset;
  }
  .back-to-form {
    top: unset;
    bottom: 45px;
    left: 38px;
  }
  .pillar-donation-pay-options-container .back-to-form {
    top: unset;
    bottom: 30px;
    left: 38px;
  }
  .pillar-donation-left * {
    -webkit-font-smoothing: antialiased;
  }
  .pillar-donation-form-container,
  .pillar-donation-payment-details-container,
  .pillar-donation-pay-options-container {
    will-change: opacity;
    backface-visibility: hidden;
  }
  .pillar-donation-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    text-align: center;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:first-child {
    font-size: 30px;
    line-height: 38px;
  }
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(2),
  .pillar-donation-right .header-desc-wrapper .header-desc p:nth-child(3) {
    font-size: 18px;
    line-height: 28px;
  }
  .pillar-donation-right .qoute-wrapper p:nth-child(2) {
    text-align: center;
  }
  .faq-container {
    padding: 80px 32px;
  }
  .faq-left {
    min-width: unset;
    max-width: unset;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
  }
  .faq-right {
    min-width: unset;
    width: 100%;
  }
  .faq-item .content-box {
    gap: 8px;
  }
  .faq-item .content-box .header-desc {
    gap: 16px;
  }
}
