:root{
    --primary:#0A5FEA;
    --secondary:#11B7B5;
    --accent:#FF9500;
}

body{
    font-family:'Segoe UI',sans-serif;
    color:#444;
}

.navbar{

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(15px);

    border:none;

    padding:12px 0;

    transition:.4s;
}

.navbar-nav > li > a{
    color:#fff !important;
    font-weight:600;
}

.navbar-nav > li > a:hover{
    color:#ffd166 !important;
}

.navbar-brand img{
    height:55px;
    margin-top: -13px;
}
.navbar.scrolled{
    background:#ffffff !important;

    box-shadow:
    0 10px 30px rgba(0,0,0,.08);

    backdrop-filter:none;
}

.navbar.scrolled .navbar-nav > li > a{
    color:#1e293b !important;
}

.navbar.scrolled .navbar-nav > li > a:hover{
    color:#0A5FEA !important;
}

.navbar.scrolled .navbar-brand{
    color:#1e293b;
}

.hero{
    position:relative;
    min-height:100vh;

    background:url('../img/hero-bg.jpg');
    background-size:cover;
    background-position:center;

    display:flex;
    align-items:center;

    overflow:hidden;
}

.hero-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        135deg,
        rgba(10,95,234,.90),
        rgba(17,183,181,.85)
    );
}

.hero-content{
    position:relative;
    z-index:2;
    color:white;
}

.hero-badge{
    display:inline-block;

    padding:10px 20px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.25);

    border-radius:40px;

    backdrop-filter:blur(10px);

    margin-bottom:25px;
}

.hero h1{
    font-size:64px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
}

.hero h1 span{
    color:#ffd166;
}

.hero p{
    font-size:22px;
    line-height:1.8;
    max-width:650px;
}

.hero-buttons{
    margin-top:40px;
}

.hero-buttons .btn{
    margin-right:15px;
}

.wave{
    margin-top:-120px;
    position:relative;
    z-index:3;
}

.btn-glass{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.3);
    color:#fff;
}

.btn-glass:hover{
    color:#fff;
    background:rgba(255,255,255,.18);
}

.hero-stats{
    display:flex;
    gap:50px;
    margin-top:60px;
}

.hero-stat h3{
    font-size:38px;
    font-weight:800;
    margin:0;
}

.hero-stat span{
    opacity:.85;
}

.hero-dashboard{

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.25);

    backdrop-filter:blur(15px);

    border-radius:25px;

    padding:35px;

    margin-top:40px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.25);
}

.hero-dashboard img{
    width:140px;
    margin-bottom:20px;
}

.hero-dashboard h4{
    text-align:center;
    margin-bottom:30px;
    font-size:24px;
}

.dashboard-item{

    background:rgba(255,255,255,.10);

    padding:15px;

    border-radius:12px;

    margin-bottom:15px;

    text-align:center;
}

.btn-usp{
    background:#FF9500;
    color:#fff;
    border:none;
    padding:14px 30px;
    margin:10px;
}

.btn-usp:hover{
    background:#e78200;
    color:#fff;
}
.btn-primary{

    background:
    linear-gradient(
    135deg,
    #FF9500,
    #ffb347);

    border:none;

    box-shadow:
    0 15px 35px rgba(255,149,0,.35);
}

.btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:
    0 20px 45px rgba(255,149,0,.45);
}

.section{
    padding:80px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-weight:700;
    color:#0A5FEA;
}

.feature-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    text-align:center;
    margin-bottom:30px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-card i{
    font-size:50px;
    color:#11B7B5;
    margin-bottom:20px;
}

.stats{
    background:#f8f9fa;
}

.counter{
    text-align:center;
    padding:20px;
}

.counter h2{
    color:#0A5FEA;
    font-size:50px;
    font-weight:700;
}

.tech-badge{
    display:inline-block;
    background:#11B7B5;
    color:#fff;
    padding:12px 20px;
    border-radius:30px;
    margin:10px;
}

.cta{
    background:linear-gradient(
    135deg,
    #11B7B5,
    #0A5FEA);
    color:white;
    text-align:center;
    padding:100px 0;
}

.footer{
    background:#0f172a;
    color:#cbd5e1;
    position:relative;
    overflow:hidden;
}

/* Decorative Top Border */
.footer:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(
        90deg,
        #0A5FEA,
        #11B7B5,
        #FF9500
    );
}

.footer-top{
    padding:80px 0 50px;
}

.footer-brand img{
    height:60px;
    margin-bottom:20px;
}

.footer-brand h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.footer-brand p{
    line-height:1.8;
    color:#94a3b8;
}

.footer h4{
    color:#fff;
    margin-bottom:25px;
    font-size:18px;
    font-weight:600;
    position:relative;
}

.footer h4:after{
    content:'';
    display:block;
    width:40px;
    height:3px;
    margin-top:10px;
    border-radius:5px;
    background:#11B7B5;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:14px;
}

.footer-links a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#11B7B5;
    padding-left:6px;
}

