/* How Seed Out Works page — intro spacing matches reference howItWorks.html */
.how-seedout-works-page > .spacing {
    padding-block: clamp(3.125rem, 1.9886rem + 5.6818vw, 6.25rem);
    padding-top: clamp(4.75rem, 2.75rem + 7vw, 7rem);
}

.how-seedout-works-page > .spacing .primary-heading {
    font-weight: 700;
    margin-bottom: 42px;
}

.how-seedout-works-page > .spacing h1.primary-heading {
    font-weight: 700 !important;
}

.revolving-model-wrapper {
    background: linear-gradient(to bottom, #F2F4F5 60%, white 40%);
    ;
    padding: 67px 0;
    text-align: center;

    h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 23.18px;
        margin-bottom: 38px;

    }

    .revolving-img-wrapper {
        box-shadow: 0px 1px 10.39px 0px #28272824;
        background: #fff;
        border-radius: 5px;
        padding: 5% 10%;

    }
}

.Entrepreneur-circle {
    padding-block: 30px 65px;

    .Entrepreneur-circle-wrapper {
        text-align: center;
        padding: 10% 21%;
        position: relative;

        span {
            position: absolute;
            font-weight: 700;
            font-size: clamp(0.5625rem, 0.2443rem + 1.5909vw, 1.4375rem);
            color: rgba(0, 0, 0, 1);

            &:nth-child(2) {
                top: 10%;
                left: 50%;
                transform: translateX(-50%);
            }

            &:nth-child(3) {
                top: 50%;
                right: 10%;
                transform: translateY(-50%);
            }

            &:nth-child(4) {
                bottom: 10%;
                left: 50%;
                transform: translateX(-50%);
            }

            &:nth-child(5) {
                top: 50%;
                left: 10%;
                transform: translateY(-50%);
            }

        }
    }
}

.Borrower-screening-wrapper {
    padding-block: clamp(3.125rem, 1.5341rem + 7.9545vw, 7.5rem);
    background: rgba(236, 240, 249, 1);

    .Borrower-screening-img-wrapper {
        position: relative;
        text-align: center;
        padding: 10% 22%;

        span {
            position: absolute;
            text-align: left;
            width: clamp(4.375rem, 0.7386rem + 18.1818vw, 14.375rem);

            h6 {

                font-weight: 700;
                font-style: Bold;
                font-size: clamp(0.3125rem, 0.0398rem + 1.3636vw, 1.0625rem);


            }

            p {
                font-size: clamp(0.28125rem, 0.0881rem + 0.9659vw, 0.8125rem);
            }

            &:nth-child(2) {
                top: 19%;
                right: 8%;


                h6 {

                    color: rgba(254, 158, 15, 1);


                }
            }

            &:nth-child(3) {
                top: 38%;
                right: 3%;


                h6 {

                    color: rgba(7, 186, 146, 1);


                }
            }

            &:nth-child(4) {
                top: 60%;
                right: 8%;


                h6 {

                    color: rgba(38, 158, 224, 1);


                }
            }

            &:nth-child(5) {
                bottom: -2%;
                right: 50%;
                transform: translateX(50%);
                text-align: center;


                h6 {

                    color: rgba(123, 116, 245, 1);


                }
            }




            &:nth-child(6) {
                top: 60%;
                left: 8%;
                text-align: right;

                h6 {

                    color: rgba(38, 158, 224, 1);


                }
            }

            &:nth-child(7) {
                top: 38%;
                left: 3%;
                text-align: right;

                h6 {

                    color: rgba(7, 186, 146, 1);


                }
            }

            &:nth-child(8) {
                top: 19%;
                left: 8%;
                text-align: right;


                h6 {

                    color: rgba(254, 158, 15, 1);


                }
            }

            &:nth-child(9) {
                top: 45%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                font-weight: 700;
                font-size: clamp(0.5625rem, 0.1534rem + 2.0455vw, 1.6875rem);
                line-height: 1;


            }


        }
    }
}

