.colored-highlight{
    color: #FF0042;
}

.banner_content h1{
    line-height: 1.15;
}

.banner_content h1 .sub-tag{
    display: block;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 2.0;
    margin-top: 4px;      /* was 8px */
}
.sub-tag{
    margin: 0px 0px 16px;
    color: #fff;
}

.cs-solution__figure {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
    width: 100%;
}
.cs-solution__figure img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.icon-section{
    display: flex;
    align-items: center;
    gap: 24px;
}

.icon-section .list-style{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.icon-section .list-style li{
    list-style: none;
}
.sub-content {
    margin: 0px 0px 16px;
    color: #FF6C3A;
    font-size: 18px;
}
.navbar-expand-sm .navbar-nav {
    justify-content: center !important;
}
.navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand-sm .navbar-nav {
    flex-direction: row;
}
.analytics-section {
    font-family: "CustomFont", sans-serif;
    display: flex;
    flex-wrap: wrap;              /* NEW — lets circles drop to next row instead of overflowing */
    justify-content: center;
    align-items: center;
    gap:40px;
    padding: 50px;
}
.row.justify-content-center > div:nth-child(odd):last-child {
    max-width: 100%;
    flex: 0 0 100%;
}
/* Card */

.analytics-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.analytics-title{
    font-size:17px;
}


/* Circle */

.circle-chart {

    --circle-size: 210px;
    --circle-bg: #50c2d0;
    --circle-progress: #2587c7;

    width: var(--circle-size);
    height: var(--circle-size);

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}



/* Circle Inner */

.circle-inner {

    width: calc(var(--circle-size) - 35px);
    height: calc(var(--circle-size) - 35px);

    border-radius: 50%;

    background: var(--circle-bg);

    display: flex;
    align-items: center;
    justify-content: center;

}


.circle-inner span {

    font-size: 52px;
    font-weight: 300;
    color: #45485c;

}



/* Progress Ring */

.chart-70 {

    background:
    conic-gradient(
        #2587c7 0deg 252deg,
        transparent 252deg 360deg
    );

}


.chart-80 {

    background:
    conic-gradient(
        #2587c7 0deg 288deg,
        transparent 288deg 360deg
    );

}

/* Data-driven progress ring: set via data-percent="NN" on .circle-chart and
   animated from 0 by JS when the card scrolls into view. Scoped to the
   [data-percent] attribute so pages still using the fixed .chart-70/.chart-80
   classes render exactly as before. */
.circle-chart[data-percent] {
    background: conic-gradient(
        var(--circle-progress) calc(var(--percent, 0) * 3.6deg),
        transparent 0deg
    );
}
/* Responsive */
/* Large desktop → small desktop/laptop: shrink circles before they run out of room */
@media (max-width: 1300px) {
    .circle-chart {
        --circle-size: 180px;
    }
    .circle-inner span {
        font-size: 44px;
    }
    .analytics-section {
        gap: 25px;
        padding: 40px 20px;
    }
}

/* Tablet: shrink further, still try to keep one row if it fits, wrap if not */
@media (max-width: 992px) {
    .analytics-section {
        gap: 20px;
        padding: 30px 20px;
    }
    .circle-chart {
        --circle-size: 160px;
    }
    .circle-inner span {
        font-size: 40px;
    }
    .analytics-title {
        font-size: 18px;
    }
}

/* Mobile: stack vertically (your existing rule, kept) */
@media (max-width: 768px) {
    .analytics-section {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
    }
    .circle-chart {
        --circle-size: 180px;
    }
}

/* Small mobile: shrink further */
@media (max-width: 480px) {
    .circle-chart {
        --circle-size: 150px;
    }
    .circle-inner span {
        font-size: 36px;
    }
    .analytics-title {
        font-size: 17px;
    }
    .analytics-section {
        padding: 20px 15px;
        gap: 25px;
    }
}
.inquery-1 {
    background-image: url(/new-site/resources/images/home/testimonial/03.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.manager-detail .manager-name,
.manager-detail .detail p {
    color: #ffffff !important;
}
.health-head {
    width: fit-content !important;
    max-width: none !important;
    flex: 0 0 auto !important;
}

.banner-con h2 {
    white-space: nowrap;
}

/* Challenge cards (Four problems in real-world traffic) — equalize card
   heights per row so shorter cards don't sit misaligned next to taller ones */
#section2 .row.justify-content-center {
    align-items: stretch;
}
#section2 .row.justify-content-center > div {
    display: flex;
}
#section2 .box-text {
    width: 100%;
    display: flex;
}
#section2 .services_list.text-form {
    width: 100%;
}
#section2 .content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.solution_features {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}
.cs-solution__figure {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
    width: 100%;
}
.cs-solution__figure img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
  @media (max-width:640px){
    .cs-solution__figure img{max-height:380px;}
  }
