:root {
    --base-color: #1880C0;
    --brand-blue: #1880C0;
}

.radix-site-logo {
    width: 54px !important;
    height: 54px !important;
    max-width: 54px !important;
    max-height: 54px !important;
    min-width: 54px;
    min-height: 54px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    object-fit: cover;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .14);
}

.radix-header-actions {
    padding-right: 72px !important;
}

.radix-header-phone-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background: #1880C0;
}

.header-icon .radix-header-phone-icon i {
    margin: 0 !important;
    color: #fff !important;
    font-size: 15px;
    line-height: 1;
}

.radix-software-strip {
    background: #fff;
}

.radix-software-strip-card {
    min-height: 116px;
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(24, 128, 192, .14);
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: inherit;
    background: #fff;
    box-shadow: 0 12px 32px rgba(35, 40, 65, .07);
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.radix-software-strip-card:hover,
.radix-software-strip-card:focus {
    color: inherit;
    border-color: rgba(24, 128, 192, .34);
    box-shadow: 0 18px 42px rgba(35, 40, 65, .12);
    transform: translateY(-3px);
}

.radix-software-logo-placeholder {
    width: 66px;
    height: 66px;
    min-width: 66px;
    margin-right: 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1880C0;
    background: rgba(24, 128, 192, .10);
    box-shadow: inset 0 0 0 1px rgba(24, 128, 192, .16);
    font-size: 28px;
}

.radix-software-logo-placeholder i {
    color: inherit !important;
}

.radix-software-strip-content {
    min-width: 0;
}

.radix-contact-map-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 592px;
    border-radius: 6px;
    object-fit: cover;
    object-position: center;
}

.radix-footer-logo {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    min-width: 70px;
    min-height: 70px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    object-fit: cover;
    background: #fff;
}

.hero-accounting {
    background-image: url('images/demo-business-slider-01.jpg');
}

.hero-office {
    background-image: url('images/demo-business-slider-03.jpg');
}

.hero-finance {
    background-image: url('images/demo-business-slider-02.jpg');
}

.hero-corporate {
    background-image: url('images/demo-business-video-bg.jpg');
}

.radix-appointment-cta {
    background-size: cover;
    background-position: center;
    padding-top: 38px;
    padding-bottom: 38px;
}

.radix-appointment-cta .h3 {
    font-size: 26px;
    line-height: 32px;
}

.radix-appointment-cta .fs-19 {
    font-size: 16px !important;
    line-height: 24px;
}

.radix-appointment-cta .btn-extra-large {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 20px;
}

.radix-appointment-cta .btn-extra-large i {
    font-size: 15px;
}

.btn.btn-base-color,
.btn.btn-dark-gray,
.btn.btn-white,
.btn.btn-transparent-white-light,
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active,
.btn-gradient-pink-orange {
    background: #1880C0 !important;
    background-color: #1880C0 !important;
    background-image: none !important;
    border-color: #1880C0 !important;
    color: #fff !important;
}

.btn.btn-base-color:hover,
.btn.btn-base-color:active,
.btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active,
.btn.btn-white:hover,
.btn.btn-white:active,
.btn.btn-transparent-white-light:hover,
.btn.btn-transparent-white-light:active,
.btn-gradient-pink-orange:hover,
.btn-gradient-pink-orange:active {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    color: #1880C0 !important;
    border-color: #1880C0 !important;
}

.btn i {
    color: inherit !important;
}

.text-base-color,
.text-base-color-hover:hover,
.icon-with-text-style-08 i.text-base-color,
.icon-with-text-style-04 i.text-base-color,
.feature-box-icon .text-base-color,
.radix-client-icon,
.feature-box-icon i:not(.text-white),
.header-icon i:not(.text-white),
footer i:not(.text-white),
.accordion-title i:not(.text-white) {
    color: #1880C0 !important;
}

.bg-base-color,
.bg-base-color-transparent,
.border-color-base-color {
    background-color: #1880C0 !important;
    border-color: #1880C0 !important;
}

