#logo-main {
  border-radius: 1rem;
}

#slide1::after {
  content: "Commercial and Industrial Security Camera Installation";
}

#slide2::after {
  content: "CCTV Surveillance Systems";
}

#slide3::after {
  content: "Solar and LTE Powered Surveillance Systems";
}

#slide4::after {
  content: "Disaster Response Surveillances";
}

#slide5::after {
  content: "Indoor and Outdoor Camera Solutions";
}

#slide6::after {
  content: "Motion Detection and Alerts";
}

#slide7::after {
  content: "Video Analytics";
}

.swiper-slide::after {
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0.5, 1);*/
  /*-webkit-text-stroke: 1px black;*/
  text-shadow: -1px -1px 0 rgba(0, 0, 0.2, 1), 1px -1px 0 rgba(0, 0, 0.2, 1), -1px 1px 0 rgba(0, 0, 0.2, 1), 1px 1px 0 rgba(0, 0, 0.2, 1);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  color: var(--bs-primary);
  font-size: 22px !important;
  text-align: center;
  z-index: 1;
  bottom: 0;
}

.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
}

body {
  margin-left: 0.5% !important;
  max-width: 99% !important;
}

@media (max-width: 767.98px) {
  .swiper-slide::after {
    top: -25px;
    display: flex;
  }
}

@media (max-width: 481px) {
  #services-footer {
    padding-top: 8px;
  }
}