@media (max-width: 768px) {
    .Borrower-screening-wrapper {
        .Borrower-screening-img-wrapper {

            padding: 10% 25%;
        }
    }
}
#donate-search-section {
  scroll-margin-top: 100px;
}

.donate-toolbar .form-select {
  height: 38px;
}

.donate-list-filter-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-height: 38px;
}

.donate-list-filter-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1px solid #000;
  border-radius: 999px;
  background: #fff;
  color: #282728;
  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: var(--seedout-btn-shadow);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.donate-list-filter-option:hover {
  border-color: var(--seedout-chocolate);
  color: var(--seedout-chocolate);
}

.donate-list-filter-option.is-active {
  background: var(--seedout-chocolate);
  border-color: var(--seedout-chocolate);
  color: var(--seedout-chocolate-contrast);
}

.donate-list-filter-option:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.donate-refine-search-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.donate-refine-search-wrap .Refine-Search-btn {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 162px;
}

.donate-refine-clear {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #368420;
  border-radius: 50%;
  background: #fff;
  color: #368420;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--seedout-btn-shadow);
}

.donate-refine-clear:hover,
.donate-refine-clear:focus {
  background: #368420;
  color: #fff;
  outline: none;
}

.donate-refine-clear[hidden] {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .donate-list-filter-options {
    margin-top: 4px;
  }

  .donate-refine-search-wrap {
    margin-top: 4px;
  }
}

.donate-search-status {
  font-size: 15px;
  line-height: 1.5;
  color: #282728;
  min-height: 1.25rem;
}

.donate-search-status.is-loading {
  color: #5a5d63;
}

.donate-search-status.is-success {
  color: #368420;
}

.donate-search-status.is-empty,
.donate-search-status.is-error {
  color: #626262;
}

.donate-search-status.is-error {
  color: #b42318;
}

.donate-search-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 12px;
  color: #5a5d63;
  font-size: 15px;
}

.donate-search-loading[hidden] {
  display: none !important;
}

.donate-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.donate-active-filters[hidden] {
  display: none !important;
}

.donate-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 12px;
  border-radius: 999px;
  border: 1px solid #000;
  background: #fff;
  font-size: 13px;
  line-height: 1.3;
  color: #282728;
  box-shadow: var(--seedout-btn-shadow);
}

.donate-filter-tag-text {
  white-space: nowrap;
}

.donate-filter-tag-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #282728;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.donate-filter-tag-remove:hover,
.donate-filter-tag-remove:focus {
  background: rgba(0, 0, 0, 0.08);
  outline: none;
}

.donate-projects-grid-wrap {
  position: relative;
}

.donate-projects-grid-wrap.is-loading {
  pointer-events: none;
}

.donate-projects-grid-wrap.is-loading-append > .load-more-container {
  opacity: 1;
  visibility: visible;
  position: static;
  height: auto;
  overflow: visible;
  pointer-events: auto;
}

.donate-projects-grid-wrap.is-loading-shimmer > .load-more-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

/* Skeleton grid (every AJAX search / load more) */
.donate-grid-shimmer {
  display: none !important;
  width: 100%;
  min-height: 320px;
  margin: 0;
}

.donate-grid-shimmer.is-active,
.donate-projects-grid-wrap.is-loading-shimmer .donate-grid-shimmer {
  display: flex !important;
  flex-wrap: wrap;
}

#donate-load-more-footer.is-hidden-during-load {
  display: none !important;
}

