<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-green-color {
    color: #73b02f;
}

.bg-green-color {
    background-color: #73b02f;
}

.bg-light-green-color {
    background-color: rgba(115, 176, 47, 0.1);
}

.bg-green-image {
    background: linear-gradient(90deg, #73b02f, #9abe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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-color: #73b02f;
    border-color: #73b02f;
}

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

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

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

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

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

.btn-green:hover {
    color: #fff;
    background: linear-gradient(90deg, #73b02f, #9abe33);

}

.demo-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}


@media (min-width: 1200px) {
    .demo-img {
        border-radius: 20px;
        position: absolute;
        right: 3%;
        height: 95%;
        bottom: 0;
    }

    .demo-one-img {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        height: 320px;
    }
}

/* @media (max-width: 1280px) {
    .demo-img {
        position: absolute;
        bottom: 0px;
        right: 50%;
        transform: translateX(50%);
    }

    .demo-img-col {
        min-height: 320px;
    }
} */

@media (min-width: 1280px) and (max-width: 1480px) {
    .demo-img {
        right: 1%;
    }
}

@media (max-width: 380px) {
    .demo-img-col {
        min-height: 250px;
    }
}

.demo-section-one {
    /* background: #b3dc72; */
    background: linear-gradient(90deg, #73b02f, #9abe33);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.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;
}

.driver-banner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../images/driver-monitoring/banner-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
    min-height: 80vh;
    height: 100%;
}

.driver-banner::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.driver-list li {
    position: relative;
    padding-left: 0px !important;
    margin-bottom: 20px;
}

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

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

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

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

span.bg-image {
    background-image: url(../images/driver-monitoring/4.png);
    background-size: 100% 100%;
    text-align: center;
    display: inline-flex;
    padding: 15px 20px;
    justify-content: center;
    background-repeat: no-repeat;
    align-items: center;
}

.driver-icon {
    width: 50px;
    height: 50px;
}

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

.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;
}

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

#formSection {
    scroll-margin-top: 300px;
}</pre></body></html>