@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

root {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.4rem;
}

body {
    color: #292929;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.btn {
    --bs-btn-padding-x: 0.95rem;
    --bs-btn-padding-y: 0.475rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-content > p {
    line-height: 1.6em;
    font-size: 1.05rem !important;
    color: #111;
}

.features-section {
  background-color: #F6F8FD;
  padding: 30px;
}

.features-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.features-section .col-md-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 15px;
}

.feature-box {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.feature-box .icon {
  font-size: 42px;
  margin-bottom: 15px;
  background: linear-gradient(91.59deg, #17BEEB -1%, #03DAEC 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.feature-box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-box .description {
  font-size: 14px;
  color: #454545;
  text-align: left;
}

@media (max-width: 768px) {
  .features-section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-padding {
    padding: 66px 0px;
    margin: 12px 0px;
}
@media (max-width: 768px) {
    .section-padding {
        padding: 44px 0px;
    }
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

img.floating {
  animation: float 5s ease-in-out infinite;
}

.banner {
    padding: 3% 0%;
}

.pricing-features {
    color: red !important;
}

.banner p {
    font-size: 17px;
}

@media screen and (max-width: 768px) {
    .banner p {
        font-size: 14px;
    }
}

.text-center-on-mobile {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .text-center-on-mobile {
    text-align: center;
  }
}

.testimonials-company {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    color: #555;
}

.bg-primary {
    background: #0B1359 !important;
}