/* =========================================================
   GLOBAL RESET
========================================================= */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

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

body{
    font-family:'Inter',sans-serif;
    background:#fff;
    color:#334155;
    overflow-x:hidden !important;
}

/* =========================================================
   HERO SECTION
========================================================= */
.hero-section{
    position:relative;
    padding:130px 0 70px;
    background:
    radial-gradient(circle at top right,#eaf4ff 0%,#ffffff 60%);
    overflow:hidden;
}

.hero-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:#dbeafe;
    filter:blur(120px);
    opacity:.35;
    top:-180px;
    right:-150px;
    z-index:0;
}

.hero-section .container{
    position:relative;
    z-index:2;
}

/* =========================================================
   HERO LEFT
========================================================= */
.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#eff6ff;
    color:#2563eb;
    padding:10px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    margin-bottom:25px;
}

.hero-left h1{
    font-size:64px;
    line-height:1.05;
    font-weight:900;
    color:#07142f;
    margin-bottom:22px;
    font-family:'Outfit',sans-serif;
}

.hero-left h1 span{
    color:#1e88ff;
}

.hero-left p{
    font-size:17px;
    line-height:1.8;
    color:#64748b;
    max-width:620px;
    margin-bottom:35px;
}

/* =========================================================
   BUTTONS
========================================================= */
.hero-buttons{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-bottom:40px;
}

.main-btn{
    background:#1e88ff;
    color:#fff;
    text-decoration:none;
    padding:15px 30px;
    border-radius:60px;
    font-weight:700;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.main-btn:hover{
    background:#0b6bdb;
    transform:translateY(-2px);
}

.secondary-btn{
    border:2px solid #dbe4f0;
    color:#0f172a;
    text-decoration:none;
    padding:15px 30px;
    border-radius:60px;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    background:#fff;
}

.secondary-btn:hover{
    border-color:#1e88ff;
    color:#1e88ff;
}

/* =========================================================
   STATS
========================================================= */
.hero-stats{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.stat-box{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:20px 24px;
    min-width:160px;
    box-shadow:0 10px 25px rgba(0,0,0,.03);
}

.stat-box h3{
    font-size:30px;
    font-weight:800;
    margin-bottom:5px;
    color:#07142f;
}

.stat-box span{
    color:#64748b;
    font-size:14px;
    font-weight:600;
}

/* =========================================================
   HERO RIGHT IMAGE
========================================================= */
.hero-image-wrapper{
    position:relative;
    text-align:center;
}

.main-dashboard-img{
    width:100%;
    max-width:680px;
    border-radius:28px;
    animation:floatImage 4s ease-in-out infinite;
}

@keyframes floatImage{
    0%{transform:translateY(0px);}
    50%{transform:translateY(-8px);}
    100%{transform:translateY(0px);}
}

/* =========================================================
   FLOATING CARDS
========================================================= */
.floating-card{
    position:absolute;
    background:#fff;
    padding:14px 18px;
    border-radius:16px;
    display:flex;
    align-items:center;
    gap:12px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
    font-weight:700;
    color:#0f172a;
    z-index:10;
}

.floating-card i{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eff6ff;
    color:#1e88ff;
}

.card-one{
    top:80px;
    left:-20px;
}

.card-two{
    bottom:70px;
    right:-20px;
}

/* =========================================================
   FEATURES SECTION
========================================================= */
.features-section{
    padding:90px 0;
    background:#fff;
}

.section-title{
    margin-bottom:60px;
}

.mini-title-tag{
    color:#1e88ff;
    font-size:13px;
    font-weight:800;
    letter-spacing:1px;
    display:block;
    margin-bottom:10px;
}

.section-title h2{
    font-size:46px;
    font-weight:800;
    color:#07142f;
    margin-bottom:12px;
    font-family:'Outfit',sans-serif;
}

.section-title p{
    color:#64748b;
    font-size:16px;
}

.feature-card{
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:24px;
    padding:35px 28px;
    transition:.3s;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.02);
}

.feature-card:hover{
    transform:translateY(-6px);
    border-color:#1e88ff;
}

.feature-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#eff6ff;
    color:#1e88ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:22px;
}

.feature-card h4{
    font-size:22px;
    font-weight:800;
    margin-bottom:12px;
    color:#07142f;
}

.feature-card p{
    color:#64748b;
    line-height:1.7;
    font-size:14px;
}

/* =========================================================
   SMARTLAB
========================================================= */
.smartlab-section{
    padding:90px 0;
    background:#08142e;
}

.smartlab-img{
    width:100%;
    max-width:560px;
}

.smartlab-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.08);
    color:#38bdf8;
    padding:10px 18px;
    border-radius:40px;
    font-size:13px;
    font-weight:700;
    margin-bottom:25px;
}

.smartlab-content h2{
    color:#fff;
    font-size:44px;
    font-weight:800;
    margin-bottom:18px;
    line-height:1.2;
}

