.elementor-widget-premier_point_faq_6f8a2c91,
.elementor-widget-premier_point_faq_6f8a2c91 > .elementor-widget-container,
.ppfaq-widget {
    width: 100%;
    max-width: none;
    overflow: visible !important;
}

.ppfaq-widget,
.ppfaq-widget * {
    box-sizing: border-box;
}

.ppfaq-widget {
    font-family: 'Poppins', sans-serif;
    color: #0B1C33;
    background: #fff;
}

.ppfaq-widget button,
.ppfaq-widget input {
    font: inherit;
}

.ppfaq-inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.ppfaq-section-pad {
    padding: 58px 32px;
}


/* =========================================================
   HERO
   ========================================================= */

.ppfaq-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #0B1C33;
    display: flex;
    align-items: center;
}

.ppfaq-hero-media,
.ppfaq-cta-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 0 !important;
}

.ppfaq-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        #0B1C33 0%,
        #0B1C33 44%,
        rgba(11,28,51,.52) 68%,
        rgba(11,28,51,.10) 100%
    );
    z-index: 1;
}

.ppfaq-hero-inner {
    position: relative;
    z-index: 2;
    padding: 70px 32px;
}

.ppfaq-hero-copy {
    width: min(670px, 100%);
}

.ppfaq-hero-eyebrow {
    margin: 0 0 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ppfaq-hero-heading {
    margin: 0 0 18px;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.12;
}

.ppfaq-hero-description {
    margin: 0 0 28px;
    max-width: 620px;
    color: #fff;
    font-size: 16px;
    line-height: 1.65;
}

.ppfaq-search-wrap {
    width: min(590px, 100%);
}

.ppfaq-search {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(255,255,255,.40);
    border-radius: 0 !important;
    background: #fff;
    color: #0B1C33;
    padding: 0 20px;
    outline: none;
    box-shadow: none;
}

.ppfaq-search:focus {
    border-color: #0D47A1;
}


/* =========================================================
   TOP CATEGORY TABS
   ========================================================= */

.ppfaq-category-tabs {
    border-bottom: 1px solid #E1E7EF;
    background: #fff;
}

.ppfaq-tabs-scroll {
    display: flex;
    gap: 38px;
    overflow-x: auto;
    padding: 0 32px;
    scrollbar-width: none;
}

.ppfaq-tabs-scroll::-webkit-scrollbar {
    display: none;
}

.ppfaq-tab {
    flex: 0 0 auto;
    padding: 22px 0 18px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #0B1C33;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .2px;
    cursor: pointer;
}

.ppfaq-tab.is-active {
    color: #0D47A1;
    border-color: #0D47A1;
}


/* =========================================================
   TITLES
   ========================================================= */

.ppfaq-eyebrow,
.ppfaq-sidebar-heading {
    margin: 0 0 10px;
    color: #0D47A1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.ppfaq-section-heading {
    margin: 0 0 26px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
}


/* =========================================================
   POPULAR QUESTIONS
   ========================================================= */

.ppfaq-popular-section {
    background: #F7F9FC;
}

.ppfaq-popular-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px;
}

.ppfaq-popular-grid .ppfaq-featured-item {
    background: #fff;
    border: 1px solid #E1E7EF;
}

.ppfaq-popular-grid .ppfaq-featured-item.is-open
.ppfaq-accordion-title {
    border-bottom: 1px solid #E1E7EF;
}


/* =========================================================
   ACCORDIONS
   ========================================================= */

/*
 * Library accordion uses one continuous outer structure.
 * Every visible question receives its own bottom divider.
 */

.ppfaq-accordion-list {
    width: 100%;
    border-top: 1px solid #E1E7EF;
    border-left: 1px solid #E1E7EF;
    border-right: 1px solid #E1E7EF;
}

.ppfaq-library-item {
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-bottom: 1px solid #E1E7EF !important;
    background: #fff;
}

.ppfaq-library-item[hidden] {
    display: none !important;
}

.ppfaq-accordion-title {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 22px;
    border: 0;
    background: transparent;
    color: #0B1C33;
    text-align: left;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    box-shadow: none;
}

.ppfaq-accordion-title:hover,
.ppfaq-accordion-title:focus {
    background: transparent;
    color: #0B1C33;
}

.ppfaq-library-item.is-open .ppfaq-accordion-title {
    border-bottom: 1px solid #E1E7EF;
}

.ppfaq-accordion-symbol {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
}

.ppfaq-accordion-answer {
    padding: 20px 22px 22px;
    color: #314158;
    line-height: 1.7;
    background: #fff;
}

.ppfaq-accordion-answer > :first-child {
    margin-top: 0;
}

.ppfaq-accordion-answer > :last-child {
    margin-bottom: 0;
}


/* =========================================================
   POPULAR ACCORDION OVERRIDE
   Keeps Popular Questions as separate bordered boxes
   ========================================================= */

.ppfaq-popular-grid .ppfaq-accordion-item {
    border: 1px solid #E1E7EF !important;
    background: #fff;
}

.ppfaq-popular-grid .ppfaq-accordion-title {
    border: 0;
}

.ppfaq-popular-grid
.ppfaq-accordion-item.is-open
.ppfaq-accordion-title {
    border-bottom: 1px solid #E1E7EF;
}


/* =========================================================
   FAQ LIBRARY
   ========================================================= */

.ppfaq-library-section {
    background: #fff;
}

.ppfaq-library-layout {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.ppfaq-library-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    border: 1px solid #E1E7EF;
    padding: 20px 0;
    position: sticky;
    top: 24px;
}

.ppfaq-sidebar-heading {
    padding: 0 18px 10px;
}

