:root {
    --qartelo-ink: #17212b;
    --qartelo-muted: #5f6b7a;
    --qartelo-line: #e8edf3;
    --qartelo-soft: #f4f7fb;
    --qartelo-card: #ffffff;
    --qartelo-accent: #ffb829;
}

.qartelo-saas,
.qartelo-saas * {
    letter-spacing: 0 !important;
}

body {
    font-family: "DM Sans", Arial, sans-serif;
}

.qartelo-saas img {
    max-width: 100%;
}

.qartelo-logo {
    width: auto;
    max-width: 172px;
    height: 42px;
    object-fit: contain;
}

#header.sticky-header .qartelo-logo {
    height: 34px;
}

.qartelo-auth-page .qartelo-logo {
    height: 38px;
}

.qartelo-footer-logo {
    width: auto;
    max-width: 150px;
    height: auto;
}

.qartelo-header-actions {
    gap: 10px;
}

.qartelo-language-form {
    min-width: 112px;
    margin: 0;
}

.qartelo-language-form .form-select {
    min-height: 40px;
    border-color: var(--qartelo-line);
    border-radius: 8px;
    font-weight: 700;
}

.qartelo-login-button,
.qartelo-start-button {
    --cnvs-btn-fontsize: .95rem;
    white-space: nowrap;
}

.qartelo-tabs .swiper-tab-link {
    cursor: pointer;
}

.qartelo-tab-media {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    background: var(--qartelo-soft);
}

.qartelo-tab-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease;
}

.qartelo-tab-media img.active {
    opacity: 1;
    transform: translateY(0);
}

.qartelo-shape {
    position: absolute;
    right: -38px;
    bottom: -40px;
    z-index: auto;
    rotate: 180deg;
}

.qartelo-shape-large {
    width: 380px;
    height: 380px;
}

.qartelo-badge-fit {
    width: fit-content;
}

.qartelo-service-image {
    min-height: 360px;
}

.qartelo-service-image img {
    object-fit: cover;
}

.qartelo-popular-badge {
    top: 0;
    right: 0;
}

.pricing-box {
    border: 1px solid var(--qartelo-line);
}

.pricing-tenure-switcher .btn {
    min-width: 118px;
    border: 0;
    border-radius: 999px !important;
    font-weight: 800;
}

.pricing-tenure-switcher .btn-check:checked + .btn {
    background: var(--qartelo-ink);
    color: #fff;
}

.pricing-price {
    min-height: 86px;
}

.qartelo-pricing-comparison {
    border: 1px solid var(--qartelo-line);
    border-radius: 8px;
    background: #fff;
}

.qartelo-pricing-comparison .table {
    min-width: 860px;
}

.qartelo-pricing-comparison .table > :not(caption) > * > * {
    padding: 1rem 1.25rem;
    vertical-align: middle;
}

.qartelo-comparison-plan {
    display: grid;
    gap: 6px;
    justify-items: center;
}

.qartelo-comparison-plan strong {
    color: var(--qartelo-ink);
    font-size: 1.1rem;
    font-weight: 900;
}

.qartelo-comparison-plan small {
    max-width: 210px;
    color: var(--qartelo-muted);
    font-weight: 600;
    line-height: 1.35;
}

.qartelo-comparison-price {
    display: block;
    margin-top: 6px;
    color: var(--qartelo-ink);
    font-size: 1.35rem;
    font-weight: 900;
}

.qartelo-comparison-price em {
    margin-left: 2px;
    color: var(--qartelo-muted);
    font-size: .82rem;
    font-style: normal;
    font-weight: 700;
}

.qartelo-comparison-featured {
    background: rgba(255, 184, 41, .12) !important;
}

.qartelo-comparison-cta {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .qartelo-pricing-comparison .table > :not(caption) > * > :first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        width: 185px;
        min-width: 185px;
        max-width: 185px;
        background: #fff;
        box-shadow: 10px 0 18px rgba(23, 33, 43, .08);
        color: var(--qartelo-ink);
        font-weight: 800;
        white-space: normal;
        padding: 0 10px;
    }

    .qartelo-pricing-comparison thead th:first-child {
        z-index: 3;
    }

    /*.qartelo-pricing-comparison .table-hover > tbody > tr:hover > :first-child {
        background: var(--bs-table-hover-bg);
    }*/
}

.toggle-header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
}

.toggle-title {
    font-size: 1.1rem;
    font-weight: 800;
}

.toggle-content {
    display: none;
    padding-top: 16px;
    color: var(--qartelo-muted);
    line-height: 1.65;
}

.toggle.toggle-active .toggle-content {
    display: block;
}

.toggle.toggle-active .toggle-closed {
    transform: rotate(45deg);
}

.qartelo-screen-section {
    background-color: #dbf2ff;
}

.qartelo-gallery-section {
    overflow: hidden;
    background: #fff;
}

.qartelo-gallery-title {
    margin-bottom: 10px;
    color: var(--qartelo-ink);
    font-size: 32px;
    line-height: 1.25;
}

