/* ==========================================================
   HOMEPAGE HEADER IMPROVEMENTS
========================================================== */

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:transparent;
    box-shadow:none;
    padding:18px 0;
    transition:.35s ease;
    z-index:9999;
    overflow: visible !important;
}

.scrolled .header{
    background:rgba(255,255,255,.92);
}



/* ==========================================================
   HOME HERO V2
========================================================== */

.home-hero-v2{
    position:relative;
    overflow:hidden;
    min-height:100vh;
    display:flex;
    align-items:center;
    background:#08111d;
    padding-top:140px;
    padding-bottom:90px;
}

.home-hero-v2 .container{
    position:relative;
    z-index:3;
}

.hero-row{
    min-height:calc(100vh - 180px);
    align-items:center;
}

/* ------------------------
   Background
-------------------------*/

.hero-background{
    position:absolute;
    inset:0;
    overflow:hidden;
}

.hero-background::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    right:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(22,120,168,.16);
    filter:blur(80px);
}

.hero-background::after{
    content:"";
    position:absolute;
    width:650px;
    height:650px;
    left:-220px;
    bottom:-220px;
    border-radius:50%;
    background:rgba(46,196,182,.10);
    filter:blur(100px);
}

/* ------------------------
   Left
-------------------------*/

.hero-left{
    max-width:620px;
}

.hero-pill{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:13px;
    font-weight:600;
    margin-bottom:30px;
}

.hero-heading{
    font-size:62px;
    line-height:1.08;
    font-weight:800;
    color:#fff;
    margin-bottom:28px;
    letter-spacing:-2px;
}

.hero-text{
    font-size:20px;
    line-height:1.9;
    color:rgba(255,255,255,.72);
    margin-bottom:38px;
}

.hero-actions{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:38px;
}

.hero-btn-primary{

    background:#1678A8;

    color:#fff;

    border:none;

    padding:16px 34px;

    border-radius:14px;

    font-weight:600;

    transition:.3s;

}

.hero-btn-primary:hover{

    background:#2192c8;

    transform:translateY(-2px);

}

.hero-btn-secondary{

    color:#fff;

    border:1px solid rgba(255,255,255,.14);

    padding:16px 34px;

    border-radius:14px;

    transition:.3s;

}

.hero-btn-secondary:hover{

    background:#fff;

    color:#1678A8;

}

.hero-features{

    display:flex;

    gap:28px;

    flex-wrap:wrap;

}

.hero-features span{

    display:flex;

    align-items:center;

    gap:8px;

    color:#fff;

    font-size:14px;

}

.hero-features i{

    color:#2EC4B6;

}

/* ------------------------
   Dashboard
-------------------------*/

.hero-preview{

    position:relative;

    max-width:620px;

    margin-left:auto;

}

.hero-dashboard{

    width:100%;

    border-radius:24px;

    display:block;

    box-shadow:
    0 50px 80px rgba(0,0,0,.35);

    border:1px solid rgba(255,255,255,.08);

}

.widget{

    position:absolute;

    background:rgba(255,255,255,.92);

    backdrop-filter:blur(16px);

    border-radius:18px;

    padding:18px 20px;

    width:220px;

    box-shadow:0 30px 60px rgba(0,0,0,.16);

}

.widget-title{

    font-size:13px;

    color:#777;

    margin-bottom:6px;

}

.widget-value{

    font-size:26px;

    font-weight:700;

    margin-bottom:6px;

}

.widget small{

    color:#777;

    line-height:1.6;

}

.success{

    color:#1fbf75;

}

.danger{

    color:#ff4d4f;

}

.widget-risk{

    right:-45px;

    top:35px;

}

.widget-health{

    left:-55px;

    bottom:90px;

}

.widget-ai{

    right:-40px;

    bottom:-20px;

}

/*==================================================
HOME HERO MOBILE
==================================================*/

@media (max-width: 991px){

    .home-hero-v2{
        padding:120px 0 60px;
    }

    .hero-row{
        flex-direction:column;
        gap:40px;
    }

    .hero-left{
        text-align:center;
        max-width:100%;
    }

    .hero-pill{
        margin:0 auto 20px;
    }

    .hero-heading{
        font-size:48px;
        line-height:1.08;
        margin-bottom:22px;
    }

    .hero-text{
        font-size:18px;
        line-height:1.8;
        margin:0 auto 30px;
        max-width:100%;
    }

    .hero-actions{
        justify-content:center;
        margin-bottom:28px;
    }

    .hero-btn-primary{
        width:100%;
        max-width:320px;
        padding:16px 24px;
        font-size:17px;
    }

    .hero-features{
        justify-content:center;
        gap:14px;
        margin-bottom:20px;
    }

    .hero-features span{
        font-size:14px;
    }

    .hero-preview{

        margin-top:40px;

        display:flex;

        flex-direction:column;

        align-items:center;

        gap:18px;

    }

    .hero-dashboard{

        width:100%;

        border-radius:20px;

        display:block;

    }

    .widget{

        position:static !important;

        width:100%;

        max-width:100%;

        border-radius:16px;

        margin:0;

        box-shadow:0 10px 30px rgba(0,0,0,.12);

    }

    .widget-health{

        order:1;

    }

    .hero-dashboard{

        order:2;

    }

    .widget-risk{

        order:3;

    }

    .widget-ai{

        order:4;

    }

}

/*==================================================
ABOUT V3
==================================================*/

.about-v3{
    padding:120px 0;
    background:#fff;
    position:relative;
    overflow:hidden;
}

