.pbl-content p {
    max-width: 545px;
}

.disconnected-collections-section {
    background-color: #f8f6f4;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.disconnected-collections-cards {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.disconnected-collections-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 3rem 2rem 3rem 2rem;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    background-color: var(--white-color);
    border-radius: 20px;
}

.disconnected-collections-card p {
    text-align: center;
    color: var(--theme-color);
    line-height: 20px;
    font-weight: 500;
}

.tailored-for-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.tailored-for-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}


/* =========================
   EDUCATION SCALE SECTION
========================= */
#tailored-for-section {
    padding: 80px 0;
}

#tailored-for-section .education-scale-image {
    width: 50%;
}

#tailored-for-section .capabilities-image picture {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

/* Accordion wrapper */
#tailored-for-section .education-accordion {
    border: none;
    --bs-accordion-border-width: 0;
    background: transparent;
}

/* Accordion item */
#tailored-for-section .education-accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 10px;
    margin-bottom: 2px;
    padding: 0;
}

/* Active item background */
#tailored-for-section .education-accordion .accordion-item:has(.accordion-collapse.show) {
    background-color: transparent;
    border-radius: 10px;
}

/* Header button */
#tailored-for-section .education-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-family: var(--font-heading);
    color: var(--theme-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    background: transparent;
    padding: 14px 0;
    border: none;
    box-shadow: none;
}

/* Active title */
#tailored-for-section .education-accordion .accordion-button:not(.collapsed) {
    color: var(--main-btn-color);
    background: transparent;
    box-shadow: none;
}

/* Body */
#tailored-for-section .education-accordion .accordion-body {
    font-family: var(--font-heading);
    color: var(--text-muted);
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    padding: 0 40px 12px 0;
    max-width: 95%;
}

/* Remove default Bootstrap bg */
#tailored-for-section .education-accordion .accordion-button:not(.collapsed)::before,
#tailored-for-section .education-accordion .accordion-button.collapsed::before {
    content: none;
}

/* Focus */
#tailored-for-section .education-accordion .accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

/* Default down arrow */
#tailored-for-section .education-accordion .accordion-button::after {
    background-image: url("../images/accordion-down-arrow.svg");
    background-size: contain;
    background-position: center;
    width: 14px;
    height: 14px;
    transition: transform 0.3s ease, filter 0.3s ease;
    margin-left: 20px;
}

/* Active up arrow */
#tailored-for-section .education-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/accordion-up-arrow.svg");
    transform: rotate(0deg);
    filter: brightness(0) saturate(100%) invert(62%) sepia(94%) saturate(470%) hue-rotate(356deg);
}

/* Optional: remove the light gray background Bootstrap adds */
#tailored-for-section .education-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}



.why-NBFC-choose-section {
    padding: 3rem 0 3rem 0;
}

.why-NBFC-choose-section .section-header {
    padding-bottom: 2rem;
}

.why-NBFC-choose-points {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}

.why-NBFC-choose-point {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
}

.why-NBFC-choose-point-content {
    max-width: 315px;
}

.why-NBFC-choose-point-content h4 {
    color: var(--theme-color);
}

.why-NBFC-choose-point-icon {
    width: 35px;
    padding-top: 1rem;
}

.why-NBFC-choose-image picture {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.trusted-by-section {
    padding-top: 3rem;
    padding-bottom: 4rem;
    background-color: #f8f6f4;
}


.trustee-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding: 3rem 0 0 0;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    padding: 1rem;
    height: 80px;
    width: 180px;
    border-radius: 40px;
}

.free-trial-section {
    margin-top: -10px;
}



footer#site-footer {
    margin-top: -10px;
}


@media ( max-width: 992px ) {
    .disconnected-collections-cards {
        flex-wrap: wrap;
    }
    .why-NBFC-choose-section {
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .why-NBFC-choose-section {
        padding-top: 0;
        margin-top: -2.5rem;
    }
    .why-NBFC-choose-section .section-header {
        margin-bottom: -2rem;
    }
    .why-NBFC-choose-points {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .ready-to-go-left {
        top: 40%;
    }
}


@media (max-width: 767px) {
    .pbl-content p {
        text-align: center;
    }
}