.naac-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0px 50px;
}

.naac-sec .row {
    row-gap: 50px;
}

.naac-sec .Statutory {
    height: 150px;
    
    padding: 40px 20px;
    position: relative;
   
    z-index: 1;
    background-color: var(--blue);
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.naac-sec .Statutory h3 {
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    color: white;
}

.naac-sec .Statutory p {
    font-size: 14px;
    margin-top: 10px;
}

.naac-sec .Statutory p a {
    color: #dee2e6;
}

.naac-sec .Statutory::before {
    content: '';
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
    width: 83px;
    height: 83px;
    background-color: var(--blue);
    border-radius: 50%;
    clip-path: ellipse(42% 49% at 50% 98%);
    z-index: 2; 
}


.naac-sec .Statutory::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #49a752; 
    transform: scaleY(0); 
    transform-origin: bottom center;
    z-index: 1; 
    transition: transform 0.5s ease-out;
}


.naac-sec .Statutory:hover::after {
    transform: scaleY(1); 
    border-radius: 15px;
}


.naac-sec .Statutory:hover h3,
.naac-sec .Statutory:hover p a {
    color: white; 
    position: relative;
    z-index:9999;
}


.naac-sec .Statutory:hover::before {
    background-color: #49a752; 
}


.committee_sec button {
    
    padding: 12px 25px;
    width: 100%;
    text-align: start;
}

#committe_main {
    background: #d3d3d375;
}

.committee_table_inn thead {
    background: linear-gradient(135deg, var(--blue) 0%, #49a752 100%);
}

.committee_sec .nav-pills {
    background-color: var(--blue);
    padding: 80px 20px;
    width: 100%;
}

.committee_sec {
    position: relative;
}

.nav-link {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(1);
    transform-origin: left center;
    background-color: var(--orange);
    z-index: -1;
    transition: transform 0.8s;
}

.nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    background-color: var(--orange);
    z-index: -1;
    transition: transform 0.8s;
}

#committe_main p span {
    color: var(--blue);
    font-weight: bold;
    font-size: 18px;
}

#committe_main p {
    font-weight: bold;
    font-size: 16px;
}

.processor h3 {
    color: var(--orange);
    line-height: 40px;
    font-weight: 700;
    font-size: 30px;
}

.processor h4 {
    color: #000;
    line-height: 40px;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 0px;
}

.processor h5 {
    color: #000;
    line-height: 40px;
    font-weight: 700;
    font-size: 20px;
    margin: 10px 0px;
}

#committe_main .processor p {
    text-align: justify;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    margin: 10px 0px;
}

#committe_main .processor ul li {
    font-size: 16px;
    line-height: 36px;
}

#committe_main .processor ul li span {
    color: var(--orange);
    font-size: 25px;
}

.committee_table_inn .table>:not(caption)>*>* {
    text-align: center;
    background-color: transparent;
}

#naac-first .criterion {
    border-bottom: 2px solid #49a752;
    color: #000;
    padding: 15px;
    text-align: center;
   
}

#naac-first .view {
    border-bottom: 2px solid #4caf50;
    color: white;
    padding: 15px;
    text-align: center;
   
}
#naac-first .criterion p{ 
    font-size: 18px;
}
#naac-first .view p{ 
    font-size: 18px;
}

#naac-first .row .col-lg-8,
#naac-first .row .col-lg-4 {
    padding: 0px;
}

#naac-first .view p a {
        color: #4caf50;
}
.committee_sec #v-ssr-Committee-tab, #v-dvv-Committee-tab{
    color:white;
    background-color:var(--orange);
}
.naac-main .accordion{
--bs-accordion-bg: var(--blue);
--bs-accordion-border-color:transparent;
}
.accordion-button:not(.collapsed) {
    color:white;
    background-color: var(--orange);
}
.accordion-button .collapsed{
    color:white;
    background-color: var(--orange);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}
.accordion-button.collapsed {
    color:white;
    background-color: var(--orange);
}

@media (max-width: 1366px) {
.naac-sec .Statutory h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: white;
}
}

@media (max-width: 1200px) {
.naac-sec .Statutory h3 {
    font-size: 17px;
}
}
@media (max-width: 1199px) {
.naac-sec .Statutory {
    height: 140px;
    padding: 30px 8px;
}
.naac-sec .Statutory h3 {
    font-size: 16px;
}
#naac-first .criterion p {
    font-size: 16px;
}
#naac-first .view p {
    font-size: 16px;
}
}
@media (max-width: 991px) {
    .naac-row {
        row-gap: 40px;
    }
    .naac-sen{
        row-gap:0px !important;
    }
}
@media (max-width: 540px) {
.naac-sec .Statutory {
    height: auto;
    padding: 30px 8px;
}
}

@media (max-width: 436px) {
    .col-4, .col-6 {
        width: 32%;
    }
}
@media (max-width: 425px) {
    .naac-sec .Statutory {
        height: auto;
        padding: 30px 30px;
    }
   
}