body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 0.51px;
  margin-bottom: 20px;
}

h1 {
  background: -webkit-linear-gradient(45deg, #54452f, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

/*header*/
header {
  /* background-size: 19% auto;
  background-repeat: repeat;
  background-image: url(https://hkmpune.org/wp-content/uploads/2022/06/Pattern-4-white.png);
  background-color: #7e8446; */

  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
  background-size: 19% auto;
  background-repeat: repeat;
  background-image: url(https://hkmpune.org/wp-content/uploads/2022/06/Pattern-4-white.png);
  background-color: #0094c7;
}

.header-donate {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
  background-size: 19% auto;
  background-repeat: repeat;
  background-image: url(../img/Pattern-4-white.png);
  background-color: #0094c7;
}

header .navbar-brand img {
  width: 157px;
}
header a.btn {
  border-radius: 40px;
}

section {
  padding: 60px 0;
}
.alert {
  border-radius: 16px;
}
.bg-pattern {
  background: url(Pattern-3.png);
  background-size: 30% auto;
  background-repeat: repeat;
  background-blend-mode: overlay;
  background-color: #eee9d7;
}

.section-title {
  width: 480px;
  margin: 0 auto 40px;
  max-width: 100%;
}

.sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;

  width: fit-content;
  margin: 0 auto 20px;
  border-radius: 100px;
}

.bg-gray {
  background: #f2f2f2;
}

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 10px;
  /* background-color: ; */
}
button.copy:focus {
  box-shadow: 1px 2px 5px -3px;
  opacity: 0.5;
}
button.copy:hover {
  background-color: #80846187;
}
span.id {
  display: block;
}
.black_bg {
  background-color: black;
}

.blue_bg {
  background-color: black;
}

/* Line partition between donation options */
.subtitle {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}

.donation-option {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 2px 8px -6px;
}

.donation-option .btn {
  font-size: 14px;
  padding: 10px 14px;
}

/* Remove border-bottom for the last item in each row */
.row .col-md-4:last-child .donation-option {
  border-bottom: none;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.font-weight-bold {
  font-weight: 700;
}

.text-primary {
  color: #007bff;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.text-gray {
  color: #7c7c7c;
}

/*payment*/

section.payment {
  background-color: #7e8446;
}

section.payment .qr {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
}

section.payment .qr img {
  width: 210px;
}

section.payment .black_bg {
  background-color: #5e632e;
  border-radius: 16px;
}
.call-now {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.copy-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.copy {
  background-image: url(copy.svg);
  width: 30px;
  height: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  outline: 0;
  border: 0;
  background-position: center;
  border-radius: 10px;
}
.copy-text {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.bank-info {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: flex-start;
}

.footer-section p {
  font-size: 18px;
  font-weight: 500;
}

.footer-section {
  padding-top: 9px;
  padding-bottom: 2px;
  border-top: 1px solid #dddd;
}

.payment-option {
  padding: 10px;
  background: #fff;
  border-radius: 16px;
  margin-top: 15px;
}
a {
  color: #fff;
}

/**/
.campaign-review {
}
.campaign-review figure {
  width: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.campaign-review {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  text-align: center;
}
span#upiname {
  text-transform: none;
}

.owl-nav > .owl-prev {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
}

.owl-nav > .owl-next {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
}
.owl-nav i.fa {
  padding: 9px 14px;
  background: #f2f2f2;
  border-radius: 16px;
}
/*info*/
.info figure {
  width: 100px;
  padding: 25px;
  background-color: #efead8;
  border-radius: 100px;
  margin: 0 auto 20px;
}

.innerblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.innerblock span {
  font-weight: bold;
  color: #ff8c00; /* Dark Orange */
  text-shadow: 0.5px 0.5px 0.5px #000000; /* Adds a subtle shadow for sharpness */
  font-size: 1.1em; /* Increases the font size for emphasis */
  font-family: "Lora", serif;
}
/* Full-width line on desktop */
@media (min-width: 768px) {
  .donation-option {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  .row .col-md-4 {
    margin-bottom: 0;
  }
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .donation-option {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .row .col-md-4 {
    margin-bottom: 15px;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: center;
  }
  .subtitle {
    text-align: center;
  }
  .payment-option {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .rounded-yellow {
    display: inline-block;
    /* Ensure it remains centered */
    margin: 0 auto;
    /* Center the element horizontally */
  }
}

.rounded-yellow {
  background-color: #ffd700;
  /* Yellow color */
  color: #000;
  /* Black text color for contrast */
  padding: 10px 20px;
  border-radius: 50px;
  /* Makes the element round */

  font-size: 1.5rem;
}

/* Center align content for mobile devices */

.img-fluid {
  width: 100%;
  height: auto;
}

.pad-10 {
  padding: 10px;
}

/**/
.cta-title {
  width: 768px;
  max-width: 100%;
}
@media (max-width: 540px) {
  section.payment .qr {
    flex-direction: column;
  }
  section.payment .qr img {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media (max-width: 480px) {
  .sub-title {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
  section {
    padding: 40px 0;
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  header .navbar-brand img {
    width: 100px;
  }
}

/* Tooltip styling */
button.copy {
  position: relative;
  cursor: pointer;
}

button.copy::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%; /* Adjust this value to position tooltip above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}

button.copy:hover::after,
button.copy[data-tooltip="Copied!"]::after {
  opacity: 1;
  visibility: visible;
}
