@keyframes moveBackground {
  0% {
    background-position: -350% center;
  }

  100% {
    background-position: 250% center;
  }
}

.floating-left {
    animation-name: floating-left;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0;
    margin-top: 0;
}

.floating-right {
    animation-name: floating-right;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 0;
    margin-top: 0;
}

/* Left float animation with slight counterclockwise rotation */
@keyframes floating-left {
    0%   { transform: translate(-5px, 0) rotate(-5deg); }
    50%  { transform: translate(0, 10px) rotate(5deg); }
    100% { transform: translate(-5px, 0) rotate(-5deg); }
}

/* Right float animation with slight clockwise rotation */
@keyframes floating-right {
    0%   { transform: translate(5px, 0) rotate(5deg); }
    50%  { transform: translate(0, 10px) rotate(-5deg); }
    100% { transform: translate(5px, 0) rotate(5deg); }
}


.shimmer-card {
  background: #f6f7f8;
  background-image: linear-gradient(
    to right,
    #f6f7f8 0%,
    #e0e0e0 20%,
    #f6f7f8 40%,
    #f6f7f8 100%
  );
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  animation: shimmer 1.2s infinite linear;
  height: 280px;
  width: 310px;
  border-radius: 8px;
  margin: 10px 0;
}



.cgf-section1 {
  background: url(/assets/img/home_new/cgf-hero-bg.webp) no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  min-height: max-content;
}

@media screen and (max-width: 600px) {
  .cgf-section1 {
    background: url(/assets/img/home_new/cgf-hero-bg-mob.webp) no-repeat;
    background-size: cover;
    min-height: max-content;
  }
}

@media (min-width: 1440px) {
  .cgf-section1 .container {
    max-width: 1184px;
  }
}

@media screen and (max-width: 480px) {
  .cgf-section1 .hero-wrapper {
    padding-top: 2.25rem;
  }
}

