.zakat-container {
    max-width: 100%!important;
	width:100%;
    margin: auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: start;
}
.zakat-title {
    font-size: 24px;
    color: #155f5e;
    margin-bottom: 15px;
}
.zakat-form label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.zakat-form input {
    width: 320px;
    padding: 8px 8px 8px 30px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.donation-section {
    margin-top: 20px;
}
.donate-button {
    display: inline-block;
    background: #FF5722;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
