/******HERO***********/
.nysora-help-hero {
    width: 100%;
    padding: 45px 55px;
    background:
        radial-gradient(
            circle at 45% 100%,
            rgba(255, 255, 255, 0.42) 0%,
            rgba(255, 255, 255, 0) 45%
        ),
        linear-gradient(
            110deg,
            #f3f5fb 0%,
            #e9edf8 48%,
            #e2e7f4 100%
        );
    border-radius: 1.25rem;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
}

.nysora-help-hero__breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    color: #52679c;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.2;
}

.nysora-help-hero__breadcrumb a,
.nysora-help-hero__breadcrumb span {
    color: inherit;
    text-decoration: none;
}

.nysora-help-hero__breadcrumb a {
    transition: opacity 0.2s ease;
}

.nysora-help-hero__breadcrumb a:hover {
    opacity: 0.7;
}

.nysora-help-hero__breadcrumb-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 0.8;
    transform: translateY(-1px);
}

.nysora-help-hero__title {
    margin: 0 0 20px;
    color: #000000;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -1.5px;
}

.nysora-help-hero__description {
    margin: 0 0 30px;
    color: #22242b;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.nysora-help-search {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    overflow: hidden;
}

.nysora-help-search__input {
    width: 100%;
    height: 100%;
    padding: 25px 10px 25px 30px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #20242d;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

.nysora-help-search__input::placeholder {
    color: #a4afca;
    opacity: 1;
}

.nysora-help-search__input::-webkit-search-cancel-button {
    display: none;
}

.nysora-help-search__button {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #3c4857;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}


.nysora-help-search__button:active {
    transform: translateY(-50%) scale(0.96);
}

.nysora-help-search__button:focus-visible,
.nysora-help-search__input:focus-visible {
    outline: 3px solid rgba(39, 95, 220, 0.35);
    outline-offset: -3px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* Tablet */

@media (max-width: 991.98px) {
    .nysora-help-hero {
        padding: 64px 60px 68px;
        border-radius: 28px;
    }

    .nysora-help-hero__breadcrumb {
        margin-bottom: 36px;
        font-size: 22px;
    }

    .nysora-help-hero__title {
        margin-bottom: 28px;
        font-size: 48px;
    }

    .nysora-help-hero__description {
        margin-bottom: 44px;
        font-size: 27px;
    }

    .nysora-help-search {
        height: 105px;
    }

    .nysora-help-search__input {
        padding-right: 100px;
        padding-left: 42px;
        font-size: 27px;
    }

    .nysora-help-search__button {
        right: 23px;
    }



}


/* Mobile */

@media (max-width: 575.98px) {
    .nysora-help-hero {
        padding: 38px 24px 30px;
        border-radius: 22px;
    }

    .nysora-help-hero__breadcrumb {
        gap: 5px;
        margin-bottom: 30px;
        font-size: 0.875rem;
    }

    .nysora-help-hero__breadcrumb-arrow {
        font-size: 0.875rem;
    }

    .nysora-help-hero__title {
        margin-bottom: 22px;
        font-size: 1.5rem;
        line-height: 1.08;
        letter-spacing: -1px;
    }

    .nysora-help-hero__description {
        margin-bottom: 32px;
        font-size: 1rem;
        line-height: 1.28;
        letter-spacing: -0.2px;
    }

    .nysora-help-hero__desktop-break {
        display: none;
    }

    .nysora-help-search {
        height: 60px;
        border-radius: 14px;
    }

    .nysora-help-search__input {
        padding: 0 76px 0 24px;
        font-size: 1rem;
    }

    .nysora-help-search__button {
        right: 10px;
        width: 58px;
        height: 58px;
    }

    .nysora-help-search__button svg {
        width: 22px;
        height: 22px;
    }
}

/**FAQ TOPICS**/

.nysora-faq-topics {
    width: 100%;
    margin-top: 20px;
}

.nysora-faq-topics__title {
    margin: 30px 0px 15px 0px;
    color: #1c1d22;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.nysora-faq-topics__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.nysora-faq-topic-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 25px 20px 20px;
    border: 1px solid #cbd7ff;
    border-radius: 22px;
    background: #ffffff;
    color: #11185d;
    text-decoration: none;
    box-sizing: border-box;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.nysora-faq-topic-card:hover {
    color: #11185d;
    text-decoration: none;
    border-color: #8da7ff;
    box-shadow: 0 10px 25px rgba(36, 70, 190, 0.09);
    transform: translateY(-3px);
}

.nysora-faq-topic-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    margin-bottom: 20px;
    border-radius: 10px;
    flex-shrink: 0;
}

.nysora-faq-topic-card__icon img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.nysora-faq-topic-card__icon--orange {
    background: #e9a24f;
}

.nysora-faq-topic-card__icon--purple {
    background: #9b8bea;
}

.nysora-faq-topic-card__icon--pink {
    background: #e68bad;
}

.nysora-faq-topic-card__icon--yellow {
    background: #f3ce3e;
}

.nysora-faq-topic-card__icon--blue {
    background: #85acec;
}

.nysora-faq-topic-card__icon--green {
    background: #8dd8c2;
}

.nysora-faq-topic-card__icon--cyan {
    background: #70bdcf;
}

.nysora-faq-topic-card__icon--violet {
    background: #9184e7;
}

.nysora-faq-topic-card__icon--dark-orange {
    background: #e99b49;
}

.nysora-faq-topic-card__title {
    margin: 0 0 11px;
    color: #11185d;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.2px;
}

.nysora-faq-topic-card__description {
    margin: 0 0 20px;
    color: #11185d;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.2px;
}

.nysora-faq-topic-card__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    color: #244bdb;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
}

.nysora-faq-topic-card__arrow {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    transition: transform 0.2s ease;
}

.nysora-faq-topic-card:hover .nysora-faq-topic-card__arrow {
    transform: translateX(4px);
}

@media (max-width: 991.98px) {
    .nysora-faq-topics__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nysora-faq-topic-card {
        min-height: 245px;
    }
}

@media (max-width: 575.98px) {
    .nysora-faq-topics {
        margin-top: 24px;
    }

    .nysora-faq-topics__title {
        margin-bottom: 15px;
        font-size: 1.125rem;
    }

    .nysora-faq-topics__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nysora-faq-topic-card {
        min-height: 0;
        padding: 22px 20px;
        border-radius: 18px;
    }

    .nysora-faq-topic-card__icon {
        width: 48px;
        height: 48px;
        margin-bottom: 18px;
    }

    .nysora-faq-topic-card__icon img {
        width: 22px;
        height: 22px;
    }
}

/******FAQ BANNER 1*********/
.nysora-faq-support-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    margin-top: 20px;
    padding: 32px 38px;
    background: #eef3fc;
    border-radius: 22px;
    box-sizing: border-box;
}

.nysora-faq-support-banner__content {
    min-width: 0;
}

.nysora-faq-support-banner__title {
    margin: 0 0 8px;
    color: #1c1d22;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
}

.nysora-faq-support-banner__text {
    margin: 0;
    color: #1c1d22;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.nysora-faq-support-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    min-width: 205px;
    padding: 19px 22px;
    border-radius: 15px;
    background: #003ABA;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        opacity 0.2s ease;
}

.nysora-faq-support-banner__button:hover {
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(48, 75, 209, 0.22);
    transform: translateY(-2px);
}

.nysora-faq-support-banner__button:active {
    transform: translateY(0);
}

.nysora-faq-support-banner__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    line-height: 1;
}