.bg-base-color i,
.btn .bg-base-color i {
    color: #fff !important;
}

.header-icon .radix-header-phone-icon i {
    color: #fff !important;
}

.radix-client-section {
    padding-top: 80px;
}

.radix-client-card {
    background: #fff;
    border-radius: 8px;
    padding: 34px 32px;
    box-shadow: 0 18px 45px rgba(35, 40, 65, .10);
    border: 1px solid rgba(24, 128, 192, .14);
    transition: transform .25s ease, box-shadow .25s ease;
}

.radix-client-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(35, 40, 65, .16);
}

.radix-client-card p {
    margin-bottom: 16px;
}

.radix-client-icon {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 128, 192, .10);
    color: #1880C0;
    font-size: 25px;
    margin-bottom: 22px;
}

.radix-process-icon {
    width: 74px;
    height: 74px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 128, 192, .10);
    color: #1880C0;
    font-size: 32px;
    box-shadow: inset 0 0 0 1px rgba(24, 128, 192, .16);
}

.radix-process-icon i {
    color: inherit !important;
}

.feature-box:hover .radix-process-icon {
    background: rgba(255, 255, 255, .18);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
}

.feature-box:hover .radix-process-icon i {
    color: #fff !important;
}

.radix-team-note {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: min(330px, calc(100% - 56px));
    padding: 24px 28px;
}

.radix-team-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 128, 192, .10);
    color: #1880C0;
    font-size: 23px;
    margin-right: 20px;
}

.radix-team-member {
    padding: 26px 24px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(24, 128, 192, .14);
    box-shadow: 0 15px 38px rgba(35, 40, 65, .09);
    transition: transform .25s ease, box-shadow .25s ease;
}

.radix-team-member:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(35, 40, 65, .14);
}

.radix-team-member .radix-team-icon {
    margin-right: 0;
}

.radix-team-icon i {
    color: inherit !important;
}

.radix-service-summary {
    display: grid;
    gap: 14px;
}

.radix-service-summary-item {
    padding: 20px 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(24, 128, 192, .13);
    box-shadow: 0 12px 34px rgba(35, 40, 65, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.radix-service-summary-item:hover {
    transform: translateY(-3px);
    border-color: rgba(24, 128, 192, .30);
    box-shadow: 0 18px 45px rgba(35, 40, 65, .13);
}

.radix-service-summary-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 128, 192, .10);
    color: #1880C0;
    font-size: 22px;
    margin-right: 18px;
}

.radix-service-summary-icon i {
    color: inherit !important;
}

.radix-portal-workflow {
    overflow: hidden;
}

.radix-portal-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 88px;
    padding: 18px 0;
}

.radix-portal-steps::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 50%;
    width: 3px;
    border-radius: 100px;
    background: linear-gradient(180deg, rgba(24, 128, 192, .15), #1880C0 18%, #1880C0 82%, rgba(24, 128, 192, .15));
    transform: translateX(-50%);
}

.radix-portal-step {
    position: relative;
    min-height: 176px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(35, 40, 65, .10);
    border: 1px solid rgba(24, 128, 192, .14);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.radix-portal-step:nth-child(odd)::before,
.radix-portal-step:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 44px;
    height: 2px;
    background: rgba(24, 128, 192, .45);
}

.radix-portal-step:nth-child(odd)::before {
    right: -66px;
}

.radix-portal-step:nth-child(even)::before {
    left: -66px;
}

.radix-portal-step:nth-child(odd)::after,
.radix-portal-step:nth-child(even)::after {
    content: "\F285";
    position: absolute;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #1880C0;
    font-family: "bootstrap-icons";
    font-size: 13px;
    box-shadow: 0 0 0 2px rgba(24, 128, 192, .22), 0 10px 24px rgba(35, 40, 65, .12);
}

.radix-portal-step:nth-child(odd)::after {
    right: -80px;
}

.radix-portal-step:nth-child(even)::after {
    left: -80px;
    transform: rotate(180deg);
}

