.white-txt{
  color: #ffffff !important;
}
.justify-center{
  justify-self: center;
}
.bg-page{
    background-color: cadetblue;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-lines-w {
  width: 100% !important;
  margin-top: 15px;
  padding-right: 15px;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper {
  padding: 40px 30px 30px;
  float: left !important;
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper {
  width: auto !important;
  padding: 50px 50px 30px;
  border-radius: 30px;
  margin-right: 18px;
  background-color: var(--pbmit-white-color);
}
.pbminfotech-ele-ptable-style-2 .pbmit-ptable-price-wrapper {
  width: auto !important;
  padding: 50px !important;
  border-radius: 30px;
  margin: 18px !important;
  background-color: var(--pbmit-white-color);
}
.offer-img img {
    width: 100%; height: 100%; 
    object-fit: cover; 
    object-position: center;
}

.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;
}
.p-countdaown{
    padding-top: 20px;
    margin-bottom: -100px;
}
.pdb-20{
  padding-bottom: 20px !important;
}
.pdt-20{
  padding-top: 20px !important;
}
.pdb-20{
    padding-bottom: 20px !important;
}
.pdt-50{
    padding-top: 50px !important;
}
.site-footer .pbmit-footer-widget-col-1 .pbmit-footer-logo img {
    height: 90px !important;
}
.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;
  z-index: 1000;
}
.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); }
}

.whatsapp-button {
  position: fixed;
  bottom: 65px;
  left: 20px;
  background-color: #33cc33; /* Change this to your preferred color */
  color: white;
  padding: 15px 15px;
  border-radius: 50%; /* Adjust this for a more or less rounded button */
  border: 2px solid #023102;
  text-decoration: none;
  font-size: 28px;
  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 2s infinite;
  z-index: 1000;
}
.whatsapp-button:hover {
  background-color: #023102; /* Change this for a different hover color */
  border: 2px solid #33cc33;
}
.whatsapp-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;
}
