html,
body {
    width: 100%;
    overflow-x: hidden !important;
}

* {
    box-sizing: border-box;
}

:root {
    --primary: #0060ff;
    --accent: #00bfff;
    --muted: #6c7886;
    --card-bg: #fff;
}

body {
    color: #12334a
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Body content */
body,
p,
span,
li,
input,
button {
    font-family: 'Inter', sans-serif;
}

.axx-nav {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 28px rgba(2, 10, 40, 0.06)
}

.axx-logo img {
    height: 36px
}

.nav-link {
    font-weight: 600;
    color: #12334a
}

.nav-link.active {
    color: var(--primary)
}

.hero {
    background: linear-gradient(to top, #FAFFD1, #baffdb);
    padding: 50px 0px;
}

.hero-grid {
    position: relative;
    height: 380px;
    margin-top: 20px;
}

.product-item {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.5s ease;
    opacity: 0.4;
    filter: blur(1.5px);
}

.product-item.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.05);
}

.product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.product-item[data-index="0"] {
    top: 0;
    left: 0;
}

.product-item[data-index="1"] {
    top: 0;
    right: 0;
}

.product-item[data-index="2"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-item[data-index="3"] {
    bottom: 0;
    left: 0;
}

.product-item[data-index="4"] {
    bottom: 0;
    right: 0;
}

#priceCardsContainer {
    position: absolute;
    pointer-events: none;
}