.about-v3::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    right:-180px;
    top:-180px;
    background:rgba(22,120,168,.05);
    border-radius:50%;
    filter:blur(80px);
}

.about-content{
    position:relative;
    z-index:2;
}

.about-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:#eef8fd;
    color:#1678A8;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    margin-bottom:24px;
}

.about-title{
    font-size:48px;
    font-weight:800;
    line-height:1.15;
    color:#08111d;
    margin-bottom:24px;
}

.about-description{
    font-size:18px;
    line-height:1.9;
    color:#697586;
    margin-bottom:34px;
}

.about-points{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin-bottom:40px;
}

.about-point{
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.about-point i{
    color:#1678A8;
    font-size:18px;
    margin-top:4px;
}

.about-point span{
    color:#2b3440;
    line-height:1.7;
}

.about-btn{
    background:#1678A8;
    color:#fff;
    border-radius:14px;
    padding:16px 28px;
    font-weight:600;
    transition:.3s;
}

.about-btn:hover{
    background:#0f6b96;
    color:#fff;
    transform:translateY(-2px);
}

/* IMAGE */

.about-image-wrapper{
    position:relative;
    padding-left:50px;
}

.about-image{

    width:100%;

    display:block;

    border-radius:24px;

    border:1px solid rgba(22,120,168,.08);

    box-shadow:
        0 25px 60px rgba(0,0,0,.12),
        0 0 0 1px rgba(255,255,255,.6);

    transition:.35s ease;

}

.about-image:hover{

    transform:translateY(-6px);

    box-shadow:
        0 45px 90px rgba(0,0,0,.18);

}

/* FLOATING CARD */

.about-floating-card{

    position:absolute;

    left:0;

    bottom:35px;

    width:320px;

    background:rgba(255,255,255,.95);

    backdrop-filter:blur(18px);

    border-radius:20px;

    padding:24px;

    box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.about-card-label{

    font-size:12px;

    color:#1678A8;

    text-transform:uppercase;

    letter-spacing:1px;

    font-weight:700;

    margin-bottom:14px;

}

.about-floating-card p{

    margin:0;

    color:#4d5968;

    line-height:1.8;

}

/* MOBILE */

@media(max-width:991px){

    .about-v3{

        padding:80px 0;

    }

    .about-title{

        font-size:36px;

        text-align:center;

    }

    .about-description{

        text-align:center;

    }

    .about-badge{

        margin:0 auto 24px;

        display:flex;

        justify-content:center;

    }

    .about-points{

        margin-top:30px;

    }

    .about-btn{

        display:inline-flex;

        margin:20px auto 40px;

    }

    .about-content{

        text-align:center;

    }

    .about-point{

        justify-content:center;

        text-align:left;

    }

    .about-image-wrapper{

        padding-left:0;

    }

    .about-floating-card{

        position:relative;

        left:auto;

        bottom:auto;

        width:100%;

        margin-top:-40px;

    }

}

/*==================================================
WHY V2
==================================================*/

.why-v2{
    position:relative;
    padding:120px 0;
    background:#f8fbfd;
    overflow:hidden;
}

/* Background Glow */

.why-v2::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    left:-260px;
    top:-220px;
    border-radius:50%;
    background:rgba(22,120,168,.06);
    filter:blur(90px);
}

.section-header{
    max-width:760px;
    margin:0 auto 80px;
}

.section-tag{

    display:inline-block;

    padding:10px 20px;

    border-radius:40px;

    background:#eef8fd;

    color:#1678A8;

    font-size:13px;

    font-weight:600;

    margin-bottom:20px;

}

.section-title{

    font-size:48px;

    font-weight:800;

    color:#08111d;

    line-height:1.15;

}

/* Timeline */

.why-timeline{

    position:relative;

    max-width:1050px;

    margin:auto;

}

.why-timeline::before{

    content:"";

    position:absolute;

    left:50%;

    top:0;

    bottom:0;

    width:2px;

    background:#d9edf7;

    transform:translateX(-50%);

}

/* Item */

.why-item{

    position:relative;

    display:flex;

    justify-content:flex-start;

    margin-bottom:70px;

}

.why-item.reverse{

    justify-content:flex-end;

}

/* Card */

.why-content{

    width:44%;

    background:#fff;

    border-radius:22px;

    padding:34px;

    box-shadow:0 18px 45px rgba(0,0,0,.08);

    transition:.35s ease;

    position:relative;

}

.why-content:hover{

    transform:translateY(-8px);

    box-shadow:0 28px 60px rgba(0,0,0,.12);

}

/* Timeline Dot */

.why-content::before{

    content:"";

    position:absolute;

    top:42px;

    width:18px;

    height:18px;

    border-radius:50%;

    background:#1678A8;

    border:4px solid #fff;

    box-shadow:0 0 0 6px #d9edf7;

}

.why-item:not(.reverse) .why-content::before{

    right:-55px;

}

.why-item.reverse .why-content::before{

    left:-55px;

}

/* Icon */

.why-icon{

    width:65px;

    height:65px;

    border-radius:18px;

    background:linear-gradient(135deg,#1678A8,#2EC4B6);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:26px;

    margin-bottom:24px;

}

/* Heading */

.why-content h3{

    font-size:26px;

    font-weight:700;

    color:#08111d;

    margin-bottom:16px;

}

/* Description */

.why-content p{

    color:#687588;

    line-height:1.9;

    margin:0;

}

/* Mobile */

@media(max-width:991px){

    .why-v2{

        padding:80px 0;

    }

    .section-title{

        font-size:36px;

    }

    .why-timeline::before{

        left:28px;

    }

    .why-item,
    .why-item.reverse{

        justify-content:flex-start;

    }

    .why-content{

        width:100%;

        margin-left:70px;

    }

    .why-item .why-content::before,
    .why-item.reverse .why-content::before{

        left:-52px;

        right:auto;

    }

}

/*==================================================
PROCESS V2
==================================================*/

.process-v2{
    padding:120px 0;
    background:#f8fbfd;
}

.process-line{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:40px;

    position:relative;

    margin-top:70px;

}

.process-line::before{

    content:"";

    position:absolute;

    top:42px;

    left:12%;

    right:12%;

    height:2px;

    background:#d8e7ef;

    z-index:0;

}

.process-step{

    position:relative;

    z-index:2;

    flex:1;

    text-align:center;

}

.process-number{

    width:84px;

    height:84px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#1678A8,#2EC4B6);

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:700;

    margin-bottom:28px;

    box-shadow:0 20px 40px rgba(22,120,168,.25);

}

.process-step h3{

    font-size:24px;

    font-weight:700;

    color:#08111d;

    margin-bottom:14px;

}

.process-step p{

    color:#687588;

    line-height:1.8;

    max-width:260px;

    margin:auto;

}

@media (max-width: 991px) {

    .process-v2{
        padding:80px 0;
    }

    .process-line{

        display:flex;
        flex-direction:column;
        gap:20px;

    }

    .process-line::before{
        display:none;
    }

    .process-step{

        display:flex;
        align-items:flex-start;

        gap:18px;

        text-align:left;

        background:#fff;

        border:1px solid #edf2f7;

        border-radius:20px;

        padding:22px;

        box-shadow:0 12px 30px rgba(0,0,0,.05);

    }

    .process-number{

        width:58px;
        height:58px;

        min-width:58px;

        font-size:22px;

        margin:0;

        border-radius:16px;

        box-shadow:none;

    }

    .process-step h3{

        font-size:20px;

        margin-bottom:8px;

    }

    .process-step p{

        margin:0;

        max-width:100%;

        line-height:1.7;

        font-size:15px;

    }

}

/*==================================================
CTA V2
==================================================*/

.cta-v2{

    padding:120px 0;

    background:#fff;

}

.cta-box{

    position:relative;

    overflow:hidden;

    padding:80px 60px;

    border-radius:32px;

    background:linear-gradient(135deg,#0b2f45,#1678A8);

    color:#fff;

    text-align:center;

    box-shadow:0 35px 80px rgba(10,30,50,.20);

}

.cta-box::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-220px;

    right:-120px;

}

.cta-box::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    left:-100px;

    bottom:-120px;

}

.cta-box>*{

    position:relative;

    z-index:2;

}

.cta-box h2{

    font-size:48px;

    font-weight:700;

    margin:18px 0 22px;

    color:#fff;

}

.cta-box p{

    max-width:760px;

    margin:auto;

    color:rgba(255,255,255,.85);

    line-height:1.9;

    font-size:18px;

}

.cta-actions{

    display:flex;

    justify-content:center;

    gap:18px;

    margin-top:42px;

}

.cta-primary{

    background:#fff;

    color:#1678A8 !important;

    border:2px solid #fff;

    transition:.3s ease;

}

.cta-primary:hover{

    background:#f4f9fc;

    color:#1678A8 !important;

    border-color:#fff;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,255,255,.18);

    text-decoration:none;

}

.cta-secondary{

    background:transparent;

    color:#fff !important;

    border:2px solid rgba(255,255,255,.35);

}

.cta-secondary:hover{

    background:#fff;

    color:#1678A8 !important;

    border-color:#fff;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,255,255,.18);

}

.cta-benefits{

    margin-top:42px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:30px;

}

.cta-benefits span{

    display:flex;

    align-items:center;

    gap:10px;

    color:rgba(255,255,255,.92);

    font-weight:500;

}

.cta-benefits i{

    color:#7ef9d7;

    font-size:18px;

}

/*==================================================
FOOTER V2
==================================================*/

.footer-v2{

    background:linear-gradient(
        180deg,
        #081b2a 0%,
        #0d2435 100%
    );

    color:#fff;

    position:relative;

    overflow:hidden;

    padding:110px 0 0;

}

.footer-v2::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    right:-250px;

    top:-280px;

    border-radius:50%;

    background:rgba(22,120,168,.08);

    filter:blur(90px);

}

