.ourService.section {
    margin-top: -106px;
    position: relative;
    z-index: 1;
}

.ourService__wrapper {
    display: flex;
    gap: 136px;
}

.ourService__sidebar {
    width: 312px;
}

.ourService__title-tab {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 100px;
}

.ourService__title--btn {
    line-height: 24px;
    color: var(--color-text-secondary);
    background-color: transparent;
    border: 1px solid var(--color-text-dark);
    padding: 7px 16px;
    text-align: left;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    min-width: 312px;
}

.ourService__title--btn.active,
.ourService__title--btn:hover {
    color: var(--color-text-primary);
    background: rgba(40, 40, 44, 1);
    border: 1px solid rgba(62, 62, 68, 1)
}

#ourService__tabContent {
    width: calc(100% - 400px);
}

/* ourService__tabContent */

.ourService__intro {
    padding-bottom: 40px;
}

.ourService__intro .ourService__heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-text-primary);
}

.ourService__description {
    margin-bottom: 0;
}

/* ourService__cards start */
.ourService__cards {
    row-gap: 24px;
}

.ourService__card {
    padding: 24px;
    background: #141516;
    border-radius: 12px;
    border: 1px solid #1B1C1D;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}

.ourService__card--bgimg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.ourService__card-bg {
    margin-bottom: 16px;
}

.ourService__card-bg img {
    filter: drop-shadow(0px 0px 14.4px #000000);
}

.ourService__card-title {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--color-text-primary);
    line-height: 24px;
}

.ourService__card-text {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}

/* ourService__highlight */
.ourService__highlight {
    margin-top: 25px;
}

.ourService__highlight-content {
    max-width: 400px;
}

.ourService__highlight-card {
    padding: 59px 32px;
    border-radius: 12px;
    background-image: url(../../images/services/oosa-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.trubicars-card {
  background-image: url(../../images/trubicars-bg.png);
}
.aio-card{
    background-image: url(../../images/aio-bg.png);
}
.ourService__highlight-logo {
    position: absolute;
    bottom: 32px;
    right: 32px;
}

.ourService__highlight-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 8px;
}

.ourService__highlight-desc {
    font-size: 14px;
    line-height: 20px;
    color: var(--color-text-primary);
    margin-bottom: 24px;
    opacity: 70%;
    letter-spacing: 0.2px;
}

.ourService__counters {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.ourService__counter-value.counter {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    color: var(--color-text-primary);
    margin-bottom: 0;
    opacity: 80%;
}

.ourService__counter-label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--color-text-primary);
    opacity: 80%;
    letter-spacing: 0.2px;
}


@media screen and (max-width: 1399px) {
    .ourService__wrapper {
        gap: 100px;
    }

    .ourService__title--btn {
        min-width: 280px;
    }
    .ourService__intro {
        padding-bottom: 30px;
    }

}

@media screen and (max-width: 1199px) {
    .ourService.section {
        margin-top: -90px;
    }

    .ourService.section h2 {
        margin-bottom: 0;
    }

    .ourService__wrapper {
        gap: 50px;
    }
.ourService__sidebar {
    width: auto;
}
    .ourService__title--btn {
        min-width: auto;
    }

    #ourService__tabContent {
        width: calc(100% - 312px);
    }
    .ourService__highlight-card {
    padding: 35px 32px;
}
    .ourService__counter-value.counter {
    font-size: 26px;
    line-height: 34px;
}
}

@media screen and (max-width: 991px) {
        .ourService.section {
        margin-top: -40px;
    }
    .ourService__wrapper {
        gap: 50px;
        flex-direction: column;
    }

    .ourService__sidebar {
        width: 100%;
    }

    .ourService__title-tab {
        display: flex;
        flex-direction: row;
        gap: 16px;
        position: sticky;
        top: 100px;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        scrollbar-width: thin;
        scrollbar-color: #888 transparent;
    }

    #ourService__tabContent {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .ourService.section {
        margin-top: 50px;
    }
       .ourService__wrapper {
        gap: 30px;
    }
    .ourService__intro {
        padding-bottom: 20px;
    }

    .ourService__highlight-card {
        padding: 30px;
    }
   .ourService__title--btn.active, .ourService__title--btn:hover {
    background: transparent;
    border: none;
    padding: 0;
}
}

@media screen and (max-width: 575px) {
.ourService__intro .ourService__heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.ourService__highlight-card{
    padding: 24px;
}
}