<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------- buttons, text and bg colors ----------------- */

.text-secondary-color {
    color: #444444;
}

.text-primary-color {
    color: #0ca554;
}

.bg-light-color {
    background: rgba(12, 165, 84, 0.1);
}

.text-gradient {
    background: linear-gradient(90deg, #0CA554 0%, #044423 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-color {
    background: linear-gradient(90deg, #0CA554 0%, #044423 100%);
}

.bg-primary-color {
    background-color: #0ca554;
}

span.bg-image {
    background-image: url(../images/facemask-detection/text-bg.png);
    padding: 20px 20px 30px;
    color: white;
}

.btn-secondary {
    background-color: #000;
    transition: all 0.5s ease;
}

.btn-secondary:hover {
    color: #000;
    background-color: #fff;
}

/* ------------------------------------ banner ------------------------------ */
.object-banner {
    background-image: url(../images/object-detection/1.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    height: 100%;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.object-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: -1;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

/* ------------------------------------ safety-check form-section ------------------------------ */
.mask-list li {
    position: relative;
    padding-left: 0px !important;
    margin-bottom: 20px;
}

.mask-list li::before {
    content: "";
    position: absolute;
    top: 21px;
    height: 100%;
    width: 2px;
    background-image: url("../images/object-detection/dotted_line.png");
    background-repeat: repeat-y;
    z-index: 10;
    left: 11px !important;
}

.mask-list li:last-child::before {
    display: none;
}

.mask-list li span {
    display: flex;
    align-items: start;
}

.mask-list li span img {
    margin-right: 10px;
}

/* ------------------------------------ works ------------------------------ */
.facemask-icon {
    width: 50px;
    height: 50px;
}

.work-image-box img {
    border-radius: 30px;
}

/* ------------------------------------ features ------------------------------ */
.benefits-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    padding: 3px 1px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0px 8px 25px 0px #cccbf973;
}

.benefits-card-content {
    background-color: #ffffff;
    border-radius: 17px;
    padding: 17px;
    z-index: 3;
    position: relative;
}

.benefits-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: linear-gradient(90deg, #0CA554 0%, #044423 100%);
}

.benefits-card h3 {
    color: #444444;
}

.benefits-card-content .icon-box {
    width: 64px;
    height: 64px;
}

.benefits-card-content .icon-box img.benefit-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* --------------------------- demo section --------------------- */

.demo-section-one {
    background: linear-gradient(90deg, #0CA554 0%, #044423 100%);
    position: relative;
    z-index: 1;
}

.demo-section-one:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/uber-foods/banner/Vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

/* ----------------------------------------------- list ----------------------------- */
.common-list-two li {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 15px;
}

.common-list-two li .img-box {
    flex-shrink: 0;
    margin-top: 5px;
}

#formSection {
    scroll-margin-top: 300px;
}

/* ------------------------ faq accordion -------------- */
.faq-bg {
    background-image: url(../images/driver-monitoring/faq-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    padding: 20px 0;
}

.accordion-section .accordion-header {
    color: #444444;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #dddddd;
    padding: 22px 25px;
    gap: 10px;
}

.accordion-section .accordion-header:hover,
.accordion-section .accordion-header.active {
    color: #fff;
    background: linear-gradient(90deg, #0CA554 0%, #044423 100%);
    border-color: #0ca554;
}

.accordion-section .accordion-header:hover .accordion-icon {
    filter: brightness(0) invert(1);
}

.accordion-section .accordion-item {
    margin-bottom: 20px;
}

.accordion-icon {
    flex-shrink: 0;
}

/* ------------------------ responsive ------------------------ */

@media (min-width: 1280px) {
    .work-image-box {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (max-width: 1279px) {
    .flex-direction-column-reverse {
        flex-direction: column-reverse;
    }

    .work-image-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .demo-one-img {
        max-width: 320px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (min-width: 1024px) and (max-width:1199px) {
    .demo-one-img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 260px;
    }

}

@media (min-width: 768px) {
    .benefit-title {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .pothole-features .work-section-img {
        border-radius: 20px;
    }

    .benefits-card-content {
        text-align: center;
    }
}</pre></body></html>