.footer-area {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    ),
    url(../img/bg/footer-bg.webp);
  background-size: cover;
  background-position: center;
}
.pt-50 {
  padding-top: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}

.ptb-50 {
  padding: 50px 0;
}

.bg-lightgray {
  background-color: lightgray;
}
.features-area,
.testimonials-area {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(../img/bg/bg-1.jpg);
  background-size: cover;
  background-position: center;
}
.features-area .section-title h2 {
  color: #fff;
}
.features-area .section-title .sp-color {
  color: #fff;
}
.features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-title {
  margin-top: 5px;
}
.footer-widget.contact-info {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(../img/bg/bg-1.jpg);
  background-size: cover;
  background-position: center;
  padding: 20px;
}

.main-logo {
  width: 300px;
}

.video-gallery {
  padding: 0;
}

.video-gallery .modal-content {
  background-color: transparent;
  border: 0;
}

.video-gallery .modal-body {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-gallery .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  width: 30px;
  height: 30px;
}
.video-gallery-img {
  position: relative;
}

.video-gallery-img .play-icon {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: red;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video-gallery-img img {
  cursor: pointer;
  z-index: 99999;
}

.pl-100 {
  padding-left: 100px;
}

.banner-contact {
  position: relative;
}
.banner-contact .banner-content-form {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 300px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.banner-contact .banner-content-form .default-btn {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 768px) {
  .pl-100 {
    padding-left: 0px;
  }
  .footer-widget h3 {
    color: #fff;
  }
  .features-item {
    margin-bottom: 20px;
    padding: 10px;
  }
  .feature-title {
    font-size: 15px;
  }
  .feature-icon {
    width: 70px;
    height: 100px;
  }
  .feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body {
 font-family: sans-serif;
}

/* Add WA floating button CSS */
.floating {
 position: fixed;
 width: 60px;
 height: 60px;
 bottom: 40px;
 left: 40px;
 background-color: #25d366;
 color: #fff;
 border-radius: 50px;
 text-align: center;
 font-size: 30px;
 box-shadow: 2px 2px 3px #999;
 z-index: 100;
}

.fab-icon {
 margin-top: 16px;
}
