@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  background: #ebebeb;
}

body {
  background-color: transparent;
}

section.container-fluid {
  padding: 80px 20px;
  border-bottom: 5px solid #e92027;
  position: relative;
}

.dots {
  position: absolute;
  width: 60px;

  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dots.top {
  top: 20px;
  left: 20px;
}

.dots.bottom {
  bottom: 20px;
  right: 20px;
}

.dots.red .dot {
  background-color: #e92027;
}

.dots.gray .dot {
  background-color: #343436;
}

.dots.light .dot {
  background-color: #ebebeb;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .dots {
    width: 84px;
    gap: 12px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #343436;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
p.light,
span.light,
.light a,
a.light {
  color: #ebebeb;
}

.light a:hover,
a.light:hover {
  color: #e92027;
}

.footer-link-list {
  color: #ebebeb;
  list-style-type: none;
  text-decoration: none;
}

.footer-link-list a {
  text-decoration: none;
}

h2 {
  font-size: 42px;
  font-weight: 900;
}

.o-subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.o-icon-box {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 5px solid #c6c6c6;
}

.o-icon-box:first-of-type {
  border-top: none;
}

@media (min-width: 575px) {
  .o-icon-box:nth-of-type(2) {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .o-icon-box {
    border-top: none;
    border-left: 5px solid #c6c6c6;
  }
  .o-icon-box:first-of-type {
    border-left: none;
  }
}

.o-icon-box h4 {
  width: 100%;
  text-align: center;
}

.min-height-100vh {
  min-height: 100vh;
}

.o-nav {
  background-color: #343436;
  border-bottom: 3px solid #e92027;
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.o-nav .nav-link {
  font-size: 32px;
  color: #fff;
}

@media (min-width: 990px) {
  .o-nav .nav-link {
    font-size: 20px;
    color: #fff;
  }
}

@media (min-width: 1150px) {
  .o-nav .nav-link {
    font-size: 24px;
    color: #fff;
  }
}

.o-logo__wrapper {
  height: 36px;
}

@media (min-width: 560px) {
  .o-logo__wrapper {
    height: 48px;
  }
}

.o-logo__wrapper .o-logo {
  height: 100%;
}

.o-hero {
  min-height: calc(100vh - 59px);
  background-image: url("/assets/construction_site-05.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  border-bottom: 5px solid #e92027;
  flex-direction: column;
  justify-content: center;
}

.hero-platform-wrapper {
  width: 100%;
  padding: 20px;
  height: 240px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* width: 100%;
  padding: 20px; */
}

.hero-platform {
  height: 100%;
  /* width: 100%; */
}

@media (min-width: 560px) {
  .o-hero {
    min-height: calc(100vh - 67px);
  }

  .hero-platform-wrapper {
    height: 280px;
  }
}

.request-quote-cta {
  width: 100%;
  display: flex;
  justify-content: center;
}

.o-infobox {
  padding: 20px;
  margin-top: -40px;
}

@media (min-width: 560px) {
  .o-infobox {
    padding: 40px;
  }
}

@media (min-width: 1080px) {
  .o-hero {
    flex-direction: row;
  }

  .request-quote-cta {
    justify-content: flex-start;
  }

  .o-infobox {
    width: 50%;
    padding: 0 0 0 120px;
    margin-top: 0;
  }

  .hero-platform-wrapper {
    padding-right: 120px;
    height: auto;
    width: 50%;
  }

  .hero-platform {
    height: auto;
    width: 100%;
  }
}

.live-camera-btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.o-over__title {
  font-size: 24px;
  font-weight: 900;
  color: #e92027;
  text-transform: uppercase;
}

.o-title {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 560px) {
  .o-title {
    font-size: 42px;
  }
}

@media (min-width: 1080px) {
  .o-title {
    font-size: 54px;
  }
}

.why-section {
  padding: 50px 0;
}

.why-img-wrapper {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-size-why-img {
  height: 80px;
}

@media (min-width: 768px) {
  .why-cards {
    margin-top: 80px;
  }
}

.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.icon-text {
  margin-left: 15px;
}

.bold {
  font-weight: bold;
}

.products-section {
  background-color: #333; /* Replace with the actual background color or image */
  padding: 50px 0;
  color: #fff;

  background-image: url("/assets/construction_site-04.webp");
  background-size: cover;
}

section.clients-section {
  background-color: #333;
  padding-left: 0;
  padding-right: 0;
  background-image: url("/assets/partners.webp");
  background-size: cover;
}

footer {
  background-color: #333;
}

.sub-footer {
  background-color: #333;
  border-top: 5px solid #e92027;
  position: relative;
}

@media (min-width: 1080px) {
  .copyright {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }
}

.product-card {
  background-color: #151515d1;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 8px;
  border: 1px solid #5f5f5f;
}

.product-card:hover {
  transform: scale(1.05);
}
.o-btn-primary {
  background-color: #e92027;
  color: #fff;
  border: none;
  padding: 10px 20px;
}

.o-btn-primary:hover {
  color: #fff;
  background-color: #9c1519;
}

.o-btn-primary:active {
  color: #fff !important;
  background-color: #7d1013 !important;
}

.verticals-section {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.verticals-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.vertical-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (min-width: 560px) {
  .vertical-box {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .vertical-box {
    width: 25%;
  }
}

.vertical-title {
  width: 100%;
  text-align: center;
  margin-top: 12px;
  font-size: 24px;
}

@media (min-width: 768px) {
  .vertical-title {
    font-size: 16px;
  }
}

.vertical-items {
  margin-top: 80px;
}

.vertical-img-wrapper {
  width: 50%;
}

.vertical-img-wrapper img {
  width: 100%;
}

.faq-section {
  background-color: #f2f2f2;
  padding: 50px;
}

.faq-section h1 {
  font-weight: 800;
  color: #333;
}

.accordion-button {
  background-color: #fff;
  color: #333;
  font-weight: 900;
  width: 100%;
  text-align: left;
  border: none;
  justify-content: flex-end;
  gap: 1rem;
  flex-direction: row-reverse;
  border-radius: 0 !important;
}

.accordion-button::after {
  margin: initial;
}

.accordion-button:not(.collapsed) {
  background-color: #e92027;
  color: #fff;
}

.accordion-button:hover {
  background-color: #e92027;

  color: #fff;
}

.accordion-button:hover::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  border-width: 0 0.25em 0.25em 0;
}

.accordion-button.collapsed::after {
  border-width: 0.25em 0.25em 0 0;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slide-img-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
}

.slider {
  margin-top: 40px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.o-footer-logo-wrapper {
  width: 130px;
}

.o-footer-logo-wrapper img {
  width: 100%;
}

.product-img-wrapper {
  width: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(0, 162, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 50%, rgba(255, 94, 0, 0.08) 0%, transparent 50%), linear-gradient(180deg, #0a0a0a 0%, #151515 50%, #0a0a0a 100%);
  border-radius: 10px;
}

.text-yellow {
  color: #ffc107;
}

.product-img-wrapper img {
  width: 100%;
  border-radius: 8px;
}

.social-media-links a {
  width: 30px;
  display: block;
}

.social-media-links a img {
  width: 100%;
}

.faq-accordion {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .faq-accordion {
    margin-top: 120px;
  }
}

.product-card-list {
  max-width: 360px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .product-card-list {
    margin-top: 40px;
    max-width: 968px;
    margin: 0 auto;
  }
}

.o-spacer-col {
  display: none;
}

@media (min-width: 1080px) {
  .o-spacer-col {
    display: flex;
  }
}

.same-as-radio-label {
  width: 100%;
  text-align: left;
}

.jobsite-info-spacer {
  height: 68px;
}

.toast-body ul {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  list-style-type: none;
}

.invalid-feedback,
.form-error {
  text-align: left;
  color: #e92027;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .project-info-form {
    margin: 0 150px;
  }
}

i.info-circle {
  min-width: 16px;
  height: 16px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #565b5b;
  border-radius: 50px;
  padding: 0;
  color: #565b5b;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 2px;
  font-style: normal;
  font-size: 12px;
}

i.info-circle:hover {
  color: #0d6efd;
  border-color: #0d6efd;
}

form label {
  text-wrap: nowrap;
}

.error-section {
  min-height: calc(100vh - 400px);
}

.privacy,
.cookies,
.eula,
.msa {
  max-width: 1080px;
}

.modal-content {
  background-color: #343436;
}

.modal-header,
.modal-footer {
  border-color: #e92027;
  border-width: 3px;
}

.btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}


a.foot {
  text-decoration: none;
}