.banner-tag {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 50px;
    background: rgba(93, 225, 238, 0.31);
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 250% */
}

.feature-heading-main {
    color: #1F2632;
    text-align: center;
    font-family: Poppins !important;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 0px;
}

.feature-text-main {
    color: #1F2632;
    text-align: center;
    font-family: Poppins !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin: 0px;
}

.feature-heading {
    color: #000;
    font-family: Poppins !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin: 0px;
}

.grid-row-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.team-card {
    display: flex;
    padding: 30px 25px;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    border-radius: 25px;
    background: #FFF;
}

.rating-box {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.77);
    padding: 25px;
}

.award-card a {
    border-radius: 15px;
    background: rgba(249, 249, 249, 0.77);
    padding: 20px;
    display: block;
}

.team-card:hover,
.team-card:focus {
    box-shadow: 0 24.556px 32.742px -14.734px rgba(149, 149, 149, 0.25);
}

.team-card img {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    margin-bottom: 25px;
}

.team-card .name {
    color: #000;
    text-align: center;
    font-family: Poppins !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
}

.team-card .designation {
    color: #11A3B1;
    text-align: center;
    font-family: Poppins !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
}

.team-card .bio-details {
    color: #000;
    text-align: center;
    font-family: Poppins !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 25px;
    /* 133.333% */
}

.team-card .social i {
    font-size: 20px;
    color: #000;
}

.feature-text {
    color: #000;
    font-family: Poppins !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.feature-card {
    display: flex;
    padding: 20px 20px;
    flex-direction: column;
    justify-content: center;
    border-radius: 25px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    gap: 14px;
}
.feature-card img {
    width: 64px;
    margin-bottom: 10px;
}

.section-heading {
    color: #1F2632;
    text-align: center;
    font-family: Poppins !important;
    font-size: 45px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 60px;
}

.subpara {
    color: #1F2632;
    text-align: center;
    font-family: Poppins !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 0px;
    /* 158.333% */
}

.stats-card {
    display: flex;
    padding: 36px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 178px;
    border-radius: 25px;
    background: #FFF;
    box-shadow: -6px 6px 0 0px #000;
}

.stats-heading {
    color: #000;
    font-family: Poppins !important;
    font-size: 29px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin: 0px;
}

.stats-text {
    color: #000;
    font-family: Poppins !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
}



.title {
    text-align: center;
    margin-bottom: 28px
}

.title h2 {
    font-size: 28px;
    margin: 0 0 6px;
    font-weight: 700
}

.title p {
    margin: 0;
    color: #6b7280;
    font-size: 13px
}

/* timeline root and center vertical line */
.timeline {
    position: relative;
    margin-top: 28px
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    background: #2bbcca;
    z-index: 1;
}

/* desktop/tabled layout: 3-column grid (left / center / right) */
.timeline-item {
    display: grid;
    grid-template-columns: 1fr 64px 1fr;
    /* left | center(dot) | right */
    align-items: center;
    gap: 16px;
    padding: 44px 0;
    position: relative;
}

/* center column */
.timeline-item .center {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #2bbcca;
    box-shadow: 0 0 0 6px rgba(15, 177, 159, 0.06);
}

/* left/right placement (desktop) */
.timeline-item.left .timeline-card {
    grid-column: 1;
    justify-self: end;
}

.timeline-item.left .year {
    grid-column: 3;
    justify-self: start;
    padding-left: 10px;
}

.timeline-item.right .year {
    /* grid-column: 1;
    justify-self: end;
    padding-right: 10px; */
    grid-column: inherit;
    justify-self: initial;
    padding-right: auto;
    justify-self: end;
    padding-left: 10px;
}

.timeline-item.right .timeline-card {
    grid-column: 3;
    justify-self: start;
}

/* cards */
.timeline-card {
    position: relative;
    background: linear-gradient(90deg, #FAFAFA 29.83%, #EAFDFF 56.48%, #FFF 100%);
    border: 1px solid #CDCDCD !important;
    border-radius: 12px;
    padding: 18px 20px;
    /* max-width: 420px; */
    width: 100%;
    box-shadow: 0 12px 28px rgba(9, 14, 20, 0.05);
    border: 1px solid rgba(9, 14, 20, 0.03);
    z-index: 4;
}

.timeline-card h3 {
    color: #000;
    font-family: Poppins !important;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin: 0px;
}

.timeline-card p {
    color: #000;
    font-family: Poppins !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
}

/* arrow pointers -> desktop: point to center line */
.timeline-item.left .timeline-card::after,
.timeline-item.left .timeline-card::before,
.timeline-item.right .timeline-card::after,
.timeline-item.right .timeline-card::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.timeline-item.left .timeline-card::after {
    right: -10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    filter: drop-shadow(1px 0 0 rgba(0, 0, 0, 0.03));
}

.timeline-item.left .timeline-card::before {
    right: -11px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid rgba(9, 14, 20, 0.03);
}

.timeline-item.right .timeline-card::after {
    left: -10px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #fff;
    filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.03));
}

