:root {
    --accent: #0ea5e9;
    /* sky-blue */
    --primary: #0b5ed7;
    --green: #1ab706;
    /* deep blue */
    --muted: #6b7280;
    --card-bg: rgba(255, 255, 255, 0.85);
    --glass: rgba(255, 255, 255, 0.6);
}

body {
    /* font-family: 'Poppins', sans-serif; */
    background: #f8fafc;
    color: #113;
    overflow-x: hidden;
}

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

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

/* NAV */
.site-nav {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04)
}

/* HERO - split layout */
.hero {
    padding: 80px 0;
    background: linear-gradient(180deg, #f0f9ff 0%, #fbfdff 100%);
}

.hero-left h1 {
    color: var(--primary);
    font-weight: 700;
    font-size: 2rem
}

.hero-left p {
    color: var(--muted);
    font-size: .9rem
}

.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
}

/* hero images block */
.hero-images {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero-images .img-card {
    position: absolute;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(3, 7, 18, 0.08);
    transform-origin: center
}

.hero-images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-images .img-1 {
    width: 180px;
    height: 120px;
    right: 8%;
    top: 0%;
    animation: floatA 6s ease-in-out infinite
}

.hero-images .img-2 {
    width: 220px;
    height: 140px;
    left: 6%;
    top: 34%;
    animation: floatB 7s ease-in-out infinite
}

.hero-images .img-3 {
    width: 150px;
    height: 100px;
    right: 18%;
    bottom: 4%;
    animation: floatC 6.5s ease-in-out infinite
}

@keyframes floatA {

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

    50% {
        transform: translateY(-10px)
    }
}

@keyframes floatB {

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

    50% {
        transform: translateY(-12px)
    }
}

@keyframes floatC {

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

    50% {
        transform: translateY(-8px)
    }
}

/* CARD with soft animated background */


/* PROCESS timeline */
/* .process-step {
    background: linear-gradient(180deg, #fff, #fbfeff);
    border-radius: 12px;
    padding: 22px;
    border: 1px solid rgba(3, 7, 18, 0.04);
    box-shadow: 0 6px 18px rgba(3, 7, 18, 0.04)
}

.process-line {
    position: relative;
    padding-left: 30px
}

.process-line::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    bottom: 12px;
    width: 2px;
    background: linear-gradient(180deg, var(--accent), rgba(13, 148, 136, 0.2));
    border-radius: 8px
}

.process-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: linear-gradient(90deg, var(--primary), #0ea5e9);
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 18px;
    box-shadow: 0 4px 10px rgba(14, 78, 155, 0.16)
} */

.benefits,
.process,
.industries,
.techstack,
.stats-section,
.clients-section {
    padding: 80px 0;
}

.process {
    background-color: #eef2ff;
}

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

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

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

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

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

/* CTA */
.final-cta {
    background: linear-gradient(90deg, var(--primary), #06b6d4);
    color: #fff;
    padding: 56px;
    border-radius: 12px;
    text-align: center
}

/* responsive tweaks */
@media (max-width:991px) {
    .hero-images {
        height: 370px
    }

    .hero-left h1 {
        font-size: 1.8rem
    }

    .hero {
        padding: 48px 0
    }
}

/* dev mode */
/* #dev-mode-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #cc4b00;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    z-index: 9999;
} */

/* .sticky-top {
    top: 30px !important;
} */




/* new why cards */

/* Grid */

/* Animated Soft Blobs */
.bg-blob {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(45px);
    opacity: 0.25;
    animation: floatBlob 10s infinite linear;
}

.blob1 {
    background: #d4e6ff;
    top: -80px;
    right: -40px;
}

.blob2 {
    background: #ffe4ef;
    top: -60px;
    right: -20px;
}

.blob3 {
    background: #e7ffe4;
    top: -70px;
    right: -30px;
}

.blob4 {
    background: #e7ffe4;
    top: -70px;
    right: -30px;
}

/* Blob Animation */
@keyframes floatBlob {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-20px, 20px) scale(1.08);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}


/* new testimonial section */
.testimonial-section {
    background: #f7faff;
    position: relative;
}

.section-title {
    color: #062244;
    font-size: 2.2rem;
    font-weight: 700;
}

.section-subtitle {
    color: #6f7a8c;
}

/* SWIPER CARD */
.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);
}

/* Blobs */
.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);
    }
}

/* Profile Image */
.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;
    }
}

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

/* Text */
.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 */
.swiper-pagination-bullet {
    background: #062244 !important;
    opacity: 0.3;
}

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

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


.techstack {
    background-color: #f0fdf4;
}

.section-title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: #1e293b;
}

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

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