.donate-skeleton-card {
  height: 100%;
  padding: 0 0 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

@-webkit-keyframes donate-shimmer-move {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes donate-shimmer-move {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.donate-skeleton-shimmer {
  display: block;
  border-radius: 8px;
  background: linear-gradient(
    110deg,
    #ececec 0%,
    #f6f6f6 40%,
    #ececec 80%
  );
  background-size: 200% 100%;
  -webkit-animation: donate-shimmer-move 1.25s ease-in-out infinite;
          animation: donate-shimmer-move 1.25s ease-in-out infinite;
}

.donate-skeleton-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px 12px 0 0;
}

.donate-skeleton-line {
  height: 12px;
  margin: 12px 14px 0;
  width: calc(100% - 28px);
}

.donate-skeleton-line--lg {
  height: 16px;
  width: 72%;
}

.donate-skeleton-line--sm {
  width: 55%;
  height: 10px;
}

.donate-skeleton-line--xs {
  width: 48%;
  height: 10px;
  margin-top: 10px;
}

.donate-skeleton-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 14px 0;
}

.donate-skeleton-pill {
  height: 22px;
  width: 88px;
  border-radius: 999px;
}

.donate-skeleton-progress {
  height: 4px;
  margin: 14px 14px 0;
  width: calc(100% - 28px);
  border-radius: 999px;
}

.donate-skeleton-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 14px 0;
}

.donate-skeleton-btn {
  height: 36px;
  flex: 1;
  border-radius: 8px;
}

.donate-skeleton-btn--primary {
  flex: 0 0 38%;
}

.main-headings-with-button {
  flex-wrap: wrap;
}
.main-headings-with-button .primary-heading,
.donate-hero-heading {
  text-align: left;
  font-weight: 400;
}
h1.primary-heading.donate-hero-heading,
.main-headings-with-button .donate-hero-heading {
  margin-bottom: 0 !important;
}
#donate-search-section h1.primary-heading.donate-search-heading,
#donate-search-section .donate-search-heading {
  font-size: 20px;
  margin-bottom: 10px !important;
}
.main-headings-with-button .secondry-heading {
  text-align: left;
  color: #7c7c7c;
}
.show-and-sort {
  margin-block: 33px 20px;
  font-weight: 400;
  font-size: 15.47px;
  color: #282728;
  p:first-child {
    color: #368420;
  }
}
@media screen and (max-width: 768px) {
  .main-headings-with-button {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .main-headings-with-button .secondry-heading {
    margin-bottom: 10px !important;
  }
}

/*Categories list start here   */
.categories-wrapper {
  margin-top: 98px;
  padding: 28px 12px 0;
  border: 0.68px solid #00000058;
  border-radius: 8px;
  margin-bottom: 63px;
  h6 {
    font-weight: 400;
    font-size: 19.1px;
    text-align: center;
    color: #368420;
    margin-bottom: 16px;
  }
}
.categories-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  li {
    height: 93px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: url(../images/border-shap.png) no-repeat;
    background-size: contain;
    padding-inline: 5px;
    min-width: 126px;
    span {
      display: inline-block;
      height: 40px;
    }
    img {
      flex-grow: 0;
    }
  }
}
.categories-list li:nth-child(1) {
  background: none;
}

@media screen and (max-width: 768px) {
  .categories-wrapper{
    margin-block: 40px;
  }
}
/*Categories list end here   */

/* Breaking down barriers start here */
.breaking-down-barriers-wrapper {
  h6 {
    font-weight: 700;
    font-size: 27.96px;
    span {
      font-weight: 700;
      font-size: 21px;
      color: #368420;
    }
  }
  p {
    margin-bottom: 10px;
  }
  h5 {
    font-weight: 400;
    font-size: 23.19px;
    padding-block: 35px 45px;
  }
  h4 {
    font-weight: 700;
    font-size: 19.1px;
    color: #368420;
    margin-bottom: 18px;
  }
}
.breaking-down-img-box {
  padding: 13px;
  border: 1.36px solid #00000041;
  border-radius: 8px;
  p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
  }
}
.breaking-down-content-box {
  padding: 13px;
  p {
    font-weight: 400;
    font-size: 23.19px;
    margin-bottom: 60px;
  }
  ul li {
    margin-bottom: 22px;
    p {
      font-weight: 400;
      font-size: 17.05px;
      margin: 0;
    }
  }
}
/* Breaking down barriers end here */

.Build-a-better-world-with-us-wrapper {
  background-color: #000000;
  text-align: center;
}
.Build-a-better-world-with-us-wrapper h1 {
  font-weight: 700;
  font-size: clamp(2.25rem, 2.1136rem + 0.6818vw, 2.625rem);
  color: #fff;
}
.Build-a-better-world-with-us-wrapper p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
}

