section.banner-section {
    padding-top: 219px;
    padding-bottom: 160px;
    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/home/segments-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    top: 0;
    left: 0;
}
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;
}
header {
    /* position: relative; */
}
section.digital-sec.section-gap{
    padding-top: 150px;
    scroll-margin-top: 200px;
}
.digital-sidebar {
    background: var(--tj-color-common-white);
    border-radius: 20px;
    box-shadow: 0 0 8px #00000052;
    padding: 20px;
    position: sticky;
    top: 150px;
}
.digital-sidebar li{
    list-style: none;
    margin-bottom: 16px;
}
.digital-sidebar li:last-child{
    margin-bottom: 0;
}
.digital-sidebar li a{
        color: var(--tj-color-text-body);
}
.digital-sidebar li a:hover{
    color: var(--tj-color-theme-primary);
}
.digital-sidebar li.active a{
    color: var(--tj-color-theme-primary);
    font-weight:500;
}
.digital-info h1{
    font-size:40px;
    margin-bottom: 25px;
}
.digital-info h2{
    font-size:22px;
    margin-top:25px;
    margin-bottom: 20px;
}
.digital-info h3{
    font-size:19px;
    margin-top:25px;
    margin-bottom: 16px;
}
.digital-info ul.wp-block-list {
    margin-bottom: 16px;
    padding-left: 19px;
}
.digital-info img{
    margin-bottom: 16px;
    width:100%;
}
header {
    background: #004BAA;
}
header.head-active {
    /* position: fixed; */
}
h2, h3, h4, h5, h6{
    scroll-margin-top: 150px;
}