.smartlab-content p{
    color:#94a3b8;
    line-height:1.8;
    margin-bottom:25px;
    font-size:16px;
}

.smartlab-bullet-list{
    list-style:none;
    padding:0;
}

.smartlab-bullet-list li{
    display:flex;
    align-items:center;
    gap:14px;
    color:#fff;
    margin-bottom:18px;
    font-size:15px;
}

.bullet-icon-wrap{
    min-width:34px;
    height:34px;
    border-radius:50%;
    background:rgba(56,189,248,.12);
    color:#38bdf8;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* =========================================================
   SOFTWARE SECTION
========================================================= */
.software-section{
    padding:90px 0;
    background:#f8fafc;
}

.software-box-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:22px;
    padding:35px 25px;
    position:relative;
    text-align:center;
    transition:.3s;
    height:100%;
    overflow:hidden;
}

.software-box-card:hover{
    transform:translateY(-6px);
    border-color:#1e88ff;
}

.soft-avatar-icon{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:20px;
}

.col-blue-soft{background:#e0f2fe;color:#0284c7;}
.col-red-soft{background:#ffe4e6;color:#e11d48;}
.col-pink-soft{background:#fce7f3;color:#db2777;}
.col-teal-soft{background:#ccfbf1;color:#0f766e;}
.col-gold-soft{background:#fef3c7;color:#d97706;}
.col-indigo-soft{background:#e0e7ff;color:#4338ca;}
.col-orange-soft{background:#ffedd5;color:#ea580c;}
.col-green-soft{background:#dcfce7;color:#16a34a;}

.software-box-card h5{
    font-size:22px;
    font-weight:800;
    margin-bottom:12px;
    color:#07142f;
}

.soft-card-desc{
    font-size:14px;
    color:#64748b;
    line-height:1.7;
    margin-bottom:16px;
}

.soft-card-link{
    color:#1e88ff;
    font-weight:700;
}

.soft-tile-overlay-anchor{
    position:absolute;
    inset:0;
}

/* =========================================================
   CTA SECTION
========================================================= */
.cta-section{
    padding:90px 0;
}

.cta-box-wrapper{
    background:linear-gradient(135deg,#1e88ff,#0056b3);
    border-radius:30px;
    padding:70px 40px;
    text-align:center;
    color:#fff;
}

.cta-box-wrapper h2{
    font-size:48px;
    font-weight:900;
    margin-bottom:16px;
}

.cta-box-wrapper p{
    font-size:17px;
    color:#dbeafe;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.cta-action-pill-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
    background:#fff;
    color:#1e88ff;
    text-decoration:none;
    padding:16px 34px;
    border-radius:60px;
    font-weight:800;
    transition:.3s;
}

.cta-action-pill-btn:hover{
    transform:translateY(-3px);
}

/* =========================================================
   RESPONSIVE FIXES
========================================================= */

@media(max-width:991px){

    body{
        overflow-x:hidden !important;
    }

    .hero-section{
        padding-top:110px;
        text-align:center;
    }

    .hero-left h1{
        font-size:42px;
        line-height:1.15;
    }

    .hero-left p{
        font-size:15px;
        margin:auto auto 30px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-stats{
        justify-content:center;
    }

    .hero-right{
        margin-top:40px;
    }

    .card-one,
    .card-two{
        display:none !important;
    }

    .section-title h2{
        font-size:34px;
    }

    .smartlab-content{
        text-align:center;
        margin-top:40px;
    }

    .smartlab-content h2{
        font-size:34px;
    }

    .smartlab-bullet-list li{
        justify-content:center;
    }

    .cta-box-wrapper h2{
        font-size:34px;
    }
}

@media(max-width:767px){

    .hero-section{
        padding:100px 0 50px;
    }

    .hero-left h1{
        font-size:32px;
    }

    .hero-left p{
        font-size:14px;
        line-height:1.7;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .main-btn,
    .secondary-btn{
        width:100%;
    }

    .hero-stats{
        flex-direction:column;
    }

    .stat-box{
        width:100%;
        min-width:100%;
    }

    .section-title h2{
        font-size:28px;
    }

    .feature-card{
        padding:28px 22px;
    }

    .smartlab-section{
        padding:60px 0;
    }

    .smartlab-content h2{
        font-size:28px;
    }

    .software-box-card{
        padding:28px 20px;
    }

    .cta-box-wrapper{
        padding:50px 20px;
    }

    .cta-box-wrapper h2{
        font-size:28px;
    }

    .cta-box-wrapper p{
        font-size:14px;
    }

}

/* =========================================================
   EXTRA FIX FOR MOBILE WHITE PANEL ISSUE
========================================================= */

.container,
.row,
.col-lg-6,
.col-lg-3,
.col-md-6,
.col-sm-12{
    max-width:100%;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}