.donation-section {
    background-color: #f9f9f9;
}
.img-fluid-do{
        height: 300px !important;
    width: 309px !important;
}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.donation-form .form-control,
.donation-form .form-select {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #ddd;
}

.donation-form .btn-primary {
  color: #fff;
    border: none;
    font-weight: 600;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

 

.checklist li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}


/* volunteer */
/* Section Styling */
.volunteer-section {
  background: linear-gradient(135deg, #f9fafc 0%, #eef3f8 100%);
  padding: 80px 0;
  overflow: hidden;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1b2a49;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Checklist */
.checklist li {
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
}

.checklist i {
  color: #007bff;
  margin-right: 10px;
  font-size: 1.2rem;
}

/* Volunteer Images */
.volunteer-images {
  display: flex;
  gap: 15px;
}

.vol-img {
  width: 30%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.vol-img:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.volunteer-form {
  background: #fff;
  border-radius: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.volunteer-form h3 {
  font-weight: 600;
  color: #1b2a49;
}

.form-control,
.form-select {
  border-radius: 10px;
  border: 1px solid #dcdfe6;
  padding: 12px;
  transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
 
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}

/* Button Gradient */
.btn-gradient {
  
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  
  transform: translateY(-2px);
}

/* Button */
.btn-gradient {
  
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  padding: 12px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(90deg, #0056b3, #0090cc);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .volunteer-section {
    padding: 50px 20px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .volunteer-images {
    flex-wrap: wrap;
  }

  .vol-img {
    width: 45%;
  }
}

.volunteer-img{
    height: 183px !important;
}
 