body {
  overflow-x: hidden;
}

@media (max-width: 576px) {
  .about-caption {
    padding: 0 15px;
    font-size: 14px;
  }

  .btn-wrap a {
    display: block;
    margin-bottom: 10px;
  }
}


.donate-hero-section {
    background-image: url('../images/bg-12-free-img.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.donate-hero-section1 {
    background-image: url('../images/hero-01-free-img.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate-hero-bg {
    background-color:#000000;
    /*background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.65;
    padding: 20px;
}

.donate-hero-inner {
    color: #fff;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.donate-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    color:white;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 500;
}

.donate-title {
    font-size: 48px;
    font-weight: 600;
    color:white;
    line-height: 1.3;
    margin-bottom: 25px;
}

.donate-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #e6a79c;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.donate-btn:hover {
    background-color: #d08a7e;
    color:black;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .donate-title {
        font-size: 32px;
    }

    .donate-subtitle {
        font-size: 12px;
    }

    .donate-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}
