/* banner  */
.products-banner h1 {
    color: var(--primary-color);
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
}
.products-banner .container-fluid {
    height: 700px;
    display: flex;
    align-items: center;
    margin-bottom: 0px !important;
}
.products-banner .col-sm-12 h1 {
    font-weight: 700;
}

.products-banner p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
}

a button {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-weight: 500;
}

a:hover button {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: 0.5s;
}




/* Discover your role  */
.col-md-6.mid-section img {
    width: 45%;
}
.discover-role .mt-4 {
    font-weight: bold;
}
.discover-role .col-md-6.mid-section p {
    font-size: 15px;
    padding: 0px 86px;
}
.discover-role .col.col-lg-3.side-section p {
    font-size: 15px;
}

.discover-role .col.mb-3.mt-3 {
    padding: 0px !important;
}
.discover-role .col.col-lg-3.side-section {
    padding: 0px !important;
}
.discover-role {
    padding: 50px 0px;
}
.discover h3 {
    font-size: 38px;
    font-weight: 700;
}

.discover .side-section h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.discover .side-section {
    width: 30%;
}

.discover .mid-section {
    width: 40%;
}

.discover .mid-section p {
    font-size: 19px;
    line-height: 30px;
}

.discover .side-section p {
    font-size: 14px;
    width: 95%;
}

.discover .side-section a button {
    font-size: 13px;
    padding: 1rem 0rem !important;
    width: 100%;
}


/* real stories  */
.discover-role .text-white.pt-3.pb-3.p-5 {
    font-size: 14px;
}
button.pt-2.pb-2.mt-5.mb-3.p-5.white-btn {
    border: 3px solid;
}
button.pt-2.pb-2.mt-5.mb-3.p-5.white-btn:hover {
    border: 3px solid #9E2216;
}
.real-stories {
    padding: 50px 0px;
}
.real-stories .col.mt-3 h2 {
    font-weight: bold;
}
.real-stories p.sub-head {
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    width: 80%;
    margin: 0px auto;
}

.real-stories h3 {
    font-weight: 700;
    font-size: 25px;
}

/* enhance responsiveness  */

 .enhance-image {
     height: 100%; 
     min-height: 850px !important;
} 
.enhance-para {
    font-size: 21px;
    width: 78%;
}
.text-black.enhance-para {
    font-size: 18px;
}
.promo-content 
{
    margin: 80px 0px !important;
    padding-left:20px;
}
.boxes-sec 
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.radius-box {
    border-radius: 70px;
    display: flex;
    gap: 30px;
}
.radius-box .enhance-para {
    margin: 0;
}
.promo-section {
    background-color: var(--primary-color);
}

.promo-section h3 {
    font-weight: 700;
    width: 75%;
    font-size: 28px;
}

.promo-section ul {
    width: 75%;
}

.promo-section ul li {
    font-size: 22px;
    padding-bottom: 10px;
}

.promo-section ul li::marker {
    font-size: 0px;
}

.promo-section ul li::before {
    content: url(/landing/images/list-arrow.png);
    position: absolute;
    transform: translate(-35px, 2px);
}

.bg-white button {
    background-color: var(--text-color) !important;
    color: var(--secondary-color) !important;
    border: 1px solid var(--text-color);
    font-size: 13px;
    font-weight: 600;
}

.bg-white:hover button {
    background-color: var(--secondary-color) !important;
    color: var(--text-color) !important;
    border: 1px solid var(--secondary-color);
    font-size: 13px;
    font-weight: 600;
}



/* form section  */
.ready-to-see-section h2 {
    width: 100%;
}

/*.ready-to-see-section::after {*/
/*    content: '';*/
/*    background-color: var(--primary-color);*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    display: block;*/
/*    height: 801px;*/
/*    opacity: 0.9;*/
/*    left: 0;*/
/*    transform: translate(0px, -753px);*/
/*    z-index: 0 !important;*/
/*}*/

.ready-to-see-section .container-fluid {
    z-index: 9 !important;
    position: relative;
}

.form-box {
    background-color: var(--secondary-color);
}

.form-box form label {
    font-size: 12px;
    font-weight: 600;
}

.form-box input.date,
.form-box input {
    width: 100%;
}


/* why trust  */
.boxes {
    gap: 2px;
}

.boxes .col.box {
    width: 16.5% !important;
    background-color: #f8f8f8 !important;
}

.boxes .col.box h5 {
    font-weight: 700;
    font-size: 23px;
    width: 80%;
}

.boxes .col.box p {
    font-size: 17px;
    font-weight: 500;
}

.trust-section .sub-content {
    font-size: 22px;
    width: 80%;
    margin: 30px auto;
}

.trust-section .sub-head {
    font-size: 22px;
    width: 80%;
    font-weight: 700;
    margin: 30px auto;
    color: var(--primary-color);
    line-height: 35px;
}


/* public safety agencies  */
.public-safety::after {
    content: '';
    background-color: var(--primary-color);
    opacity: 0.9;
    width: 100%;
    height: 470px;
    position: absolute;
    left: 0px;
    transform: translate(0px, -420px);
    z-index: 0;
}
.public-safety .container.rounded
{
    overflow: hidden;
}