.qartelo-gallery-subtitle {
    max-width: 600px;
    color: var(--qartelo-muted);
}

.qartelo-gallery-section .button-circle {
    border-radius: 23px;
    padding: 10px 25px;
}

.qartelo-phone-carousel {
    position: relative;
    padding-bottom: 58px;
}

.qartelo-phone-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    padding: 0;
}

.qartelo-phone-carousel .oc-item a {
    display: block;
}

.qartelo-phone-carousel.owl-loaded .owl-item {
    opacity: .34;
    transition: opacity .25s ease, transform .25s ease;
}

.qartelo-phone-carousel.owl-loaded .owl-item.center {
    opacity: 1;
}

.qartelo-phone-carousel .owl-stage-outer-bg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-image: url("../canvas/demos/landing/images/section/device.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.qartelo-phone-carousel img {
    width: 100%;
    transform: scale(.85);
    transition: transform .3s cubic-bezier(.2, .7, .3, 1);
}

.qartelo-phone-carousel .owl-item.active.center img {
    transform: scale(.95);
}

.qartelo-phone-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 5px;
    margin-top: 40px;
    border-radius: 4px;
    opacity: .3;
    transition: all .3s cubic-bezier(.2, .7, .3, 1);
}

.qartelo-phone-carousel .owl-dots .owl-dot.active {
    width: 50px;
}

.qartelo-footer-promo {
    background-image: url("../canvas/demos/saas-2/images/new/footer-promo.svg");
    background-position: center;
    background-size: cover;
}

.qartelo-auth-page .page-title {
    border-bottom: 1px solid var(--qartelo-line);
}

.qartelo-auth-page .card {
    border-radius: 8px;
}

.qartelo-auth-page .form-group {
    margin-bottom: 1.35rem;
}

.qartelo-auth-page label {
    margin-bottom: .45rem;
    color: var(--qartelo-ink);
    font-weight: 800;
}

.qartelo-auth-page .form-control,
.qartelo-auth-page .form-select {
    min-height: 46px;
    border-color: var(--qartelo-line);
    border-radius: 8px;
}

.qartelo-auth-page .form-check-label {
    color: var(--qartelo-muted);
    font-weight: 600;
    line-height: 1.5;
}

.qartelo-login-card {
    position: sticky;
    top: 96px;
}

.qartelo-auth-plan {
    display: grid;
    min-width: min(100%, 230px);
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid var(--qartelo-line);
    border-radius: 8px;
    background: var(--qartelo-soft);
}

.qartelo-auth-plan span,
.qartelo-auth-plan small {
    color: var(--qartelo-muted);
    font-weight: 700;
}

.qartelo-auth-plan strong {
    color: var(--qartelo-ink);
    font-size: 1.15rem;
    font-weight: 900;
}

@media (max-width: 1199px) {
    .qartelo-header-actions {
        max-width: none;
    }
}

@media (max-width: 991px) {
    #header #logo {
        flex: 0 1 220px;
        min-width: 0;
        margin-right: 0;
    }

    .qartelo-logo,
    .qartelo-auth-page .qartelo-logo {
        max-width: 124px;
        height: 32px;
    }

    .qartelo-header-actions {
        flex: 0 0 auto;
        margin-left: auto;
        gap: 0;
    }

    .qartelo-header-actions .qartelo-start-button {
        --cnvs-btn-fontsize: .9rem;
        display: inline-flex;
        min-height: 38px;
        align-items: center;
        padding-right: 14px;
        padding-left: 14px;
    }

    #header .primary-menu-trigger {
        --cnvs-menu-trigger-gap: .6rem;
        flex: 0 0 auto;
    }

    .qartelo-tab-media {
        min-height: 360px;
        margin-top: 28px;
    }

    .qartelo-login-card {
        position: static;
    }

    .qartelo-mobile-menu-actions {
        padding: 16px 0 4px;
    }

    .qartelo-mobile-menu-actions .qartelo-language-form {
        min-width: 0;
        padding: 0 15px 12px;
    }

    .qartelo-mobile-menu-buttons {
        display: grid;
        gap: 10px;
        padding: 0 15px 12px;
    }

    .qartelo-mobile-menu-buttons .button {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    #header #logo {
        flex-basis: 190px;
    }

    .qartelo-logo {
        max-width: 104px;
        height: 28px;
    }

    .qartelo-auth-page .qartelo-logo {
        max-width: 104px;
        height: 28px;
    }

    .qartelo-header-actions .qartelo-start-button {
        --cnvs-btn-fontsize: .82rem;
        min-height: 34px;
        padding-right: 11px;
        padding-left: 11px;
    }

    .qartelo-tab-media {
        min-height: 280px;
    }

    .content-wrap {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 360px) {
    #header #logo {
        flex-basis: 92px;
    }

    .qartelo-logo,
    .qartelo-auth-page .qartelo-logo {
        max-width: 92px;
    }
}