/* grid swiper */

.grid-swiper {
  width: 100%;
  height: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.grid-swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  border: none;
  padding: 0;
}

.grid-swiper .swiper-slide .card-img-box {
  aspect-ratio: 1/1.3;
}

.grid-swiper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}

.grid-swiper .swiper-slide .progress-bar {
  background-color: #368420;
}

.grid-swiper .card-heading {
  margin-bottom: 0;
}

.grid-swiper .card-footer-btns {
  gap: 20px;
}

.grid-swiper .c-footer-left {
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .grid-swiper {
    width: 100%;
    height: 790px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .grid-swiper {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
}


/* favourate app swipper css */
/* grid swiper */

.black-grid-swiper {
  margin-top: 50px;
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.black-grid-swiper {

  .swiper-button-prev,
  .swiper-button-prev1 {
    left: 0;
  }

  .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }

  .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    border: none;
    padding: 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;

    h3 {
      font-weight: 600;
      font-size: 21px;
      letter-spacing: 0.45px;
      text-align: center;
      color: #FFFFFF;

    }
  }
}



@media screen and (max-width: 991px) {}

@media screen and (max-width: 768px) {
  .black-grid-swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .black-grid-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
    padding-block: 20px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}

/* grid swiper */

.raised-entrepreneurs-grid-swiper {
  margin-top: 50px;
  width: 100%;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.raised-entrepreneurs-grid-swiper {



  .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
  }

  .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    border: none;
    padding: 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
}




@media screen and (max-width: 768px) {
  .raised-entrepreneurs-grid-swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .raised-entrepreneurs-grid-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
    padding-block: 20px;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 512px) {
  .raised-entrepreneurs-grid-swiper {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }


}

@media screen and (max-width: 400px) {
  .raised-entrepreneurs-grid-swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }


}


/* favourate app swipper css */

.favorate-app-swiper {
  width: 100%;
  height: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.favorate-app-swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}

.favorate-app-swiper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}


.favorate-app-swiper .card-footer-btns {
  gap: 20px;
}

.favorate-app-swiper .c-footer-left {
  flex-grow: 1;
}

@media screen and (max-width: 1150px) {
  .favorate-app-swiper {
    width: 100%;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .favorate-app-swiper .swiper-slide {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}

@media screen and (max-width: 767px) {
  .favorate-app-swiper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .favorate-app-swiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
}
.offcanvas.offcanvas-end {
  width: 684px;
}
.offcanvas-body {
  padding: 17px 37px;
}
.offcanvas-body .form-control {
  margin-bottom: 46px;
}
.offcanvas-title {
  font-weight: 400;
  font-size: 21.82px;
  margin-bottom: 30px;
}
.offcanvas-footer {
  background: transparent;
  padding: 17px 37px 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
}
.filter-heading {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 17px;
}
#offcanvasRight .offcanvas-body .btn-group {
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 32px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--seedout-btn-shadow);
}
.offcanvas-footer .btn-offcanvas-action {
  width: auto;
  min-width: 120px;
  flex: 0 1 auto;
  height: 39px !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  padding: 0 16px;
}
.offcanvas-footer .btn-offcanvas-action--apply {
  background: #368420;
  border: 1.36px solid #368420;
  color: #fff;
}
.offcanvas-footer .btn-offcanvas-action--apply:hover,
.offcanvas-footer .btn-offcanvas-action--apply:focus-visible {
  background-color: #fff;
  color: #368420;
  border-color: #368420;
}
.offcanvas-footer .btn-offcanvas-action--cancel {
  background: #fff;
  border: 1.36px solid #368420;
  color: #368420;
}
.offcanvas-footer .btn-offcanvas-action--cancel:hover,
.offcanvas-footer .btn-offcanvas-action--cancel:focus-visible {
  background-color: #368420;
  color: #fff;
  border-color: #368420;
}
.offcanvas-footer .btn-offcanvas-action--clear {
  background: transparent;
  border: none;
  box-shadow: none !important;
  min-width: 0;
  padding: 0 8px;
  color: #368420;
  font-weight: 600;
}
.offcanvas-footer .btn-offcanvas-action--clear:hover,
.offcanvas-footer .btn-offcanvas-action--clear:focus-visible {
  background: transparent;
  color: #2a6a18;
  border: none;
  text-decoration: underline;
  box-shadow: none !important;
}
#offcanvasRight .offcanvas-body .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#offcanvasRight .offcanvas-body .btn-group .btn,
#offcanvasRight .offcanvas-body .btn-group .btn.btn-outline-primary {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: #000;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  width: 100%;
  flex-grow: 1;
  border-radius: 8px;
  padding: 12px 14px 12px 46px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  --bs-btn-color: #000;
  --bs-btn-border-color: rgba(0, 0, 0, 0.18);
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
  --bs-btn-hover-bg: #f7f8fa;
  --bs-btn-active-bg: #eff6f3;
}
#offcanvasRight .offcanvas-body .btn-check + .btn::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #000;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
#offcanvasRight .offcanvas-body .btn-check:checked + .btn,
#offcanvasRight .offcanvas-body .btn-check:checked + .btn.btn-outline-primary {
  color: #000;
  font-weight: 600;
  background-color: #eff6f3 !important;
  border-color: #000 !important;
}
#offcanvasRight .offcanvas-body .btn-check:checked + .btn::before {
  background-color: var(--seedout-chocolate);
  border-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l2.8 2.8 6.2-6.4' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