.footer-v2::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    left:-180px;

    bottom:-220px;

    border-radius:50%;

    background:rgba(46,196,182,.08);

    filter:blur(90px);

}

/*=====================
Brand
=====================*/

.footer-logo{

    display:inline-block;

    font-size:34px;

    font-weight:700;

    color:#fff;

    text-decoration:none;

    margin-bottom:24px;

}

.footer-logo:hover{

    color:#fff;

}

.footer-description{

    color:#b8cad7;

    line-height:1.9;

    margin-bottom:28px;

    max-width:360px;

}

.footer-contact{

    margin-bottom:30px;

}

.contact-item{

    display:flex;

    align-items:center;

    gap:12px;

    color:#eef6fb;

    font-weight:500;

}

.contact-item i{

    color:#2EC4B6;

    font-size:18px;

}

/*=====================
Social
=====================*/

.social-links{

    display:flex;

    gap:14px;

}

.social-links a{

    width:48px;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.10);

    color:#ffffff !important;

    font-size:18px;

    transition:.35s ease;

}

.social-links a:hover{

    background:#1678A8;

    border-color:#1678A8;

    color:#fff;

    transform:translateY(-5px);

}

/*=====================
Links
=====================*/

.footer-links h4{

    color:#fff;

    font-size:20px;

    margin-bottom:28px;

    font-weight:600;

}

