.text-green-color {
    color: #50C878;
}

.bg-green-color {
    background-color: #50C878;
}

.bg-light-green-color {
    background-color: #ecf9f0;
}

.bg-green-image {
    background: linear-gradient(90deg, #50C878, #123a20);
    -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: #50C878;
    border-color: #50C878;
}

.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, #50C878, #123a20);

}

.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, #50C878, #123a20);
    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.6), rgba(0, 0, 0, 0.6)),
        url(../images/fleet-management/1.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.5);
}

.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/cybersecurity-software/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/number-plate-detection/1.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;
}

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

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



.risk-content {
    border-top: 3px solid #50C878;
    border-radius: 30px;
    padding: 10px 20px 20px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    height: 100%;
    background-color: #ffff;
}

/* .risk-content {
      position: relative;
      border-radius: 30px;
      padding: 25px;
      background-color: #ffff;
      box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  }
  
  .risk-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px; 
      background: linear-gradient(90deg, #FF5B02 25%, #FE9B00 100%);
     border-radius: 30px;
  } */

.risk-img {
    font-family: "Bebas-Neue";
    font-size: 96px;
    -webkit-text-stroke: 1px #50C878;
    color: transparent;
    line-height: 1;
}

.risk-content h3 {
    font-size: 18px;
}

.demo-img-col-one .rounded {
    border-top-left-radius: 50%;
}

.bg-gradient-color {
    background: linear-gradient(90deg, #50C878, #123a20);
}



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

.common-list li .img-box {
    flex-shrink: 0;
    background-color: white;
    border-radius: 50px;
    box-shadow: 0px 8px 25px 0px #cccbf973;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/* .feature-img {
    border-radius: 60px;
} */


.text-gradient {
    background: linear-gradient(135deg, #50C878, #123a20);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.common-list-three .common-list-content {
    color: #444444;
}

.common-list-three li p {
    font-family: "lato";
}

.common-list-three li h3 {
    margin-bottom: 10px;
    font-family: "poppins-semibold";
    font-size: 18px;
}

.common-list-three li span img {
    margin-right: 7px;
    margin-top: 1px;
}

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

.common-list-three li {
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .common-list-three li {
        padding-left: 20px;
    }

    .common-list-three li::before {
        left: 31px;
    }
}

@media (max-width: 576px) {
    .common-list-three li {
        padding-left: 0px;
    }

    .common-list-three li::before {
        left: 11px;
    }

    .common-list li {
        gap: 10px;
        margin-bottom: 20px;
    }
}

.social-benefit-img {
    border-radius: 20px;
}

.features-card {

  border: 1px solid #50C878;

  border-radius: 25px;

  padding: 20px 10px 20px 75px;

  overflow: hidden;

  font-family: "poppins";

  height: 100%;

}



.features-card .text-yellow-gradient {

  background: linear-gradient(90deg, #50C878, #123a20);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  position: absolute;

  top: -15px;

  font-size: 145px;

  left: -6px;

  font-family: "bebas-neue";

}



.features-card .text-yellow-gradient.one {

  left: -12px;

}



.feature-img {

  margin-bottom: 18px;

}



.features-card .icon-box {

  display: flex;

  justify-content: center;

  align-items: center;

  margin-right: 65px;

}



.features-card h3 {

  font-family: "poppins-semibold";

}