/************************************* sticky-toc css start *************************************/
.elementor-widget-sfa_sticky_toc {
    position: relative;
    align-self: flex-start;
    height: fit-content;
    z-index: 2;
}
.elementor-widget-sfa_sticky_toc > .elementor-widget-container {
    position: relative;
    height: fit-content;
}
.sfa-sticky-toc {
    position: relative;
    padding: 32px;
    border-radius: 24px;
    background: #f5f4f1;
    will-change: transform;
}
.sfa-sticky-toc__title {
    margin: 0 0 24px;
    color: #131313;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}
.sfa-sticky-toc__nav {
    display: block;
}
.sfa-sticky-toc__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sfa-sticky-toc__item + .sfa-sticky-toc__item {
    margin-top: 12px;
}
.sfa-sticky-toc__item {
    padding-left: calc(var(--sfa-toc-level-depth, 0) * 20px);
}
.sfa-sticky-toc__link,
.sfa-sticky-toc__link:link,
.sfa-sticky-toc__link:visited,
.sfa-sticky-toc__link:focus,
.sfa-sticky-toc__link:active {
    color: #131313;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1.5;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.sfa-sticky-toc__item:not(.is-active) > .sfa-sticky-toc__link,
.sfa-sticky-toc__item:not(.is-active) > .sfa-sticky-toc__link:link,
.sfa-sticky-toc__item:not(.is-active) > .sfa-sticky-toc__link:visited,
.sfa-sticky-toc__item:not(.is-active) > .sfa-sticky-toc__link:focus,
.sfa-sticky-toc__item:not(.is-active) > .sfa-sticky-toc__link:active {
    text-decoration: none !important;
}
.sfa-sticky-toc__item.is-active > .sfa-sticky-toc__link,
.sfa-sticky-toc__link.is-active,
.sfa-sticky-toc__link:hover {
    color: #c8102e;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.sfa-sticky-toc__empty {
    color: #5f6368;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .sfa-sticky-toc {
        padding: 24px;
        border-radius: 20px;
    }
    .sfa-sticky-toc__title {
        font-size: 26px;
    }
    .sfa-sticky-toc__item {
        padding-left: calc(var(--sfa-toc-level-depth, 0) * 14px);
    }
    .sfa-sticky-toc__link {
        font-size: 17px;
    }
}
/************************************* sticky-toc css end *************************************/

/************************************* comparison-table css start *************************************/
.sfa-comparison-table-wrap {
    width: 100%;
}
.sfa-comparison-table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sfa-comparison-table {
    width: 100%;
    min-width: 780px;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    border-radius: 18px;
    overflow: hidden;
}
.sfa-comparison-table__col--feature {
    width: var(--sfa-comparison-feature-width, 29%);
}
.sfa-comparison-table__col--left,
.sfa-comparison-table__col--right {
    width: var(--sfa-comparison-value-width, 35.5%);
}
.sfa-comparison-table__head,
.sfa-comparison-table__cell {
    border-right: 1px solid #e8dfd8;
    border-bottom: 1px solid #e8dfd8;
}
.sfa-comparison-table__head:first-child,
.sfa-comparison-table__cell:first-child {
    border-left: 1px solid #e8dfd8;
}
.sfa-comparison-table__head:last-child,
.sfa-comparison-table__cell:last-child {
    border-right: 1px solid #e8dfd8;
}
.sfa-comparison-table thead .sfa-comparison-table__head {
    border-top: 1px solid #e8dfd8;
}
.sfa-comparison-table__head {
    padding: 18px 16px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    vertical-align: middle;
}
.sfa-comparison-table__head--feature {
    background: #004aad;
}
.sfa-comparison-table__head--left {
    background: #0a47b7;
}
.sfa-comparison-table__head--right {
    background: #f27b13;
}
.sfa-comparison-table thead .sfa-comparison-table__head:first-child {
    border-top-left-radius: 18px;
}
.sfa-comparison-table thead .sfa-comparison-table__head:last-child {
    border-top-right-radius: 18px;
}
.sfa-comparison-table tbody tr:last-child .sfa-comparison-table__cell:first-child {
    border-bottom-left-radius: 18px;
}
.sfa-comparison-table tbody tr:last-child .sfa-comparison-table__cell:last-child {
    border-bottom-right-radius: 18px;
}
.sfa-comparison-table__cell {
    padding: 22px 16px 20px;
    vertical-align: middle;
    background: #ffffff;
}
.sfa-comparison-table__cell--feature {
    background: #ffffff;
}
.sfa-comparison-table__cell--left {
    background: #f4f8fe;
}
.sfa-comparison-table__cell--right {
    background: #fffaf5;
}
.sfa-comparison-table__feature {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}
.sfa-comparison-table__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}
.sfa-comparison-table__title--left {
    color: #0a47b7;
}
.sfa-comparison-table__title--right {
    color: #f27b13;
}
.sfa-comparison-table__description {
    margin-top: 10px;
    color: #1f2937;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}
@media (max-width: 767px) {
    .sfa-comparison-table__head {
        padding: 16px 12px;
        font-size: 11px;
    }
    .sfa-comparison-table__cell {
        padding: 18px 12px;
    }
    .sfa-comparison-table__feature,
    .sfa-comparison-table__title,
    .sfa-comparison-table__description {
        font-size: 12px;
    }
    .sfa-comparison-table__description {
        margin-top: 8px;
        line-height: 1.5;
    }
}
/************************************* comparison-table css end *************************************/

/************************************* modal-button css start *************************************/
body.sfa-modal-open {
    overflow: hidden;
}
.sfa-modal-button-widget {
    position: relative;
}
.sfa-elementor-modal[hidden] {
    display: none !important;
}
.sfa-elementor-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(17, 24, 39, 0.65);
}
.sfa-elementor-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: calc(100vh - 48px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22);
    overflow: hidden;
}
.sfa-elementor-modal__inner {
    max-height: calc(100vh - 48px);
    overflow-y: auto;
}
.sfa-elementor-modal__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 32px 32px 0;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}
.sfa-elementor-modal__title {
    margin: 0;
    color: #111827;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    padding-right: 56px;
}
.sfa-elementor-modal__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    padding: 0 !important;
 
    border-radius: 999px;
   
    cursor: pointer;
   
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 3;
    text-decoration: none !important;
    appearance: none;
    -webkit-appearance: none;
    line-height: 1 !important;
    transition: color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}
