section.banner-section {
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
section.banner-section::before{
    content: "";
    pointer-events: none;
    position: absolute;
    top: -32%;
    left: -25%;
    z-index: -1;
    height: 120%;
    width: 150%;
    filter: blur(86px);
    background: linear-gradient(282deg, #8dcbff -14.38%, #093355 91.4%);
}
section.banner-section .bottom-fade{
    position: absolute;
    bottom: 0;
    height: 50px;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #fff, transparent);
}
section.banner-section .bottom-fade:after {
    content: "";
    width: 100%;
    height: 160%;
    bottom: 0;
    top: -21px;
    left: 0;
    background: #fff;
    position: absolute;
    filter: blur(31px);
}
section.banner-section .bg-image {
        pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/banner/ring.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    top: 0;
    left: 0;
    opacity: 0.1;
}
section.banner-section p, section.banner-section h1{
    color:#fff;
}
section.banner-section p.banner-tag {
    font-size: 14px;
    margin-bottom: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-content{
    padding-left: 0 !important;
    max-width: 100%;
}
.banner-content h1{
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
}
.publisher-logos.pb-st-5 {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 28px;
    margin-top: 32px;
    margin-bottom: 48px;
}
.h9-service-more .tj-primary-btn{
        background-color: #fff;
    color: #000;
}
.tj-primary-btn .btn-text{
     color: #000;
}
section.abt-sec.section-gap .head-sec.sec-heading.style-2 {
    text-align: center;
    margin-bottom: 0px;
}
section.abt-sec.section-gap .head-sec.sec-heading.style-2 p{
    margin-top:20px;
}
section.abt-sec.section-gap .head-sec.sec-heading.style-2 h2 span{
    color: var(--tj-color-theme-primary);
}
section.abt-sec.section-gap {
    padding-top: 20px;
}
.feature-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 30px;
            /* max-width: 1200px; */
            margin: 0 auto;
            padding: 10px;
        }

        .feature-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            padding: 10px;
        }

        .feature-item__image-wrapper {
            width: 100%;
            /* max-width: 250px; */
            height: 150px;
            /*background-color: #e0f0ff;*/
            border-radius: 8px;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
            /* object-fit: contain; */
        }

        .feature-item__image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 8px;
            display: block;
            background: #fff;
        }

        .feature-item__content h3 {
            font-size: 1.2em;
            color: #333;
            margin-bottom: 5px;
        }

        .feature-item__content p {
            font-size: 16px;
            /* color: #666; */
        }

section.feature-sec .head-sec.sec-heading.style-2 {
    text-align: center;
    margin-bottom: 40px;
}
section.feature-sec .head-sec.sec-heading.style-2 p{
    margin-top:20px;
}


        @media (min-width: 600px) {
            .feature-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 992px) {
            .feature-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }
        
        
        section.feature-sec.section-gap {
    background: var(--tj-color-theme-bg);
}
.sec-heading .sub-title {
    color: var(--tj-color-theme-primary);
    padding: 0;
    border: 0;
}
section.works-sec.section-gap .sec-heading h2{
    margin-bottom: 20px;
}
section.works-sec .sec-heading {
    position: sticky;
    top: 150px;
}
.works-right {
    padding-left: 15%;
}
.works-right span.icon {
    height: 105px;
    width: 105px;
    display: inline-flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 8px;
    align-items: center;
}
.works-right span.icon img{
    width:70px;
}
.works-right .first span.icon{
    /* background-image: url(https://www.criteo.com/wp-content/uploads/2022/01/Commerce-Media-Platform_Icon-01.svg) !important; */
}
.works-right h3{
    font-size:28px;
    margin-bottom: 15px;
    height: 105px;
    overflow: hidden;
}
.works-right li{
    margin-bottom: 16px;
    position: relative;
    list-style: none;
    padding-left: 28px;
}
.works-right ul{
    padding-left: 0;
}
.works-right li:before {
    content: '';
    background: url(../images/icons/check.png);
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
    z-index: 2;
    background-size: contain;
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.works-right .row{
    gap:30px 0;
}
section.works-sec.advertise-sec.section-gap{
    background-color: var(--tj-color-theme-bg);
}
section.works-sec.advertise-sec.section-gap .works-right {
    padding-left: 12px;
    padding-right: 10%;
}
section.works-sec.advertise-sec.section-gap .works-right h3{
    height: auto;
}
.feature-inner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.feature-inner .left, .feature-inner .right{
    width:45%;
}
.feature-inner .right img{
    width: 100%;
    height: auto;
}
.feature-inner h4{
    font-size: 30px;
    margin-bottom: 20px;
}
.feature-inner li{
    margin-bottom: 16px;
    position: relative;
    list-style: none;
    padding-left: 28px;
}
.feature-inner ul{
    padding-left: 0;
}
.feature-inner li:before {
    content: '';
    background: url(../images/icons/check.png);
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
    z-index: 2;
    background-size: contain;
    background-position: 0 4px;
    background-repeat: no-repeat;
}
.cta-buttons {
    margin-top: 30px;
}
.cta-buttons .tj-primary-btn .btn-text span{
    color:#fff;
}