@keyframes loadingAnimation {
    to {
        transform: rotate(-360deg);
    }
}

.st-hero-plain {
    position: absolute;
    left: 8%;
    top: 10%;
    width: 92px;
    height: 92px;
    display: inline-block;
    z-index: 33;
}

.st-hero-plain span {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--tp-grey-3);
}

.st-hero-plain img {
    top: 0;
    left: 30px;
    position: absolute;
    transform-origin: top;
    animation: loadingAnimation 2s ease-in-out;
}

.tp-work-item {
    border-radius: 16px;
}

.choose-one-image::after {
    position: absolute;
    right: 80px;
    top: 160px;
}

.lp-work-wrapper .tp-work-item {
    padding: 30px 30px !important;
}

.tp-responsive-layout-border::after {
    height: 100px;
}

.tp-responsive-layout ul li i {
    color: var(--tp-theme-primary);
}

/* pricing */
.crp-price-item {
    padding: 35px 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 253, 225, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .crp-price-item {
        padding: 35px 30px;
    }
}

.crp-price-list ul li:not(:last-child) {
    margin-bottom: 20px;
}

.crp-price-item.active .tp-btn-yellow-border.sm {
    color: var(--tp-common-black);
    background-color: var(--tp-common-yellow-green);
}

.app-price-bg-shape {
    position: absolute;
    top: -140px;
    right: 70px;
    z-index: -1;
}

.app-price-box {
    padding: 20px;
    border-radius: 20px;
    background: var(--tp-common-white);
}