.sfa-elementor-modal__close:hover,
.sfa-elementor-modal__close:focus {
   
    opacity: 1;
   
    text-decoration: none !important;
}
.sfa-elementor-modal__close svg {
    width: 18px;
    height: 18px;
}
.sfa-elementor-modal__close svg * {
    fill: currentColor !important;
    stroke: currentColor !important;
}
.sfa-elementor-modal__close i {
    color: currentColor !important;
    font-size: inherit;
}
.sfa-elementor-modal__close-fallback {
    color: currentColor !important;
    font-size: 28px;
    line-height: 1;
}
.sfa-elementor-modal__content {
    padding: 0 32px 32px;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
}
.sfa-elementor-modal__content > :first-child {
    margin-top: 0;
}
.sfa-elementor-modal__content > :last-child {
    margin-bottom: 0;
}
.sfa-elementor-modal--source-template .sfa-elementor-modal__header {
    margin-bottom: 0;
}
.sfa-elementor-modal--source-template .sfa-elementor-modal__content {
    padding: 0;
}
.sfa-elementor-modal--source-template .sfa-elementor-modal__content > .elementor {
    margin: 0;
}
.sfa-elementor-modal--source-template .sfa-elementor-modal__content .elementor-section:first-child,
.sfa-elementor-modal--source-template .sfa-elementor-modal__content .elementor-top-section:first-child {
    margin-top: 0;
}
@media (max-width: 767px) {
    .sfa-elementor-modal {
        padding: 16px;
    }
    .sfa-elementor-modal__dialog {
        max-height: calc(100vh - 32px);
        border-radius: 16px;
    }
    .sfa-elementor-modal__inner {
        max-height: calc(100vh - 32px);
    }
    .sfa-elementor-modal__header {
        padding: 22px 18px 0;
    }
    .sfa-elementor-modal__title {
        font-size: 22px;
        padding-right: 48px;
    }
    .sfa-elementor-modal__close {
        width: 36px;
        height: 36px;
        top: 16px;
        right: 16px;
    }
    .sfa-elementor-modal__content {
        padding: 0 18px 22px;
    }
}
/************************************* modal-button css end *************************************/