.footer-links ul{

    list-style:none;

    margin:0;

    padding:0;

}

.footer-links li{

    margin-bottom:15px;

}

.footer-links a{

    color:#d4e2ec !important;

    text-decoration:none;

    transition:.3s ease;

}

.footer-links a:hover{

    color:#2EC4B6;

    padding-left:6px;

}

.footer-highlights li{

    color:#dfeaf2;

    display:flex;

    align-items:center;

    gap:12px;

}

.footer-highlights i{

    color:#2EC4B6;

    font-size:16px;

}

/*=====================
CTA
=====================*/

.footer-cta{

    margin-top:80px;

    margin-bottom:70px;

    padding:50px;

    border-radius:28px;

    background:linear-gradient(135deg,#0b2f45,#1678A8);

    box-shadow:0 25px 70px rgba(0,0,0,.25);

    position:relative;

    overflow:hidden;

}

.footer-cta::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(255,255,255,.07);

    right:-80px;

    top:-100px;

}

.footer-tag{

    display:inline-block;

    padding:8px 18px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-size:13px;

    margin-bottom:18px;

}

.footer-cta h3{

    color:#fff;

    font-size:42px;

    margin-bottom:18px;

}

.footer-cta p{

    color:#dceaf5;

    line-height:1.9;

    margin:0;

}

.footer-demo-btn{

    background:#fff;

    color:#1678A8;

    padding:16px 34px;

    border-radius:14px;

    font-weight:600;

    transition:.35s;

}

.footer-demo-btn:hover{

    background:#f5fbff;

    color:#1678A8;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,255,255,.18);

}

/*=====================
Bottom
=====================*/

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    padding:28px 0;

}

.footer-bottom p{

    margin:0;

    color:#b9cad6;

}

.footer-bottom strong{

    color:#fff;

}

.footer-bottom a{

    color:#cddbe5;

    text-decoration:none;

    margin-left:28px;

    transition:.3s ease;

}

.footer-bottom a:hover{

    color:#2EC4B6;

}

/*=====================
Responsive
=====================*/

@media(max-width:991px){

    .footer-v2{

        padding-top:80px;

        text-align:center;

    }

    .footer-description{

        max-width:100%;

    }

    .contact-item{

        justify-content:center;

    }

    .social-links{

        justify-content:center;

        margin-bottom:25px;

    }

    .footer-links{

        margin-top:10px;

    }

    .footer-highlights li{

        justify-content:center;

    }

    .footer-cta{

        padding:35px 25px;

        text-align:center;

    }

    .footer-cta h3{

        font-size:32px;

    }

    .footer-demo-btn{

        width:100%;

        margin-top:25px;

    }

    .footer-bottom{

        text-align:center;

    }

    .footer-bottom .text-lg-end{

        text-align:center!important;

        margin-top:15px;

    }

    .footer-bottom a{

        margin:0 10px;

    }

}



/*==================================================
ABOUT HERO
==================================================*/

.about-hero{

    min-height:92vh;

}

.about-hero .hero-row{

    min-height:720px;

}

.about-hero .hero-left{

    max-width:620px;

}

.about-hero .hero-heading{

    max-width:650px;

}

.about-hero .hero-text{

    max-width:580px;

}

.about-hero .hero-preview{

    max-width:640px;

}

.about-hero .hero-dashboard{

    border-radius:28px;

    transition:.35s ease;

}

.about-hero .hero-dashboard:hover{

    transform:translateY(-8px);

}

@media(max-width:991px){

    .about-hero{

        min-height:auto;

        padding-top:120px;

        padding-bottom:70px;

    }

    .about-hero .hero-row{

        min-height:auto;

    }

}

/*==================================================
ABOUT STORY
==================================================*/

.about-story{

    position:relative;

    background:#fff;

}

.about-story::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    right:-220px;

    top:-180px;

    border-radius:50%;

    background:rgba(22,120,168,.05);

    filter:blur(90px);

}

.about-feature-wrapper{

    position:relative;

    z-index:2;

}

.about-feature-card{

    height:100%;

    padding:34px 28px;

    background:#fff;

    border:1px solid #edf3f8;

    border-radius:22px;

    transition:.35s ease;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.about-feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(22,120,168,.12);

    border-color:rgba(22,120,168,.18);

}

.feature-icon{

    width:64px;

    height:64px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:linear-gradient(135deg,#1678A8,#2EC4B6);

    color:#fff;

    font-size:26px;

    margin-bottom:22px;

}

.about-feature-card h4{

    margin:0;

    font-size:22px;

    line-height:1.5;

    color:#08111d;

    font-weight:700;

}

@media(max-width:991px){

    .about-feature-card{

        padding:26px;

    }

}

/*==================================================
MISSION & VISION
==================================================*/

.mission-vision-v2{

    padding:120px 0;

    background:#f8fbfd;

    position:relative;

    overflow:hidden;

}

.mission-vision-v2::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    left:-220px;

    top:-220px;

    border-radius:50%;

    background:rgba(22,120,168,.05);

    filter:blur(90px);

}

.purpose-card{

    position:relative;

    height:100%;

    padding:45px;

    background:#fff;

    border-radius:26px;

    border:1px solid #e8eef5;

    box-shadow:0 20px 50px rgba(0,0,0,.06);

    transition:.35s;

}