.feature_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.key_feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
}

.feature_item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.feature_icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff5b3d, #ff2d55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.feature_content {
    flex: 1;
    min-width: 0; /* prevents text overflow issues in flexbox */
}

.feature_content .box-point {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.feature_content .para-item {
    font-size: 16px;
    line-height: 1.7;
    color: #6b6b6b;
    margin: 0;
    text-align: justify;
}

/* ===== Tablet ===== */
@media (max-width: 991px) {
    .feature_item {
        padding: 20px;
        gap: 16px;
    }
    .key_feature {
        padding: 20px;
        gap: 16px;
    }
    .feature_icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .feature_content .box-point {
        font-size: 16px;
    }

    .feature_content .para-item {
        font-size: 14px;
    }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {
    .solution_features {
        gap: 16px;
    }

    .feature_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        gap: 12px;
    }
    .key_feature {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px;
        gap: 12px;
    }

    .feature_icon {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .feature_content .box-point {
        font-size: 15px;
    }

    .feature_content .para-item {
        font-size: 13.5px;
        text-align: left;
    }
}
.stats_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-top: 24px;
}

.stat_card {
    position: relative;
    background: #f7f7f9;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 28px 24px;
    overflow: hidden;
}

/* diagonal accent corner, same visual language as the dark version */
.stat_card::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, transparent 50%, rgba(255, 45, 85, 0.06) 50%);
    pointer-events: none;
}
.mobile-slider{
    margin-top: 50px;
}
.stat_percent {
    font-size: 42px;
    font-weight: 700;
    color: #ff2d3a;
    margin: 0 0 10px 0;
    line-height: 1;
}

.stat_desc {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    text-align: left !important;
}

.stats_note {
    font-size: 13px;
    font-style: italic;
    color: #8a8a8a;
    margin-top: 16px;
}

/* ===== Tablet ===== */
@media (max-width: 768px) {
    .stats_grid {
        gap: 16px;
    }

    .stat_card {
        padding: 22px 18px;
    }

    .stat_percent {
        font-size: 34px;
    }

    .stat_desc {
        font-size: 14px;
    }
}

/* ===== Mobile ===== */
@media (max-width: 576px) {
    .stats_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .stat_card {
        padding: 20px;
    }

    .stat_percent {
        font-size: 30px;
    }

    .stat_desc {
        font-size: 13.5px;
    }

    .stats_note {
        font-size: 12px;
    }
}
    /* Analytics Circle Component */

   .back-banner{
    background: url(/assets/case-studies/vehicle-intelligence.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.sub-tag{
    margin: 0px 0px 16px;
    color: #fff;
}

.cs-solution__figure {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
}
.cs-solution__figure img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 576px) {
    .key_feature {
        flex-direction: column;
        gap: 12px;
        padding: 18px;
    }
}
.quote_card {
    position: relative;
    background: #f7f7f9;
    border-radius: 8px;
    padding: 28px 32px 28px 36px;
    margin: 24px 0;
}

.quote_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 4px 0 0 4px;
    background: #FF6C3A; /* purple accent bar */
}

.quote_text {
    font-size: 17px;
    font-style: italic;
    line-height: 1.7;
    color: #4a4a55;
    margin: 0;
}

/* ===== Tablet ===== */
@media (max-width: 768px) {
    .quote_card {
        padding: 22px 22px 22px 28px;
    }
    .quote_text {
        font-size: 15.5px;
        line-height: 1.65;
    }
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
    .quote_card {
        padding: 18px 16px 18px 22px;
        margin: 18px 0;
    }
    .quote_text {
        font-size: 14.5px;
        line-height: 1.6;
    }
}
