@page {
    margin: 0;
}
.features-banner {
    position: relative;
    z-index: 2;
}
section.help-center-container {
    position: relative;
    z-index: 1;
}
.features-banner_inner {
    padding-block: 70px;
    text-align: center;
}
.features-banner__title {
    font-size: 56px;
    margin: 0 0 20px;
}
.features-banner_inner span.features-banner__subtitle {
    background: rgba(255,255,255, 0.1);
    color: #fff;
    padding: 12px 30px 12px 30px;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}
.features-banner_inner p.features-banner__date {
    margin: 0;
    color: #ffffffd6;
    margin-top: 10px;
}

/* Help Center article layout */
.help-center-container {
    --hc-teal: #1cb3c4;
    --hc-teal-dark: #159aa8;
    --hc-teal-light: #e8f9fb;
    --hc-text: #2d3436;
    --hc-text-muted: #636e72;
    --hc-border: #dfe6e9;
    --hc-bg: #EDF2FA;
    --hc-card: #ffffff;
    --hc-radius: 12px;
    --hc-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background: #ffffff;
    padding: 48px 20px 64px;
    margin-top: 0;
}
.help-center-outer {
    margin: 0 auto;
    width: min(1440px, 100%);
    background: var(--hc-bg);
    padding: 20px;
    border-radius: 20px;
}
.help-center-outer .help-center-breadcrumbs-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.help-center-breadcrumbs-date p.features-banner__date {
    margin: 0;
    color: #1cb3c4;
    font-weight: 600;
}
.help-center-inner {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 20px;
    align-items: start;
}
.help-center-inner .help-center-main {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--hc-shadow);
}
/* Breadcrumbs */
.help-center-breadcrumbs {
    font-size: 14px;
    color: var(--hc-text-muted);
}
.help-center-breadcrumbs a {
    color: var(--hc-text-muted);
    text-decoration: none;
}
.help-center-breadcrumbs a:hover {
    color: var(--hc-teal);
}
.help-center-breadcrumbs span {
    margin: 0 8px;
    opacity: 0.6;
}
.help-center-breadcrumbs span.current-page {
    color: #1cb3c4;
    margin: 0;
}

/* Info banner */
.help-center-notice {
    gap: 10px;
    background: #FFEC9F;
    border-radius: var(--hc-radius);
    padding: 10px 18px;
    margin-bottom: 24px;
    font-size: 14px;
    color: #101828;
    line-height: 1.5;
    font-weight: 500;
    display: flex;
    align-items: center;
}
/* Article card */
.help-center-article, .help-center-steps, .help-center-video {
    margin-bottom: 30px;
}

.help-center-article__brand {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.help-center-article__brand img {
    max-height: 56px;
    width: auto;
}
.help-center-article__brand .help-center-article__download {
    background: #0b89b3;
    color: #fff;
    padding: 12px 20px;
    border-radius: 7px;
    font-size: 14px;
    border: 1px solid #0b89b3;
    font-weight: 600;
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.help-center-article__brand .help-center-article__download:hover {
    background: var(--hc-teal);
    border-color: var(--hc-teal);
}
.help-center-article__brand .help-center-article__download:focus {
    outline: none;
}
.help-center-article__brand .help-center-article__download svg {
    width: 25px;
    height: 25px;
}
.help-center-article__title {
    font-size: 28px;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0 0 20px;
    line-height: 1.25;
}
.help-center-article__intro h2 {
    font-size: 20px;
    font-weight: 600;
}
.help-center-article__intro p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.65;
    color: #404653;
}
.help-center-article__intro strong {
    color: var(--hc-text);
}

.help-center-section__title {
    font-size: 18px;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0 0 18px;
}

/* Students by status â€” single image */
.help-center-status-img-wrap {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: zoom-in;
    line-height: 0;
}

.help-center-status-img-wrap:focus {
    outline: 2px solid var(--hc-teal);
    outline-offset: 3px;
}
.help-center-section button.help-center-status-img-wrap, .help-center-step-panel button.help-center-step-img-wrap {
    background: #fbfbfb;
    padding: 20px;
}
.help-center-status-img-wrap img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Steps */
.help-center-steps__heading {
    font-size: 24px;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0 0 16px;
}

.help-center-step-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    margin-bottom: 20px;
    background: #cdecf0;
    border-radius: 10px;
    padding: 10px;
    border: 2px solid #bddce0;
}