.purpose-card:hover{

    transform:translateY(-8px);

    box-shadow:0 35px 70px rgba(22,120,168,.12);

}

.purpose-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    background:linear-gradient(135deg,#1678A8,#2EC4B6);

    color:#fff;

    font-size:28px;

    margin-bottom:24px;

}

.purpose-label{

    display:inline-block;

    padding:8px 16px;

    border-radius:30px;

    background:#eef8fd;

    color:#1678A8;

    font-size:13px;

    font-weight:600;

    margin-bottom:18px;

}

.purpose-card h3{

    font-size:32px;

    font-weight:700;

    color:#08111d;

    margin-bottom:20px;

}

.purpose-card p{

    margin:0;

    color:#687588;

    line-height:1.9;

    font-size:17px;

}

@media(max-width:991px){

    .mission-vision-v2{

        padding:80px 0;

    }

    .purpose-card{

        padding:30px;

    }

    .purpose-card h3{

        font-size:28px;

    }

}

/*==================================================
CORE VALUES
==================================================*/

.about-values{

    padding:120px 0;

    background:#fff;

}

.section-description{

    max-width:700px;

    margin:25px auto 0;

    color:#687588;

    font-size:18px;

    line-height:1.9;

}

.value-card{

    height:100%;

    padding:40px 32px;

    border-radius:24px;

    background:#fff;

    border:1px solid #edf3f8;

    transition:.35s ease;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.value-card:hover{

    transform:translateY(-8px);

    box-shadow:0 30px 60px rgba(22,120,168,.12);

    border-color:rgba(22,120,168,.15);

}

.value-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#1678A8,#2EC4B6);

    color:#fff;

    font-size:28px;

    margin-bottom:26px;

}

.value-card h3{

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;

    color:#08111d;

}

.value-card p{

    margin:0;

    color:#687588;

    line-height:1.9;

}

@media(max-width:991px){

    .about-values{

        padding:80px 0;

    }

}


/*==================================================
FEATURE SHOWCASE
==================================================*/

.feature-showcase{

    padding:120px 0;

    background:#fff;

}

.feature-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

    margin-bottom:130px;

}

.feature-row.reverse .feature-image-side{

    order:2;

}

.feature-row.reverse .feature-content{

    order:1;

}

.feature-image-box{

    border-radius:28px;

    overflow:hidden;

    background:#fff;

    border:1px solid #edf3f8;

    box-shadow:0 30px 70px rgba(0,0,0,.08);

}

.feature-image-box img{

    width:100%;

    display:block;

}

