.custom_pagination{
    margin-top: 100px;
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.custom_pagination a{
    padding: 15px 25px;
    border-radius: 30px;
    background-color: #00c674;
    color: #fff !important;
    cursor: pointer;
}

.custom_pagination a:hover{
    opacity: 0.8;
}

.logo-iqra {
    display: block;
    background: white;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    height: 100%;
    width: 100%;
}


.blg-thmb{
    height: 300px;
}
.blg-thmb a{
    height: 100%;
}

.blg-thmb img{
    height: 100%;
}

.color_heading{
  font-weight: bold;
  color:#00c674;
  line-height: 0;
  margin: 0;
}


/* Home Page */
.cus-thmb{
  height: 300px;
}
.cus-thmb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Campaign Page */
.cus-cat p{
  color: #fff;
}


/* News Details Page */
.blg-dtl-desc{
  text-align: justify;
}

/* Partner Page  */
.partner-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .custom-card {
    background: #ffffff;
    width: 20%;
    margin: 10px;
    height: 13rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 5px;
  }
  
  .custom-card h5 {
    text-align: center;
    font-size: 18px;
    margin-top: 1rem;
  }
  
  
  /* funding donors page  */
  
  .donor-list ul,
  .bord-of-trustees ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  
  .donor-list ul li,
  .bord-of-trustees ul li {
    width: 30%;
    background: #fff;
    border: 0.5px solid #e3e3e3;
    border-radius: 3px;
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin: 50px 5px;
  }
  
  .donor-list ul li .donor-list-each,
  .bord-of-trustees ul li .bord-trust-list-each {
    margin-top: -5.5rem;
    background: #f7f7f7;
    padding: 1.5rem;
  }
  
  .donor-list ul li .donor-list-each p,
  .bord-of-trustees ul li .bord-trust-list-each p {
    font-size: 14px;
  }
  
  .bord-of-trustees ul li img {
    width: 100%;
    border-radius: 3px;
  }
  
  .bord-of-trustees ul li {
    width: 18%;
  }
  
  .bord-of-trustees ul li h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  
  .bord-of-trustees ul li .bord-trust-list-each {
    padding: 0;
    background: #ededed;
    position: relative;
    width: 90%;
    margin-top: -3rem;
    padding: 0.5rem;
    border-radius: 3px;
  }
  
  .bord-of-trustees ul li {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  nav > div ul ul li a {
  display: block;
  background-color: #fff;
  padding: 0.625rem 1.875rem;
  position: relative;
  text-align: left !important;
}

.logo-holder {
    margin: 0 30px -76px 0 !important;
    width: 120px;
    height: 120px;
    display: inline-block;
    vertical-align: middle;
    transition: width 0.2s;
    left: 50px;
}

.logo-iqra {
    display: block;
    background: white;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.16);
    height: 100%;
    width: 100%;
}




/* Top Donation Widget */
.top_donation_cause_btns .active{
    background-color: #fff !important;
    color: #000 !important;
}

.top_donation_cause_btns button:hover{
    background-color: #fff !important;
    color: #000 !important;
}

.wb-top-donate-list-wrap .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    font-family: Rubik;
}

/* Style for accordion item headers */
.wb-top-donate-list-wrap .accordion-header {
    background-color: #f2f2f2;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

/* Style for accordion item content */
.wb-top-donate-list-wrap .accordion-content {
    display: none;
    padding: 10px;
}


#mc_embed_signup{
    border-radius: 5px;
    font-family: Rubik !important;
}

#mc_embed_signup_scroll h2{
    color: #000;
    margin: 0px !important;
    padding: 0px;
}

#mc_embed_signup_scroll{
    padding-top: 10px;
}

#mc_embed_signup input[type=submit]{
    padding-bottom: 44px !important;
    background-color: #01936f !important;
}




  
  @media only screen and (max-width: 768px) {
    .custom-card {
      width: 30%;
    }
  
    .donor-list ul li {
      width: 48%;
    }
  
    .our-policy p {
      text-align: center;
    }
  
    .bord-of-trustees ul li {
      width: 30%;
    }
  
    .bord-of-trustees ul li h5,
    .bord-of-trustees ul li span {
      font-size: 10px;
    }
  }
  
  @media only screen and (max-width: 425px) {
    .custom-card {
      width: 100%;
    }
  
    .donor-list ul li {
      width: 100%;
    }
  
    .bord-of-trustees ul li {
      width: 100%;
    }
  
    .bord-of-trustees ul li .bord-trust-list-each {
      padding: 1.5rem;
    }
  
    .bord-of-trustees ul li h5,
    .bord-of-trustees ul li span {
      font-size: 18px;
  
    }
  
    .bord-of-trustees ul li span {
      margin-top: 1rem;
    }
  }