.help-center-step-tabs button {
    background: none;
    border: none;
    padding: 5px 10px 5px;
    font-size: 16px;
    font-weight: 600;
    color: var(--hc-text);
    cursor: pointer;
    position: relative;
    font-family: inherit;
    transition: color 0.2s;
    border-radius: 5px;
    outline: none;
    opacity: 0.8;
}

.help-center-step-tabs button:hover {
    color: var(--hc-teal);
}

.help-center-step-tabs button.is-active {
    color: #ffffff;
    font-weight: 700;
    background: var(--hc-teal);
}

.help-center-step-panel {
    display: none;
}

.help-center-step-panel.is-active {
    display: block;
}
.help-center-step-panel__label {
    font-size: 18px;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0 0 10px;
}
.help-center-step-panel__text {
    font-size: 15px;
    line-height: 1.65;
    color: var(--hc-text-muted);
    margin: 0 0 18px;
    font-weight: 500;
}
.help-center-step-img-wrap {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    cursor: zoom-in;
    line-height: 0;
}

.help-center-step-img-wrap:focus {
    outline: 2px solid var(--hc-teal);
    outline-offset: 3px;
}

.help-center-step-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/* Video block */

.help-center-video__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0 0 8px;
}

.help-center-video__desc {
    font-size: 16px;
    color: var(--hc-text-muted);
    margin: 0 0 18px;
    line-height: 1.5;
}
.help-center-video__player {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #0a1628;
    /* aspect-ratio: 16 / 9; */
    width: 100%;
}
.help-center-video__player  video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.help-center-video__player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.95;
}

.help-center-video__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 179, 196, 0.25);
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.help-center-video__play:hover {
    background: rgba(28, 179, 196, 0.35);
}

.help-center-video__play-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(28, 179, 196, 0.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    padding-left: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.help-center-webinar-placeholder {
    margin-bottom: 30px;
}

/* Footer CTA */
.help-center-footer-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    border-radius: var(--hc-radius);
    padding: 40px 40px;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-image: url(/files/images/features/contact-image-bg.jpg);
    background-size: cover;
}
.help-center-footer-cta:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: red; */
    background: linear-gradient(105deg, #000000 0%, #000000a6 50%, #1e252800 100%);
}

.help-center-footer-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
    pointer-events: none;
}

.help-center-footer-cta__content {
    position: relative;
    z-index: 1;
    max-width: 330px;
}

.help-center-footer-cta__content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: 700;
}
.help-center-footer-cta__content p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.55;
    opacity: 0.92;
}
.help-center-footer-cta__btn {
    display: inline-block;
    background: #00BCD4;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s;
}

.help-center-footer-cta__btn:hover {
    background: var(--hc-teal-dark);
    color: #fff !important;
    text-decoration: none;
}

.help-center-footer-cta__visual {
    position: relative;
    z-index: 1;
    max-width: 220px;
    justify-self: end;
}

.help-center-footer-cta__visual img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}



/* Sidebar */
.help-center-sidebar {
    position: sticky;
    top: 24px;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: var(--hc-shadow);
}
.help-center-sidebar-block {
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDDDF;
    padding-bottom: 30px;
}
.help-center-sidebar-block:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.help-center-sidebar-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--hc-text);
    margin: 0 0 14px;
}
.help-center-search {
    position: relative;
}
.help-center-search input {
    width: 100%;
    padding: 12px 14px 12px 40px;
    border: 1px solid var(--hc-border);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    background: #f8f9fa;
    color: var(--hc-text);
    box-sizing: border-box;
    outline: none;
}
.help-center-search input::placeholder {
    color: #b2bec3;
}
.help-center-search__icon {
    position: absolute;
    left: 14px;
    top: 12px;
    transform: translateY(0%);
    color: #b2bec3;
    font-size: 14px;
    pointer-events: none;
}
.help-center-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.help-center-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--hc-border);
    background: #fff;
    color: #404653;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.2s;
}
.help-center-tag:hover {
    text-decoration: none;
}
.help-center-tag:focus {
    outline: none;
}

.help-center-tag:hover {
    border-color: var(--hc-teal);
    color: var(--hc-teal);
}

.help-center-tag.is-active {
    background: var(--hc-teal);
    border-color: var(--hc-teal);
    color: #fff;
}

