.help-content-section {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/help_bg.webp');    
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed; 
    padding: 80px 0 120px 0; 
    color: white; 
    min-height: 90vh;
}

.help-text p, .help-list li {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
}

.help-list li {
    margin-bottom: 20px;
}

.help-list li strong {
    color: #F9C10A; 
    text-decoration: underline;
}

.help-info-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.contact-details p {
    font-size: 0.95rem;
    color: #d1d1d1;
}

.help-socials a {
    width: 35px;
    height: 35px;
    background: #ffffff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.help-socials a:hover {
    background: #F9C10A;
    transform: translateY(-3px);
}

.deposit-text {
    font-weight: 500;
    font-style: italic;
}

/* -- Tablets -- */
@media only screen and (max-width: 991px) {
    .dtaa-hero-section {
        min-height: 40vh;
        background-image: 
            linear-gradient(to bottom, transparent 20%, #0a0a0a 20%, #0a0a0a 80%, transparent 80%),
            linear-gradient(to bottom, transparent 19%, #D8A030 19%, #D8A030 20%, transparent 20%, transparent 80%, #D8A030 80%, #D8A030 81%, transparent 81%);
    }
    .playfair { font-size: 2.3rem; }
    .awardees-scroll-list { height: 400px; }
}

/* -- Mobile Phones -- */
@media only screen and (max-width: 600px) {
    .container{
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden; 
        box-sizing: border-box !important;
    }

    .help-text{
        padding: 0 40px;
    }

    .playfair {
        font-size: 1.8rem;
        margin-top: 100px !important; 
        text-align: center;
        padding: 0 15px;
    }

    .dtaa-hero-section {
        min-height: auto;
        padding: 120px 0 60px; 
    }

    .links-section { font-size: 0.9rem; }
}