
.dhc-card {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 40px 20px;
    background-size: cover;
    background-position: center;
    color: #000;
    font-family: 'Noto Nastaliq Urdu', serif;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.dhc-date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dhc-hadees {
    font-size: 20px;
    margin-top: 20px;
}
.dhc-image img {
    max-height: 200px;
    width: auto;
}