.radix-portal-step:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 44px);
    margin: 0 auto;
}

.radix-portal-step:last-child::before,
.radix-portal-step:last-child::after {
    display: none;
}

.radix-portal-step:hover {
    transform: translateY(-5px);
    border-color: rgba(24, 128, 192, .34);
    box-shadow: 0 25px 62px rgba(35, 40, 65, .16);
}

.radix-portal-step-number {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #1880C0;
    color: #fff;
    font-family: var(--alt-font);
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(24, 128, 192, .30);
}

.radix-portal-step-content {
    position: relative;
    min-height: 176px;
    padding: 30px 30px 30px 104px;
}

.radix-portal-step-icon {
    position: absolute;
    left: 32px;
    bottom: 28px;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 128, 192, .10);
    color: #1880C0;
    font-size: 21px;
    box-shadow: inset 0 0 0 1px rgba(24, 128, 192, .16);
}

.radix-portal-step-icon i {
    color: inherit !important;
}

.radix-portal-step-content h3 {
    padding-right: 10px;
}

@media (max-width: 991px) {
    .radix-portal-steps {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-left: 34px;
    }

    .radix-portal-steps::before {
        left: 12px;
    }

    .radix-portal-step,
    .radix-portal-step:last-child {
        width: 100%;
        grid-column: auto;
        margin: 0;
    }

    .radix-portal-step:nth-child(odd)::before,
    .radix-portal-step:nth-child(even)::before {
        left: -22px;
        right: auto;
        width: 22px;
    }

    .radix-portal-step:nth-child(odd)::after,
    .radix-portal-step:nth-child(even)::after {
        left: -34px;
        right: auto;
        transform: none;
    }

    .radix-portal-step:last-child::before,
    .radix-portal-step:last-child::after {
        display: flex;
    }
}