.footer-contact i{
    width:25px;
    color:#11B7B5;
}

.footer-social{
    margin-top:25px;
}

.footer-social a{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:42px;
    height:42px;
    margin-right:10px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    color:#fff;
    font-size:18px;
    transition:.3s;
    text-decoration:none;
}

.footer-social a:hover{
    background:#11B7B5;
    color:#fff;
    transform:translateY(-4px);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding:20px 0;
    color:#94a3b8;
    font-size:14px;
}

.footer-bottom a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-bottom a:hover{
    color:#11B7B5;
}

.footer-divider{
    margin:0 12px;
    opacity:.4;
}
@media(max-width:768px){

.hero h1{
    font-size:34px;
}

.hero{
    padding:80px 0;
}

}

/* ==== Login Page === */
.login-page{

    background:
    url('../img/hero-bg.jpg');

    background-size:cover;

    min-height:100vh;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;
}

.login-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    135deg,
    rgba(10,95,234,.85),
    rgba(17,183,181,.80));
}

.login-box{

    position:relative;

    z-index:2;

    width:420px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.2);

    border-radius:25px;

    padding:40px;

    text-align:center;

    color:#fff;
}

.login-box img{
    width:130px;
}

.btn-login{

    background:#FF9500;

    color:white;

    border:none;

    height:50px;

    font-weight:700;
}
.nav-login-btn{

    background:#FF9500;

    color:white !important;

    border-radius:30px;

    margin-top:8px;

    padding:10px 24px !important;
}

.nav-login-btn:hover{

    background:#ffab2d !important;

    color:white !important;
}
.back-home{
    position:fixed;
    top:30px;
    left:30px;
    z-index:9999;

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 22px;

    background:rgba(255,255,255,.15);
    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.25);

    border-radius:50px;

    color:#fff;
    font-weight:600;
    text-decoration:none;

    transition:.3s ease;
}

.back-home:hover{
    color:#fff;
    text-decoration:none;

    background:rgba(255,255,255,.25);

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.back-home i{
    font-size:16px;
}

.login-header{
    position:absolute;
    top:25px;
    left:0;
    width:100%;
    z-index:10;
}

.login-brand{
    text-align:center;
    color:#fff;
}

.login-brand img{
    height:60px;
    margin-bottom:10px;
}

.login-brand h3{
    font-weight:700;
    margin:0;
    letter-spacing:.5px;
}

.login-box{

    width:460px;

    padding:45px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(25px);

    border:1px solid rgba(255,255,255,.18);

    box-shadow:
    0 25px 60px rgba(0,0,0,.25);
}

.login-logo{
    width:90px;
    margin-bottom:15px;
}

.login-title h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.login-title p{
    opacity:.85;
    margin-bottom:30px;
}


.usp-input{
    margin-bottom:20px;
}

.usp-input .input-group-text{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    min-width:50px;

    justify-content:center;
}

.usp-input .form-control{

    height:54px;

    border:1px solid rgba(255,255,255,.15);

    background:rgba(255,255,255,.08);

    color:#fff;

    box-shadow:none;
}

.usp-input .form-control::placeholder{
    color:rgba(255,255,255,.65);
}

.usp-input .form-control:focus{

    background:rgba(255,255,255,.12);

    border-color:#11B7B5;

    box-shadow:
    0 0 0 4px rgba(17,183,181,.15);
}

.btn-eye{

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    color:#fff;

    width:55px;
}

.btn-eye:hover{

    background:rgba(255,255,255,.15);

    color:#ffd166;
}


.remember-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin:20px 0;

    color:#fff;
}

.remember-row a{
    color:#000;
    text-decoration:none;
}

.btn-login{

    height:55px;

    border:none;

    border-radius:12px;

    font-size:16px;

    font-weight:700;

    background:
    linear-gradient(
    135deg,
    #FF9500,
    #ffb347);

    box-shadow:
    0 15px 35px rgba(255,149,0,.35);
}

.btn-login:hover{

    transform:translateY(-2px);

    color:#fff;
}
/* End Login Page */

/* Global theme controls */
body{
    background:#fff;
    color:#444;
    transition:.3s;
}

body.dark-mode{
    background:#0f172a;
    color:#e2e8f0;
}
body.dark-mode .section{
    background:#0f172a;
}

body.dark-mode .stats{
    background:#111827;
}

body.dark-mode .feature-card{
    background:#1e293b;
    color:#fff;
    box-shadow:none;
}

body.dark-mode .feature-card h4{
    color:#fff;
}

body.dark-mode .section-title h2{
    color:#60a5fa;
}

body.dark-mode .section-title p{
    color:#cbd5e1;
}
body.dark-mode .navbar.scrolled{
    background:#111827 !important;
}

body.dark-mode .navbar.scrolled .navbar-nav > li > a{
    color:#fff !important;
}

body.dark-mode .navbar.scrolled .navbar-nav > li > a:hover{
    color:#ffd166 !important;
}
body.dark-mode #waveFill{
    fill:#0f172a;
}
/* End global theme controls */