.elementor-136 .elementor-element.elementor-element-e81357b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-136 .elementor-element.elementor-element-e81357b:not(.elementor-motion-effects-element-type-background), .elementor-136 .elementor-element.elementor-element-e81357b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0FDF5;}.elementor-136 .elementor-element.elementor-element-9dce321{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-136 .elementor-element.elementor-element-832f27b{--display:flex;}.elementor-136 .elementor-element.elementor-element-ca39270{text-align:center;}.elementor-136 .elementor-element.elementor-element-e21cc2d{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-136 .elementor-element.elementor-element-9af94d2.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-136 .elementor-element.elementor-element-9af94d2.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-136 .elementor-element.elementor-element-9af94d2.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-136 .elementor-element.elementor-element-9af94d2 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-136 .elementor-element.elementor-element-9af94d2 .elementor-image-box-img img{transition-duration:0.3s;}@media(max-width:1024px){.elementor-136 .elementor-element.elementor-element-e21cc2d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-136 .elementor-element.elementor-element-832f27b{--width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-136 .elementor-element.elementor-element-ca39270 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:15px 0px 20px 0px;}.elementor-136 .elementor-element.elementor-element-e21cc2d{--width:100%;--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-136 .elementor-element.elementor-element-9af94d2 .elementor-image-box-img{margin-bottom:15px;}}/* Start custom CSS for text-editor, class: .elementor-element-608ede9 */.donation-section {
  background: linear-gradient(to right, #f1fff6, #e6f6ed);
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.donation-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  max-width: 700px;
  box-shadow: 0 20px 40px rgba(0, 100, 0, 0.1);
  text-align: center;
  animation: fadeInUp 1s ease-in-out;
}

.donation-box h1 {
  font-size: 32px;
  color: #000000; /* changed to black */
  margin-bottom: 20px;
}

.donation-box .intro {
  font-size: 18px;
  margin-bottom: 25px;
  color: #444;
}

.donation-impact {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.donation-impact li {
  font-size: 16px;
  margin: 10px 0;
  color: #333;
  background: #ecfdf3;
  padding: 10px;
  border-radius: 10px;
  transition: transform 0.2s;
}

.donation-impact li:hover {
  transform: scale(1.03);
}

.heart {
  font-size: 16px;
  color: #2c7a57;
  font-weight: 500;
  margin-bottom: 30px;
}

.bank-details {
  background: #f0fdf5;
  border-left: 5px solid #2c7a57;
  padding: 20px;
  border-radius: 12px;
  text-align: left;
  margin-bottom: 20px;
}

.bank-details h3 {
  margin-top: 0;
  color: #007b5e;
  font-size: 18px;
  margin-bottom: 10px;
}

.bank-details p {
  font-size: 15px;
  color: #333;
  margin: 6px 0;
}

.bank-details p strong {
  font-weight: 700;
  color: #000;
}

.closing {
  font-style: italic;
  font-size: 14px;
  color: #666;
}

/* Subtle fade-up animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .donation-box {
    padding: 25px 20px;
  }

  .donation-box h1 {
    font-size: 26px;
  }

  .bank-details {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c459602 */.aboutqhome-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
  background-color: #fefefe;
  border-left: 6px solid #276749;
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
  color: #2c3e50;
  line-height: 1.7;
}

.aboutqhome-section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #1a202c;
  text-align: center;
}

.aboutqhome-section p {
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: justify;
}/* End custom CSS */