.terms-using-snpv {
    width: 80% !important;
    margin: 0 5% ;
    line-height: 1.75;
    font-size: 16px;
}
.terms-using-snpv h1 {
    font-size: 20px;
    text-decoration: underline;
    margin-top: 5px;
}
body {
    counter-reset: section;
    background-color: #ffffff!important;

}
.item-terms{
    background-color: #ffffff!important;

}

ol {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.terms-using-snpv ol > li {
    counter-increment: section;
    font-weight: 400;
    margin-bottom: 5px;
}
.terms-using-snpv ol > li span {
    font-weight: 400;
}
.terms-using-snpv ol > p span {
    font-weight: 400;
}

/*ol > li::before {*/
/*    content: counter(section) ". ";*/
/*    font-weight: bold;*/
/*}*/
.terms-using-snpv ol > li::before {
    content: attr(data-index) ". ";
    font-weight: bold;
}
.terms-using-snpv ol ol > li::before {
    content: attr(data-subindex) ". ";
    font-weight: bold;
}
ol ol {
    counter-reset: subsection;
    padding-right: 20px; /* Indentation for sub-sections */
}

ol ol > li {
    counter-increment: subsection;
}

ol ol > li::before {
    content: counter(section) "." counter(subsection) ". ";
    font-weight: bold;
}
.terms-section {
    display: none;
    margin-top: 20px;
    padding: 20px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 15px;
    color: #333;
}

.terms-section.active {
    display: block;
}
.horizontal-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 15px 0;

}

.menu-item {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    transition: color 0.3s ease;
}

.menu-item:hover {
    color: #000;
}

.menu-item.active {
    color: #0078d7;
    font-weight: 600;
    border-bottom: 2px solid #0078d7;
    padding-bottom: 5px;
}


.horizontal-menu .menu-item {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    transition: border-bottom 0.3s;
}

.horizontal-menu .menu-item:hover {
    border-bottom: 2px solid #999;
}

.horizontal-menu .menu-item.active {
    border-bottom: 2px solid #000;
}

.terms-section {
    display: none;
    margin-top: 20px;
}

.terms-section.active {
    display: block;
}