@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("../fonts/Poppins-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url("../fonts/Poppins-Medium.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url("../fonts/Poppins-SemiBold.ttf") format("truetype")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("../fonts/Poppins-Bold.ttf") format("truetype")
}

.accordion-open {
    box-shadow: 0px 10px 24px 0px rgba(134, 53, 253, .1019607843) !important
}

.accordion-open .accordion-header {
    padding-bottom: 16px !important;
}

.meet-slider {
    margin-bottom: 46px !important;
    margin: 0 -10px
}

@media(max-width: 1024px) {
    .meet-slider {
        margin-bottom: 30px !important
    }
}

.meet-slider .slick-slide {
    padding: 0 10px
}

.meet-slider .slick-next,
.meet-slider .slick-prev {
    top: 44%;
    border: 1px solid #ffffff
}

.meet-slider .slick-next:hover,
.meet-slider .slick-prev:hover {
    border: 1px solid #2563eb;
    background-color: #fff !important
}

.meet-slider .slick-next:hover svg path,
.meet-slider .slick-prev:hover svg path {
    fill: #2563eb !important;
    stroke: #2563eb !important
}

.meet-slider .slick-next svg,
.meet-slider .slick-prev svg {
    width: 12px;
    height: 20px
}

.meet-slider .slick-next svg path,
.meet-slider .slick-prev svg path {
    fill: #fff
}

.meet-slider .slick-next::before,
.meet-slider .slick-prev::before {
    content: none !important
}

.meet-slider .slick-next {
    right: -8px !important
}

.meet-slider .slick-prev {
    left: -8px !important
}

.meet-slider .slick-dots {
    bottom: -51px !important
}

.gradiant::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%)
}

.action-slider {
    margin: 0 -10px
}

.action-slider .slick-slide {
    padding: 0 10px
}

.action-slider .slick-list {
    padding: 80px 0
}

@media(max-width: 1280px) {
    .action-slider .slick-list {
        padding: 40px 0
    }
}

.action-slider .slick-dots {
    bottom: 0 !important
}

.business-slider {
    margin: 0 -10px;
    margin-bottom: 56px !important
}

.business-slider .slick-slide {
    padding: 0 10px
}

.business-slider .slick-dots {
    bottom: -60px !important
}

@media(max-width: 1280px) {
    .business-slider .slick-dots {
        bottom: -45px !important
    }
}

.business-slider .slick-center .support-text {
    display: -webkit-box !important
}

.business-slider .slick-next {
    right: -8px !important
}

.business-slider .slick-prev {
    left: -8px !important
}

.nav-link.active {
    color: #2563eb !important;
    font-weight: 600 !important
}

.tab-button.active::after {
    background-color: #2563eb !important
}

.tab-button.active p {
    color: #2563eb !important
}

.slick-dots {
    bottom: -44px !important
}

@media(max-width: 1024px) {
    .slick-dots {
        bottom: -34px !important
    }
}

.slick-dots li {
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important
}

.slick-dots .slick-active {
    width: 15px !important;
}

.slick-dots .slick-active button {
    background-color: #2563eb !important;
}

.slick-dots button {
    padding: 0 !important;
    width: 6px !important;
    height: 6px !important;
    background-color: #d0d4d9 !important;
    border-radius: 20px !important
}

.slick-dots .slick-active button {
    width: 15px !important;
}

.slick-dots button::before {
    content: none !important
}

.slick-next,
.slick-prev {
    border: 1px solid #fff
}

.slick-next:hover,
.slick-prev:hover {
    border: 1px solid #2563eb;
    background-color: #fff !important
}

.slick-next:hover svg path,
.slick-prev:hover svg path {
    fill: #2563eb !important;
    stroke: #2563eb !important
}

.slick-next svg path,
.slick-prev svg path {
    fill: #fff
}

.slick-next::before,
.slick-prev::before {
    content: none !important
}

.slick-next {
    right: 0px !important
}

@media(max-width: 1024px) {
    .slick-next {
        right: 8px !important
    }
}

@media(max-width: 768px) {
    .slick-next {
        right: 10px !important
    }
}

.slick-prev {
    left: 0px !important
}

@media(max-width: 1024px) {
    .slick-prev {
        left: 8px !important
    }
}

@media(max-width: 768px) {
    .slick-prev {
        left: 10px !important
    }
}

.d-none {
    display: none;
}

.text-editor ul {
    list-style: disc;
    padding-left: 40px;
    margin-block: 15px;
}

.text-editor b,
.text-editor strong {
    font-weight: 600;
    color: #8b8585;
}

.accordion-open .accordion-header span.font-medium {
    font-weight: 700 !important;
}