.cgf-section1 .cgf-section1-right {
  position: relative;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .cgf-section1 .cgf-section1-right {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .cgf-section1 .cgf-section1-right {
    display: flex;
    justify-content: end;
  }
}

.cgf-section1 .cgf-section1-right .svg-box-shadow {
  box-shadow: 2.54px 5.08px 17.78px 0px #00000026;
}

.cgf-section1 .hero-heart,
.cgf-section1 .community,
.cgf-section1 .supported,
.cgf-section1 .impacted {
  position: absolute;
}

.cgf-section1 .hero-heart {
  top: 36px;
  left: 41px;
}

@media screen and (max-width: 480px) {
  .cgf-section1 .hero-heart {
    max-width: 33px;
    top: 50px;
    left: 82px;
  }
}

.cgf-section1 .community {
  bottom: 40px;
  left: -26px;
  transform: rotate(18deg);
}

@media screen and (max-width: 480px) {
  .cgf-section1 .community {
    left: 58px;
    max-width: 110px;
  }
}

.cgf-section1 .supported {
  bottom: 50px;
  right: 70px;
}

@media screen and (max-width: 480px) {
  .cgf-section1 .supported {
    bottom: 24px;
    right: 50px;
    max-width: 115px;
    height: 30px;
  }
}

.cgf-section1 .impacted {
  top: -20px;
  right: 200px;
  transform: rotate(-14deg);
}

@media screen and (max-width: 480px) {
  .cgf-section1 .impacted {
    top: 0px;
    height: 34px;
    right: 70px;
    max-width: 100px;
  }
}


.cgf-section1 .cgf-section1-title {
  line-height: 100%;
  margin: 0;
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .cgf-section1 .cgf-section1-title {
    font-size: 2rem;
    width: 70%;
  }
}

.cgf-section1 .cgf-section1-title-color {
  color: #21936a;
}

@media screen and (max-width: 768px) {
  .cgf-section1 .cgf-section1-fundMyCure-banner-img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cgf-section1 .cgf-section1-fundMyCure-banner-img {
    max-width: 329px;
  }
}

/* section 2  */
.section2 {
  background-color: #e9f4f0;
}

@media (min-width: 1440px) {
  .section2 .container {
    max-width: 1184px;
  }
}

.section2 .carousel-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

@media screen and (max-width: 600px) {
  .section2 .carousel-head {
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.section2 .carousel-head .section2-title h2 {
  width: 100%;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 40px;
}

@media screen and (max-width: 600px) {
  .section2 .carousel-head .section2-title h2 {
    font-size: 1.25rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  .section2 .carousel-head .safety-tag img {
    width: 124px;
    height: 38px;
  }
}
.CGF-carousel-button-right-img{
  -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.section2 .CGF-carousel-button {
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: 0;
  background: transparent;
}

@media screen and (max-width: 1024px) {
  .section2 .CGF-carousel-button {
    display: none;
  }
}

.section2 .CGF-carousel-button .CGF-carousel-button-right-img {
  transform: rotate(180deg);
}

.section2 .campaing-card-a-tag {
  text-decoration: none;
}

.section2 .campaigns-carousel {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding-block: 1.25rem;
}

@media screen and (max-width: 768px) {
  .section2 .campaigns-carousel .owl-stage-outer .owl-stage {
    margin-top: 5px;
  }
}

.section2 .campaigns-carousel .campaign-card {
  max-width: 266px;
  width: 100%;
  border: 0.85px solid #d2d2d2;
  border-radius: 18px;
  background-color: #ffffff;
  position: relative;
  transition: border 0.3s ease;
}

.section2 .campaigns-carousel .campaign-card:hover {
  border: 1px solid #ff8d08;
}

.section2 .campaigns-carousel .campaign-card .tax-benefits {
  position: absolute;
  width: 102px;
  height: 20px;
  top: -5px;
  right: 12px;
}

@media screen and (max-width: 480px) {
  .section2 .campaigns-carousel .campaign-card .tax-benefits {
    height: 24px;
    width: 114px;
    top: -6px;
  }

  .section2 .campaigns-carousel .campaign-card {
    max-width: 312px;
    height: 375px;
  }
}

.section2 .campaigns-carousel .campaign-card .campaign-card-wrapper {
  padding: 24px 8px 16px 8px;
}

@media screen and (max-width: 480px) {
  .section2 .campaigns-carousel .campaign-card .campaign-card-wrapper {
    padding: 24px 8px 18px 8px;
  }
}

.section2 .campaigns-carousel .campaign-card .campaign-card-title h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  height: 2.8rem;
  font-size: 16px;
  font-weight: 600;
  color: #131313;
}

.section2 .campaigns-carousel .campaign-card .campaign-card-img img {
  border-radius: 1rem;
  width: 100%;
  height: 175px;
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .section2 .campaigns-carousel .campaign-card .campaign-card-img img {
    height: 222px;
  }
}

.section2 .campaigns-carousel .campaign-card .campaign-card-cta {
  display: flex;
  gap: 0.5rem;
  padding-top: 10px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .section2 .campaigns-carousel .campaign-card .campaign-card-cta {
    padding-top: 14px;
  }
}

.section2
  .campaigns-carousel
  .campaign-card
  .campaign-card-cta
  .campaign-card-donate-btn {
  background-image: url(/assets/img/home_new/btn-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: moveBackground 1.8s linear infinite;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 8px;
  border-radius: 8px;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  gap: 8px;
  background-color: #ff8d08;
}

.section2
  .campaigns-carousel
  .campaign-card
  .campaign-card-cta
  .campaign-card-donate-btn:hover {
  text-decoration: none;
}

.section2
  .campaigns-carousel
  .campaign-card
  .campaign-card-cta
  .campaign-card-donate-btn
  img {
  height: 27px;
  width: 27px;
  margin-right: 6px;
}

.section2 .campaigns-carousel .campaign-card .campaign-card-cta .cgf-share-btn {
  outline: none;
  border: 1.5px solid #21936a;
  border-radius: 0.5rem;
  background: #fff;
  padding-inline: 0.7rem;
  width: 48px;
  height: 48px;
}

.section2
  .campaigns-carousel
  .campaign-card
  .campaign-card-cta
  .cgf-share-btn
  .cgf-share-image {
  width: 24px;
  height: 24px;
}

/* focus area style  */

.CGF-focus-area-container {
  background: linear-gradient(#e9f4f0, #ffffff);
  padding-block: 0 2rem;
}

@media screen and (max-width: 768px) {
  .CGF-focus-area-container {
    padding-block: 0 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .CGF-focus-area-container .container {
    max-width: 1184px;
  }
}

.CGF-focus-area-container .CGF-focus-area-heading-wrapper {
  gap: 1rem;
}

.CGF-focus-area-container
  .CGF-focus-area-heading-wrapper
  .CGF-focus-area-heading-title {
  background: linear-gradient(0deg, #1e8660, #21936a, #6ab79b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e8660;
  line-height: 1.25rem;
}

.CGF-focus-area-container
  .CGF-focus-area-heading-wrapper
  .CGF-focus-area-heading-subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  color: #202022;
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .CGF-focus-area-container
    .CGF-focus-area-heading-wrapper
    .CGF-focus-area-heading-subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.CGF-focus-area-container .CGF-focus-area-items-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  column-gap: 5rem;
  row-gap: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .CGF-focus-area-container .CGF-focus-area-items-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.CGF-focus-area-container .CGF-focus-area-item-img {
  width: 80px;
  height: 94px;
  padding-right: 1rem;
}

@media screen and (max-width: 768px) {
  .CGF-focus-area-container .CGF-focus-area-item-img {
    min-width: 50px;
    height: 70px;
    padding-right: 0.5rem;
  }
}

.CGF-focus-area-container .CGF-focus-area-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.CGF-focus-area-container
  .CGF-focus-area-details-wrapper
  .CGF-focus-area-details-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #202022;
  line-height: 1.5rem;
}

.CGF-focus-area-container
  .CGF-focus-area-details-wrapper
  .CGF-focus-area-details-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #45464b;
  line-height: 1.5rem;
}

.FMC-faq-section {
  padding: 3rem 0rem;
  background: #f1f1f3;
}

@media (min-width: 1440px) {
  .FMC-faq-section .container {
    max-width: 1184px;
  }
}

.FMC-faq-section .FMC-faq-heading {
  font-weight: 700;
  font-size: 1.25rem;
  color: #202022;
}

.FMC-faq-section .CGF-faq-text {
  background: linear-gradient(0deg, #1e8660, #21936a, #6ab79b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e8660;
}

.FMC-faq-section .CGF-faq-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #202022;
  line-height: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .FMC-faq-section .CGF-faq-title {
    font-size: 1.66rem;
    font-weight: 700;
    color: #202022;
    line-height: 2rem;
  }
}

.FMC-faq-section .FMC-faq-wrapper {
  border: 1px solid #c8c8c9;
  border-radius: 1rem;
  margin: 1rem;
  padding: 1rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .FMC-faq-section .FMC-faq-wrapper {
    padding: 1rem;
  }
}

.FMC-faq-section .FMC-faq-wrapper .FMC-toggle-section {
  cursor: pointer;
  gap: 0.5rem;
}

.FMC-faq-section .FMC-faq-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 24px;
  color: #45464b;
}

@media screen and (max-width: 768px) {
  .FMC-faq-section .FMC-faq-title {
    font-size: 1rem;
  }
}

.FMC-faq-section .FMC-faq-subTitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #707175;
}

@media screen and (max-width: 768px) {
  .FMC-faq-section .FMC-faq-subTitle {
    font-size: 0.875rem;
  }
}

.FMC-faq-section .FMC-toggle-faq-btn {
  cursor: pointer;
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.FMC-faq-section .FMC-toggle-faq-btn.rotated {
  transform: rotate(0deg);
}

.CGF-about-container {
  background: #e9f4f0;
  padding-block: 5rem;
}

@media screen and (max-width: 768px) {
  .CGF-about-container {
    padding-block: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .CGF-about-container .container {
    max-width: 1184px;
  }
}

.CGF-about-container .CGF-about-banner-img {
  width: 436px;
  height: 400px;
}

.CGF-about-container .CGF-about-right-wrapper {
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .CGF-donate-btn {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
  }
  .CGF-about-container .CGF-about-banner-img {
    width: 312px;
    height: 286px;
  }
  .CGF-about-container .CGF-about-right-wrapper {
    text-align: center;
    align-items: center;
    margin-top: 1rem;
  }
  .CGF-about-container .CGF-about-right-wrapper .CGF-about-donate-btn {
    width: 100%;
  }
}

.CGF-about-container .CGF-about-right-wrapper .CGF-about-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #202022;
}

.CGF-about-container .CGF-about-right-wrapper .CGF-about-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #45464b;
}

@media screen and (max-width: 1024px) {
  .CGF-about-container .container .row{
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .CGF-about-container .CGF-about-right-wrapper .CGF-about-title {
    font-size: 2rem;
    font-weight: 700;
    color: #202022;
  }
  .CGF-about-container .CGF-about-right-wrapper .CGF-about-subtitle {
    font-size: 0.875rem;
    font-weight: 400;
    color: #45464b;
  }
}

.CGF-toggle-faq {
  background: white;
    border-radius: 0.5rem;
    margin-block: 0.5rem;
}

.CGF-about-container .CGF-about-right-wrapper .CGF-about-donate-btn {
  display: inline-block;
  width: max-content;
}

.CGF-donate-btn {
  cursor: pointer;
  background: #ff8d08;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  padding: 1rem 2rem;
  background-image: url(/assets/img/home_new/btn-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: moveBackground 1.8s linear infinite;
  animation: moveBackground 1.8s linear infinite;
}



.CGF-your-role-container {
  background-image: url('/assets/img/home_new/cgf_bg.webp'),
    url('/assets/img/home_new/cgf_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50%;
  padding: 1.875rem;
}

@media screen and (max-width: 768px) {
  .CGF-your-role-container {
    background-image: url('/assets/img/home_new/cgf_bg_mob.webp'),
      url('/assets/img/home_new/cgf_bg_mob.png');
    padding: 1rem;
  }
}

.CGF-your-role-container .CGF-your-role-wrapper {
  width: 100%;
  background: rgba(14, 62, 45, 0.8);
  padding: 4rem 6rem;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .CGF-your-role-container .CGF-your-role-wrapper {
    padding: 3rem 1rem;
  }
}

.CGF-your-role-container .CGF-your-role-wrapper .CGF-your-role-text {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 100%;
}

@media screen and (max-width: 768px) {
  .CGF-your-role-container .CGF-your-role-wrapper .CGF-your-role-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
  }
}

.CGF-your-role-container .CGF-your-role-wrapper .CGF-your-role-subText {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.9rem;
}

@media screen and (max-width: 768px) {
  .CGF-your-role-container .CGF-your-role-wrapper .CGF-your-role-subText {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0rem 1rem;
    line-height: 1.33rem;
  }
}

@media screen and (max-width: 768px) {
  .CGF-your-role-container .CGF-your-role-wrapper .CGF-your-role-donate-btn {
    width: 100%;
  }
}

/* footer style  */

.caregurufoundation-footer {
  background-color: #0b5842;
  color: #fff;
  padding-block: 2rem;
}

@media (min-width: 1440px) {
  .caregurufoundation-footer .container {
    max-width: 1184px;
  }
}

.caregurufoundation-footer .cgf-footer {
  display: flex;
  flex-direction: column;
}

.caregurufoundation-footer .footer-top {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.caregurufoundation-footer .footer-top .footer-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.caregurufoundation-footer .footer-top .footer-logo .foundation-name {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.caregurufoundation-footer .footer-top .footer-logo .foundation-name span {
  font-size: 10px;
  display: block;
  font-weight: normal;
}

.caregurufoundation-footer .footer-line {
  margin: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.caregurufoundation-footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  gap: 48px;
}

.caregurufoundation-footer .footer-contact .contact-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.caregurufoundation-footer .footer-contact .contact-item strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .caregurufoundation-footer .footer-contact {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.caregurufoundation-footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.caregurufoundation-footer .footer-bottom .footer-registration {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  gap: 4px;
}

.caregurufoundation-footer .footer-registration .reg-item {
  position: relative;
  padding-right: 12px;
  margin-right: 4px;
  font-size: 0.75rem;
}

.caregurufoundation-footer .footer-registration .reg-item:not(:first-child)::before {
  content: "|";
  color: #999;
  margin-right: 8px;
}

.caregurufoundation-footer .footer-bottom .footer-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.caregurufoundation-footer .footer-bottom .footer-payments img {
  height: 24px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .caregurufoundation-footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .caregurufoundation-footer .footer-bottom .footer-registration {
    margin-bottom: 0;
  }
}

.caregurufoundation-footer .CGF-footer-accepted-payments {
  display: flex;
  justify-content: center;
  align-items: center;
}

.caregurufoundation-footer .CGF-footer-accepted-payments .CGF-accepted-payments-wrapper {
  width: max-content;
}


.payment-option {
  background: #fff;
  text-align: center;
  padding: 7px 4px 2px 4px;
  display: block;
  border-radius: 4px;
  li {
    list-style: none;
    display: inline-block;
    padding: 0px 2px;
  }
}

.amex-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 46px;
  height: 38px;
  background-position: -30px -11px;
  display: block;
  border: 0px solid red;
}

.visa-imgsss {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 64px;
  height: 38px;
  background-position: -319px -11px;
  display: block;
  border: 0px solid red;
}

.mastercard-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 44px;
  height: 38px;
  background-position: -29px -55px;
  display: block;
  border: 0px solid red;
}

.american-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 57px;
  height: 38px;
  background-position: -124px -55px;
  display: block;
  border: 0px solid red;
}

.paytm-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 57px;
  height: 38px;
  background-position: -22px -98px;
  display: block;
  border: 0px solid red;
}

.rtgs-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-repeat: repeat;
  width: 53px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 1px 3px;
}

.ssl-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-repeat: repeat;
  width: 40px;
  height: 21px;
  background-repeat: no-repeat;
}
.upi-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 57px;
  height: 38px;
  background-position: -120px -97px;
  display: block;
  border: 0px solid red;
}

.rtgs-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 57px;
  height: 38px;
  background-position: -21px -133px;
  display: block;
  border: 0px solid red;
}

.neft-img {
  background: url("https://d2aq6dqxahe4ka.cloudfront.net/themes/front/page/images/icons/footer-icons.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  width: 52px;
  height: 38px;
  background-position: -125px -133px;
  display: block;
  border: 0px solid red;
}


/* share modal  */

.share-modal-wrapper .modal.fade .modal-dialog {
  transform: translateY(100%);
  transition: transform 0.2s ease-out;
}

.share-modal-wrapper .modal-dialog {
  margin: 0 auto !important;
}

.share-modal-wrapper .modal-content {
  height: 80vh !important;
  border-radius: 8px !important;
  overflow: scroll;
  scrollbar-width: none;
  border-radius: 16px !important;
}

@media screen and (max-width: 768px) {
  .share-modal-wrapper .modal-content {
    height: 100vh !important;
    border-radius: 0px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .share-modal-wrapper .modal-content {
    height: 80vh !important;
    border-radius: 8px !important;
  }
}

.share-modal-wrapper .modal.show .modal-dialog {
  transform: translateY(0);
}

.share-modal-wrapper .modal-header {
  border: none !important;
  padding: 24px 24px 8px 24px;
}

.share-modal-wrapper .close {
  outline: none;
  background: none !important;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 13px !important;
  top: 22px !important;
  font-size: 29px !important;
  font-weight: 400 !important;
  width: 24px !important;
  height: 24px !important;
}

.share-modal-wrapper .modal-body {
  border: none !important;
  padding: 8px 24px 16px 24px;
}

.share-modal-wrapper .modal-body p {
  margin: 0;
}

.share-modal-wrapper .modal-body .share-modal-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(51, 63, 81, 1);
}

.share-modal-wrapper .modal-body .link-container {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background-color: #fff;
  padding: 6px 16px;
  width: 100%;
  margin: 24px auto 0px auto;
}

.share-modal-wrapper .modal-body .link-container .label {
  position: absolute;
  top: -10px;
  background: white;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgba(173, 177, 185, 1);
}

.share-modal-wrapper .modal-body .link-container .link-box {
  color: rgba(51, 63, 81, 1);
  padding: 8px 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  width: 100%;
}

.share-modal-wrapper .modal-body .link-container .btn-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  gap: 8px;
  background-color: rgba(237, 238, 239, 1);
  color: rgba(33, 147, 106, 1);
  border: 0;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 1024px) {
  .share-modal-wrapper .modal-body .link-container .btn-copy {
    padding: 4px 0px;
    width: 82%;
  }
}

.section2 .campaigns-carousel .campaign-card .campaign-card-cta .campaign-card-donate-btn img{
  width: 24px;
  height: 24px;
}

.share-modal-wrapper .modal-body .link-container .copy-icon {
  width: 24px;
  height: 24px;
}

.share-modal-wrapper .modal-body .share-logo-wrap {
  padding-top: 16px;
}

.share-modal-wrapper .modal-body .share-logo-wrap a {
  text-decoration: none;
}

.share-modal-wrapper .modal-body .share-logo-wrap .whatsapp-icon {
  background-image: url('/assets/img/home_new/share-icons.png');
  height: 46px;
  width: 46px;
  background-position: 0px;
  background-size: 465px;
}

.share-modal-wrapper .modal-body .share-logo-wrap .cgf-twitter-icon {
  margin-left: -4px;
  width: 55px;
  height: 55px;
}

.share-modal-wrapper .modal-body .share-logo-wrap .insta-icon {
  background-image: url('/assets/img/home_new/share-icons.png');
  height: 46px;
  width: 46px;
  background-position: -140px;
  background-size: 465px;
}

.share-modal-wrapper .modal-body .share-logo-wrap .linkdin-icon {
  background-image: url('/assets/img/home_new/share-icons.png');
  height: 46px;
  width: 46px;
  background-position: -210px;
  background-size: 465px;
}

.share-modal-wrapper .modal-body .share-logo-wrap .email-icon {
  background-image: url('/assets/img/home_new/share-icons.png');
  height: 46px;
  width: 46px;
  background-position: -349px;
  background-size: 465px;
}

.share-modal-wrapper .modal-body .share-logo-wrap .share-icon {
  background-image: url('/assets/img/home_new/share-icons.png');
  height: 46px;
  width: 46px;
  background-position: -420px;
  background-size: 466px;
}

.share-modal-wrapper .modal-body .share-logo-wrap .share-sec {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  cursor: pointer;
}

.share-modal-wrapper .modal-body .share-logo-wrap .share-sec p,
.share-modal-wrapper .modal-body .share-logo-wrap .share-sec button,
.share-modal-wrapper .modal-body .share-logo-wrap .share-sec div {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #666;
}

.share-modal-wrapper .modal-body .share-logo-wrap .insta-visible {
  display: none;
}

@media screen and (max-width: 1024px) {
  .share-modal-wrapper .modal-body .share-logo-wrap .insta-visible {
    display: flex;
  }
}

.share-modal-wrapper .modal-body .share-logo-wrap .share {
  display: flex;
  align-items: center;
  gap: 16px;
}