.help-center-related {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.help-center-related-card {
    background: #EDF2FA;
    border-radius: 10px;
    padding: 20px 20px;
}

.help-center-related-card h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--hc-text);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help-center-related-card p {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #404653;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.help-center-related-card a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #00BCD4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}

/* Image modal */
.help-center-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.help-center-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.help-center-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    cursor: pointer;
}

.help-center-modal__dialog {
    position: relative;
    z-index: 1;
    max-width: min(96vw, 1100px);
    max-height: 90vh;
    margin: auto;
    background: #111;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.help-center-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    color: #2d3436;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    transition: background 0.2s;
}

.help-center-modal__close:hover {
    background: #fff;
}

.help-center-modal__img {
    display: block;
    max-width: 100%;
    max-height: 85vh;
    width: auto;
    height: auto;
    margin: 0 auto;
}

body.help-center-modal-open {
    overflow: hidden;
}

/* Screen-reader only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Image-as-button blocks */
button.help-center-status-img-wrap,
button.help-center-step-img-wrap {
    border: none;
    padding: 0;
    width: 100%;
    background: transparent;
    display: block;
    text-align: left;
    font: inherit;
}
.search-suggestions {
    margin-top: 8px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.suggestion-item {
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.2s ease;
}
.suggestion-item:last-child {
    border-bottom: none;
}
.suggestion-item:hover {
    background: #f7f9fc;
    color: #2b6cb0;
}
.no-result {
    padding: 12px;
    text-align: center;
    color: #999;
}


/* feature-helper-modal modal css */
.feature-helper-modal .modal-dialog {
    max-width: 960px;
}
#featureHelpModal .feature-helper-modal__content {
    position: relative;
    border-radius: 32px;
    border: none;
    padding: 32px 32px 28px;
    background: #ffffff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.25);
}
.feature-helper-modal__close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: #0f172a;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    z-index: 2;
}
.feature-helper-modal__body {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.feature-helper-modal__media-wrapper {
    border-radius: 28px;
    background: transparent;
    padding: 0px;
    position: relative;
}
.feature-helper-modal__media {
    display: block;
    width: 100%;
    border-radius: 22px;
    object-fit: contain;
    margin: 0 auto;
}
.feature-helper-modal__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.feature-helper-modal__tag {
    align-self: flex-start;
    padding: 4px 14px;
    border-radius: 999px;
    background: #e0f7ff;
    color: #0185a6;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.feature-helper-modal__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}
.feature-helper-modal__description {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
}
.feature-helper-modal__media-wrapper button#fullScreenBtn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #eee;
    border: 0;
    padding: 10px 10px;
    display: flex;
    border-radius: 8px;
}
.help-center-step-panel button.help-center-step-img-wrap {
    background: #fbfbfb;
    padding: 20px;
}
#stepImageModal .modal-dialog {
    max-width: 960px;
}
#stepImageModal .modal-dialog .modal-content .modal-header {position: relative;}
#stepImageModal .modal-dialog .modal-content .modal-header button.close {
    position: absolute;
    right: 10px;
    margin: 0;
    top: 10px;
    font-weight: 400;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    background: #0f172a;
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    opacity: 0.8;
}
#stepImageModal .modal-dialog .modal-content .modal-body .step-slider button.slick-arrow.slick-disabled {
    display: none !important;
}
#stepImageModal .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 18px;
    font-weight: 700;
}
#stepImageModal .modal-dialog .modal-content .modal-body .step-slider button.slick-arrow {
    position: absolute;
    top: 40%;
    font-size: 0;
    width: 50px;
    height: 50px;
    transform: translate(0px, -50%);
    background: #0B89B3;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 5px #ccc;
    z-index: 99;
}
#stepImageModal .modal-dialog .modal-content .modal-body .step-slider button.slick-arrow.slick-prev {
    left: 0px;
    background: url(/assets/images/course-slider/arrow-left.svg);
    background-size: cover;
}
#stepImageModal .modal-dialog .modal-content .modal-body .step-slider button.slick-arrow.slick-next {
    background: url(/assets/images/course-slider/arrow-right.svg);
    background-size: cover;
    right: 0;
}
#stepImageModal .modal-dialog .modal-content .modal-body .step-slider .slide-item img {
    width: 85%;
    margin: 0 auto;
}
#stepImageModal .modal-dialog .modal-content .modal-body .step-slider p.step-slider-description {
    background: #f3f3f3;
    padding: 15px;
    text-align: left;
    font-size: 16px;
    margin-top: 15px;
}
.help-center-article__intro img {
    max-width: 100%;
}
.help-center-main .final-call-to-action h2.final-call-to-action__title {
    font-size: 22px;
    font-weight: 700;
}
.help-center-webinar-placeholder #inline-container iframe {
    padding: 10px 8% 0;
    background: #f7f8fc;
}
.help-center-main .final-call-to-action {
    margin-bottom: 30px;
    background: #f7f8fc;
    padding: 28px;
    border-radius: 16px;
}
.help-center-main .final-call-to-action p {
    margin-bottom: 5px;
}