.price-card {
    position: absolute;
    padding: 6px 6px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: all .35s ease;
    background: #ffffffd8;
    /* light translucent */
    backdrop-filter: blur(6px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.icon-wrap {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.cost-icon {
    background: #f39c12;
}

.selling-icon {
    background: #3498db;
}

.profit-icon {
    background: #2ecc71;
}

.text-wrap {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    white-space: nowrap !important;
}

.label {
    font-size: 10px;
    font-weight: 600;
    color: #555;
}

.price-text {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin-top: 2px;
}

@media (max-width: 768px) {
    .product-item {
        width: 160px;
        height: 110px;
    }

    .product-item[data-index="2"] {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 768px) {

    .hero-grid {
        height: 260px !important;
        margin-top: 35px !important;
    }

    /* Fix product image size */
    .product-item {
        width: 90px !important;
        height: 90px !important;
        opacity: 0.8 !important;
        filter: blur(0px) !important;
        /* sharper on mobile */
    }

    .product-item img {
        border-radius: 12px !important;
    }

    /* Adjust hero text */
    .hero-left h1 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    .hero-left p {
        font-size: 14px !important;
    }

    /* CTA buttons spacing */
    .cta-row a {
        padding: 8px 14px !important;
        font-size: 14px !important;
    }

    /* Price cards fix */
    .price-card {
        transform: scale(0.8) !important;
    }
}

.process-step {
    border-radius: 15px;
    padding: 20px;
    background: #eef4ff;
    margin-bottom: 20px;
}

.process-step:nth-child(2) {
    background: #fff6e6;
}

.process-step:nth-child(3) {
    background: #e8fff1;
}

.process-step:nth-child(4) {
    background: #f9e8ff;
}

.process-img {
    width: 40%;
    max-height: 250px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .process-img {
        width: 100%;
        max-height: 250px;
        margin-bottom: 20px;
        object-fit: contain;
    }
}

.carousel-multi .carousel-item {
    display: flex;
    gap: 10px;
}

.carousel-multi .carousel-item img {
    width: 33%;
    border-radius: 12px;
}

.testimonial-card {
    padding: 18px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(3, 20, 60, 0.06)
}

.partner-logo {
    filter: grayscale(1);
    opacity: .8;
    transition: filter .25s, opacity .25s
}

.partner-logo:hover {
    filter: none;
    opacity: 1
}

footer {
    background: #0b1724;
    color: #cfe6ff;
    padding: 10px 0
}

@media(max-width:1199px) {
    .product-showcase {
        height: 320px
    }

    .product-img {
        width: 180px
    }
}

@media(max-width:767px) {
    .hero {
        padding: 30px 25px;
    }

    .product-showcase {
        height: 240px;
        display: none
    }
}

.stats-section {
    background-color: #f2f0fd;
}

.text-theme-color {
    color: #5e17eb !important;
}


.testimonial-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px);
    border-radius: 20px;
    padding: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.09);
}

.t-blob {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    filter: blur(45px);
    opacity: 0.4;
    animation: floatBlob 12s infinite linear;
}

.blob1 {
    background: #cbdcff;
    top: -60px;
    right: -40px;
}

.blob2 {
    background: #ffd4e8;
    bottom: -80px;
    left: -40px;
}

@keyframes floatBlob {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

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

.t-profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    margin-bottom: 12px;
    animation: popIn 1.2s ease;
}

@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.t-stars i {
    color: #ffb400;
    margin: 0 2px;
    font-size: 18px;
}

.t-text {
    color: #4b5563;
    font-size: 1rem;
    margin: 18px 0;
    line-height: 1.6;
}

.t-name {
    color: #062244;
    font-weight: 700;
    margin-bottom: 4px;
}

.t-role {
    color: #6b7280;
    font-size: 0.9rem;
}

.swiper-pagination-bullet {
    background: #062244 !important;
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.app-screens img {
    border-radius: 10px;
    border: 1px solid rgba(3, 7, 18, 0.05)
}

.testimonial-card {
    border-radius: 12px;
    padding: 20px;
    background: linear-gradient(180deg, #fff, #fbfbff);
    border: 1px solid rgba(3, 7, 18, 0.04)
}

.clients img {
    max-height: 52px;
    opacity: 0.85;
    transition: transform .25s, opacity .25s
}

.clients img:hover {
    transform: translateY(-6px);
    opacity: 1
}

.faq-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    border: 1px solid rgba(3, 7, 18, 0.03);
}

.btn-axx {
    background: linear-gradient(90deg, var(--primary), #2563eb);
    color: #fff;
    border-radius: 40px;
    padding: 12px 26px;
    border: none
}

.btn-axx1 {
    background: linear-gradient(90deg, #b71f06, #d34000);
    color: #fff;
    border-radius: 40px;
    padding: 12px 26px;
    border: none
}

.single_price_plan {
    position: relative;
    z-index: 1;
    border-radius: 0.5rem 0.5rem 0 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
    background-color: #ffffff;
    padding: 1rem 1rem;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_price_plan {
        padding: 3rem;
    }
}

@media only screen and (max-width: 575px) {
    .single_price_plan {
        padding: 3rem;
    }
}

.single_price_plan::after {
    position: absolute;
    content: "";
    background-image: url("https://bootdey.com/img/half-circle-pricing.png");
    background-repeat: repeat;
    width: 100%;
    height: 17px;
    bottom: -17px;
    z-index: 1;
    left: 0;
}

.single_price_plan .title {
    text-transform: capitalize;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 2rem;
    padding: 10px;
}

.single_price_plan .title span {
    color: #ffffff;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #2ecc71;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.single_price_plan .title h3 {
    font-size: 1.25rem;
}

.single_price_plan .title p {
    font-weight: 300;
    line-height: 1;
    font-size: 12px;
    color: #090b0c;
}

.single_price_plan .title .line {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background-color: #3f43fd;
}

.single_price_plan .price {
    margin-bottom: 1.5rem;
}

.single_price_plan .price h4 {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    line-height: 1;
    color: #3f43fd;
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#e24997), to(#2d2ed4));
    background-image: linear-gradient(90deg, #e24997, #2d2ed4);
}

.single_price_plan .description {
    position: relative;
    margin-bottom: 1.5rem;
}

.single_price_plan .description p {

    margin: 0;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    color: #090b0c;
    font-size: 12px;
}

.single_price_plan .description p i {
    color: #2ecc71;
    margin-right: 0.5rem;
}

.single_price_plan .description p .lni-close {
    color: #e74c3c;
}

.single_price_plan.active,
.single_price_plan:hover,
.single_price_plan:focus {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
}

.single_price_plan .side-shape img {
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    z-index: -2;
}

.discount-circle {
    width: 75px;
    height: 75px;
    background-color: #ff6347;
    /* Tomato color */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: linear-gradient(45deg, #2b4bf3, #f33aff);
    padding: 10px;
    text-align: center;
    margin-top: -18px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top: 2px solid #5848f6;
    right: 20%;
}

.discount-text {
    font-size: 14px;
    color: white;
    font-weight: bold;
}

.star {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: gold;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-1 {
    top: -15px;
    left: -15px;
}

.star-2 {
    bottom: 30px;
    right: 65px;
}

.star-3 {
    bottom: 50px;
    left: 50px;
    transform: scale(0.8);
    /* Smaller star */
}

.custom-right-border-without-curve {
    border-top: 2px solid #5d10ec !important;
}

.price-option {
    border: 1px solid #5d46f6;
    color: #000;
    padding: 5px;
    border-radius: 10px;
    width: 48%;
    text-align: center;
    margin-right: 10px;
}

.price-box-list {
    display: flex;
}

.price-name {
    color: #5e17eb;
    font-size: 12px;
    font-weight: 500;
}

.price-amount {
    font-size: 14px;
    font-weight: 700;
}

.price-period {
    font-size: 12px;
    font-weight: 500;
}

.savings-tag {
    font-size: 12px;
    font-weight: 700;
    color: #3b9724;
    display: block;
}

.subscription-button {
    width: 100%;
    background: #5e17eb;
    color: #fff;
    border: 1px solid #4855e9;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
}

.bg-pricing {
    background: #dcfffc;
}

.axxpress-btn {
    background: #5e17eb;
    border: 1px solid #5e17eb;
    color: #fff;
}