.pink-outline { border: 1px solid #efc9be; }
.green-outline { border: 1px solid #b6dcaa; }

.hero-banner { min-height: 500px; position: relative; color: #ffffff; display: flex; align-items: center; overflow: hidden; justify-content: center; flex-wrap: wrap; z-index: -1; padding-bottom: 2rem; background-color: #ffffff; margin-top: 110px; }
.hero-bg { position: absolute; z-index: -1; top: 0; left: 50%; transform: translateX(-50%); height: 100%; }
.hero-bg img { height: 100%; }

.hero-img { position: relative; bottom: -50px; }
.hero-img img { width: 100%; }

.hero-content { width: 500px; display: flex; flex-direction: column; gap: 0.375rem; }

.contribute { padding: 2rem; width: 100vw; display: flex; flex-direction: column; align-items: center; gap: 40px; background-color: #ffffff; }
.contribute h2, h3 { width: 704px; text-align: center; }
.contribute .contribute-card { border: 1px solid #D0D0D0; width: 340px; padding: 24px; border-radius: 8px; display:flex; flex-direction: column; gap: 10px; }
.contribute .as-indi, .contribute .as-comp { display: flex; flex-wrap: wrap; width: 704px; justify-content: center; gap: 17px 24px;  }
.contribute .sub-text { font-size: 10px; color: #AEB1B2; }
.contribute .sub-text-2 { font-size: 12px; color: #AEB1B2; width: 230px; margin-bottom: 10px; }
.contribute p { font-size: 12px; }
.green-btn { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 12px; width: fit-content; height: 45px; border-radius: 4px; border: 1px solid #61BB46; color: #61BB46; padding: 10px 14px; line-height: 100%; font-weight: 600; cursor: pointer; }
.orange-btn { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; width: fit-content; height: 45px; border-radius: 4px; border: 1px solid #EA987F; color: #EA987F; padding: 10px 14px; line-height: 100%; align-self: center; font-weight: 600; cursor: pointer; }
.bank-details { position: relative; }
.bank-details p { width: 242px; }
.bank-details-value { font-size: 14px !important; }
.cta-div { position: relative; }
.copy-icon-div { background-color: #F6F6F6; border-radius: 4px; width: 45px; height: 45px; padding: 13.5px; position: absolute; right: 0; bottom: 0; cursor: pointer; }
.copy-icon-div:hover { background-color: #E9E9E9; }
.contribute strong { font-weight: 500; }
.as-comp .contribute-card { justify-content: space-between; }


.purpose { display: flex; flex-direction: column; align-items: center; gap: 2rem; position: relative; padding-bottom: 8rem; padding-top: 8rem; background-color: #62bb46; color: #ffffff;  margin-top: 8rem; background-image: linear-gradient(90deg, #669A20, #9DCA5B); }
.purpose p { width: 800px; }
.purpose h2 { text-align: center; width: 100%; }

.purpose-bottom { position: absolute; bottom: -10px; left: 0; overflow: hidden; width: 100vw; z-index: 2; }
.purpose-bottom img{ width: 100%; }
.purpose-top { position: absolute; top: 0; left: 0; overflow-x: hidden; width: 100vw; z-index: 2; }
.purpose-top img{ width: 100%; }

.approach { display: flex; flex-direction: column; align-items: center; gap: 2rem; position: relative; padding-top: 8rem; padding-bottom: 8rem; background-color: #EDEDED; color: #141F20; }
.approach p { width: 800px; }
.approach h2 { text-align: center; width: 100%; }

.history { display: flex; flex-direction: column; align-items: center; flex-wrap: wrap; gap: 2rem; position: relative; padding-bottom: 8rem; padding-top: 8rem; background-color: #EA987F; color: #ffffff; }
.history p { width: 800px; }
.history h2 { text-align: center; width: 100%; }

.history-bottom { position: absolute; bottom: -70px; left: 0; overflow-x: hidden; z-index: 2; height: 80px; }
.history-bottom img{ width: 1500px; height: 100%; margin-left: 50%; transform: translateX(-50%); }
.history-top { position: absolute; top: -75px; left: 0; overflow-x: hidden; z-index: 2; height: 80px;  }
.history-top img{ width: 1500px; height: 100%; margin-left: 50%; transform: translateX(-50%); }


footer { padding-top: 8rem; }

#alert-copy-action { display: none; background-color: #565a5c; color: #f6f6f6; width: fit-content; position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); padding: 18px; padding-top: 6px; padding-bottom: 6px; box-shadow: 2px 2px 4px rgba(0,0,0,0.1); border-radius: 40px; font-size: 13px; z-index: 1000; }


@media (max-width: 1024px) {
    
    .hero-banner { flex-direction: column-reverse; margin-top: 40px; }
    .hero-img { width: 300px; bottom: 0px; }
}


@media (max-width: 825px) {

    section p, section h2, section h3, section h4 { width: 100% !important; }

    .hero-content { width: initial; }
    .hero-banner { flex-direction: column-reverse; min-height: 670px; }
    .hero-bg { top: 0; }
    .hero-bg img { max-width: inherit; }
    .hero-img { width: auto; bottom: 0px; }

    .contribute {padding: 0; gap: 24px; padding-bottom: 4rem;}
    .contribute .bank-details-value { width: 240px !important; }

    .as-comp, .as-indi { width: 100% !important; }
    .as-comp { margin-top: 24px; }

    .purpose { margin-top: 0px; padding-top: 5rem; padding-bottom: 5rem; }

    .approach { padding-top: 4rem; padding-bottom: 6rem; }

    .history { padding-top: 3rem; padding-bottom: 4rem; }
}



@media (min-width: 1500px) {

    .hero-bg { display: none; }
    .hero-banner { background-image: linear-gradient(90deg, #669A20, #9DCA5B); }

    .history-top { display: none; }
    .history-bottom { display: none; }

}