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; */
}
header.head-active{
    /* position:fixed; */
}
header {
    background: #004BAA;
}
section.digital-sec.section-gap{
    padding-top: 150px;
    scroll-margin-top: 150px;
}
.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 h3{
    font-size:24px;
    margin-bottom:15px;
}
.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%;
}
section.digital-sec .accordion-button {
    border-bottom: 0px solid #ddd;
    position: relative;
    cursor: pointer;
    background: transparent;
    font-size:18px;
    font-family: var(--tj-ff-heading);
    color: var(--tj-color-heading-primary);
    font-weight: var(--tj-fw-medium);
    border: 0px !important;
    border-radius: 0;
    box-shadow: inset 0 calc(-1 * 0) 0 var(--bs-accordion-border-color);
    padding-left: 0;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}
section.digital-sec .accordion-body{
    border:0px solid !important;
    padding-left: 0px;
    padding-right: 80px;
}
section.digital-sec .accordion-header{
    font-size:18px;
    font-family: var(--tj-ff-heading);
    color: var(--tj-color-heading-primary);
    margin-top: 0px;
    font-weight: var(--tj-fw-medium);
    border: 0px solid !important;
}
section.digital-sec .accordion, section.digital-sec .accordion-item{
background: transparent;
border: 0;
}
section.digital-sec .accordion-item{border-bottom: 1px solid #ddd;border-radius: 0 !important;}
section.digital-sec .accordion-button::after{
background-image: url("../images/faq/arrow-down-2025.svg");
}
section.digital-sec .col-9 li{
    margin-bottom: 16px;
}
section.digital-sec .col-9 ul{
    padding-left:24px;
}
section.digital-sec.section-gap th{
        padding: 10px !important;
    background: #f2f2f2 !important;
    border-top:1px solid #000 !important;
    border-bottom:1px solid #000 !important;
    border-left:1px solid #000 !important;
}
section.digital-sec.section-gap th:last-child{
    border-right:1px solid #000 !important;
}
section.digital-sec.section-gap td{
    padding: 10px !important;
    border-bottom:1px solid #000 !important;
    border-left:1px solid #000 !important;
}
section.digital-sec.section-gap table{
    margin-bottom: 20px;
}
section.digital-sec.section-gap td:last-child{
     border-right:1px solid #000 !important;
}
h2 a, h3 a, h4 a, h5 a, h6 a{
    scroll-margin-top: 150px;
}
h2, h3, h4, h5, h6{
    scroll-margin-top: 150px;
}