.feature-number{

    width:70px;

    height:70px;

    border-radius:18px;

    background:linear-gradient(135deg,#1678A8,#2EC4B6);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:24px;

    font-weight:700;

    margin-bottom:28px;

}

.feature-content h2{

    font-size:44px;

    line-height:1.2;

    margin-bottom:22px;

    color:#08111d;

}

.feature-content p{

    font-size:18px;

    color:#687588;

    line-height:1.9;

    margin-bottom:35px;

}

.feature-btn{

    background:#1678A8;

    color:#fff;

    padding:16px 34px;

    border-radius:14px;

    font-weight:600;

    transition:.35s;

}

.feature-btn:hover{

    background:#2192c8;

    color:#fff;

    transform:translateY(-4px);

}

@media(max-width:991px){

    .feature-showcase{

        padding:80px 0;

    }

    .feature-row{

        grid-template-columns:1fr;

        gap:35px;

        margin-bottom:80px;

    }

    .feature-row.reverse .feature-image-side,

    .feature-row.reverse .feature-content{

        order:unset;

    }

    .feature-content{

        text-align:center;

    }

    .feature-number{

        margin:auto auto 25px;

    }

    .feature-content h2{

        font-size:34px;

    }

}

/*==================================================
PRICING INTRO
==================================================*/

.pricing-intro{

    padding:110px 0 70px;

    background:#fff;

}

.pricing-intro-box{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.pricing-intro-box h2{

    font-size:48px;

    font-weight:700;

    color:#08111d;

    line-height:1.2;

    margin:25px 0;

}

.pricing-intro-box p{

    max-width:760px;

    margin:auto;

    font-size:19px;

    line-height:1.9;

    color:#687588;

}

@media(max-width:991px){

    .pricing-intro{

        padding:80px 0 50px;

    }

    .pricing-intro-box h2{

        font-size:34px;

    }

    .pricing-intro-box p{

        font-size:17px;

    }

}

/*==================================================
FREELANCER
==================================================*/

.pricing-freelancer{

    padding:30px 0 90px;

}

.freelancer-card{

    background:linear-gradient(135deg,#0d2d43,#1678A8);

    border-radius:28px;

    padding:60px;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(0,0,0,.18);

}

.freelancer-card::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

.freelancer-card h2{

    font-size:42px;

    margin:22px 0;

    font-weight:700;

    color:rgba(255,255,255,.86);

}

.freelancer-card p{

    color:rgba(255,255,255,.86);

    font-size:18px;

    line-height:1.9;

    margin:0;

    max-width:650px;

}

.freelancer-btn{

    background:#fff;

    color:#1678A8;

    border:none;

    padding:16px 40px;

    border-radius:14px;

    font-weight:600;

    transition:.35s;

}

.freelancer-btn:hover{

    background:#f5fbff;

    color:#1678A8;

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(255,255,255,.18);

}

@media(max-width:991px){

    .pricing-freelancer{

        padding:10px 0 70px;

    }

    .freelancer-card{

        padding:35px 25px;

        text-align:center;

    }

    .freelancer-card h2{

        font-size:32px;

    }

    .freelancer-card p{

        font-size:16px;

    }

    .freelancer-btn{

        width:100%;

    }

}

/*==================================================
BILLING
==================================================*/

.pricing-billing{

    padding:80px 0;

}

.billing-wrapper{

    max-width:760px;

    margin:auto;

    text-align:center;

}

.billing-title h2{

    font-size:42px;

    color:#08111d;

    margin-bottom:15px;

}

.billing-title p{

    color:#687588;

    font-size:18px;

    margin-bottom:40px;

}

.billing-switch{

    display:inline-flex;

    background:#f5f8fb;

    border:1px solid #e7eef5;

    padding:8px;

    border-radius:18px;

    gap:8px;

    flex-wrap:wrap;

    justify-content:center;

}

.billing-btn{

    border:none;

    background:transparent;

    padding:16px 32px;

    border-radius:14px;

    transition:.35s;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    min-width:180px;

}

.billing-btn span{

    font-weight:600;

    color:#08111d;

}

.billing-btn small{

    display:block;

    margin-top:6px;

    font-size:12px;

    font-weight:600;

    color:#2EC4B6;

    transition:.3s;

}

.billing-btn.active{

    background:#1678A8;

    box-shadow:0 15px 35px rgba(22,120,168,.25);

}

.billing-btn.active span{

    color:#fff;

}

.billing-btn.active small{

    color:#B8F5EF;

}

.billing-btn:hover{

    background:#eef7fc;

}

@media(max-width:991px){

    .pricing-billing{

        padding:60px 0;

    }

    .billing-title h2{

        font-size:32px;

    }

    .billing-title p{

        font-size:16px;

    }

    .billing-switch{

        width:100%;

    }

    .billing-btn{

        width:100%;

        min-width:unset;

    }

}

/*==================================================
PRICING CARD SIMPLE
==================================================*/

.pricing-card{

    position: relative;

    background:#fff;

    border:1px solid #e8edf4;

    border-radius:18px;

    padding:32px;

    height:100%;

    display:flex;

    flex-direction:column;

    transition:.3s;

    box-shadow:0 8px 30px rgba(12,34,58,.06);

}

.pricing-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(12,34,58,.12);

}

.pricing-card.popular{

    border:2px solid #1678A8;

}

/*----------------*/

.popular-badge{

    position:absolute;

    top:20px;

    right:20px;

    background:#1678A8;

    color:#fff;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

}

/*----------------*/

.pricing-header h3{

    font-size:34px;

    font-weight:700;

    margin-bottom:8px;

    color:#071826;

}

.pricing-header p{

    color:#6f8093;

    margin-bottom:30px;

}

/*----------------*/

.plan-price{

    font-size:52px;

    font-weight:700;

    color:#071826;

    line-height:1;

}

.price-period{

    color:#718096;

    font-size:15px;

    margin-top:10px;

    margin-bottom:22px;

}

/*----------------*/

.pricing-users{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#f5f7fb;

    border-radius:10px;

    padding:10px 16px;

    font-weight:600;

    margin-bottom:28px;

}

/*----------------*/

.pricing-features{

    list-style:none;

    padding:0;

    margin:0 0 30px;

    flex:1;

}

.pricing-features li{

    display:flex;

    align-items:center;

    gap:10px;

    margin-bottom:14px;

    color:#46576a;

    font-size:15px;

}

.pricing-features i{

    color:#2EC4B6;

}

/*----------------*/

.pricing-btn{

    margin-top:auto;

    width:100%;

    border-radius:12px;

    padding:14px;

    background:#1678A8;

    color:#fff;

    font-weight:600;

    text-align:center;

    text-decoration:none;

    transition:.3s;

}

.pricing-btn:hover{

    background:#106992;

    color:#fff !important;

}

/*==================================================
ENTERPRISE
==================================================*/

.enterprise-v2{

    padding:90px 0;

    background:#f8fbfe;

}

.enterprise-box{

    background:#fff;

    border:1px solid #e8eef5;

    border-radius:24px;

    padding:60px;

    box-shadow:0 20px 50px rgba(12,34,58,.08);

}

.enterprise-content h2{

    font-size:42px;

    font-weight:700;

    color:#071826;

    margin:18px 0;

}

.enterprise-description{

    color:#617487;

    line-height:1.9;

}

.enterprise-btn{

    background:#1678A8;

    color:#fff;

    padding:16px 36px;

    border-radius:14px;

    font-weight:600;

    transition:.3s;

}

.enterprise-btn:hover{

    background:#0f6793;

    color:#fff !important;

    transform:translateY(-3px);

}

.enterprise-action p{

    margin-top:18px;

    color:#7a8b9d;

    font-size:14px;

}

@media(max-width:991px){

    .enterprise-box{

        padding:35px;

        text-align:center;

    }

    .enterprise-content h2{

        font-size:34px;

    }

    .enterprise-action{

        margin-top:30px;

        text-align:center !important;

    }

    .enterprise-btn{

        width:100%;

    }

}

/*==================================================
GET DEMO INTRO
==================================================*/

.demo-intro{

    padding:100px 0 80px;

}

.demo-intro-box{

    max-width:850px;

    margin:auto;

    text-align:center;

}

.demo-intro-box h2{

    font-size:48px;

    font-weight:700;

    color:#071826;

    margin:25px 0;

}

.demo-intro-box p{

    font-size:19px;

    line-height:1.9;

    color:#66788a;

    margin:0;

}

@media(max-width:991px){

    .demo-intro{

        padding:70px 0 50px;

    }

    .demo-intro-box h2{

        font-size:34px;

    }

    .demo-intro-box p{

        font-size:17px;

    }

}

/*==================================================
DEMO FORM
==================================================*/

.demo-section{

    padding:100px 0;

    background:#f8fbfe;

}

.demo-info-card{

    background:#071826;

    color:#fff;

    border-radius:28px;

    padding:45px;

    height:100%;

    position:sticky;

    top:110px;

}

.demo-info-card h2{

    font-size:38px;

    margin:22px 0;

    font-weight:700;

    color: #fff;

}

.demo-info-card p{

    color:rgba(255,255,255,.82);

    line-height:1.9;

}

.demo-features{

    margin-top:35px;

}

.demo-feature{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

}

.demo-feature i{

    color:#2EC4B6;

    font-size:18px;

}

.demo-expiry{

    margin-top:35px;

    padding:18px 22px;

    background:rgba(255,255,255,.08);

    border-radius:14px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.demo-expiry strong{

    color:#fff;

}

.demo-expiry span{

    color:#2EC4B6;

    font-weight:700;

}

.demo-form-card{

    background:#fff;

    border-radius:28px;

    padding:45px;

    box-shadow:0 25px 60px rgba(12,34,58,.08);

}

.demo-form-card h3{

    font-size:34px;

    margin-bottom:10px;

}

.demo-form-card>p{

    color:#6c7c8d;

    margin-bottom:35px;

}

.demo-note{

    margin-top:25px;

    text-align:center;

    color:#6c7c8d;

    font-size:14px;

}

@media(max-width:991px){

    .demo-section{

        padding:70px 0;

    }

    .demo-info-card{

        position:static;

        padding:35px;

    }

    .demo-form-card{

        padding:35px;

    }

    .demo-info-card h2{

        font-size:30px;

    }

}

/*==================================================
CONTACT INTRO
==================================================*/

.contact-intro{

    padding:100px 0 80px;

}

.contact-intro-box{

    max-width:850px;

    margin:auto;

    text-align:center;

}

.contact-intro-box h2{

    font-size:48px;

    font-weight:700;

    color:#071826;

    margin:25px 0;

}

.contact-intro-box p{

    font-size:19px;

    line-height:1.9;

    color:#66788a;

    margin:0;

}

@media(max-width:991px){

    .contact-intro{

        padding:70px 0 50px;

    }

    .contact-intro-box h2{

        font-size:34px;

    }

    .contact-intro-box p{

        font-size:17px;

    }

}

.contact-hero{

    min-height:95vh;

}

/*==================================================
BUSINESS INFORMATION
==================================================*/

.business-info{

    padding:90px 0;

    background:#f8fbfe;

}

.business-card{

    background:#fff;

    border:1px solid #e7eef5;

    border-radius:24px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 35px rgba(12,34,58,.06);

}

.business-card:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 60px rgba(12,34,58,.12);

}

.business-icon{

    width:70px;

    height:70px;

    margin:0 auto 24px;

    border-radius:18px;

    background:#eef7fc;

    display:flex;

    align-items:center;

    justify-content:center;

}

.business-icon i{

    font-size:30px;

    color:#1678A8;

}

.business-card span{

    display:block;

    color:#7a8c9e;

    font-size:14px;

    margin-bottom:12px;

}

.business-card h4{

    font-size:24px;

    font-weight:600;

    color:#071826;

    line-height:1.6;

    margin:0;

}

@media(max-width:991px){

    .business-info{

        padding:70px 0;

    }

    .business-card{

        padding:30px;

    }

}

/*==================================================
CONTACT SECTION
==================================================*/

.contact-section{

    padding:100px 0;

}

.contact-form-card{

    background:#fff;

    border-radius:28px;

    padding:45px;

    box-shadow:0 25px 60px rgba(12,34,58,.08);

    border:1px solid #edf2f7;

}

.contact-form-card h2{

    font-size:40px;

    margin:20px 0 12px;

    color:#071826;

}

.contact-form-card>p{

    color:#68798b;

    margin-bottom:35px;

}

.contact-info-card{

    background:#071826;

    border-radius:28px;

    padding:45px;

    color:#fff;

    height:100%;

}

.contact-info-card h2{

    margin:20px 0 35px;

    font-size:36px;

}

.contact-info-item{

    display:flex;

    gap:18px;

    align-items:flex-start;

    margin-bottom:28px;

}

.contact-info-icon{

    width:58px;

    height:58px;

    border-radius:16px;

    background:rgba(255,255,255,.08);

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.contact-info-icon i{

    color:#2EC4B6;

    font-size:22px;

}

.contact-info-item h4{

    font-size:18px;

    margin-bottom:6px;

    color:#fff;

}

.contact-info-item p{

    margin:0;

    color:rgba(255,255,255,.78);

    line-height:1.7;

}

@media(max-width:991px){

    .contact-section{

        padding:70px 0;

    }

    .contact-form-card,

    .contact-info-card{

        padding:35px;

    }

    .contact-form-card h2,

    .contact-info-card h2{

        font-size:30px;

    }

}

/*==============================
CONTACT FORM
==============================*/

.contact-form-card{
    background:#fff;
    border-radius:24px;
    padding:45px;
    box-shadow:0 25px 70px rgba(18,38,63,.08);
    height:100%;
}

.contact-form-card h2{
    font-size:2rem;
    font-weight:700;
    margin:12px 0;
}

.form-subtitle{
    color:#64748b;
    margin-bottom:30px;
}

/*==============================
CONTACT INFO
==============================*/

.contact-info-card{
    background:#08192c;
    color:#fff;
    border-radius:24px;
    padding:35px;
    margin-bottom:30px;
}

.contact-info-card h3{
    color:#fff;
    margin:12px 0 30px;
}

.contact-info-item{
    display:flex;
    gap:18px;
    margin-bottom:28px;
}

.contact-info-item:last-child{
    margin-bottom:0;
}

.contact-info-icon{
    width:56px;
    height:56px;
    border-radius:16px;
    background:rgba(0,212,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#00d4ff;
    font-size:22px;
    flex-shrink:0;
}

.contact-info-item h5{
    color:#fff;
    margin-bottom:4px;
}

.contact-info-item p{
    margin:0;
    color:#cbd5e1;
}

/*==============================
MAP
==============================*/

.contact-map-card{
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 20px 60px rgba(18,38,63,.08);
}

.contact-map-card h4{
    margin-bottom:10px;
    font-weight:700;
}

.map-subtitle{
    color:#64748b;
    margin-bottom:20px;
}

#restmic-map{
    width:100%;
    height:320px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e7eb;
}

/* Fix Leaflet tiles */
.leaflet-container{
    width:100%;
    height:100%;
    border-radius:18px;
    z-index:1;
}

@media(max-width:991px){

    .contact-form-card,
    .contact-info-card,
    .contact-map-card{
        padding:30px;
    }

    #restmic-map{
        height:280px;
    }

}

/*==================================================
BLOG LIST
==================================================*/

.blog-list-v2{

    padding:100px 0;

    background:#f8fbfe;

}

.blog-card-v2{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    height:100%;

    transition:.35s;

    box-shadow:0 15px 40px rgba(15,35,55,.08);

}

.blog-card-v2:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(15,35,55,.14);

}

.blog-image{

    width:100%;

    height:240px;

    object-fit:cover;

}

.blog-content{

    padding:30px;

}

.blog-meta{

    margin-bottom:18px;

}

.blog-meta span{

    display:inline-flex;

    align-items:center;

    gap:8px;

    color:#738597;

    font-size:14px;

}

.blog-meta i{

    color:#1678A8;

}

.blog-content h3{

    font-size:24px;

    line-height:1.45;

    margin-bottom:16px;

}

.blog-content h3 a{

    color:#071826;

    text-decoration:none;

    transition:.3s;

}

.blog-content h3 a:hover{

    color:#1678A8;

}

.blog-content p{

    color:#66788a;

    line-height:1.9;

    margin-bottom:24px;

}

.blog-read-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    font-weight:600;

    color:#1678A8;

    text-decoration:none;

    transition:.3s;

}