.pricing-plan-section .section-heading {
    font-size: 30px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

.pricing-plan-section .section-heading h2 {
    position: relative;
}

.pricing-plan-section .section-heading h2:after {
    background-color: #2563eb;
    border-radius: 2px;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 6%;
    position: absolute;
    width: 33%;
}

.pricing-plan-section .pricing-slider .slick-list {
    padding: 0 !important;
    margin: 0;
}

.pricing-plan-section .pricing-slider .pricing-card {
    max-width: 400px;
    margin: 0px 20px;
    border: 1px solid #d8d8d8;
    border-radius: 42px;
    box-shadow: 1px 6px 10px 0px rgba(0, 0, 0, 0.1);
    animation: slideInFromTop 0.5s ease-out;
    position: relative;
}

@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing-plan-section .pricing-slider .pricing-card {
    margin: 0 15px;
    margin-bottom: 10px;
}

.pricing-plan-section .container {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .pricing-plan-section .pricing-slider .pricing-card {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .pricing-plan-section .pricing-slider .pricing-card {
        padding: 30px 20px;
    }
}

@media (max-width: 460px) {
    .pricing-plan-section .pricing-slider .pricing-card {
        margin: 0 10px;
        margin-bottom: 10px;
    }
}

.pricing-plan-section .pricing-slider .pricing-card .card-title {
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 575px) {
    .pricing-plan-section .pricing-slider .pricing-card .card-title {
        font-size: 24px;
    }
}

.pricing-plan-section .pricing-slider .pricing-card .price {
    font-size: 29px;
    font-weight: 600;
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list {
    height: 100%;
    margin-top: 15px;
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li {
        font-size: 15px;
    }
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li:last-child {
    margin-bottom: 0;
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
    color: #2563eb;
    font-size: 18px !important;
}

@media (max-width: 575px) {
    .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.active-check .check-box {
        font-size: 16px !important;
    }
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check {
    color: #818181;
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
    color: #818181;
    font-size: 18px !important;
}

@media (max-width: 575px) {
    .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list li.unactive-check .check-box {
        font-size: 16px !important;
    }
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list .check-box {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 20px;
    text-align: center;
}

@media (max-width: 575px) {
    .pricing-plan-section .pricing-slider .pricing-card .pricing-plan-list .check-box {
        margin-right: 15px;
    }
}

.pricing-plan-section .pricing-slider .pricing-card .btn-gray {
    font-size: 20px;
    max-width: 240px;
    height: 60px;
    width: 100%;
}

.pricing-plan-section .pricing-slider .pricing-card .trial-plan-lable {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    padding-right: 0px !important;
    position: absolute;
    right: 0;
    top: 0;
}

.pricing-plan-section .pricing-slider .pricing-card .trial-plan-lable span {
    background-color: #3f3d5a;
    border-radius: 0px 42px 0px 42px;
    color: white;
}

.pricing-plan-section .pricing-slider .pricing-card .pricing-card-body {
    padding: 30px !important;
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card {
    border: 2px solid #f3f3ff;
    background-color: #f3f3ff;
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card .card-title {
    color: #000000 !important;
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card .price {
    color: #2563eb;
}

.pricing-plan-section .pricing-slider .slick-current .pricing-card .btn-gray {
    background-color: #2563eb;
    color: #ffffff;
}

.pricing-plan-section .pricing-slider .slick-dots {
    position: relative !important;
    bottom: -30px !important;
}

.pricing-plan-section .pricing-slider .slick-dots li button {
    background-color: #d8d8d8 !important;
}

.pricing-plan-section .pricing-slider .slick-dots li.slick-active button {
    background-color: #2563eb !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #2563eb;
    border: none;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 10px;
}

.pricing-plan-section .pricing-card-body .btn.btn-primary {
    color: #ffffff;
    background-color: #2563eb;
}

.pricing-plan-section .pricing-card-body .btn.btn-success {
    color: #ffffff;
    background-color: #349633;
}

.line-clamp-8 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

/* ==========================================================================
   Homepage hero — 3D scanning barcode visual + scroll marquee + floating
   feature cards. Scoped to .hero-* so no other page is affected.
   ========================================================================== */
.hero-section {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: hidden;
    background: linear-gradient(180deg, #F5F8FF 0%, #FFFFFF 55%);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px 7px 10px;
    border-radius: 999px;
    background: #EAF0FF;
    color: #1E3A5F;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-eyebrow__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #059669;
    flex-shrink: 0;
}

/* ---- Ghost-text marquee behind the hero content ------------------------- */
.hero-marquee {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.hero-marquee__row {
    display: flex;
    width: max-content;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(40px, 8vw, 96px);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #E2E8F0;
    text-stroke: 1px #E2E8F0;
    letter-spacing: 2px;
    animation: heroMarqueeLeft 38s linear infinite;
}

.hero-marquee__row span {
    padding: 0 28px;
}

.hero-marquee__row--reverse {
    animation-name: heroMarqueeRight;
    animation-duration: 44s;
}

@keyframes heroMarqueeLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes heroMarqueeRight {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

/* ---- 3D scanning card ------------------------------------------------- */
.hero-visual {
    position: relative;
    z-index: 1;
    perspective: 1400px;
}

.hero-scan-card {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    border-radius: 28px;
    background: linear-gradient(155deg, #1E3A5F 0%, #2563EB 100%);
    padding: 14px;
    box-shadow: 0 30px 60px -18px rgba(30, 58, 95, 0.45);
    transform: rotateY(-12deg) rotateX(6deg) rotateZ(-1deg);
    transform-style: preserve-3d;
    transition: transform 0.25s ease-out;
    will-change: transform;
}

.hero-scan-card__frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #0B1330;
    aspect-ratio: 698 / 482;
}

.hero-scan-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.96;
}

.hero-scan-card__scanline {
    position: absolute;
    left: 4%;
    right: 4%;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(5, 150, 105, 0) 0%, #34D399 20%, #A7F3D0 50%, #34D399 80%, rgba(5, 150, 105, 0) 100%);
    box-shadow: 0 0 16px 2px rgba(52, 211, 153, 0.75);
    animation: heroScanSweep 2.6s cubic-bezier(0.45, 0, 0.2, 1) infinite;
}

@keyframes heroScanSweep {
    0% { top: 8%; opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { top: 90%; opacity: 0; }
}

.hero-scan-card__barcode {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 46px;
    padding: 8px 5%;
    background: linear-gradient(0deg, rgba(11, 19, 48, 0.92) 40%, rgba(11, 19, 48, 0));
}

.hero-scan-card__barcode span {
    display: block;
    width: 3px;
    background: #E2E8F0;
    border-radius: 1px;
    opacity: 0.9;
}

/* Pseudo-random bar heights via nth-child so it reads like a real barcode */
.hero-scan-card__barcode span:nth-child(4n) { height: 60%; }
.hero-scan-card__barcode span:nth-child(4n+1) { height: 90%; }
.hero-scan-card__barcode span:nth-child(4n+2) { height: 45%; }
.hero-scan-card__barcode span:nth-child(4n+3) { height: 75%; }
.hero-scan-card__barcode span:nth-child(7n) { width: 5px; }

/* ---- Floating feature chips --------------------------------------------- */
.hero-float-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 210px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    animation: heroFloat 5s ease-in-out infinite;
    /* --parallax-y is written by hero-animations.js on scroll; the keyframes
       below fold it in so the JS-driven scroll offset and the idle CSS bob
       animation control the same `transform` without fighting each other. */
    --parallax-y: 0px;
}

.hero-float-card__icon {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: rgba(5, 150, 105, 0.12);
    color: #059669;
}

.hero-float-card p {
    margin: 0;
    font-size: 12.5px;
    font-weight: 700;
    color: #0F172A;
    line-height: 1.3;
}

.hero-float-card span {
    font-size: 11.5px;
    color: #64748B;
}

.hero-float-card--1 {
    top: 6%;
    left: -6%;
    animation-delay: 0s;
}

.hero-float-card--2 {
    bottom: 14%;
    right: -8%;
    animation-delay: 1.1s;
}

.hero-float-card--3 {
    bottom: -4%;
    left: 4%;
    animation-delay: 2.2s;
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(var(--parallax-y, 0px)); }
    50% { transform: translateY(calc(var(--parallax-y, 0px) - 10px)); }
}

@media (max-width: 1023px) {
    .hero-float-card--1 { left: -2%; }
    .hero-float-card--2 { right: -2%; }
    .hero-float-card--3 { display: none; }
}

@media (max-width: 639px) {
    .hero-float-card { max-width: 160px; padding: 8px 10px; }
    .hero-float-card__icon { width: 28px; height: 28px; font-size: 13px; }
    .hero-float-card p { font-size: 11px; }
    .hero-float-card span { font-size: 10px; }
    .hero-scan-card { transform: none; max-width: 320px; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-marquee__row,
    .hero-scan-card__scanline,
    .hero-float-card {
        animation: none !important;
    }
    .hero-scan-card {
        transition: none !important;
    }
}

/* ==========================================================================
   AOS-lite scroll reveal (data-aos attributes) used throughout the homepage
   sections. Kept intentionally small/dependency-free.
   ========================================================================== */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

[data-aos="fade-up"] { transform: translateY(24px); }
[data-aos="fade-down"] { transform: translateY(-24px); }
[data-aos="fade-left"] { transform: translateX(24px); }
[data-aos="fade-right"] { transform: translateX(-24px); }
[data-aos="zoom-in"] { transform: scale(0.92); }

[data-aos].aos-in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ---- Section heading + cards shared across the redesigned sections ------ */
.section-eyebrow {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563EB;
    background: #EAF0FF;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.feature-card-v2 {
    border: 1px solid #E4E7EB;
    border-radius: 20px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.feature-card-v2:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.1);
    border-color: #C7D8FF;
}