.pt-100 {
    padding-top: 100px;
}

.event-committee-section {
  background: #f7eefc; /* Light gray-blue, adjust as needed */
  border-radius: 12px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.donateHero {
    align-items: center;
    background: url(/themes/custom/brokerage/images/shutterstock_11564599.png);
    background-position: center;
    background-size: cover;
    color: #fdfdfd;
    display: flex;
    height: 75vh;
    justify-content: center;
    position: relative;
    width: 100%;
}

.donateHero::before {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.donateHero h1 {
    line-height: 1;
}

.donateHero p {
    font-weight: 200;
}

.hero-bottom {
    bottom: 5px;
    left: 0;
    position: absolute;
    right: 0;
}

.hero-bottom p {
    font-size: 1.25rem !important;
}

.participate-card {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    flex: 0 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.participate-card:before {
    background: rgb(245 208 254 / 20%);
    border-radius: 0.375rem;
    content: "";
    position: absolute;
    width: 200px;
    height: 400px;
    z-index: -1;
    transform: rotate(43.25deg);
    right: -37px;
    top: 11px;
}

.pinkBtn {
    background-color: #b64987;
    border-radius: 3px;
    display: inline-block;
    color: #fdfdfd;
    padding: .6rem 2rem;
    transition: all .1s ease-in;
}

.pinkBtn:hover {
    background-color: #c15793;
    color: #fdfdfd;
}

.donateIntro {
    font-size: 1.125rem;
}

.sponsorContainer {
    padding: 100px 0 0;
}

.sponsorTitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0;
}

.sponsorPrice {
    color: #b64987;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: -0.5rem;
}

.main-container {
    padding: 25px 0 !important;
}

#edit-purchase-tickets--wrapper,
#edit-ad
#edit-camera-or-text--wrapper {
    margin-bottom: 0;
}

.form-item-total-donation-amount label {
    font-weight: bold;
}

.fieldset-legend {
    font-weight: 800;
}

.sponsor-logo {
    max-width: 100px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-submit {
    background-color: #b64987 !important;
    border-radius: 3px !important;
    color: #fdfdfd !important;
    width: 100%;
}

.form-submit:hover {
    background-color: #c15793 !important;
}

.sponsor-name-link {
    display: block;
    padding: 0.5rem 0;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
}

.presented-by-section {
    background: #f7f6fb;
    border: 2px solid #6c4a7c;
    border-radius: 16px;
    padding: 1.25rem 1rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.presented-by-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #6c4a7c;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5px;
    text-align: center;
}

.presented-by-section .row-cols-1 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.presented-by-section .col {
    display: flex;
    justify-content: center;
}

.presented-by-section .card {
    padding: 1rem 1rem 0.5rem 1rem;
}

@media (min-width: 768px) {
    .donateHero h1 {
        font-size: 4rem;
    }

    .donateHero p {
        font-size: 2rem;
    }

    .hero-bottom p {
        font-size: 1.5rem !important;
    }
}