#offcanvasRight .offcanvas-body .btn-group .btn:last-of-type {
  border: 1px solid rgba(0, 0, 0, 0.18);
}
#offcanvasRight .offcanvas-body .btn-check:checked + .btn:last-of-type {
  border-color: #000;
}
@media (max-width: 991px) {
  #offcanvasRight .offcanvas-body .btn-group {
    flex-direction: column;
  }
  .offcanvas-body {
    padding: 17px 37px;
  }
  .offcanvas-footer {
    padding: 17px 37px 24px;
  }
  .offcanvas.show:not(.hiding),
  .offcanvas.showing {
    transform: translateX(-6%);
    margin: 10px 0px;
    width: 90%;
    border-radius: 20px;
    overflow: hidden;
  }
  .offcanvas-footer {
    flex-wrap: wrap;
  }
  .offcanvas-footer .btn-offcanvas-action--apply,
  .offcanvas-footer .btn-offcanvas-action--cancel {
    min-width: 0;
    flex: 1 1 calc(50% - 5px);
  }
  .offcanvas-footer .btn-offcanvas-action--clear {
    flex: 1 1 100%;
    justify-content: center;
    margin-top: 4px;
  }
  .offcanvas-footer .btn-offcanvas-action--apply:hover,
  .offcanvas-footer .btn-offcanvas-action--cancel:hover {
    border-color: #368420;
  }
}

.form-control,
.form-select {
  height: 51px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  background-color: transparent;
}

.form-group {
  position: relative;
}

textarea.form-control {
  height: 145px;
}

.form-control::-moz-placeholder {
  color: rgba(97, 94, 94, 1);
}

.form-control::placeholder {
  color: rgba(97, 94, 94, 1);
}

.form-submit-btn {
  width: 100%;
  height: 56px;
  background: #000000;
  border-radius: 8px;
  color: #fff;
}

.form-submit-btn {
  width: 100%;
  height: 56px;
  background: #000000;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #000;
}

.form-submit-btn:hover {
  border: 1px solid #000;
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url(../images/check-BG.png);
  width: 4em;
  height: 31px;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  background-color: rgba(201, 201, 201, 1);
}

.form-check-input:checked {
  background-color: rgba(59, 135, 64, 1);
  border-color: rgba(59, 135, 64, 1);
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url(../images/check-BG.png);
}

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url(../images/check-BG.png);
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url(../images/check-BG.png);
}

