.white-txt{
  color: #ffffff !important;
}
.justify-end{
  justify-content: end !important;
  display:flex;
}
.about-text{
  text-align: justify;
}
.checklist ul li::before { 
  content: '\f00c'; /* Font Awesome Unicode for check icon */ 
  font-family: 'Font Awesome 5 Free'; 
  font-weight: 900; 
  margin-right: 12px; /* Space between icon and text */ 
  color: #fda31b; 
}
.gal img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-size: cover;
}
.projGal img {
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-size: cover;
}
.serv img {
    width: 100%;
    height: 465px;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 30px;
}
.projSide img {
    width: 100%;
    height: 70px;
    overflow: hidden;
    background-size: cover;
}

.pdb-20{
  padding-bottom: 20px !important;
}
.pdt-20{
  padding-top: 20px !important;
}
.pdb-20{
    padding-bottom: 20px !important;
}
.pdt-50{
    padding-top: 50px !important;
}
@media (max-width: 767px){
  .abt-img{
    display: none;
  }
}
.donate-button {
  position: fixed;
  bottom: 65px;
  right: 100px;
  background-color: #031b4e;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid #00bde0;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  animation: shake 0.5s infinite;
}
.donate-button:hover {
    background-color: #00bde0;
    border: 2px solid #031b4e;
    color: white;
}
.donate-button i {
  margin-right: 8px; /* Space between icon and text */
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

@media (max-width: 991px){
  .donate .container .donate-wrap {
      position: relative !important;
      bottom: 0 !important;
  }
  .donate {
      padding: 0;
      margin-top: 0;
      background-color: #33cc33 !important;
  }
  .theme-btn-s2 {
      display: none;
  }
  .instagram {
      display: none;
  }
  .gal2 {
      display: block;
  }
}


#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: relative;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
} 

#video-popup-close:hover {
  color: #DE0023;
}
