/* Page Header Section */
.page-header-section {
    padding: 30px 0;
}

/* Content Section */
.content-section ul {
    padding-left: 3rem;
}

.content-section li {
    margin-bottom: 8px;
    list-style-type: disc;
}

.content-section li strong {
    font-weight: 700;
}

.content-section h4 {
    margin-bottom: 20px;
    font-weight: 700;
}

.content-section h5 {
    margin-bottom: 20px;
    font-weight: 700;
}


.content-section ul {
    margin-bottom: 2rem;
}

.nav-section ul li {
    border: 1px solid #3e4272;
    border-radius: 20px;
    background-color: #fff;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.nav-section ul li:hover {
    background-color: #3e4272;
}

.nav-section ul li.active {
    background-color: #3e4272;
}

.nav-section ul li a {
    color: #3e4272;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%;
    box-sizing: border-box;
    transition: color 0.3s ease;
}

.nav-section ul li:hover a {
    color: #fff;
}

.nav-section ul li.active a {
    color: #fff;
}

.nav-section h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.nav-section {
    margin-bottom: 30px;
}

.sidebar-navigation {
    position: sticky;
    top: 50px;
    padding: 10px 30px;
}


.table-of-contents {
    position: sticky;
    top: 50px;
    padding: 10px 30px;
}

.table-of-contents::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 20px;
    width: 1.5px;
    background-color: #3e42725e;
}

.table-of-contents ul {
    padding-left: 10px;
}

.table-of-contents ul li a {
    color: #3e4272;
	font-weight: 500;
    font-size: 14px;
}

.table-of-contents ul li a:hover {
    color: #30c
}

.table-of-contents h5 {
    font-size: 16px;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-color: #3e4272;
}

.toc-list li{
	margin-bottom:6px;
}

.toc-sublist li {
    list-style-type: disc;
    color: #3e4272;
    margin-left: 20px;
    margin-bottom: 6px;
}

.toc-sublist li:first-child {
    margin-top: 6px;
}

.toc-sublist li a {
    color: #3e4272;
    
}

/* Active/highlighted states for scroll spy - Simplified approach */
a.active {
    color: #30c !important;
    font-weight: 600 !important;
}

/* Ensure all TOC active links are highlighted */
.table-of-contents a.active,
.toc-list a.active,
.toc-sublist a.active {
    color: #30c !important;
    font-weight: 600 !important;
}

/* Bold parent toc-list item when sublist is active */
.toc-list li:has(.toc-sublist a.active) > a {
    font-weight: bold !important;
}

/* Payment Methods Section */

.payment-methods-section .row {
    margin: 0;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .payment-methods-section .row {
        padding: 0 15px;
    }
    
    .payment-methods-section {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .payment-methods-section .row {
        padding: 0 10px;
    }
    
    .payment-methods-section {
        padding: 0;
    }
    .content-section ul {
        padding-left: 1rem;
    }
}


/* FAQ Section */
.faq-section {
    background: linear-gradient(180deg, #F1F5FF 38.81%, #FFFFFF 94.93%);
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

/* Accordion Styling - Remove borders and backgrounds */
.faq-section .accordion-item {
    border: none !important;
    background-color: transparent !important;
    margin-bottom: 10px;
}

.faq-section .accordion-button {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #3e4272 !important;
    font-weight: 600;
    padding: 10px 0;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #3e4272 !important;
    box-shadow: none !important;
}

.faq-section .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.faq-section .accordion-collapse {
    border: none !important;
}

.faq-section .accordion-body {
    background-color: transparent !important;
    border: none !important;
    padding: 5px 0 10px 0;
    color: #3e4272;
}

/* Custom + and - icons for accordion */
.faq-section .accordion-button::after {
    content: '+';
    background-image: none !important;
    transform: none !important;
    font-weight: bold;
    color: #3e4272;
    font-size: 20px;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: '-';
    transform: none !important;
    font-size: 20px;
}

/* Remove margin-bottom from p tags in accordion body */
.faq-section .accordion-body p {
    margin-bottom: 0!important;
}

/* Add border-bottom to accordion headers */
.faq-section .accordion-header {
    border-bottom: 2px solid #d1d5ff;
}

/* Step images styling */
.content-section img {
    margin: 20px 0;
}
