/* =========================================
   DONATE FOR OUR HEROS - HERO SECTION
   ========================================= */

.donate-hero {
    width: 100%;
    min-height: 1000px;
    background-image: url('../images/donate-here.png');
    background-size: 100% 1000px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.donate-hero-content {
    width: 50%;
    max-width: 700px;
    padding: 70px 50px 70px 7%;
    box-sizing: border-box;
}

.donate-hero-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    margin-top: 700px;
}

.donate-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    padding: 0 24px;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.donate-hero-button-primary {
    background: #9d1c20;
    color: #ffffff;
    border: 2px solid #9d1c20;
}

.donate-hero-button-primary:hover {
    background: #7f1619;
    border-color: #7f1619;
    color: #ffffff;
}

.donate-hero-button-secondary {
    background: transparent;
    color: #8a6a2f;
    border: 2px solid #8a6a2f;
}

.donate-hero-button-secondary:hover {
    background: #8a6a2f;
    color: #ffffff;
}

/* =========================================
   DONATE PAGE HEADER POSITIONING
   ========================================= */

.hg-platform-header .hg-logo {
    top: 35px;
}

.hg-platform-header .hg-main-nav {
    top: 1px;
    right: 50px;
    gap: -15px;
}

.hg-platform-header .hg-heroic5-button img {
    top: 50px;
}

.regular-donation-qr-code {
    width: 150px;
    height: auto;
    position: relative;
    top: -20px;
    left: 0;
}
