/* Start custom CSS for html, class: .elementor-element-26020cb */.donation-section{
max-width:1100px;
margin:60px auto;
padding:20px;
font-family:Arial,sans-serif;
}

.donation-header{
text-align:center;
margin-bottom:35px;
}

.donation-header h2{
font-size:40px;
color:#7b2d12;
margin-bottom:10px;
}

.donation-header p{
color:#777;
font-size:18px;
}

.donation-card{
background:#fff;
padding:40px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
border-top:6px solid #8B5A2B;
}

.donation-card h3{
color:#7b2d12;
margin-bottom:20px;
}

.donation-card p{
line-height:1.9;
color:#555;
text-align:justify;
margin-bottom:15px;
}

.donation-list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:15px;
margin:35px 0;
}

.item{
background:#faf5ef;
padding:18px;
border-left:5px solid #b8860b;
border-radius:8px;
font-weight:600;
}

.bank-details{
margin-top:35px;
}

.bank-details h4{
margin-bottom:15px;
color:#7b2d12;
}

.bank-details table{
width:100%;
border-collapse:collapse;
}

.bank-details td{
padding:12px;
border-bottom:1px solid #ddd;
}

.btn-area{
text-align:center;
margin-top:40px;
}

.donate-btn{
display:inline-block;
background:#8B5A2B;
color:#fff;
padding:15px 40px;
text-decoration:none;
border-radius:50px;
font-size:18px;
font-weight:bold;
transition:.3s;
}

.donate-btn:hover{
background:#6b4218;
}

@media(max-width:768px){

.donation-card{
padding:25px;
}

.donation-header h2{
font-size:28px;
}

}/* End custom CSS */