* {
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
}

.news-banner{
    background: rgba(239, 255, 245, 1) ;
    padding: 30px 0;
}
.compliance{
    font-size: 48px ;
    font-weight: 800 ;
    font-family: "Urbanist", sans-serif;
    background: linear-gradient(180deg, #0B3C5D 0%, #22C55E 100%);
      -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stay-update{
    font-size: 17px ;
    font-weight: 400 ;
    color: rgba(50, 50, 50, 1) ;
}
.banner-txt{
    display: flex ;
    justify-content: center ;
    align-items: flex-start ;
    flex-direction: column ;
    height: 100% ;
    width: 100% ;
    position: relative ;
}


.news-img{
    width: 100% ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    img{
        min-width: 60% ;
        max-width: 60% ;
    }
}
.house{
    display: flex ;
    justify-content: flex-start ;
    align-items: center;
    gap: 10px ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    font-size: 18px ;
    font-weight:500 ;
    color: rgba(72, 71, 71, 1) ;
    img{
        min-width: 25px ;
        max-width: 30px ;
    }
}
.top-btn-sec{
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1) , 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(229, 231, 235, 1);
    padding: 10px 0;
    margin-bottom: 50px ;
}
.btn-sec{
    display: flex ;
    justify-content: flex-start ;
    align-items: center ;
    gap: 10px ;
    li{
        list-style: none ;
        button{
            width: auto ;
            padding: 7px 21px ;
            border-radius: 10px ;
            background: rgba(243, 244, 246, 1) ;
            border: none ;
            font-size: 15px ;
            font-weight: 500 ;
            color: rgba(54, 65, 83, 1) ;
        }
        button.active{
            background: rgba(0, 130, 54, 1) ;
            color: rgba(255, 255, 255, 1) ;
        }
    }
}

.timeline{
    font-size: 16px ;
    font-weight: 500 ;
    color: rgba(54, 65, 83, 1) ;
     width: 117px ;
    height: 40px ;
    background: rgba(243, 244, 246, 1) ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    border-radius: 10px ;
    gap: 5px ;
    img{
        min-width: 16px ;
        max-width: 16px ;
    }
}
.search-main{
    display: flex ;
    justify-content: flex-end ;
    align-items: center ;
    gap: 10px ;
    width: 100% ;
   input{
    width: 450px ;
    height: 40px ;
    border-radius: 10px ;
    border: 1px solid rgba(209, 213, 220, 1);
    padding: 10px 10px 10px 30px;
    &:focus{
        outline: none ;
    }
   }
}
.searchimg{
    position: absolute ;
    top: 8px ;
    left:10px ;
}
.filter-txt{
    font-size: 18px ;
    font-weight: 500 ;
    display: flex ;
    justify-content: flex-start ;
    align-items: center ;
    gap: 5px ;
    img{
        min-width: 15px ;
        max-width: 15px ;
    }
}

.filter-month{
    font-size: 14px ;
    font-weight: 500 ;
    color: rgba(54, 65, 83, 1) ;
}
.filter-main{
    width: 100% ;
    background: rgba(255, 255, 255, 1) ;
    border: 1px solid rgba(229, 231, 235, 1);
    padding: 20px ;
    border-radius: 14px ;
    span{
        width: 100% ;
        display: inline-block ;
        font-size: 15px ;
        height: 39px ;
        border-radius: 10px ;
        border: 1px solid rgba(209, 213, 220, 1);
    }
}
.popular-tag{
    display: flex ;
    justify-content: flex-start ;
    align-items: flex-start ;
    gap: 10px ;
    flex-wrap: wrap ;
    li{
        font-size: 12px ;
        font-weight: 500 ;
        color: rgba(54, 65, 83, 1) ;
        padding: 5px 15px ;
        border-radius: 20px ;
        background: rgba(243, 244, 246, 1) ;
        width: fit-content ;
        list-style: none ;
    }
}

.incometax{
    border: 2px solid rgba(220, 252, 231, 1);
    background: linear-gradient(135deg, #F0FDF4 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1) , 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 20px ;
    border-radius: 15px ;

}
.income-tax-txt{
    font-size: 14px ;
    font-weight: 400 ;
    color: rgba(106, 114, 130, 1) ;
    span{
        border: 1px solid rgba(190, 219, 255, 1);
        background: rgba(239, 246, 255, 1) ;
        padding: 5px 15px;
        border-radius: 30px ;
        color: rgba(20, 71, 230, 1) ;
        margin-right: 10px ;
    }
}
.cbdt{
    font-size: 20px ;
    font-weight: 500 ;
    color: rgba(16, 24, 40, 1) ;
}
.central{
    font-size: 15px ;
    font-weight: 400 ;
    color: rgba(54, 65, 83, 1) ;
}
.analysis-btn{
    background:  rgba(0, 130, 54, 1) ;
    width: 205px ;
    height: 48px ;
    border-radius: 10px ;
    display: flex ;
    justify-content: center ;
    align-items: center ;
    font-size: 16px ;
    font-weight: 500 ;
    color: rgba(255, 255, 255, 1);
    border: none ;
}
.news-top-heading{
    font-size: 20px ;
    font-weight: 500 ;
    border-left: 4px solid rgba(43, 127, 255, 1);
    padding-left: 15px ;
}
.inc-txt-box{
    padding: 20px ;
    border-radius: 15px ;
    border-left: 4px solid rgba(43, 127, 255, 1);
    box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1) , 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 1) ;
    .income{
        font-size: 14px ;
        font-weight: 400 ;
        span{
            font-size: 12px ;
            font-weight: 400 ;
            color: rgba(20, 71, 230, 1) ;
            background: rgba(239, 246, 255, 1) ;
            padding: 5px 10px;
            border-radius: 20px ;
            margin-right: 10px ;
        }
    }
}
.draft{
    font-size: 18px ;
    font-weight: 500 ;
    color: rgba(16, 24, 40, 1) ;
}
.major{
    font-size: 16px ;
    font-weight: 400 ;
    color: rgba(74, 85, 101, 1) ;
}
.view-detail{
    font-size: 16px ;
    font-weight: 500 ;
    color: rgba(0, 130, 54, 1) ;
    border: none ;
    background: none ;
}