@media (max-width: 767px) {
    .app-price-box {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .app-price-box .crp-price-item {
        padding: 45px 30px;
    }
}

.app-price-box .crp-price-item.active {
    border-radius: 20px;
    background: linear-gradient(316deg, #eae9f9 3.33%, #f9f8ff 85.8%);
}

.app-price-box .crp-price-item.active .app-price-btn-box .animated-border-box.radius-style-2 {
    padding: 0;
    border-radius: 10px;
}

.app-price-box .crp-price-item.active .app-price-btn-box .animated-border-box.radius-style-2 .tp-btn-gradient.sm {
    border-radius: 10px;
}

.app-price-box .crp-price-head {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(34, 34, 49, 0.06);
    ;
}

.app-price-box .crp-price-head h5 {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 40px;
    display: inline-block;
    color: var(--tp-theme-primary);
    border: 1px solid rgba(33, 33, 45, 0.06);
    box-shadow: 0px 0px 2px 0px rgba(39, 39, 46, 0.04);
    margin-bottom: 20px;
}

.app-price-box .crp-price-head h4 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: -2.3px;
    font-family: var(--tp-ff-inter);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .app-price-box .crp-price-head h4 {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .app-price-box .crp-price-head h4 {
        font-size: 50px;
    }
}

.app-price-box .crp-price-head h4 span {
    font-size: 16px;
    text-transform: lowercase;
    color: var(--tp-common-black);
    transform: translate(-14px, -2px);
    letter-spacing: 0px;

}

.app-price-box .row [class*=col-]:not(:last-child) {
    border-right: 1px solid rgba(34, 34, 49, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .app-price-box .row [class*=col-]:not(:last-child) {
        border: none;
    }
}

.app-price-box.app-price-service {
    border-radius: 0;
}

.app-price-box.app-price-service .crp-price-item.active {
    border-radius: 0;
    background: none;
    background-color: #F6F8EF;
}

.app-price-box.app-price-service .crp-price-item.active .animated-border-box {
    border-radius: 0;
}

.app-price-box.app-price-service .crp-price-item.active .animated-border-box.radius-style-2 {
    border-radius: 0;
}


.app-price-box.app-price-inner-style {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.app-price-box.app-price-inner-style .app-price-btn-box .animated-border-box .tp-btn-black-border {
    background: #f6f6f9;
    border: 1px solid transparent;
}

.app-price-heading p {
    color: #61616A;
}

@media (max-width: 767px) {
    .app-price-heading p br {
        display: none;
    }
}

/* end pricing */

.box2-price {
    box-shadow: 0px 38px 20px -25px rgba(10.429584270974859, 21.84765624999999, 11.303780406868956, 0.17);
    border: 1px solid #0000001A;
    background: #fff;
    bottom: -50px
}


.about-five__shape {
    position: absolute;
    right: -10px;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 22%;
    z-index: 2;
    height: 100%;
    bottom: -50px;
    animation: topBottomTwo 3s linear infinite;
}

@keyframes topBottomTwo {

    0%,
    100% {
        transform: translateY(0);
    }

    25%,
    75% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(-5px);
    }
}

.tp-responsive-layout-border::after {
    right: 0;
}


/* hero split */
:root {
    --brand-blue: #1a56db;
    --brand-dark: #0f2a5e;
    --brand-navy: #1c2b4a;
    --brand-light: #f0f4fc;
    --brand-white: #ffffff;
    --btn-radius: 8px;
}

.split-section {
    display: flex;
    min-height: 540px;
}

.panel-left {
    flex: 1;
    background: linear-gradient(145deg, #004fff 0%, #0008d1 100%);
    color: var(--brand-white);
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 48px 40px 40px;
    position: relative;
    overflow: hidden;
}

.panel-left::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.panel-right {
    flex: 1;
    background: linear-gradient(145deg, #f8faff 0%, #e8eef8 100%);
    color: var(--brand-navy);
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 48px 40px 40px;
}

.panel-heading {
    font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

.panel-right .panel-heading {
    color: var(--brand-navy);
}

.panel-right .panel-heading strong {
    color: var(--brand-blue);
    font-weight: 600;
}

.heading-divider {
    width: 48px;
    height: 3px;
    border-radius: 2px;
    margin: 14px auto 0;
}

.panel-left .heading-divider {
    background: rgba(255, 255, 255, .45);
}

.panel-right .heading-divider {
    background: var(--brand-blue);
}

.panel-illustration {
    width: 100%;
    max-width: 340px;
    aspect-ratio: 4/3;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0;
    position: relative;
}

.panel-left .panel-illustration {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
}

.panel-right .panel-illustration {
    background: rgba(26, 86, 219, .06);
    border: 1px solid rgba(26, 86, 219, .12);
}

.panel-illustration svg {
    width: 72%;
    height: auto;
    opacity: .92;
}

.btn-panel {
    font-weight: 600;
    font-size: .975rem;
    letter-spacing: .02em;
    border-radius: var(--btn-radius);
    padding: 14px 36px;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    white-space: nowrap;
    width: 100%;
    max-width: 280px;
}

.btn-panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.btn-panel:active {
    transform: translateY(0);
    box-shadow: none;
}

.btn-blue-filled {
    background: var(--brand-white);
    color: var(--brand-blue);
    box-shadow: 0 4px 16px rgba(26, 86, 219, .35);
}

.btn-dark-filled {
    background: var(--brand-navy);
    color: var(--brand-white);
    box-shadow: 0 4px 16px rgba(15, 42, 94, .25);
}

.tagline-section {
    border-top: 1px solid #dde4f0;
    padding: 44px 24px 36px;
    text-align: center;
}

.tagline-section p {
    font-size: clamp(.9rem, 1.5vw, 1.05rem);
    color: #4a5568;
    max-width: 980px;
    margin: 0 auto 28px;
    line-height: 1.5;
}

.tagline-section p strong {
    color: var(--brand-navy);
}

.btn-get-started {
    font-weight: 700;
    font-size: 1rem;
    background: var(--brand-blue);
    color: #fff;
    border: none;
    border-radius: var(--btn-radius);
    padding: 16px 56px;
    letter-spacing: .03em;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
    box-shadow: 0 4px 20px rgba(26, 86, 219, .35);
}

.btn-get-started:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(26, 86, 219, .4);
}

.btn-get-started:active {
    transform: translateY(0);
}


.btn-ghost-white {
    background: rgba(255, 255, 255, .08);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .2);
}

.btn-ghost-white:hover {
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.btn-dark {
    background: #0f2150;
    color: var(--white);
    box-shadow: 0 4px 14px rgba(15, 33, 80, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.btn-dark:hover {
    background: #152870;
    box-shadow: 0 8px 24px rgba(15, 33, 80, .35);
}

.panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 600;
    /* letter-spacing: .1em; */
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 100px;
    margin-bottom: 12px;
}

.panel-left .panel-badge {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .15);
}

.panel-right .panel-badge {
    background: #eff6ff;
    color: #1a56db;
    border: 1px solid rgba(26, 86, 219, .15);
}

.panel-l {
    background: #0f2150;
    background-image:
        radial-gradient(ellipse 70% 55% at 15% 90%, rgba(59, 130, 246, .28) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 85% 10%, rgba(96, 165, 250, .18) 0%, transparent 65%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 52px 52px 48px;
    position: relative;
    overflow: hidden;
}

.panel-l::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.btn-hero {
    font-size: .9rem;
    font-weight: 600;
    letter-spacing: .01em;
    padding: 13px 28px;
    border-radius: 8px;
    /* border: none; */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    text-decoration: none;
    max-width: 280px;
    justify-content: center;
}

.btn-cta {
    font-size: .95rem;
    font-weight: 600;
    letter-spacing: .01em;
    background: #1a56db;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 48px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(26, 86, 219, .35), inset 0 1px 0 rgba(255, 255, 255, .15);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    text-decoration: none;
}

.btn-cta:hover {
    background: #1a56db;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(26, 86, 219, .45);
    color: #fff !important;
}

.btn-cta:active {
    transform: scale(.98);
}


.btn-arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    flex-shrink: 0;
    opacity: .7;
    transition: transform .15s ease, opacity .15s ease;
}

.btn-hero:hover .btn-arrow {
    transform: translate(2px, -2px);
    opacity: 1;
}

.btn-dark {
    background: #0f2150;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(15, 33, 80, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.btn-dark:hover {
    background: #152870;
    box-shadow: 0 8px 24px rgba(15, 33, 80, .35);
}

.panel-sub {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 12px;
    max-width: 400px;
}

.panel-left .panel-sub {
    color: rgba(255, 255, 255, .6);
}

.panel-right .panel-sub {
    color: #64748b;

}

@media (max-width: 767px) {
    .split-section {
        flex-direction: column;
    }

    .panel-left,
    .panel-right {
        padding: 40px 24px 36px;
    }
}


/* bg */
.bg-blob-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.bg-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .35;
}

.blob-1 {
    width: 600px;
    height: 600px;
    background: #b9c6ff;
    top: -180px;
    left: -180px;
}

.blob-2 {
    width: 500px;
    height: 500px;
    background: #c5d0ff;
    bottom: -150px;
    right: -150px;
}

.blob-3 {
    width: 350px;
    height: 350px;
    background: #d8e0ff;
    top: 40%;
    left: 55%;
}

.hero-divider {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(90, 100, 133, .25), transparent);
    align-self: stretch;
    flex-shrink: 0;
}

/* .home-hero {
    min-height: 78vh;
} */


@media (max-width: 768px) {
    .home-hero {
        min-height: inherit;
        margin-top: 45px;
    }

    .home-hero.pt-130 {
        padding-top: 40px;
    }

    .home-hero .tp-anim-img {
        width: 100px;
    }

    .tp-video-thumb .img-contain {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bnc-step-thumb {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .bnc-step-title-box {
        padding-bottom: 20px;
    }
}

/* bg */

/* index 3 */


/* :root {
    --blue-deep: #0e3a8c;
    --blue-mid: #1a56db;
    --blue-light: #3b82f6;
    --blue-pale: #eff6ff;
    --navy: #0f2150;
    --slate: #334155;
    --muted: #64748b;
    --border: #e2e8f0;
    --white: #ffffff;
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
}


.hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 580px;
}

.panel-l {
    background: var(--navy);
    background-image:
        radial-gradient(ellipse 70% 55% at 15% 90%, rgba(59, 130, 246, .28) 0%, transparent 70%),
        radial-gradient(ellipse 50% 40% at 85% 10%, rgba(96, 165, 250, .18) 0%, transparent 65%);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 52px 52px 48px;
    position: relative;
    overflow: hidden;
}

.panel-l::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

.panel-r {
    background: var(--white);
    color: var(--navy);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 52px 52px 48px;
    border-left: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

.panel-r::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(ellipse 60% 50% at 85% 95%, rgba(26, 86, 219, .06) 0%, transparent 70%);
    pointer-events: none;
}

.panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    margin-bottom: 18px;
}

.panel-l .panel-badge {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
    border: 1px solid rgba(255, 255, 255, .15);
}

.panel-r .panel-badge {
    background: var(--blue-pale);
    color: var(--blue-mid);
    border: 1px solid rgba(26, 86, 219, .15);
}

.panel-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    opacity: .6;
}

.panel-heading {
    font-size: clamp(1.45rem, 2.6vw, 1.9rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    max-width: 340px;
}

.panel-l .panel-heading {
    color: var(--white);
}

.panel-r .panel-heading {
    color: var(--navy);
}

.panel-r .panel-heading em {
    font-style: normal;
    color: var(--blue-mid);
}

.panel-sub {
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.65;
    margin-top: 12px;
    max-width: 300px;
}

.panel-l .panel-sub {
    color: rgba(255, 255, 255, .6);
}

.panel-r .panel-sub {
    color: var(--muted);
}

.illus-card {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0;
    flex-shrink: 0;
}

.panel-l .illus-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.panel-r .illus-card {
    background: var(--blue-pale);
    border: 1px solid rgba(26, 86, 219, .1);
}

.illus-card svg {
    width: 82%;
    height: auto;
}

.feature-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.chip {
    font-size: 11.5px;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 100px;
}

.panel-l .chip {
    background: rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .75);
    border: 1px solid rgba(255, 255, 255, .12);
}

.panel-r .chip {
    background: rgba(26, 86, 219, .07);
    color: var(--blue-deep);
    border: 1px solid rgba(26, 86, 219, .12);
}

.btn-hero {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: .01em;
    padding: 13px 28px;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    text-decoration: none;
}

.btn-hero:hover {
    transform: translateY(-2px);
}

.btn-hero:active {
    transform: scale(.98);
}

.btn-ghost-white {
    background: rgba(255, 255, 255, .08);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, .2);
}

.btn-ghost-white:hover {
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

.btn-dark {
    background: var(--navy);
    color: var(--white);
    box-shadow: 0 4px 14px rgba(15, 33, 80, .25), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.btn-dark:hover {
    background: #152870;
    box-shadow: 0 8px 24px rgba(15, 33, 80, .35);
}

.btn-arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    flex-shrink: 0;
    opacity: .7;
    transition: transform .15s ease, opacity .15s ease;
}

.btn-hero:hover .btn-arrow {
    transform: translate(2px, -2px);
    opacity: 1;
}

.tagline-section {
    background: var(--white);
    border-top: 1px solid var(--border);
    text-align: center;
    padding: 56px 24px 52px;
}

.tagline-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    font-weight: 700;
    color: var(--blue-mid);
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tagline-logo-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue-mid);
}

.tagline-headline {
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    font-weight: 800;
    color: var(--navy);
    letter-spacing: -.02em;
    max-width: 640px;
    margin: 0 auto 14px;
    line-height: 1.3;
}

.tagline-body {
    font-size: .95rem;
    font-weight: 400;
    color: var(--muted);
    max-width: 600px;
    margin: 0 auto 36px;
    line-height: 1.75;
}

.btn-cta {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .01em;
    background: var(--blue-mid);
    color: var(--white);
    border: none;
    border-radius: var(--radius-sm);
    padding: 15px 48px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(26, 86, 219, .35), inset 0 1px 0 rgba(255, 255, 255, .15);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
    text-decoration: none;
}

.btn-cta:hover {
    background: var(--blue-light);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(26, 86, 219, .45);
    color: var(--white);
}

.btn-cta:active {
    transform: scale(.98);
}

.trust-line {
    margin-top: 18px;
    font-size: .8rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.trust-sep {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--border);
}

@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .panel-l,
    .panel-r {
        padding: 40px 28px 36px;
    }

    .panel-r {
        border-left: none;
        border-top: 1px solid var(--border);
    }

    .illus-card {
        max-width: 100%;
    }

    .trust-line {
        flex-direction: column;
        gap: 8px;
    }

    .trust-sep {
        display: none;
    }
} */