.ppfaq-side-link {
    display: block;
    width: 100%;
    padding: 10px 18px;
    border: 0;
    border-left: 3px solid transparent;
    background: transparent;
    color: #0B1C33;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.ppfaq-side-link:hover {
    background: #F7F9FC;
}

.ppfaq-side-link.is-active {
    color: #0D47A1;
    border-color: #0D47A1;
    background: #F2F6FC;
    font-weight: 600;
}

.ppfaq-library-main {
    flex: 1 1 auto;
    min-width: 0;
}

.ppfaq-library-heading {
    margin-bottom: 7px;
}

.ppfaq-result-count {
    margin-bottom: 17px;
    color: #667085;
    font-size: 13px;
}

.ppfaq-load-more {
    display: block;
    margin: 25px auto 0;
    padding: 13px 24px;
    border: 1px solid #0D47A1;
    border-radius: 0 !important;
    background: #fff;
    color: #0D47A1;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.ppfaq-load-more:hover {
    background: #0D47A1;
    color: #fff;
}

.ppfaq-empty {
    padding: 34px;
    border: 1px solid #E1E7EF;
    background: #F7F9FC;
}

.ppfaq-empty h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 500;
}

.ppfaq-empty p {
    margin: 0 0 20px;
    line-height: 1.7;
}

.ppfaq-empty-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    background: #0D47A1;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   EXPLORE YOUR OPTIONS
   ========================================================= */

.ppfaq-explore-section {
    background: #F7F9FC;
}

.ppfaq-explore-layout {
    display: grid;
    grid-template-columns:
        minmax(260px, .9fr)
        minmax(0, 1.6fr);
    gap: 48px;
    align-items: start;
}

.ppfaq-explore-intro p {
    margin: -10px 0 0;
    color: #4D5B70;
    line-height: 1.7;
}

.ppfaq-explore-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ppfaq-explore-item {
    min-width: 0;
    padding: 2px 24px 6px;
    border-left: 1px solid #E1E7EF;
}

.ppfaq-explore-item h3 {
    margin: 0 0 9px;
    font-size: 16px;
    font-weight: 600;
}

.ppfaq-explore-item p {
    margin: 0 0 17px;
    color: #4D5B70;
    font-size: 13px;
    line-height: 1.6;
}

.ppfaq-link {
    color: #0D47A1;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
}


/* =========================================================
   FINAL CTA
   ========================================================= */

.ppfaq-cta {
    position: relative;
    overflow: hidden;
    background: #0D47A1;
    color: #fff;
}

.ppfaq-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13,71,161,.78);
    z-index: 1;
    pointer-events: none;
}

.ppfaq-cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 44px 32px;
}

.ppfaq-cta-copy {
    max-width: 760px;
}

.ppfaq-cta-copy h2 {
    margin: 0 0 9px;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: #fff;
}

.ppfaq-cta-copy p {
    margin: 0;
    color: #fff;
    line-height: 1.65;
}

.ppfaq-cta-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 15px;
    flex: 0 0 auto;
}

.ppfaq-cta-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    border: 1px solid #fff;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    text-align: center;
}

.ppfaq-cta-primary {
    background: #fff;
    color: #0D47A1 !important;
}

.ppfaq-cta-secondary {
    background: transparent;
    color: #fff !important;
}

.ppfaq-cta-secondary:hover {
    background: #fff;
    color: #0D47A1 !important;
}


/* =========================================================
   HIDDEN FILTERED ITEMS
   ========================================================= */

.ppfaq-widget [hidden] {
    display: none !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .ppfaq-section-pad {
        padding: 46px 24px;
    }

    .ppfaq-hero {
        min-height: 460px;
    }

    .ppfaq-hero-inner {
        padding: 60px 24px;
    }

    .ppfaq-hero-heading {
        font-size: 44px;
    }

    .ppfaq-library-layout {
        gap: 28px;
    }

    .ppfaq-library-sidebar {
        flex-basis: 30%;
        max-width: 30%;
    }

    .ppfaq-explore-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ppfaq-explore-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ppfaq-explore-item:nth-child(odd) {
        border-left: 0;
        padding-left: 0;
    }

    .ppfaq-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ppfaq-section-pad {
        padding: 36px 20px;
    }

    .ppfaq-hero {
        min-height: 520px;
    }

    .ppfaq-hero-media {
        object-position: center;
    }

    .ppfaq-hero-overlay {
        background: rgba(11,28,51,.80) !important;
    }

    .ppfaq-hero-inner {
        padding: 52px 20px;
    }

    .ppfaq-hero-heading {
        font-size: 36px;
    }

    .ppfaq-hero-description {
        font-size: 15px;
    }

    .ppfaq-tabs-scroll {
        padding: 0 20px;
        gap: 26px;
    }

    .ppfaq-popular-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ppfaq-library-layout {
        display: block;
    }

    .ppfaq-library-sidebar {
        max-width: 100% !important;
        width: 100%;
        position: static;
        margin-bottom: 26px;
    }

    .ppfaq-accordion-title {
        padding: 17px 18px;
        gap: 18px;
    }

    .ppfaq-accordion-answer {
        padding: 18px;
    }

    .ppfaq-explore-grid {
        grid-template-columns: 1fr;
    }

    .ppfaq-explore-item,
    .ppfaq-explore-item:nth-child(odd) {
        border-left: 0;
        border-top: 1px solid #E1E7EF;
        padding: 20px 0;
    }

    .ppfaq-explore-item:first-child {
        border-top: 0;
    }

    .ppfaq-cta-inner {
        padding: 38px 20px;
    }

    .ppfaq-cta-buttons {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .ppfaq-cta-button {
        width: 100%;
    }
}