.icon-confirmation {
  color: #42712c;
  font-size: 18px;
  margin-right: 10px;
}

.donate-img {
  width: 89%;
  border-radius: 10px;
}

.ms-7 {
  margin-left: 5rem !important;
}

.fa-phone {
  transform: none !important;
  scale: 1 !important;
  rotate: 90deg !important;
}

/* WRAPPER SPACING */
.key-highlight-wrap {
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

/* ROW STRUCTURE */
.highlight-row {
  display: flex;
  width: 100%;
  gap: 0;
  /* Screenshot mein gap nahi tha */
  margin-bottom: 0;
  flex-wrap: wrap;
}

/* MAIN BOX STYLE */
.highlight-box {
  flex: 1;
  padding: 40px 40px;
  text-align: center;
  color: #ffffff;

  min-height: 260px;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* INNER FLEX */
.highlight-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* ICON */
.highlight-icon i {
  font-size: 55px;
  color: #fff;
}

/* HEADING */
.highlight-text h3 {
  font-size: 22px;
  color: #273c35;
  margin: 0;
}

/* PARAGRAPH */
.highlight-text p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}

/* BOTTOM WIDE BOXES */
.wide {
  flex: 1;
}

/* ✔ EXACT SCREENSHOT COLORS */
.color1 {
  background: #607965;
}

.color2 {
  background: #708F75;
}

.color3 {
  background: #7FA487;
}

.color4 {
  background: #789778;
}

.color5 {
  background: #647d67;
}

.text-justify {
  text-align: justify;
}

.become-volunteer__points li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.become-volunteer__points li i {
  color: #7c7c37;

  font-size: 18px;
  margin-right: 10px;

  margin-top: 4px;

}

.events__content p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .helping-hands:before {
    height: 45%;
  }

  .main-menu-wrapper__left {
    margin-top: 14px;
    left: -24px;
  }

  .helping-hands__progress h3 {
    width: 100%;
  }

  .tab-content__inner-list li {

    display: flex !important;

  }

  .tab-content__icon {
    margin-right: 21px;
    height: 43px;
    width: 111px;
  }

  .tab-content__icon span {
    font-size: 17px;
  }

  .donate-img {
    margin-top: 25px;

    width: 100% !important;
  }

  .ms-7 {
    margin-left: 4rem !important;
  }

  .about-page__img {
    margin-left: 29px;
  }

  .donations-list__img {
    margin-bottom: 20px;
  }


  .thumb {
    width: 100% !important;
    height: 80px !important;

  }

  .main-img {
    width: 100% !important;
    height: 100% !important;



  }

  .thumb-row {
    margin-bottom: 0px !important;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .highlight-row {
    flex-direction: column;
  }

  .highlight-box {
    min-height: auto;
    padding: 40px 25px;
  }
}

.project-gallery {
  gap: 20px;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.thumb-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.thumb {
  width: 300px;
  height: 177px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.thumb:hover {
  border-color: #f15b2a;
}

.main-img-box {
  width: 100%;
}

.main-img {
  width: 100%;
  height: 549px;
  object-fit: cover;
  border-radius: 12px;
}

.events__single a:hover {
  color: #273c35;
}

.file-upload-label {
  padding-left: 20px;
  height: 64px;
  width: 100%;

  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 14px;
  cursor: pointer;
  font-size: 14px;
  color: #6c757d;
  background: #fff;
}

.file-upload-label .choose {
  font-weight: 500;
  color: #000;
}

.file-upload-label:hover {
  border-color: #99a537;
}


.scanner-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 6px;
}

.form-label.required::after {
  content: " *";
  color: red;
  font-weight: 700;
}