.service-banner {
    color: var(--white);
    padding: 105px 0;
    position: relative;
}

.service-banner {
    padding-top: 18px;
}

.service-banner::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 40.87%, rgba(0, 0, 0, 0) 88.46%);
    z-index: 9;
}

.service-banner .img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-banner .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.5;
}

.service-banner .content-wrapper {
    position: relative;
    z-index: 9;
    max-width: 1630px;
}

.service-banner .banner-title {
    max-width: 1000px;
}

.service-banner .banner-title h1 {
    font-weight: 700;
    padding-bottom: 16px;
    position: relative;
    color: var(--white);
}

.service-banner .banner-title h1 span {
    background-image: var(--orangeGradient);
    color: transparent;
    background-clip: text;
}

.service-banner .banner-title h1::before {
    position: absolute;
    content: '';
    width: 106px;
    height: 4px;
    background-color: var(--orange);
    bottom: 0;
    left: 0;
}

.service-banner .banner-title .desc {
    margin-top: 30px;
}

.service-banner .banner-title .desc,
.service-banner .banner-title .desc p {
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
}

.service-banner .content-wrapper .custom_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 645px;
    gap: 10px 10px;
    margin: 40px 0 48px;
}

.service-banner .content-wrapper .custom_ul li {
    color: var(--white);
}

.service-banner .features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.service-banner .features .trusted-wrapper {
    padding: 20px 32px 10px;
    background-color: #FFFFFF33;
    border-radius: 24px;
    backdrop-filter: blur(8px);
    border: 1px solid var(--border);
}

.service-banner .features .trusted-grid {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 40px;
}

.service-banner .features .trusted-grid>div {
    display: flex;
}

.service-banner .features .trusted-grid img {
    max-width: 115px;
}

.service-banner .features .trusted-wrapper .h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.service-banner .features .trusted-wrapper .h4::before {
    position: absolute;
    content: '';
    width: 57px;
    height: 4px;
    background-color: var(--white);
    bottom: 0;
    left: 0;
    border-radius: 20px;
}

.service-banner .banner-certificate-wrapper {
    width: 100%;
    max-width: 520px;
}

.service-banner .rating-wrapper {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 45px;
    margin-bottom: 45px;
}

.service-banner .rating-wrapper .esb-banner_rating .clutch-widget {
    filter: brightness(0) invert(1);
}

.service-banner::before {
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(180deg, #FFA000 0%, #FF6000 100%);
    opacity: 0.05;
}

.service-banner .clutch-rating-company-text {
    color: var(--dark);
}

.service-banner .banner-title {
    max-width: 1100px;
}

.service-banner-row_right .bg-ele svg,
.service-banner-row_right .bg-ele img {
    width: 100%;
    height: auto;
}

.service-banner-row_right .bg-ele {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
    height: auto;
}

/* .service-banner .clutch-rating-company li+li {
    margin-left: 6px;
} */

.service-banner-row_right .right_img {
    position: relative;
    /* -webkit-mask-image: url(https://images.trustmat.com/wp-content/uploads/2026/04/bg-union.svg);
    mask-image: url(https://images.trustmat.com/wp-content/uploads/2026/04/bg-union.svg);
    mask-size: 100%;
    mask-repeat: no-repeat; */
    /* max-width: 480px; */
    aspect-ratio: 1;
    width: 100%;
}

.service-banner-row_right {
    position: relative;
    width: auto;
}

.service-banner-row_right .right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-banner .banner-title h1 {
    font-size: 42px;
}

.service-banner .banner-title h1,
.service-banner .content-wrapper .custom_ul li,
.service-banner .banner-title .desc,
.service-banner .banner-title .desc p {
    color: var(--dark);
}

.service-banner {
    padding-top: 10px;
}

.service-banner-row {
    display: flex;
    flex-wrap: wrap;
}

.service-banner-row>* {
    max-width: 60%;
}

.service-banner-row_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 40%;
    margin-left: auto;
}

body:has(.service-banner) .site-header {
    border-bottom: 1px solid var(--border);
}


.service-banner .breadcrumb .breadcrumbs__list li:not(:last-child)::after,
.service-banner .breadcrumb .breadcrumbs__list a,
.service-banner .breadcrumb .breadcrumbs__list span {
    color: var(--dark);
    font-size: 1rem;
}

