
.iptw-container {
    background-image: url('https://islamreligionguardian.com/storage/2025/05/mosque-bg.webp');
    background-size: cover;
    background-position: center;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
}
.iptw-overlay {
    background: rgba(0,0,0,0.6);
    padding: 30px;
    border-radius: 10px;
}
.iptw-overlay h2 {
    font-size: 28px;
    font-weight: bold;
}
.iptw-overlay p {
    font-size: 18px;
}