.safety-content {
    z-index: 9;
    position: relative;
}
.slider {
    animation: slidein 30s linear infinite;
    white-space: nowrap;
}
.logos {
    width: 100%;
    display: inline-block;
    margin: 0px 0;
}
.logo-img {
    width: calc(80% / 5);
    animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    height: 140px;
    object-fit: contain;
}
@media only screen and (max-width: 1366px) and (min-width: 1024px)  {
    /*.col-box:31.2% Important;*/
}

/*form Section Css*/
@media only screen and (max-width:767px) {
    .text-left.promo-section {
    padding: 0px 1px;
}
}


  
  @keyframes slidein {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }


/* user reviews  */
/*.user-reviews::after {*/
/*    content: '';*/
/*    background-color: var(--text-color);*/
/*    opacity: 0.9;*/
/*    width: 100%;*/
/*    height: 724px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    transform: translate(0px, -675px);*/
/*    z-index: 0;*/
/*}*/

.user-content {
    z-index: 9;
    position: relative;
}

.user-content h5 {
    font-weight: 600;
}

.carousel-inner .carousel-item.active {
    opacity: 1;
    transition: 0.5s;
}

.carousel-inner .carousel-item {
    display: flex;
    opacity: 0;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--primary-color);
    width: 9%;/*.logo-img*/
}



/*video section css*/
.video-width {
    width: 100%;
}
.video-width iframe {
    width: 75%;
    height: 420px;
}



.radius-box:hover {
    transform: scale(1.04);
    transition: 0.3s;
}
.radius-box {
    transition: 0.3s;
}

.image-css {
    width: 33%;
}

.image-css img {
    width: 100% !important;
    height: 100%;
    margin: 0px !important;
}




@media only screen and (max-width:1024px) {
        .col-box {
        width: 33.1%;
    }
    .trust-crimewatch .col.mb-3 {
    padding: 0px 30px !important;
}

    .products-banner h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .enhance-image {
        height: 100%;
        min-height: 1000px !important;
        object-fit: cover;
    }
    .radius-box {
        border-radius: 90px;
    }

    .public-safety::after {
        height: 520px;
        transform: translate(0px, -470px);
    }

    .user-reviews::after {
        height: 763px;
        transform: translate(0px, -715px);
    }

    .real-stories h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .promo-section h3 {
        width: 100%;
        font-size: 25px;
    }

    .promo-section ul {
        width: 100%;
    }

    .promo-section ul li {
        font-size: 17px;
    }

    .boxes .col.box h5 {
        font-size: 18px;
        width: 100%;
    }

    .boxes .col.box {
        width: 16.4% !important;
    }

    .ready-to-see-section::after {
        height: 840px;
        transform: translate(0px, -792px);
    }

}

@media only screen and (max-width:767px) {
    
    
    .discover-role .col-md-6.mid-section p {
    font-size: 18px;
    padding: 0px 10px;
}

    .products-banner .container-fluid {
    height: 520px;
}
 .trust-crimewatch .col.mb-3.ps-5.pe-5 {
    padding: 0px 20px !important;
}
 .trust-crimewatch .col.col-lg-2 {
    margin-top: 20px;
}
.trust-crimewatch .row.boxes {
    display: block;
}

    .products-banner .col-sm-12 h1 {
    font-size: 30px;
    line-height: 40px;
}
.products-banner p {
    font-size: 17px;
    line-height: 26px;
}
    .discover-role .col-md-6.mid-section {
    padding-top: 50px;
}
.real-stories .col-md-8.ps-5 {
    padding: 0px 0px 0px 13px !important;
}

.discover-role .col.col-lg-3.side-section {
    padding-top: 50px !important;
}
.real-stories {
    padding: 0px !important;
}
    .products-banner h1 {
        font-size: 35px;
        line-height: 50px;
    }

    .discover .side-section {
        width: 100%;
    }

    .discover .mid-section {
        width: 100%;
        margin: 40px 0px
    }

    .discover h3 {
        font-size: 28px;
    }

    .discover .mid-section p {
        font-size: 15px;
        line-height: 25px;
    }

    .real-stories p.sub-head {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
    }

    .real-stories h3 {
        margin-top: 30px;
    }

    .promo-img {
        margin: 0px 13px;
    }

    .promo-content 
    {
        padding: 0px 0px 0px 30px 0px;
    }
    .enhance-para {
        font-size: 18px;
        width: 100%;
    }

    .radius-box {
        border-radius: 0px;
        flex-direction: column;
        text-align: center;
        padding: 50px 20px !important;
        width: 100% !important;
    }

    .public-safety::after {
        height: 435px;
        transform: translate(0px, -385px);
    }

    .enhance-image {
        min-height: 100% !important;
    }

    .promo-section h3 {
        width: 100%
    }

    .promo-section ul {
        width: 100%;
    }

    .boxes .col.box {
        width: 100% !important;
    }

    .trust-section .sub-content,
    .trust-section .sub-head {
        font-size: 20px;
        width: 100%;
    }

    .carousel-inner .carousel-item {
        flex-direction: column;
    }

    .user-reviews::after {
        height: 1336px;
        transform: translate(0px, -1290px);
    }

    .ready-to-see-section::after {
        height: 1525px;
        transform: translate(0px, -1529px);
    }
    .logo-img {
        width: calc(57% / 3);
        height: 84px;
    }
    .slider-class {
    padding: 0px !important;
}
.image-css {
    width: 100%;
}
}