/* Tablet */

@media (max-width: 991.98px) {
    .nysora-faq-support-banner {
        padding: 28px 30px;
    }
}


/* Mobile */

@media (max-width: 575.98px) {
    .nysora-faq-support-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        padding: 25px 22px;
        border-radius: 18px;
    }

    .nysora-faq-support-banner__title {
        font-size: 1.125rem;
        line-height: 1.1;
    }

    .nysora-faq-support-banner__button {
        width: 100%;
        min-width: 0;
        justify-content: space-between;
    }
}


.nysora-faq-layout-row {
    align-items: stretch;
}

.nysora-faq-left-column,
.nysora-faq-right-column {
    display: flex;
    flex-direction: column;
}

.nysora-faq-right-column {
    gap: 20px;
}

.nysora-faq-panel {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background: #f8faff;
    border-radius: 1.25rem;
    box-shadow: 0 12px 28px rgba(18, 31, 76, 0.12);
}

.nysora-faq-panel__header {
    flex-shrink: 0;
    padding: 90px 50px 55px;
    background: #003ABA;
    color: #ffffff;
}

.nysora-faq-panel__title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.nysora-faq-panel__description {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15;
}

.nysora-faq-panel__body {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    padding: 25px;
    overflow: hidden;
}

.nysora-faq-panel__scroll {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-right: 5px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab6d8 transparent;
}

.nysora-faq-panel__scroll::-webkit-scrollbar {
    width: 6px;
}

.nysora-faq-panel__scroll::-webkit-scrollbar-track {
    background: transparent;
}

.nysora-faq-panel__scroll::-webkit-scrollbar-thumb {
    background: #aab6d8;
    border-radius: 20px;
}

