
* {
    font-family: bookerly !important;
}

.marker-green {
    background-color: #62f962 !important;
}

.marker-yellow {
    background-color: #fdfd77 !important;
}

.marker-pink {
    background-color: #fc7899 !important;
}

.marker-blue {
    background-color: #72ccfd !important;
}

.pen-red {
    color: #e71313 !important;
}

.pen-green {
    color: #128a00 !important;
}

mark {
    color: #000 !important;
    background-color: #f4d03f !important;
}

.speech-btns {
    display: flex !important;
}

.speech-btns button {
    margin: 5px !important;
}

@media(max-width:1023px) {
    .mobile-closed-message-avatar svg {
        margin: 14px !important;
    }
}



.speech-btns button:disabled {
    opacity: 0.25 !important;
    cursor: not-allowed !important;
}

.header_nav.sticky {
    position: fixed;
    background-color: #E3E3E3;
    z-index: 9999;
    width: 100%;
    left: 0;
    padding: 0 5%;
}

body {
    background-color: #E3E3E3;
}

.vehiclemonitoring h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    text-align: center;
    color: #011721;
}

section.business img.bgImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deviceintegration ul li {
    list-style: disc;
}

.deviceintegration ul {
    margin-top: 15px;
    margin-left: 15px;
}

.deviceintegration ul li p {
    text-align: left;
}

.installivms {
    display: flex;
    align-items: center;
    justify-content: center;
}


section.business .BusinessCard {
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section.business .BusinessCard:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.ivmstracking h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    color: #011721;
    margin-bottom: 15px;
    margin-top: 15px;
}

.ivmstracking {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.ivmstracks {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 28px;
    padding-bottom: 0;
}

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: auto;
    padding: 30px 0;
}

.stats-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 14px;
    text-align: center;
    width: 250px;
    margin: 10px;
    transition: box-shadow 0.3s, transform 0.3s;
}

.stats-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.stats-box h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 300;
}

.stats-box2 {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 195px;
    margin: 10px;
    transition: box-shadow 0.3s, transform 0.3s;
}

.stats-box2:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.stats-box2 h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 0px;
    font-weight: 300;
}


.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    padding: 30px 0;
}

.ecosystem .card {
    background-color: white;
    color: #0077B6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.2s ease;
}

.ecosystem .card:hover {
    transform: translateY(-5px);
}

.ecosystem .card i {
    font-size: 40px;
    margin-bottom: 10px;
}

.ecosystem .card h3 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #000;
}

.ProductServices .ProductServicescard .ProductServicesInfo p {
    overflow: visible;
    display: block;
}

.ecosystem .fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

.relatedservices {
    padding-top: 150px;
}

.aianalysis {
    min-height: 270px !important;
}


section.business .BusinessCard h6 {
    margin-bottom: 15px;
}

.interaccess {
    text-align: center;
}

.vehiclemonitoring p {
    text-align: center;
}

.vehiclemonitors .slick-prev.slick-arrow,
.vehiclemonitors .slick-next.slick-arrow {
    color: transparent;
    background-color: transparent;
    border: none;
}

.vehiclemonitors .slick-prev.slick-arrow::before,
.vehiclemonitors .slick-next.slick-arrow::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.vehiclemonitors .slick-prev.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
}

.vehiclemonitors .slick-next.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
    transform: rotateZ(180deg);
}

.vehiclemonitors .card {
    padding: 0px 15px;
}

.vehiclemonitors .slick-next {
    right: -95px;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    background: transparent;
    box-shadow: none;
}

.vehiclemonitors .slick-prev {
    left: -63px;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    box-shadow: none;
}

.vehiclemonitors .slick-prev.slick-arrow {
    opacity: 1;
    cursor: pointer;
}

.vehiclemonitors .slick-dots li button {
    display: none;
}

.vehiclemonitors .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.moretext {
    display: none;
}

@media (max-width:820px) {

    .stats-box,
    .stats-box2 {
        width: 100%;
        margin: 10px 0;
    }

}

@media (max-width: 480px) {

    .stats-box h2 {
        font-size: 18px;
    }

    .ecosystem .card h3 {
        font-size: 16px;
    }

    .vehiclemonitoring h1 {
        text-align: left;
        font-size: 24px;
    }

    .vehiclemonitoring p {
        text-align: left;
    }

    .installivms {
        display: inline;
    }

    .vehiclemonitors .slick-slide {
        margin-left: 0;
        margin-right: 0;
        margin-top: 30px;
    }

    .vehiclemonitors .card {
        padding: 0px 0px;
    }

    .ecosystem .card i {
        font-size: 28px;
    }

    .ecosystem .card {
        padding: 10px;
    }
}


/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.smartsolutions {
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    color: #011721;
    margin-bottom: 10px;
}

.camerasai {
    text-align: center;
}

.ivmstracking h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 150%;
    color: #011721;
    margin-bottom: 15px;
    margin-top: 15px;
}

.hero {
    padding: 60px 0;
}

.ProductServices .ProductServicescard .ProductServicesInfo p {
    font-size: 16px !important;
}

.vehiclemonitoring p {
    margin-bottom: 30px;
}

.datacenter {
    margin-left: 15px;
    margin-top: 10px;
}

.datacenter li {
    list-style: circle;
}

.popcases h4 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.popularcase .use-case {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.popularcase .card {
    flex: 1 1 calc(45% - 20px);
    background: #f8f9fc;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;

}

.popularcase .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popularcase .card h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.popularcase .card i {
    font-size: 23px;
    margin-bottom: 15px;
}

.popularcase card p {
    font-weight: 300;
    font-size: 17px;
    line-height: 170%;
    color: #474747;
}

.deskexp img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    margin-top: 30px;
    margin-bottom: 30px;
}

.secureoffer {
    min-height: 288px !important;
}

.hypercover {
    text-align: center;
}

.cloudplatforms {
    min-height: 170px !important;
}

@media (max-width: 768px) {
    .popularcase .card {
        flex: 1 1 100%;
    }
}


@media(max-width: 480px) {
    .ProductServices .ProductServicescard .ProductServicesInfo p {
        font-size: 15px !important;
    }

    .smartsolutions {

        font-size: 22px;
    }

    .ivmstracking h3 {
        font-size: 21px;
    }

    .popcases h4 {
        font-size: 20px;
    }

    .popularcase .card h5 {
        font-size: 15px;
    }

    .popularcase .use-case {
        display: inline;
    }

    .popularcase .card {
        margin-bottom: 20px;
    }

    .hypercover {
        text-align: left;
    }
}

section {
    padding: 50px 0;
}

.relatedservices {
    padding-top: 50px;
}


.ProductServices .ProductServicescard .ProductServicesInfo {
    position: absolute;
    top: 16px;
    right: 14px;
    max-width: 265px;


}

.vehiclestracking {
    min-height: 220px !important;
}

.opalcertify {
    padding-top: 40px;
}