/*=========Feature Detail Styles===========*/
.feature-detail-page .help-center-inner {
    display: flex;
}
.feature-detail-page .help-center-inner .help-center-main {
    width: calc(100% - 400px);
}
.feature-detail-page .help-center-inner aside.help-center-sidebar {
    width: 400px;
}
.feature-detail-page .help-center-section {
    background: #EEFCFF;
    padding: 20px 20px;
    border-radius: 16px;
}
.feature-detail-page .help-center-section .help-center-step-panel p.help-center-step-panel__label,
.feature-detail-page .help-center-section .help-center-step-panel p.help-center-step-panel__text {
    text-align: center;
}
.feature-detail-page .help-center-section button.help-center-step-img-wrap {
    padding: 0;
	background: transparent;
}
.feature-detail-page .help-center-section button.help-center-step-img-wrap img {
    width: 90%;
    margin: 0 auto;
}
.feature-detail-page .help-center-section button.slick-arrow {
    position: absolute;
    top: 60%;
    font-size: 0;
    width: 50px;
    height: 50px;
    transform: translate(0px, -50%);
    background: #0B89B3;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 8px 5px #ccc;
    z-index: 99;
}
.feature-detail-page .help-center-section button.slick-next {
    background: url(/assets/images/course-slider/arrow-right.svg);
    background-size: cover;
    right: -26px;
    background-color: #fff;
}
.feature-detail-page .help-center-section button.slick-prev {
    left: -26px;
    background: url(/assets/images/course-slider/arrow-left.svg);
    background-size: cover;
    background-color: #fff;
}
.feature-detail-page .help-center-section button.slick-disabled {
    display: none !important;
}
.feature-detail-page .feature-video-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.feature-detail-page .feature-video-sec .help-center-video:only-child {
    grid-column: 1 / -1;
}
.feature-detail-page .feature-video-sec .help-center-video {
    border-radius: 16px;
    overflow: hidden;
	margin-bottom: 0;
}
.feature-detail-page .feature-video-sec .help-center-video .help-center-video__player {
    border-radius: 0;
}
.feature-detail-page .feature-video-sec .video-discription {
    margin-top: 0px;
    background: #edf2fa;
    padding: 15px;
}
.feature-detail-page .feature-video-sec .video-discription h2.help-center-video__title {
    font-size: 18px;
    margin-bottom: 10px;
}
.feature-detail-page .feature-video-sec .video-discription p.help-center-video__desc {
    margin-bottom: 0;
}




/*----------------------------- Print Media styles -*/
@media print {
    .help-center-inner {
        display: block;
    }
    .help-center-article__brand button.help-center-article__download {
        display: none;
    }
    header.site-header, .help-center-sidebar, .help-center-footer-cta, .site-footer {
        display: none;
    }
    .help-center-video__player {
        padding-top: 30px;
        background: transparent;
    }
    .help-center-video {
        display: block;
    }
    .features-banner__title {
        border: 0px solid red;
        outline: none;
        color: #27e9ff;
        background: no-repeat;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: initial;
    }
}