.gst-main{
    .news-top-heading {
        border-color: rgba(0, 166, 62, 1) ;
    }
    .inc-txt-box{
         border-color: rgba(0, 166, 62, 1) ;
    }
    .income{
        span{
            color: rgba(0, 130, 54, 1) ;
            background: rgba(240, 253, 244, 1) ;
        }
    }
}
.ongoing{
    color: rgba(193, 0, 7, 1) !important;
    background: rgba(254, 242, 242, 1) !important;
}


.accounting-main{
    .news-top-heading {
        border-color: rgba(49, 65, 88, 1) ;
    }
    .inc-txt-box{
         border-color: rgba(49, 65, 88, 1);
    }
    .income{
        span{
            color: rgba(49, 65, 88, 1) ;
            background: rgba(240, 253, 244, 1) ;
        }
    }
}



@media screen and (max-width:768px) {
    .banner-txt{
        padding-top: 40px ;
    }
    .compliance{
        font-size: 25px ;
    }
    .stay-update {
       font-size: 12px;
    }
    .news-img {
        img {
            min-width: 100%;
            max-width: 100%;
        }
    }
    .btn-sec {
        & li {
            button {
                width: auto;
                padding: 5px 10px;
                font-size: 14px;
            }
        }
    }
    .search-main{
    input{
        width: 100% ;
        &::placeholder{
            font-size: 12px ;
        }
    }
    .input-main{
        width: calc(100% - 127px);
    }
}
.filter-main {
    padding: 15px;
}
.incometax {
    padding: 15px;
}
.cbdt {
    font-size: 16px;
}
.central {
    font-size: 12px;
}
.analysis-btn {
    background: rgba(0, 130, 54, 1);
    width: 190px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    border: none;
}
.news-top-heading {
    font-size: 18px;
}
.inc-txt-box {
    padding: 15px ;
    .income {
        font-size: 12px;
        font-weight: 400;
        span{
            font-size: 10px ;
        }
    }

}
.draft {
    font-size: 16px;
}
.major {
    font-size: 12px;
}
.view-detail {
    font-size: 14px;
}
.top-btn-sec{
    margin-bottom: 20px ;
}
.flt-month-top{
    display: flex;
    justify-content: space-between ;
    align-items: center ;
    .filter-month {
        width: 48% ;
    }
}
.house{
    font-size: 16px ;
    font-weight:500 ;
}
}