.form-check-input:focus {
  border-color: #3b8740;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(59 135 64 / 50%);
}

.form-group:has(input[type="search"]) {
  position: relative;
}

.form-group:has(input[type="search"]) .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 52px;
  height: 46px;
  border-radius: 6px;
  gap: 10px;
  border: none;
  background: rgba(54, 132, 32, 1);
}

/* ===== File Input Styling ===== */
.form-group.file-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-control::-webkit-file-upload-button {
  visibility: hidden;
}



/* Hide the real file input (fully accessible) */
/* File Input Wrapper */
.upload-file-wrapper {
  position: relative;
  padding-right: 40px;

  .upload-img {

    position: absolute;
    top: 13px;
    right: 0;
    width: 31px;
  }
}

.file-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  flex-shrink: 1;
}

/* Hide the real file input (fully accessible) */
.file-input-wrapper input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

/* Fix for Firefox to make the entire area clickable */
.file-input-wrapper input[type="file"]::-webkit-file-upload-button {
  display: none !important;
}
.file-input-wrapper input[type="file"]::-webkit-file-upload-button,
.file-input-wrapper input[type="file"]::file-selector-button {
  display: none !important;
}

/* Custom visible UI */
.file-input-wrapper .custom-file-display {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 0.375rem 0.75rem;
  background: #fff;
  height: 51px;
  width: 100%;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

/* Validation states */
.was-validated .file-input-wrapper:has(.form-control:invalid) .custom-file-display {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .file-input-wrapper:has(.form-control:valid) .custom-file-display {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* Text showing filename or placeholder */
.file-input-wrapper .file-text {
  flex: 0 1 auto;
  /* Allows shrinking but not forced growing */
  color: rgba(97, 94, 94, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  min-width: 0;
  width: 100%;
  /* Important for flex children */
}

/* Custom "Browse" button */
.file-input-wrapper .file-button {
  background: #3b8740;
  color: #fff;
  padding: 10px 1rem;
  border-radius: 0 0.25rem 0.25rem 0;
  margin: -0.375rem -9px -0.375rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  z-index: 1;
}

.file-input-wrapper .file-button:hover {
  background: #2e6c33;
}

/* Input group text styling */



/* ----------------------------------------------------------------- */
.input-group:has(img)>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-radius: 8px;
}

.input-group-text:has(img) {
  border: none;
}

.form-group-headings {
  margin-block: 20px;
}

.form-group-headings h4 {
  font-weight: 700;
  font-size: 19.1px;

  a {
    text-decoration: none;
    color: #000;
  }
}

.form-group-headings p {
  font-weight: 400;
  font-size: 15px;
}

.input-group-text {
  background: none;
  font-weight: 400;
  font-size: 15px;
  color: #010101;
}

.form-group-headings:has(div) {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  flex-wrap: wrap;
}

.form-group-headings:has(div) small {
  margin-right: 10px;
}

.map-iframe {
  border-radius: 16px;
}

input[type="date"] {
  -moz-appearance: textfield;
  /* Fallback for Firefox */
  -webkit-appearance: auto;
          appearance: auto;
  /* Reset to default */
}

.date-picker {
  background: url(../images/calendar.png) no-repeat center right 10px;
}
.peace-of-mind-inner-wrapper {
  background: url(../../images/peace-of-mind-inner-wrapper-BG.png) no-repeat
    bottom right;
  background-size: cover;
  padding: 84px 62px;
}
.peace-of-mind-inner-wrapper h2 {
  font-size: 28px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0px;
  color: #1d1f24;
  font-weight: 700;
}
.peace-of-mind-inner-wrapper p {
  font-size: 23px;
  line-height: 1.5;
  color: #1d1f24;
  margin-bottom: 56px;
  a {
    color: #1d1f24;
    text-decoration: underline;
  }
}
.peace-of-mind-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 32px;
}
.peace-of-mind-items {
  width: 100%;
  max-width: 372px;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
}
.peace-of-mind-logo {
  width: 46px;
}
.peace-of-mind-content h4 {
  font-weight: 700;
  font-size: 23.77px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1d1f24;
  margin-bottom: 10px;
}
.peace-of-mind-content p {
  font-weight: 400;
  font-size: 15.38px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0px;
  color: #1d1f24;
}
.women{
  display: none;
}
@media (max-width: 768px) {
  .peace-of-mind-inner-wrapper {
    padding: 0;
    background: none;
  }
  .peace-of-mind-wrapper.spacing {
    background: url(../../images/peace-of-mind-inner-wrapper-BG.png) no-repeat
      bottom left;
    background-size: cover;
    padding-block: 50px;
  }
  .women{
    display: flex;
    justify-content: end;
    transform: translateY(49px);
    img{
      max-width: 220px;
    }
  }
}

.operations-donate-page {
  background: #f8f8f8;
}

.operations-donate-page .operations-donate-intro .primary-heading {
  text-align: left;
  font-weight: 400;
  margin-bottom: 12px;
}

.operations-donate-page .operations-donate-intro .secondry-heading {
  text-align: left;
  color: #626262;
  max-width: 720px;
}

.operations-donate-card {
  background: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.operations-donate-card h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.operations-amount-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.operations-amount-group .btn,
.operations-donate-as-group .btn {
  min-width: 88px;
  border-radius: 8px;
  border: 1px solid #000;
  font-weight: 500;
  color: #000;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-active-color: #000;
}

.operations-amount-group .btn-check:checked + .btn,
.operations-donate-as-group .btn-check:checked + .btn {
  background-color: var(--seedout-chocolate);
  border-color: #000;
  color: var(--seedout-chocolate-contrast);
}

.operations-custom-amount {
  flex: 1 1 140px;
  min-width: 140px;
  max-width: 220px;
}

.operations-custom-amount .form-control {
  border-radius: 8px;
  border: 1px solid #000;
  height: 42px;
}

.operations-donate-as-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.operations-donate-as-group .btn {
  min-width: 100px;
}

.operations-donate-submit {
  width: 100%;
  max-width: 320px;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  background-color: var(--seedout-chocolate);
  border: 1px solid #000;
  color: var(--seedout-chocolate-contrast);
}

.operations-donate-submit:hover,
.operations-donate-submit:focus {
  background-color: var(--seedout-chocolate);
  border-color: #000;
  color: var(--seedout-chocolate-contrast);
  opacity: 0.92;
}

.operations-donate-sidebar {
  background: #fff;
  border-radius: 8px;
  padding: 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  height: 100%;
}

.operations-donate-sidebar h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.operations-donate-sidebar p {
  color: #626262;
  margin-bottom: 16px;
}

.operations-donate-sidebar .award-badge {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 16px;
}

.operations-achievements .Awards-wrapper {
  background-color: #eff6f3;
}

.operations-achievements .primary-heading {
  font-weight: 400;
}

.operations-donate-sidebar .award-img {
  text-align: center;
}

.operations-donate-sidebar .award-img img {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.operations-donate-faq {
  padding-bottom: 60px;
}

.operations-donate-faq .primary-heading {
  text-align: left;
  font-weight: 400;
  margin-bottom: 24px;
}

.operations-donate-faq .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.operations-donate-faq .accordion-button {
  font-weight: 500;
  font-size: 16px;
}

.operations-donate-faq .accordion-button:not(.collapsed) {
  background: #f7f8fa;
  color: #000;
}

.operations-donate-faq .accordion-body {
  color: #626262;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .operations-donate-card,
  .operations-donate-sidebar {
    padding: 20px 18px;
  }

  .operations-donate-submit {
    max-width: none;
  }
}

.award-banner-section {
  background-color: #586bd4;
}
.Achievements-wrapper.BG-F8F8F8{
    background: #F2F4F5;

}
.Achievements-wrapper .secondry-heading{
    margin-bottom: 100px;
}
.Achievements-wrapper p:not(.secondry-heading) {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  margin-bottom: 44px;
  text-wrap: balance;
}
.Achievements-wrapper p b {
  font-weight: 500;
  
}