@media (max-width: 767px) {
    .radix-appointment-cta {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .radix-appointment-cta .h3 {
        font-size: 23px;
        line-height: 29px;
    }

    .radix-client-section {
        padding-top: 55px;
    }

    .radix-team-note {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 18px;
    }

    .radix-team-member {
        padding: 22px 20px;
    }

    .radix-portal-steps {
        padding-left: 28px;
    }

    .radix-portal-steps::before {
        left: 10px;
    }

    .radix-portal-step-number {
        left: 16px;
        top: 18px;
        width: 46px;
        height: 46px;
        font-size: 18px;
    }

    .radix-portal-step-content {
        min-height: 168px;
        padding: 24px 20px 24px 80px;
    }

    .radix-portal-step-icon {
        left: 19px;
        bottom: 24px;
        width: 40px;
        height: 40px;
    }

    .radix-portal-step:nth-child(odd)::before,
    .radix-portal-step:nth-child(even)::before {
        left: -18px;
        width: 18px;
    }

    .radix-portal-step:nth-child(odd)::after,
    .radix-portal-step:nth-child(even)::after {
        left: -31px;
    }
}

.image-accounting {
    background-image: url('images/demo-business-company-02.jpg');
}

.image-modern-business {
    background-image: url('images/demo-business-video-bg.jpg');
}

.service-card-img {
    width: 100%;
    aspect-ratio: 1.22 / 1;
    object-fit: cover;
}

.footer-dark a {
    overflow-wrap: anywhere;
}

.radix-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.contact-form-style-01 .radix-country-code {
    padding-right: 18px;
    text-overflow: ellipsis;
}

.radix-verified-contact-form .alert,
.radix-otp-modal .alert {
    padding: 12px 16px;
    border-radius: 6px;
    line-height: 1.45;
}

.radix-otp-modal .modal-content {
    border: 0;
    border-radius: 8px;
}

.radix-otp-input {
    letter-spacing: 0;
    font-size: 18px;
}

.radix-online-service-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 34px;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(24, 128, 192, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(31, 41, 51, 0.08);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.radix-online-service-card:hover,
.radix-online-service-card:focus {
    color: inherit;
    border-color: rgba(24, 128, 192, 0.35);
    box-shadow: 0 24px 60px rgba(31, 41, 51, 0.14);
    transform: translateY(-4px);
}

.radix-online-service-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: #1880C0;
    background: #eef8ff;
    font-size: 28px;
}

.radix-online-service-tag {
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
    padding: 5px 12px;
    border-radius: 100px;
    color: #1880C0;
    background: #f2f8fc;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.radix-online-service-card h3 {
    margin: 0 0 12px;
    color: #232323;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 600;
}

.radix-online-service-card p {
    margin-bottom: 28px;
}

.radix-online-service-link {
    margin-top: auto;
    color: #1880C0;
    font-weight: 700;
}

.radix-workflow-form label,
.radix-business-registration-form label {
    display: block;
    margin-bottom: 8px;
    color: #232323;
    font-weight: 600;
}

.radix-workflow-form .form-control,
.radix-business-registration-form .form-control {
    border-color: #d9e2ec;
    border-radius: 6px;
    min-height: 52px;
}

.radix-workflow-form textarea.form-control,
.radix-business-registration-form textarea.form-control {
    min-height: 118px;
}

.radix-generated-summary {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.radix-workflow-progress {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.radix-workflow-progress button {
    border: 1px solid #d9e2ec;
    border-radius: 6px;
    padding: 10px;
    color: #5f6b76;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.radix-workflow-progress button.active {
    color: #fff;
    border-color: #1880C0;
    background: #1880C0;
}

.radix-workflow-step {
    display: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.radix-workflow-step.active {
    display: block;
}

.radix-workflow-step legend {
    margin-bottom: 10px;
    color: #232323;
    font-family: var(--alt-font);
    font-size: 28px;
    font-weight: 600;
}

.radix-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.radix-checkbox-grid label,
.radix-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 14px;
    border: 1px solid #d9e2ec;
    border-radius: 6px;
    background: #f8fbfd;
}

.radix-cra-account-options {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.radix-document-checklist {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 10px;
}

.radix-cra-account-options label,
.radix-document-checklist label {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
    min-height: auto;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: normal;
}

.radix-checkbox-grid input,
.radix-consent input {
    margin-top: 4px;
    flex-shrink: 0;
}

.radix-cra-account-options input,
.radix-document-checklist input {
    width: 16px;
    height: 16px;
    margin: 1px 0 0;
}

.radix-review-box,
.radix-secure-note {
    padding: 18px;
    border-radius: 6px;
    background: #f8fbfd;
    border: 1px solid #d9e2ec;
}

.radix-review-box dl {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 10px 18px;
    margin: 0;
}

.radix-review-box dt {
    color: #232323;
    font-weight: 700;
}

.radix-review-box dd {
    margin: 0;
}

.radix-secure-note {
    color: #624b00;
    background: #fff8db;
    border-color: #f0d878;
}

.radix-workflow-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

@media (max-width: 767px) {
    .radix-workflow-progress {
        grid-template-columns: 1fr;
    }

    .radix-checkbox-grid,
    .radix-review-box dl {
        grid-template-columns: 1fr;
    }

    .radix-workflow-actions {
        flex-direction: column;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.cover-background,
.swiper-slide .cover-background,
.page-title-big-typography {
    background-size: cover;
    background-position: center;
}

.services-box-style-01 .box-image img,
.blog-classic .blog-image img {
    width: 100%;
    aspect-ratio: 1.395 / 1;
    object-fit: cover;
}

.blog-modern .blog-image img {
    width: 100%;
    aspect-ratio: 0.79 / 1;
    object-fit: cover;
}

.image-lift,
.image-lift-small {
    width: 100%;
    object-fit: cover;
}

.image-lift {
    aspect-ratio: 0.86 / 1;
}

.image-lift-small {
    aspect-ratio: 1 / 1;
}

.radix-product-screenshot {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0 20px 45px rgba(23, 34, 54, 0.14);
}

@media (max-width: 991px) {
    .radix-site-logo {
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
        min-width: 48px;
        min-height: 48px;
    }
}
