.stats{
    color: #7D1725;
}
.gold{
    color: #946622;
    font-size: 32px;
}
.text-gold{
    color: #946622;
}
.gray{
    color: #6B6B6B;
}

@media screen and (max-width:768px) {
.gold{
    font-size: 22px;
}
}
.section-title::after{
    background: #7D1725;
}
@media screen and (min-width:1116px) {
.pt-xl-100{
    padding-top: 100px;
}
}

.sub-title{
    color:#7D1725;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

/* Keep Existing Layout */
.hero-area {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

/* Fullscreen Responsive Video */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Keep overlay working */
.hero-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}

/* Text Above Video + Overlay */
.hero-area .container,
.hero-content {
    position: relative;
    z-index: 3;
}

.progress-wrap-hindu .donate-btn .btn:hover{
    color: white;
}
.section-title{
    color: #946622;
}