/*----------------------------- Responsive styles -*/
@media (max-width: 1199.98px) {
    .features-banner_inner {
        padding-block: 60px;
    }
    .features-banner__title {
        font-size: 40px;
    }
    .help-center-article__title {
        font-size: 24px;
    }
    .help-center-article__intro h2 {
        font-size: 18px;
    }
    .help-center-inner {
        grid-template-columns: 1fr 360px;
    }
    .feature-detail-page .help-center-section button.help-center-step-img-wrap img {
        width: 100%;
    }
}
@media (max-width: 1023px) {
    .features-banner__title {
        font-size: 30px;
    }
    .help-center-article__title, .help-center-steps__heading, .help-center-video__title, .help-center-footer-cta__content h3 {
        font-size: 20px;
    }
    .help-center-sidebar-block h3 {
        font-size: 18px;
    }
    .help-center-inner {
        grid-template-columns: 1fr 320px;
    }
}
@media (max-width: 991.98px) {
    .help-center-inner {
        grid-template-columns: 1fr;
    }
    #featureHelpModal .feature-helper-modal__content, #stepImageModal .modal-dialog .modal-content {
        border-radius: 15px;
    }
    #featureHelpModal {
        padding: 0 10px;
    }
    #stepImageModal .modal-dialog {
        padding: 0 15px;
    }
    .feature-detail-page .feature-video-sec {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .feature-detail-page .help-center-inner aside.help-center-sidebar {
        width: 300px;
    }
    .feature-detail-page .help-center-inner .help-center-main {
        width: calc(100% - 310px);
    }
    .feature-detail-page .feature-video-sec .help-center-video {
        margin-bottom: 0;
    }
}
@media (max-width: 850.98px) {
    .feature-detail-page .help-center-inner {
        flex-direction: column;
    }
    .feature-detail-page .help-center-inner .help-center-main {
        width: calc(100% - 0px);
    }
    .feature-detail-page .help-center-inner aside.help-center-sidebar {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .help-center-related-card h4 {
        white-space: wrap;
    }
    .help-center-footer-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .help-center-footer-cta__visual {
        justify-self: center;
        max-width: 180px;
    }
    .feature-helper-modal__media-wrapper {
        border-radius: 10px;
    }
    .feature-helper-modal__body {
        gap: 15px;
    }
    .feature-helper-modal__media-wrapper button#fullScreenBtn {
        bottom: 5px;
        right: 5px;
    }
    #stepImageModal .modal-dialog .slide-item h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .help-center-article__brand {
        flex-direction: column;
        align-items: flex-end;
        gap: 20px;
    }
    .help-center-outer .help-center-breadcrumbs-container {
        flex-direction: column;
        gap: 10px;
    }
    .feature-detail-page .help-center-section button.slick-arrow {
        bottom: -70px;
        transform: translate(0px, 0%);
        top: unset;
        width: 40px;
        height:40px;
    }
    .feature-detail-page .help-center-section button.slick-prev {
        left: 43%;
    }
    .feature-detail-page .help-center-section button.slick-next {
        right: 43%;
    }
    .feature-detail-page .feature-video-sec {
        margin-top: 70px;
    }
}
@media (max-width: 575.98px) {
    .features-banner_inner {
        padding-block: 30px;
    }
    .features-banner_inner p.features-banner__date {
        margin-bottom: 30px;
    }
    .features-banner__title {
        font-size: 24px;
    }
    .features-banner_inner {
        margin: 10px;
    }
    section.help-center-container {
        padding: 40px 15px 30px;
    }
    .help-center-outer {
        padding: 20px 15px;
    }
    .help-center-article__title, .help-center-steps__heading, .help-center-video__title, .help-center-footer-cta__content h3 {
        font-size: 18px;
        margin: 0 0 10px;
        line-height: 1.5;
    }
    .help-center-inner .help-center-main {
        padding: 15px 15px;
    }
    #featureHelpModal .feature-helper-modal__content {
        border-radius: 8px;
        padding: 20px 15px 20px;
    }
    .feature-helper-modal__title {
        font-size: 16px;
    }
    .help-center-step-panel__label {
        font-size: 16px;
    }
    .help-center-footer-cta {
        padding: 25px 15px;
    }
    #stepImageModal .modal-dialog .modal-content .modal-body .step-slider button.slick-arrow {
        top: 33%;
        width: 40px;
        height: 40px;
        border: 3px solid #fff;
    }
    #stepImageModal .modal-dialog .modal-content .modal-body .step-slider .slide-item img {
        width: 100%;
        margin: 0 auto;
        border-radius: 8px;
    }
    #stepImageModal .modal-dialog .slide-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .help-center-step-panel button.help-center-step-img-wrap {
        padding: 10px;
    }
}