.blog-read-more:hover{

    gap:16px;

    color:#1678A8;

}

@media(max-width:991px){

    .blog-list-v2{

        padding:70px 0;

    }

    .blog-image{

        height:220px;

    }

}

.blog-hero{

    min-height:95vh;

}

/*==================================================
BLOG ARTICLE
==================================================*/

.blog-content-v2{

    padding:100px 0;

    background:#f8fbfe;

}

.blog-article{

    background:#fff;

    border-radius:28px;

    padding:60px;

    box-shadow:0 20px 70px rgba(15,35,55,.08);

    color:#233648;

    line-height:1.9;

}

/* Headings */

.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article h4{

    color:#071826;

    margin:40px 0 20px;

    font-weight:700;

    line-height:1.35;

}

.blog-article h1{

    font-size:42px;

}

.blog-article h2{

    font-size:34px;

}

.blog-article h3{

    font-size:28px;

}

.blog-article p{

    margin-bottom:22px;

    color:#5b6b79;

}

.blog-article ul,
.blog-article ol{

    margin:25px 0 25px 30px;

}

.blog-article li{

    margin-bottom:12px;

}

.blog-article img{

    max-width:100%;

    border-radius:18px;

    margin:30px 0;

}

.blog-article blockquote{

    border-left:5px solid #1678A8;

    background:#eef7fc;

    padding:24px 30px;

    margin:35px 0;

    border-radius:12px;

    font-style:italic;

}

.blog-article code{

    background:#eef3f8;

    padding:3px 7px;

    border-radius:6px;

}

/* CTA */

.blog-cta{

    margin-top:60px;

    background:linear-gradient(135deg,#071826,#0f3556);

    border-radius:28px;

    padding:60px;

    text-align:center;

    color:#fff;

}

.blog-cta h2{

    color:#fff;

    margin:20px 0;

}

.blog-cta p{

    color:rgba(255,255,255,.75);

    max-width:700px;

    margin:0 auto 35px;

}

@media(max-width:991px){

    .blog-content-v2{

        padding:70px 0;

    }

    .blog-article{

        padding:35px;

    }

    .blog-cta{

        padding:40px 30px;

    }

}

.blog-details-hero{

    min-height:90vh;

}

.login-card {
    border-radius: 16px;
}

.login-input {
    height: 48px;
    border-radius: 10px;
}

.login-btn {
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
}

.toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);

    font-size: 18px;        /* bigger */
    cursor: pointer;

    width: 36px;            /* proper click area */
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    transition: all 0.2s ease;
}

/* hover effect */
.toggle-password:hover {
    background: rgba(0,0,0,0.05);
}

/* fix input padding so text doesn't overlap */
#login-password {
    padding-right: 45px;
}