.nysora-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.nysora-faq-accordion__item {
    overflow: hidden;
    border: 1px solid #d5dceb;
    border-radius: 5px;
    background: #ffffff;
}

.nysora-faq-accordion__item:first-of-type,
.nysora-faq-accordion__item:last-of-type {
    border-radius: 5px;
}

.nysora-faq-accordion .accordion-button {
    position: relative;
    min-height: 68px;
    padding: 20px 50px 20px 20px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
    color: #101116;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: none;
}

.nysora-faq-accordion .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #101116;
    box-shadow: none;
}

.nysora-faq-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.nysora-faq-accordion .accordion-button::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 14px;
    height: 14px;
    margin: 0;
    background-size: 14px;
    transform: translateY(-50%);
}

.nysora-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(-180deg);
}

.nysora-faq-accordion .accordion-body {
    padding: 0 20px 24px;
    color: #1b1c21;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

.nysora-faq-support-banner--right {
    flex-shrink: 0;
    margin-top: 0;
}

@media (min-width: 992px) {
    .nysora-faq-layout-row {
        display: flex;
    }

    .nysora-faq-right-column {
        align-self: stretch;
    }

    .nysora-faq-right-column .nysora-faq-panel {
        flex: 1 1 0;
    }

    .nysora-faq-left-column > .nysora-faq-support-banner {
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .nysora-faq-right-column {
        margin-top: 30px;
    }

    .nysora-faq-panel {
        flex: none;
        height: 850px;
    }

    .nysora-faq-panel__header {
        padding: 55px 40px 45px;
    }
}

@media (max-width: 575.98px) {
    .nysora-faq-panel {
        height: 700px;
        border-radius: 18px;
    }

    .nysora-faq-panel__header {
        padding: 40px 25px;
    }

    .nysora-faq-panel__title {
        font-size: 1.5rem;
    }

    .nysora-faq-panel__description {
        font-size: 0.875rem;
        line-height: 1.25;
    }

    .nysora-faq-panel__body {
        padding: 18px;
    }

    .nysora-faq-accordion {
        gap: 12px;
    }

    .nysora-faq-accordion .accordion-button {
        min-height: 64px;
        padding: 18px 45px 18px 16px;
    }

    .nysora-faq-accordion .accordion-body {
        padding: 0 16px 20px;
        line-height: 1.3;
    }
}


/****Spinner CSS*********************************/
.nysora-faq-panel__scroll {
    position: relative;
}

.nysora-faq-panel__scroll.is-loading {
    pointer-events: none;
}

.nysora-faq-panel__scroll.is-loading::before {
    position: absolute;
    inset: 0;
    z-index: 10;
    content: "";
    background: rgba(248, 250, 255, 0.8);
}

.nysora-faq-panel__scroll.is-loading::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 11;
    width: 36px;
    height: 36px;
    content: "";
    border: 3px solid rgba(48, 69, 186, 0.2);
    border-top-color: #3045ba;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: nysora-faq-spinner 0.7s linear infinite;
}

@keyframes nysora-faq-spinner {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.nysora-faq-topic-card.is-active {
    border-color: #3045ba;
    box-shadow: 0 8px 22px rgba(48, 69, 186, 0.12);
}

.nysora-faq-panel__error {
    margin: 0;
    padding: 20px;
    font-size: 0.875rem;
}

/******* HERO SEARCHBAR**********************/
.nysora-faq-search-results {
    padding: 12px;
    background: #ffffff;
    border: 1px solid #d5dceb;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(18, 31, 76, 0.1);


    position: absolute;
    top: calc(100% - 45px);
    left: 55px;
    right: 55px;
    z-index: 9999;
    overflow-y: auto;
    margin-top: 12px;
}

.nysora-faq-search-results[hidden] {
    display: none;
}

.nysora-faq-search-result {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-bottom: 1px solid #edf0f6;
    background: transparent;
    color: #11185d;
    text-align: left;
    cursor: pointer;
}

.nysora-faq-search-result:last-child {
    border-bottom: 0;
}

.nysora-faq-search-result:hover {
    background: #f5f7fd;
}

.nysora-faq-search-result__question {
    display: block;
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2;
}

.nysora-faq-search-result__excerpt {
    display: block;
    color: #50566f;
    font-size: 0.8125rem;
    line-height: 1.25;
}

.nysora-faq-search-results__message {
    margin: 0;
    padding: 14px 16px;
    color: #50566f;
    font-size: 0.875rem;
}

.nysora-faq-search-results.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

@media (max-width: 768px) {
    .nysora-faq-search-results {
        left: 15px;
        right: 15px;
        top: calc(100% - 35px);
    }
}