.service-banner .breadcrumb {
    border-bottom: 1px solid var(--border);
    /* border-top: 1px solid var(--border); */
}

@media (min-width: 1920px) {

    .service-banner .banner-title .desc,
    .service-banner .banner-title .desc p {
        font-size: 20px;
    }
}

@media (min-width: 135rem) {
    .service-banner .features .trusted-grid img {
        max-width: 145px;
    }

    .service-banner .features {
        justify-content: space-between;
    }

    .service-banner .content-wrapper .custom_ul {
        max-width: 880px;
    }

    .service-banner .content-wrapper {
        max-width: unset;
    }

    .service-banner .banner-title .desc,
    .service-banner .banner-title .desc p {
        font-size: 22px;
    }

    .service-banner .content-wrapper .custom_ul li {
        font-size: 20px;
    }
}

@media (max-width: 1920px) {
    .service-banner .img-wrapper img {
        object-fit: cover;
        object-position: center;
    }

    .service-banner .content-wrapper .custom_ul {
        max-width: 712px;
    }

    /* .service-banner .banner-title .desc,
    .service-banner .banner-title .desc p {
        font-size: 1.125rem;
    } */
    .service-banner-row {
        gap: 30px;
    }

    .service-banner-row>* {
        max-width: calc(57% - 30px);
    }

    .service-banner-row_right .right_img {
        max-width: 420px;
    }

    .service-banner .content-wrapper .custom_ul li {
        font-size: 18px;
    }

    .service-banner-row_right {
        max-width: 43%;
    }

    .service-banner {
        padding-top: 15px;
    }
}

@media (max-width: 1560px) {
    .service-banner-row>* {
        /* width: 50%; */
    }

    .service-banner-row_right .bg-ele {
        width: 100%;
        height: auto;
    }

    .service-banner-row_right .bg-ele svg {
        width: 100%;
        height: auto;
    }

    .service-banner {
        /* padding-top: 40px; */
    }

    .service-banner .banner-title h1 {
        font-size: 40px;
    }
}

@media (max-width: 1440px) {}

@media (max-width: 1279px) {
    .service-banner {
        padding-bottom: 90px;
    }

    .service-banner .content-wrapper .custom_ul {
        margin: 30px 0 0 0;
    }

    .service-banner .banner-certificate-wrapper {
        margin-left: auto;
    }

    .service-banner .features {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .service-banner .features .trusted-grid {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px 50px;
    }

    .service_technology_sec:has(.selected-label+ul.active) {
        z-index: 9;
    }

    .service-banner .content-wrapper .custom_ul li {
        font-size: 16px;
    }

    .service-banner-row>* {
        max-width: calc(60% - 30px);
    }

    .service-banner-row_right {
        max-width: 40%;
    }
}

@media (max-width: 1190px) {
    .service-banner-row>* {
        max-width: calc(64% - 30px);
    }

    .service-banner-row_right {
        max-width: 36%;
    }
}

@media (max-width: 1024px) {
    .service-banner-row_right {
        display: none;
    }

    .service-banner-row>* {
        max-width: 100%;
    }
}


@media (max-width: 991px) {
    .service-banner .features .trusted-grid img {
        max-width: 95px;
    }

    .service-banner .features .trusted-grid {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: start;
    }

    .service-banner .content-wrapper .custom_ul {
        margin: 20px 0 0 0;
    }

    .service-banner .features {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .service-banner .banner-certificate-wrapper {
        margin-left: 0;
    }

    .service-banner .rating-wrapper {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    section .breadcrumb .breadcrumbs__list a {
        font-size: 14px;
    }

    .service-banner {
        padding-top: 20px;
    }

    section .breadcrumb {
        margin-bottom: 25px;
    }

    .service-banner .banner-title h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .service-banner {
        padding: 20px 0 50px;
    }

    .service-banner .features .trusted-grid {
        gap: 10px 20px;
    }

    .service-banner .rating-wrapper {
        margin-bottom: 50px;
    }

    .service-banner .content-wrapper .custom_ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-banner .content-wrapper .custom_ul {
        gap: 7px;
    }

    .service-banner::before {
        background: linear-gradient(90deg, #000000 40.87%, rgb(0 0 0 / 71%) 88.46%);
    }


    .service-banner .features .trusted-wrapper {
        padding: 20px 22px 10px;
    }

    .service-banner .banner-title h1 {
        font-size: 32px;
    }

}