.nights-mercry {
  /* padding: 40px 200px; */
  padding: 40px 16px;
  max-width: 1232px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .nights-mercry {
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  .nights-mercry {
    padding: 28px 0;
  }
}
.nights-mercry__container {
  background-color: #004c51;
  /* background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-18.png");
  background-position: center center; */
  background-image: url("/wp-content/uploads/2026/03/Image-1-1.jpg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 24px;
  padding: 64px 32px;
}
@media (max-width: 1200px) {
  .nights-mercry__container {
    padding: 64px 32px;
  }
}
@media (max-width: 767px) {
  .nights-mercry__container {
    border-radius: 0;
    padding: 48px 32px;
    background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-18.png");
    background-position: center center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .nights-mercry__wrapper._container {
    padding: 0;
  }
}

.nights-of-mercy {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-width: 510px;
}
.nights-of-mercy__toggle {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 48px 0;
}
@media (max-width: 767px) {
  .nights-of-mercy__toggle {
    margin: 0 0 40px 0;
    gap: 24px;
  }
}
.nights-of-mercy__toggle-btn {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nights-of-mercy__toggle-btn.is-active .button-text {
  background-color: #df240c;
  color: #fff;
}
.nights-of-mercy__toggle-btn .button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0 24px;
  height: 48px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #012527;
  background-color: #fff;
  font-size: 16px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .nights-of-mercy__toggle-btn .button-text {
    height: 48px;
    padding: 8px 16px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
}
.nights-of-mercy__toggle-btn .button-subtext {
  display: flex;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  justify-content: center;
}
@media (max-width: 767px) {
  .nights-of-mercy__toggle-btn {
    width: 100%;
    max-width: 100%;
  }
}
.nights-of-mercy__select {
  position: relative;
  z-index: 1;
  min-width: 320px;
  max-width: 100%;
  width: 100%;
  /* width: fit-content; */
  border: 1px solid #002527;
  border-radius: 8px;
  padding: 0px 44px 0px 16px;
  background: #fff;
  background-image: url("/wp-content/themes/islamichelp/assets/images/arrow-down.svg");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 12px;
  font-size: 18px;
  line-height: 100%;
  color: #012527;
  font-weight: 600;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}
.nights-of-mercy__select.open {
  z-index: 10000;
  border-radius: 8px 8px 0 0;
}
.nights-of-mercy__select.open .nights-of-mercy__dropdown {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .nights-of-mercy__select {
    max-width: 100%;
    width: 100%;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .nights-of-mercy__select {
    height: 48px;
  }
}
.nights-of-mercy__dropdown {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #002527;
  border-top: none;
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nights-of-mercy__select.open .nights-of-mercy__dropdown {
  pointer-events: auto;
}
.nights-of-mercy__option {
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}
.nights-of-mercy__option:hover {
  background: #004c51;
  color: #fff;
}
.nights-of-mercy__variations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .nights-of-mercy__variations {
    width: 100%;
  }
}
.nights-of-mercy__amount-btn {
  padding: 0px 24px;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  background-color: #004c51;
  height: 46px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  transition: all 0.3s ease 0s;
}
.nights-of-mercy__amount-btn.active {
  background-color: #fff;
  color: #012527;
}
@media (max-width: 767px) {
  .nights-of-mercy__amount-btn {
    width: 100%;
    height: 46px;
  }
}
.nights-of-mercy__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #012527;
  min-height: 1.5em;
  background-color: #eefbf8;
  padding: 4px 8px;
  font-family: "Karla", sans-serif;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
}
.nights-of-mercy__custom-amount {
  /* max-width: 320px; */
  max-width: 100%;
  width: 100%;
  padding: 12px 16px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  font-size: 18px;
  line-height: normal;
  color: #012527;
  font-family: "Work Sans", sans-serif;
}
.nights-of-mercy__custom-amount::-moz-placeholder {
  color: #5f6d6e;
  font-size: 18px;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
}
.nights-of-mercy__custom-amount::placeholder {
  color: #5f6d6e;
  font-size: 18px;
  line-height: normal;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 767px) {
  .nights-of-mercy__custom-amount {
    height: 48px;
  }
}
.nights-of-mercy__btn-donate {
  margin: 24px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: fit-content; */
  width: 100%;
  background-color: #df240c;
  padding: 17px 24px;
  border-radius: 1000px;
  transition: all 0.3s ease 0s;
  font-weight: 800;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-family: "Work Sans", sans-serif;
  height: 46px;
  min-width: 180px;
}
.nights-of-mercy__btn-donate:hover {
  background-color: #deca3c;
  color: #004c51;
}
@media (max-width: 767px) {
  .nights-of-mercy__btn-donate {
    height: 48px;
    max-width: 100%;
    width: 100%;
    margin: 24px 0 0 0;
  }
}
.nights-of-mercy__debug {
  margin-top: 24px;
  padding: 16px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.4;
  overflow: auto;
  max-height: 400px;
  white-space: pre-wrap;
  word-break: break-word;
}
.nights-of-mercy__label {
  color: #fff;
  text-transform: uppercase;
  font: 700 32px/1.2em "Antonio", sans-serif;
  margin-bottom: 32px;
}
.nights-of-mercy__row {
  display: flex;
  /* align-items: flex-start; */
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .nights-of-mercy__row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .nights-of-mercy__row {
    gap: 12px;
  }
}
.nights-of-mercy__checkbox {
  display: flex;
  padding: 2px 0 2px 32px;
  background-image: url("/wp-content/themes/islamichelp/assets/images/checkbox-05.svg");
  background-position: left center;
  background-size: 24px;
  background-repeat: no-repeat;
  position: relative;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
}
.nights-of-mercy__checkbox._active {
  background-image: url("/wp-content/themes/islamichelp/assets/images/Checkbox-06.svg");
}
.nights-of-mercy__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.nights-of-mercy__col-02 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.nights-of-mercy__col-01 {
  display: flex;
  flex-direction: column-reverse;
  gap: 12px;
}
@media (max-width: 767px) {
  .nights-of-mercy__col-01 {
    /* flex-direction: column-reverse; */
    width: 100%;
  }
}
.nights-of-mercy__info-wrapper {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  gap: 8px;
  width: 100%;
}
@media (max-width: 767px) {
  .nights-of-mercy__info-wrapper {
    flex-direction: column;
    gap: 12px;
  }
}/*# sourceMappingURL=style.css.map */