.timeline-item.right .timeline-card::before {
    left: -11px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 11px solid rgba(9, 14, 20, 0.03);
}

.year {
    color: #1F2632;
    text-align: center;
    font-family: Poppins !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
}
.feature-card.icon::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 40px;
    background-image: url(https://cdn.myoperator.dev/img/aboutus/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -49px;
    left: 43%;
}
.banner {
    background-image: url('https://cdn.myoperator.dev/img/aboutus/aboutus-banner.png');
}

.banner-heading {
    color: #fff;
    text-align: center;
    font-family: Poppins !important;
    font-size: 51px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    /* 137.255% */
}

.banner-heading span {
    color: #37D3E2;
}

.c-00 {
    color: #000 !important;
}

/* ---------------- Responsive: switch to stacked mobile layout ---------------- */
@media (max-width: 768px) {
    .feature-card.icon{
        margin-top: 25px;
    }
    .feature-card.icon::before{
        top:-20px;
    }
    .stats-card {
        min-height: auto !important;
    }

    .section-header {
        max-width: 100%;
    }

    .subpara {
        font-size: 20px !important;
    }

    .banner-heading {
        font-size: 35px;
        line-height: 44px;
        margin-top: 15px;
    }

    .section-heading {
        line-height: 40px;
        font-size: 30px;
    }

    .grid-row-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }


    /* move center line left and remove translate */
    .timeline::before {
        left: 2px;
        transform: none
    }

    /* grid becomes 2 columns: [center dot] [content area] with two rows (year + card) */
    .timeline-item {
        padding: 25px 0;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
      left: 4%;
        width: 90%;
        padding-left: 30px;
        align-items: start;
    }

    .timeline-item .center {
        position: absolute;
        left: -20px;
        top: 60%;
    }

    .timeline-item.right {
        flex-direction: column !important;
    }

    /* center column (dot) in column 1 spanning both rows */
    .timeline-item .center {
        grid-column: 1;
        grid-row: 1 / span 2;
        justify-self: center;
        align-self: start
    }

    /* both .year and .timeline-card sit in column 2 stacked */
    .timeline-item .year {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        padding: 0;
        margin: 0 0 6px 0;
    }

    .timeline-item .timeline-card {
        grid-column: 2;
        grid-row: 2;
        justify-self: start;
        max-width: 100%;
    }

    /* arrows: always point left to the line on mobile */
    .timeline-item.left .timeline-card::after,
    .timeline-item.right .timeline-card::after {
        left: -10px;
        right: auto;
        border-left: 0;
        border-right: 10px solid #fff;
    }

    .timeline-item.left .timeline-card::before,
    .timeline-item.right .timeline-card::before {
        left: -11px;
        right: auto;
        border-left: 0;
        border-right: 11px solid rgba(9, 14, 20, 0.03);
    }

    /* ensure year visible near dot (no absolute positioning) */
    .timeline-item.left .year,
    .timeline-item.right .year {
        text-align: left;
    }
}

/* tiny screens: shrink padding and fonts */
@media (max-width:420px) {
     .feature-card.icon{
        margin-top: 25px;
    }
    .feature-card.icon::before{
        top:-20px;
    }
    .stats-card {
        min-height: auto !important;
    }

    .subpara {
        font-size: 20px !important;
    }

    .banner-heading {
        font-size: 35px;
        line-height: 44px;
        margin-top: 15px;
    }

    .section-header {
        max-width: 100%;
    }

    .section-heading {
        line-height: 40px;
        font-size: 30px;
    }

    .grid-row-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .rating-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .title h2 {
        font-size: 22px
    }

    .timeline-card {
        padding: 12px 12px
    }

    .timeline-card h3 {
        font-size: 14px
    }

    .timeline-card p {
        font-size: 12px
    }

    .timeline::before {
        left: 0px
    }

    .timeline-item {
        padding: 25px 0;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
      left: 4%;
        width: 90%;
        padding-left: 30px;
    }

    .timeline-item .center {
        position: absolute;
        left: -20px;
        top: 60%;
    }

    .timeline-item.right {
        flex-direction: column !important;
    }

}