  .about-us {
    display: flex;
    margin-top: 40px;
  }
  
  .about-us-image-content{
    background-image: url('../images/about/close-up-volunteer.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    position: relative;
  }
  .about-content {
    background-color: #177E38B8;
    border-radius: 12px;
    width: 40%;
    padding: 40px;
  }
  
  .about-content h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 16px;

    
  }
  
  .about-content p {
    font-family: Mona Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    width: 75%;
  }

  .about-content img {
    position: absolute;
    top: 90px;
    left: 28%;
  }
  
  @media (max-width: 767px){
    .about-us-image-content{
        background-position: right;
    }
    .about-content {
        width: 100%;
        padding: 20px;
    }
    .about-content h1{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .about-content p {
        font-size: 14px;
    }
    .about-content img {
        top: 33px;
        left: 70%;
    }
  }


   @media only screen and (min-width: 768px) and (max-width: 991px)  {
    .about-content{
        width: 100%;
    }
    .about-content p{
        width: 100%;
    }
    .about-content h1{
        font-size: 24px;
        line-height: 0px;
    }
    .about-content p{
        font-size: 14px;
    }

    .about-content img {
        top: 5px;
        left: 75%;
    }
  } 

  /* End About Us section */

  .who-we-are {
    margin-top: 100px;
  }
  .content-image-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 28px;
}
  .content {
    width: 50%;
  }
  
  .content h1 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: var(--primary-color);
    line-height: 40px;
    margin-bottom: 24px;
  }
  
  .paragraph-one, .paragraph-two { 
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6E706C;
  }
  .paragraph-one{
    margin-bottom: 20px;
  }
  .paragraph-two{
    margin-bottom: 40px;
  }
  .stats {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  
  
  
  .stat-item {
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    gap: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .stat-item h3 {
    color: #303430;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    font-family: Mona Sans;
  }
  
  .stat-item p {
    font-size: var(--h5-size);
    font-weight: var(--h5-weight);
    color: #8E908B;
    line-height: 26px;
    

  }
  
  .who-we-are-image img {
    border-radius: 17.36px;
    width: 100%;
  }


  @media (max-width: 767px){
    .who-we-are {
        margin-top: 20px;
      }

      .content-image-container{
        display: block;
      }

      .content{
        width: 100%;
        padding: 20px;
      }
      .content h1 {
        font-size: 30px;
        margin-bottom: 5px;
      }
      .paragraph-one, .paragraph-two {
        font-size: 14px;
      } 
      .stats {
        display: block;
    }

    .statimageone,
    .statimagetwo,
    .statimagethree{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
      .stat-item{
        display: block;
        margin-bottom: 15px;
      }

      .stat-item h3{
        text-align: center;
      }

      .stat-item p {
        text-align: center;
      }

      .statcontentone, .statcontenttwo, .statcontentthree{
        padding-top: 10px;
      }

      .who-we-are-image img {
        width: 100%;
        padding: 20px;
    }
  }

   @media only screen and (min-width: 768px) and (max-width: 991px) {
    .who-we-are{
        margin-top: 50px;
    }

    .content h1{
        font-size: 24px;
        line-height: 0px;
    }

    .paragraph-one, .paragraph-two{
        font-size: 16px;
    }

    .paragraph-two {
        margin-bottom: 10px;
    }

    .stat-item h3{
        font-size: 24px;
        line-height: 30px;
    }

    .stat-item{
        padding: 10px;
        gap: 0px;
    }

    .content-image-container{
        gap: 0px;
        padding: 10px;
        display: block;
    }

    .content {
        width: 100%;
        margin-bottom: 20px;
    }

    .who-we-are-image img{
        width: 100%;
    }
  } 

  /* End Who We Are section */


  /* Our Mission Section */
  .mission-section {
    
    border-radius: 12px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.mission-content-image{
    background-image: url("../images/about/Our Mission.png");
    border-radius: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.mission-content {
    background-color: #177E38B8;
    padding: 40px;
    border-radius: 12px;
    width: 50%;
}
.mission-image{
    width: 50%;
}

.mission-content h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 24px;
}

.mission-content ul {
    padding-left: 10px;
}

.mission-content li {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 8px;
    margin: 16px;
    line-height: 30px;
    font-family: Mona Sans;
    list-style-type: disc;
}

@media (max-width: 767px){
    .mission-section{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mission-content-image{
        display: block;
        background-position: left;
    }
    .mission-image{
        width: 100%;
    }
    .mission-content{
        width: 100%;
        padding: 20px;
    }

    .mission-content h3{
        font-size: 24px;
        margin-bottom: 0px;
    }

    .mission-content li{
        font-size: 14px;
        margin: 0px;
    }
}

 @media only screen and (min-width: 768px) and (max-width: 991px){
    .mission-section{
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 10px;
    }

    .mission-content h3 {
        font-size: 24px;
        line-height: 10px;
        margin-bottom: 20px;
    }

    .mission-content li{
        font-size: 14px;
        margin: 10px;
        line-height: 15px;
    }

    .mission-content{
        padding: 20px;
    }
} 



/* Make a difference Section*/
.difference-section{
    margin-bottom: 100px;
}
.difference-content{
    display: flex;
}
.difference-heading{
    width: 32%;
}
.difference-paragraph{
    width: 66%;
}
.difference-section h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: var(--primary-color);
    
}

.difference-section p {
    margin: 10px 0;
    font-family: Mona Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6E706C;
}
.difference-section-paragraph-one{
    padding-bottom: 20px;
}


@media (max-width: 767px){
    .difference-section{
        margin-bottom: 20px;
    }

    .difference-content {
        display: block;
        padding: 20px;
    }
    .difference-heading, .difference-paragraph {
        width: 100%;
    }

    .difference-section h3{
        font-size: 24px;
    }

    .difference-section p{
        font-size: 14px;
        margin: 0px;
    }

    .difference-section-paragraph-one {
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){

    .difference-section{
        margin-bottom: 40px;
        padding: 10px;
    }

    .difference-section h3{
        font-size: 24px;
    }

    .difference-section p {
        margin: 0px 0;
        font-size: 14px;
        line-height: 20px;
    }
}



/* Quick Donate Section*/

.quick-donate-section {
    background-color: #177E38;
    padding: 32px 0px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 100px;
}
.quick-donate-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quick-donate-button-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 136px;
}



.quick-donate-section h1 {
    font-size: var(--h1-size);
    font-weight: var(--h1-weight);
    color: #ffffff;
    line-height: 60px;
    font-family: Mona Sans;
}




.quick-donate-button a {
    background-color: #B9CA24;
    border: none;
    padding: 16px 20px;
    border-radius: 28px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    width: 204px;
    display: flex;
    justify-content: center;
}



.quick-content-image img {
    position: relative;
    bottom: -40px;
    
}


.quick-donate-phone-input {
    display: flex;
    align-items: center;
    border: 1px solid #E2E4E2;
    border-radius: 28px;
    background-color: #fff;
    padding: 16px;
    width: 204px;
  }
  

.donation-container {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}

/* Dropdown Styling */
.select-box {
    background: white;
    display: flex;
    align-items: center;
    width: 204px;
    padding: 16px;
    border-radius: 28px;
    border: 1px solid #E2E4E2;
}

.select-box select {
    outline: none;
    border: none;
    width: 100%;
    color: #303430;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Mona Sans';
}



.quick-donate-euro-dropdown select {
    outline: none;
    border: none;
    color: #303430;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Mona Sans';
    
}

/* Amount Dropdown */
.quick-donate-amount {
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.quick-donate-amount select {
    outline: none;
    border: none;
    width: 100%;
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Mona Sans';
}

/* Divider */
.quick-donate-divider {
    width: 1px;
    height: 20px;
    background: #E2E4E2;
    margin: 0 10px;
}

.quick-donate-euro-dropdown:focus-visible{
    border: none;
    outline: none;
}
  

@media (max-width: 767px){

    .quick-donate-section{
        margin-bottom: 20px;
        padding: 32px 60px;
    }
    .quick-donate-heading {
        text-align: center;
    }
    .quick-donate-content{
        display: block;
    }

    .quick-donate-section h1{
        font-size: 30px;
    }

    .quick-donate-phone-input{
        margin-top: 15px;
    }

    .quick-content-image img{
        bottom: -40px;
        left: 30%;
    }

    .quick-donate-button-content,
    .donation-container{
        display: block !important;
    }

    .select-box{
        width: 100% !important;
    }

    .quick-donate-phone-input{
        width: 100%;
    }
    .quick-donate-button a{
    width: 100%;
    display: flex;
    margin-top: 15px;
    justify-content: center;
    }
}

 @media only screen and (min-width: 768px) and (max-width: 991px){
    .quick-donate-section {
        margin-bottom: 50px;
    }

    .quick-donate-section h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .quick-content-image img{
        bottom: -37px;
        left: 43%;
    }

    .quick-donate-content{
        display: block;
    }

    .donate-form select, .donate-form input{
        width: 30%;
    }

    .donation-container{
        display: block;
        text-align: -webkit-center;
    }
    .quick-donate-button-content{
        display: block;
        text-align: center;
    }

    .select-box,
    .quick-donate-phone-input{
        margin-bottom: 20px;
    }
} 




/* Our Values*/ 
.values-section {
    text-align: center;
    margin-bottom: 100px;
    width: 1096px;
    margin: 0 auto;
}

.values-section h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    font-family: Mona Sans;
    color: #303430;
    margin-bottom: 24px;
}
.our-values-first-paragraph {
    width: 69%;
    margin: 0 auto;
}

.values-section p {
    color: #8E908B;
    font-family: Mona Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.values-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.value-box {
    background-color: #ffffff;
    padding: 32px;
    padding-bottom: 0px;
    border-radius: 12px;
    width: calc(50% - 20px);
    box-shadow: 0px 2px 12px 0px #00000014;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.value-box h4 {
    color: #303430;
    font-family: Mona Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
}

.value-box p {
    color: #8E908B;
    font-family: Mona Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding-right: 24px;
    
}

@media (max-width: 767px){

    .values-section{
        padding: 20px;
        margin-bottom: 0px !important;
        width: 100%;
    }
    .values-section h3{
        font-size: 24px;
        margin-bottom: 10px;
    }

    .values-section p{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .our-values-first-paragraph,
    .values-container{
        width: 100%;
    }

    .value-box{
        width: 100%;
        padding: 20px;
        margin-bottom: 10px;
    }

    .value-box h4{
        font-size: 16px;
        margin-bottom: 0px;
    }

    .value-box p{
        font-size: 14px;
        padding-right: 0px;
    }

    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .values-section{
        margin-bottom: 40px;
        width: auto;
    }

    .values-section h3{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .values-section p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        padding-right: 0px;
    }

    .value-box{
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
    }

    .value-box h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .values-container{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
} 


/* Our History */
.history-section {
    
    border-radius: 12px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.history-content-image{
    background-image: url("../images/about/Our\ History.png");
    border-radius: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.history-content {
    background-color: #177E38B8;
    padding: 40px;
    border-radius: 12px;
    width: 50%;
}


.history-content h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 24px;
}


.history-content p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    font-family: Mona Sans;
}

.our-history-first-paragraph{
    padding-bottom: 30px;
}


@media (max-width: 767px){
    .history-section{
    margin-top: 0px;
    margin-bottom: 20px;
    }

    .history-content-image{
        display: block;
        background-position: right;
    }

    .history-content{
        width: 100%;
        padding: 20px;
    }

    .history-content h3{
        font-size: 24px;
        margin-bottom: 0px;
    }

    .history-content p{
        font-size: 14px;
    }

    .our-history-first-paragraph{
        padding-bottom: 10px;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .history-section{
        margin-top: 10px;
        margin-bottom: 40px;
        padding: 10px;
    }

    .history-content{
        padding: 20px;
    }

    .history-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .history-content p{
        font-size: 14px;
        line-height: 20px;
    }

    .our-history-first-paragraph {
        padding-bottom: 10px;
    }
} 


/* The Impact Of Islmic Aid Work*/

.impact-of-islamic-aid-work-section{
    margin-bottom: 100px;
}
.impact-of-islamic-aid-work-content{
    display: flex;
}
.impact-of-islamic-aid-work-heading{
    width: 29%;
}
.impact-of-islamic-aid-work-paragraph{
    width: 71%;
}
.impact-of-islamic-aid-work-section h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: var(--primary-color);
    
}

.impact-of-islamic-aid-work-section p {
    padding-left: 70px;
    font-family: Mona Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #6E706C;
}
.impact-of-islamic-aid-work-section-paragraph-one{
    padding-bottom: 20px;
}


@media (max-width: 767px){
.impact-of-islamic-aid-work-section{
    margin-bottom: 0px;
}

.impact-of-islamic-aid-work-content {
    display: block;
    padding: 20px;
}

.impact-of-islamic-aid-work-heading {
    width: 100%;
}

.impact-of-islamic-aid-work-paragraph {
    width: 100%;
}

.impact-of-islamic-aid-work-section p{
    padding-left: 0px;
    font-size: 14px;
}

.impact-of-islamic-aid-work-section h3{
    font-size: 24px;
}

.impact-of-islamic-aid-work-section-paragraph-one {
    padding-bottom: 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .impact-of-islamic-aid-work-section{
        margin-bottom: 40px;
        padding: 10px;
    }

    .impact-of-islamic-aid-work-section h3{
        font-size: 24px;
    }

    .impact-of-islamic-aid-work-section p {
        padding-left: 0px;
        font-size: 14px;
        line-height: 20px;
    }

    .impact-of-islamic-aid-work-section-paragraph-one {
        padding-bottom: 10px;
    }
}


/* What We Have Achieved in the Past Year*/

.achievements {
    margin-bottom: 100px;
  }

  .achievement-image {
    position: absolute;
}

.achievement-image img {
    position: relative;
    top: 52px;
    left: 985px;
}

  .achievement-content{
    background-color: #F7F7F7;
    padding: 80px;
    border-radius: 12px;
  }
  
  .achievements h3 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: var(--primary-color);
    line-height: 40px;
    font-family: Mona Sans;
    margin-bottom: 40px;
  }
  
  .achievement-cards {
    display: flex;
    justify-content: space-between;
    gap: 28px;
  }
  
  .achievement-card {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 12px;
    border: 1px solid #E2E4E2;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  
  .achievement-card h2 {
    color: #177E38;
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    line-height: 50px;
    margin-bottom: 16px;
    text-align: left;
  }
  
  .achievement-card p {
    font-size: 16px;
    color: #8E908B;
    font-family: Mona Sans;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
  }

  .achievement-heading-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
  @media (max-width: 767px) {
    .achievement-card {
      width: 100%;
      margin-top: 10px;
      padding: 20px;
    }

    .achievements{
        margin-bottom: 20px;
        background-color: #F7F7F7;
        padding: 20px;
        border-radius: 12px;
    }

    .achievement-content{
        padding: 0px;
    }

    .achievement-cards{
        display: block;
    }

    .achievements h3{
        font-size: 24px;
        margin-bottom: 0px;
    }

    .achievement-card h2{
        margin-bottom: 0px;
        font-size: 24px;
    }

    .achievement-card p{
        font-size: 14px;
    }

    .achievement-image img {
        position: relative;
        top: 35px;
        left: 310px;
        width: 60px;
        height: 60px;
    }
  }
 @media only screen and (min-width: 768px) and (max-width: 991px){

    .achievements {
        margin-bottom: 40px;
        padding: 10px;
    }

    .achievement-content{
        padding: 20px;
    }
    .achievements h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .achievement-card h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .achievement-card p{
        font-size: 14px;
        line-height: 20px;
    }

    .achievement-card{
        padding: 15px;
    }

    .achievement-image img {
        position: relative;
        top: 5px;
        left: 580px;
        width: 80px;
        height: 80px;
    }
  } 

  @media only screen and (min-width: 900px) and (max-width: 991px){
    .achievement-image img{
        left: 710px;
    }
  }

  @media only screen and (min-width: 800px) and (max-width: 899px){
    .achievement-image img{
        left: 610px;
    }
  }

  /* Our Projects */

  .our-projects {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .our-projects-content-image-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 28px;
}
  .our-projects-content {
    width: 50%;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  
  .our-projects-content h1 {
    font-size: var(--h3-size);
    font-weight: var(--h3-weight);
    color: var(--primary-color);
    line-height: 40px;
    margin-bottom: 24px;
  }
  
  .our-projects-paragraph-one, .our-projects-paragraph-two { 
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #6E706C;
  }
  .our-projects-paragraph-one{
    margin-bottom: 20px;
  }
  .our-projects-paragraph-two{
    margin-bottom: 40px;
  }
  .our-projects-image img {
    width: 100%;
}
  .our-projects-image{
    width: 50%;
  }

  .our-projects-button a{
    line-height: 24px;
    font-weight: 600;
    width: 357px;
    background-color: #177E38;
    padding: 16px 20px;
    border-radius: 28px;
    display: flex;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Mona Sans';
    justify-content: center;
  }

  @media (max-width: 767px){
    .our-projects{
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .our-projects-content-image-container{
        display: block;
    }

    .our-projects-image{
        width: 100%;
    }

    .our-projects-image img {
        width: inherit;
        padding: 0px 20px;
    }

    .our-projects-content{
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 20px;
    }

    .our-projects-content h1{
        font-size: 24px;
        margin-bottom: 0px;
    }

    .our-projects-paragraph-one, .our-projects-paragraph-two{
        margin-bottom: 10px;
    }

    .our-projects-paragraph-one, .our-projects-paragraph-two{
        font-size: 14px;
    }

    .our-projects-button a{
        width: 100%;
    }
  }
  
   @media only screen and (min-width: 768px) and (max-width: 991px){
    .our-projects {
        margin-top: 0px;
        margin-bottom: 40px;
        padding: 10px;
    }

    .our-projects-content h1 {
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .our-projects-paragraph-one {
        margin-bottom: 10px;
    }

    .our-projects-paragraph-one, .our-projects-paragraph-two {
        font-size: 14px;
        line-height: 20px;
    }

    .our-projects-paragraph-two {
        margin-bottom: 20px;
    }

    .our-projects-image img{
        width: 100%;
    }

    .our-projects-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
  } 



  /* Together We Can Spark Hope*/

  .together-we-can-spark-section {
    margin-bottom: 100px;
    
  }
   
  .together-we-can-spark-all-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #177E38;
    padding: 60px;
    border-radius: 12px;
  }

  .together-we-can-spark-heading-button {
    width: 85%;
    }

  .together-we-can-spark-content h2 {
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    color: #ffffff;
    line-height: 50px;
    margin-bottom: 60px;

  }
  .together-we-can-spark-icon img {
    position: relative;
    bottom: -64px;
}

  .together-we-can-spark-button {
    background-color: #ffffff;
    color: #177E38;
    padding: 16px 20px;
    border-radius: 28px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    width: 196px;
    display: flex;
    justify-content: center;
  }
  
  
 
  
  
  
  @media (max-width: 767px) {

    .together-we-can-spark-all-content{
        display: block;
        padding: 20px;
    }
    .together-we-can-spark-content h2{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .together-we-can-spark-section {
        margin-bottom: 0px;
        padding: 20px;
    }

    .together-we-can-spark-content {
        width: 100%;
    }

    .together-we-can-spark-button{
        width: 100%;
    }

    .together-we-can-spark-icon img{
        bottom: -26px;
    }
  
    .together-we-can-spark-icon img {
        width: 100%;
    }
  
    .together-we-can-spark-heading-button{
        width: 100%;
    }
    
  }
  
   @media only screen and (min-width: 768px) and (max-width: 991px) {

    .together-we-can-spark-section {
        margin-bottom: 40px;
        padding: 10px;
    }

    .together-we-can-spark-all-content{
        padding: 20px;
    }
    .together-we-can-spark-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .together-we-can-spark-heading-button {
        width: 100%;
    }

    .together-we-can-spark-icon img {
        bottom: -27px;
        width: 100%;
    }
  } 
 
   
  .custom-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 50px; /* For the rounded design */
    padding: 10px 20px;
    width: 300px; /* Adjust as needed */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  .currency-selector select,
  .dropdown-selector select {
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    appearance: none; /* Hides default dropdown arrow */
  }
  
  .currency-selector select:focus,
  .dropdown-selector select:focus {
    outline: none;
  }
  
  .amount-input {
    border: none;
    flex-grow: 1;
    font-size: 16px;
    text-align: center;
    color: #666;
  }
  
  .amount-input:focus {
    outline: none;
  }
  
  .custom-field select {
    cursor: pointer;
  }
  
  /* Optional: Adjust for mobile responsiveness */
  @media (max-width: 767px) {
    .custom-field {
      width: 100%;
    }
  }
  



 