.service-tab-section hr {
    border-color: #575757;
    margin-top: 52px;
    margin-bottom: 52px;
}

.service-tab-section .spacer-40 {
    margin-bottom: 52px;
    row-gap: 16px;
    --bs-gutter-x: 16px;
}

.d-grid {
    grid-template-columns: 260px 1fr;
    gap: 87px;
}

#v-pills-tab {
    row-gap: 16px;
}

#v-pills-tab .nav-link {
    text-align: left;
    font-size: 15px;
    color: #8A8F98;
    font-weight: 400;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 8px;
}

#v-pills-tab .nav-link.active,
#v-pills-tab .show>.nav-link {
    background-color: #28282C;
    border-color: #3E3E44;
    color: #F7F8F8;
}

#v-pills-tabContent h3 {
    font-size: 24px;
    line-height: 36px;
    color: #F7F8F8;
    font-weight: 500;
    margin-bottom: 16px;
}

.mb-40 {
    margin-bottom: 40px;
}

.service-tab-section .service-card {
    position: relative;
    background-color: #141516;
    border-radius: 12px;
    padding: 24px 24px 20px;
}

.service-tab-section .service-card h4 {
    font-size: 15px;
    font-weight: 500;
    color: #F7F8F8;
    line-height: 24px;
    margin-bottom: 10px;
}

.service-card-bg {
    position: absolute;
    top: 0;
    right: 0;
}

.service-card svg {
    margin-bottom: 108px;
}


.service-last-card {
    background-image: url(../img/service-page/oosa-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 54px 32px;
    border-radius: 11px;
    position: relative;
}

.oosa-logo {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.service-inner-content {
    width: 80%;
}

#v-pills-tabContent .service-inner-content h3 {
    font-size: 24px;
    line-height: 44px;
    color: #F7F8F8;
    font-weight: 600;
    margin-bottom: 8px;
}

.desc-service {
    font-size: 14px;
    color: #F7F8F8;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.22px;
    margin-bottom: 24px;
}

#v-pills-tabContent .service-inner-content .counter-row .counter-card h3 {
    font-size: 21px;
    font-weight: 400;
    color: #F7F8F8;
    line-height: 32px;
}

#v-pills-tabContent .service-inner-content .counter-row .counter-card p {
    color: #F7F8F8;
}

#v-pills-tabContent .service-inner-content .counter-row {
    margin-bottom: 24px;
}



/* service-section start */


.service-section,
.experts-partners-section {
    background: linear-gradient(179deg, #131415 0%, #08090A 28%);
    padding: 150px 0 75px;
    margin-top: 75px;
}


.partner-logo-row {
    display: flex;
    gap: 86px;
    justify-content: center;
}

.partner-logo-card {
    text-align: center;
    position: relative;
}

.partner-logo-card p {
    white-space: nowrap;
    margin-top: 10px;
    font-size: 14px;
}

.partner-logo-card::before {
    content: "";
    position: absolute;
    left: auto;
    right: -40px;
    width: 1px;
    height: 100%;
    background-color: #2A292E;
}

.partner-logo-card:last-child::before {
    display: none;
}


/* rating-section start */

.flex-row-rating {
    display: flex;
    align-items: center;
    gap: 34px;
}

.rating-left {
    width: 50%;
}

.rating-right {
    width: 50%;
}

.rating-left-side-flex {
    display: flex;
    gap: 90px;
}

.ct-number {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #F7F8F8;
    margin-bottom: 0;
    padding-bottom: 8px;
}

.ct-desc {
    font-size: 14px;
    line-height: 21px;
    color: #8A8F98;
    font-weight: 400;
}

.rating-inner-flex {
    display: flex;
    gap: 46px;
}

.rating-inner-right ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}

.rating-right {
    padding: 34px 30px;
    background: #141516;
    border-radius: 18px;
}

.rating-title {
    font-size: 14px;
    line-height: 26px;
    color: #8A8F98;
    padding-bottom: 4px;
}

.rating-inner-right ul li {
    margin-right: 7px;
}

.rating-inner-right ul li:last-child {
    margin-left: 0;
}

.rating-inner-right ul li p {
    font-size: 14px;
    color: #F7F8F8;
    line-height: 20px;
    padding-top: 4px;
}

/* rating-section end */



/* project-success-section start */

.project-success-section {
    background: linear-gradient(179deg, #131415 0%, #08090A 28%);
    padding: 150px 0 75px;
    margin-top: 75px;
}

/* project-success-section end */





/* blog section  */

.transparent {
    background: none;
    margin-top: auto;
    padding-top: 75px;
}






@media screen and (max-width: 1200px) {
    .partner-logo-row {
        gap: 60px;
    }

    .service-section,
    .experts-partners-section,
    .project-success-section {
        margin-top: 60px;
        padding: 120px 0 60px;
    }

    .blog-section.transparent {
        margin-top: 0;
        padding-top: 60px;
    }
}

@media screen and (max-width: 991px) {
    .d-grid {
        grid-template-columns: 1fr;
    }

    select#mobileTabSelect,
    select#mobileTabSelect option {
        background-color: #141516;
        border: 1px solid #272728;
        color: #F7F8F8;
        font-size: 14px;
        padding: 14px;
    }

    .d-grid {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .partner-logo-row {
        gap: 60px;
        flex-wrap: wrap;
    }

    .flex-row-rating {
        flex-direction: column;
    }

    .rating-left-side-flex {
        justify-content: center;
    }

    .rating-left {
        width: 100%;
    }

    .rating-right {
        width: auto;
    }

   

    .service-tab-section hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }


}

@media screen and (max-width: 575px) {

    .partner-logo-row {
        gap: 34px;
    }

    .partner-logo-card::before {
        display: none;
    }

    .rating-left-side-flex {
        gap: 80px;
    }

    .service-section,
    .experts-partners-section,
    .project-success-section {
        padding: 60px 0 30px;
        margin-top: 30px;
    }

    .tab-content p br {
        display: none;
    }

    .faster-section h2,
    .experts-partners-section h2 {
        margin-bottom: 15px;
    }

  
}


