.tick-tabs-with-image--shortcode {
    padding: 100px 0;
    @media (max-width: 768px) {
        padding: 48px 0;
    }

    .heading-container {
        h2 {
            span {
                color: var(--Fills-Action, #0080ea);
            }
        }
        .distinct--text {
            @media (max-width: 1024px) {
                br {
                    display: none;
                }
            }
            @media (max-width: 540px) {
                text-align: left !important;
            }
        }
    }
}
.hero_wrapper + .tick-tabs-with-image--shortcode {
    padding-top: 40px;
}

.tick-tabs__content {
    margin-top: 40px;
}

.tick-tabs__nav {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    background: var(--Fills-Input, #ebeef5);
    width: max-content;
    margin: 0 auto;
    margin-bottom: 48px;

    button {
        display: flex;
        width: 268px;
        padding: 8px 16px 8px 12px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: none;
        position: relative;
        z-index: 2;
        background: transparent;
        @media (max-width: 768px) {
            width: auto;
            min-width: 156px;
        }

        &.tick-tabs__tab {
            @media (max-width: 768px) {
                min-width: 233px;
            }

            @media (max-width: 540px) {
                min-width: 49%;
            }
        }

        &.tick-tabs__tab--active {
            .tick-tabs__tab-label {
                color: var(--text-icon-emphasize, #202223) !important;
            }
            .icon {
                color: var(--text-icon-emphasize, #202223) !important;
            }
        }

        .icon {
            color: #4e4b66 !important;
        }

        .tick-tabs__tab-label {
            color: var(--text-icon-emphasize, #4e4b66);
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            @media (max-width: 568px) {
                display: none;
            }
        }

        .tick-tabs__tab-label--mobile {
            display: none;
            color: var(--text-icon-emphasize, #202223);
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            @media (max-width: 568px) {
                display: block;
            }
        }

        .tick-tabs__tab-inner {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .tick-tabs__badge {
            display: flex;
            width: 38px;
            padding: 2px 5px;
            justify-content: center;
            align-items: center;
            gap: 4px;
            flex-shrink: 0;
            border-radius: 5px;
            background: linear-gradient(91deg, #aa41cf 7.36%, #4d61c9 85.2%);
            color: var(--text-icon-white, #fff);
            font-family: Inter;
            font-size: 10px;
            font-style: normal;
            font-weight: 700;
            line-height: 13px; /* 130% */
        }

        .icon {
            font-size: 20px;

            &.mobile-icon-fix {
                font-size: 14px;
            }
        }
    }
}

.tick-tabs__main {
    position: relative;
    min-height: 448px;
}

.tick-tabs__article {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    gap: 48px;
    align-self: stretch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out, transform 0s ease-in-out;
    transform: translateY(20px);

    @media (max-width: 768px) {
        flex-direction: column;
        gap: 30px;
    }

    &.tick-tabs__content--active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        position: relative; /* Active content uses normal flow */
    }

    &.tick-tabs__content--hidden {
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
    }

    .tick-tabs__text {
        display: flex;
        width: 412px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;

        @media (max-width: 768px) {
            width: 100%;
        }

        .tick-tabs__title {
            color: var(--text-icon-emphasize, #202223);
            font-family: 'Plus Jakarta Sans';
            font-size: 28px;
            font-style: normal;
            font-weight: 800;
            line-height: 36px;
            margin-bottom: 16px;
            span {
                color: var(--Fills-Action, #0080ea);
            }
        }

        ul {
            color: var(--text-icon-emphasize, #202223);
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px; /* 150% */
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-bottom: 20px;

            li {
                position: relative;
                display: flex;
                align-items: center;
                &::before {
                    content: '\e9c4';
                    color: #69bc35;
                    font-family: 'mdi-textmagic' !important;
                    speak: never;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    font-size: 20px;
                    margin-right: 8px;
                }
            }
        }

        a {
            color: var(--Fills-Action, #0080ea);
            font-family: 'Plus Jakarta Sans';
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 20px;
            display: flex;
            align-items: center;
            gap: 4px;
            margin-top: 20px;
            &::after {
                content: '';
                width: 16px;
                height: 17px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.57774 4.02874C5.25176 4.35473 5.25176 4.88131 5.57774 5.20729L8.82084 8.4504L5.57774 11.6935C5.25176 12.0195 5.25176 12.5461 5.57774 12.8721C5.90372 13.198 6.43031 13.198 6.75629 12.8721L10.5928 9.03549C10.9188 8.70951 10.9188 8.18293 10.5928 7.85694L6.75629 4.02039C6.43867 3.70276 5.90372 3.70276 5.57774 4.02874Z' fill='%230080EA'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center;
                flex-shrink: 0;
                transform: translateY(2px);
            }
        }
    }
    .tick-tabs__image {
        width: 690px;
        height: 448px;
        @media (max-width: 1200px) {
            width: 50%;
            height: 450px;
            object-fit: contain;
        }
        @media (max-width: 768px) {
            width: 100%;
            height: auto;
        }
    }
}

/* Mobile styles for screens below 568px */
@media (max-width: 568px) {
    .tick-tabs__nav {
        width: 100%;
        .tick-tabs__tab-label {
            display: none;
        }

        .tick-tabs__tab-label--mobile {
            display: block;
        }
    }
}
