*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Manrope',sans-serif;
    background:
    radial-gradient(circle at top right,#DBEAFE 0%,transparent 35%),
    radial-gradient(circle at bottom left,#DCFCE7 0%,transparent 30%),
    var(--background);
    color:var(--dark);
    overflow-x:hidden;
}

.container{
    max-width:1320px;
}

section{
    padding:120px 0;
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

.landing-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    transition:.35s ease;
    padding:20px 0;
}

.landing-header.scrolled{
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(18px);
    box-shadow:0 10px 40px rgba(0,0,0,.08);
    padding:12px 0;
}

.logo{
    width:58px;
    height:58px;
    object-fit:contain;
}

.logo-title{
    font-size:28px;
    font-weight:800;
    color:#1E6F86;
    line-height:1;
}

@media (max-width:991px){
    .logo{
        width:42px;
        height:42px;
    }

    .logo-title{
        font-size:20px;
    }
}

.logo-subtitle{
    color:#6B7280;
    font-size:13px;
}

.navbar{
    flex-wrap:nowrap;
}

.navbar-brand{
    flex:1;
    min-width:0;
}

.navbar-nav{
    gap:10px;
}

.navbar-toggler{
    width:46px;
    height:46px;
    border:none;
    border-radius:12px;
    background:#F1F5F9;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.navbar-toggler:hover{
    background:#E2E8F0;
}

.navbar-toggler i{
    font-size:26px;
    color:#1E6F86;
}

.nav-link{
    color:#2F4858 !important;
    font-weight:600;
    padding:10px 16px !important;
    transition:.3s;
}

.nav-link:hover{
    color:#1E6F86 !important;
}

.btn-register{
    background:#1E6F86;
    color:#fff;
    border-radius:50px;
    padding:12px 22px;
    font-weight:700;
}

.btn-register:hover{
    background:#16596b;
    color:#fff;
}

.btn-user{
    border:2px solid #1E6F86;
    color:#1E6F86;
    border-radius:50px;
    padding:12px 22px;
    font-weight:700;
}

.btn-user:hover{
    background:#1E6F86;
    color:#fff;
}

.btn-admin{
    background:#2F4858;
    color:#fff;
    border-radius:50px;
    padding:12px 22px;
    font-weight:700;
}

.btn-admin:hover{
    background:#233744;
    color:#fff;
}

.btn-contact{
    background:#F8FAFC;
    color:#1E6F86;
    border:2px solid #1E6F86;
    border-radius:50px;
    padding:12px 22px;
    font-weight:700;
    transition:.3s;
}

.btn-contact:hover{
    background:#1E6F86;
    color:#fff;
}

@media(max-width:991px){
    .navbar-collapse{
        position:absolute;
        top:70px;
        left:15px;
        right:15px;
        background:#fff;
        border-radius:20px;
        padding:20px;
        box-shadow:0 20px 50px rgba(0,0,0,.10);
        z-index:999;
    }

    .navbar-nav{
        gap:15px;
    }

    .btn-contact, .btn-register, .btn-user, .btn-admin, .btn-demo {
        width:100%;
    }
}

.hero-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    padding:120px 0 70px;
}

.hero-title{
    font-size:70px;
    font-weight:800;
    line-height:1.05;
    letter-spacing:-2px;
    margin-bottom:25px;
    color:#2F4858;
}

.hero-highlight{
    color:#1E6F86;
    position:relative;
    display:inline-block;
}

.hero-highlight::after{
    content:"";
    position:absolute;
    left:0;
    bottom:8px;
    width:100%;
    height:14px;
    background:rgba(30,111,134,.18);
    border-radius:20px;
    z-index:-1;
}

.hero-description{
    font-size:18px;
    line-height:1.9;
    color:#64748B;
    max-width:580px;
    margin-bottom:35px;
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#E8F7FB;
    color:#1E6F86;
    padding:10px 18px;
    border-radius:50px;
    font-weight:700;
}

.hero-features{
    margin:35px 0;
}

.hero-features div{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-weight:600;
    color:#334155;
}

.hero-features i{
    color:#16A34A;
    margin-right:10px;
}

.hero-buttons{
    display:flex;
    gap:18px;
}

.hero-buttons > *{
    flex:1;
}

.hero-buttons i{
    margin-right:8px;
}

.hero-stats{
    display:flex;
    gap:50px;
    margin-top:45px;
}

.hero-stats h3{
    font-size:34px;
    font-weight:800;
    color:#1E6F86;
    margin:0;
}

.hero-stats span{
    color:#64748B;
    font-size:15px;
}

.btn-demo{
    background:#EFF6FF;
    color:#2563EB;
    border:2px solid #BFDBFE;
    border-radius:50px;
    padding:12px 22px;
    font-weight:700;
    transition:.3s;
}

.btn-demo:hover{
    background:#2378e5bd;
    color:#fff;
}

.dashboard-wrapper{
    padding-top: 100px;
    position:relative;
}

.browser{
    position:relative;
    background:#fff;
    border-radius:28px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.8);
    box-shadow:
    0 25px 60px rgba(30,111,134,.15),
    0 10px 30px rgba(0,0,0,.06);
    transition:.4s;
}

.browser:hover{
    transform:translateY(-10px);
}

.browser-header{
    height:55px;
    background:#F5F7FA;
    display:flex;
    align-items:center;
    padding-left:18px;
}

.dot{
    width:12px;
    height:12px;
    border-radius:50%;
    margin-right:8px;
}

.red{
    background:#FF5F57;
}

.yellow{
    background:#FEBC2E;
}

.green{
    background:#28C840;
}

.browser img{
    width:100%;
    display:block;
    transform:scale(1.02);
}

.floating-card{
    position:absolute;
    top:40px;
    right:-45px;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(20px);
    border-radius:22px;
    padding:20px 24px;
    display:flex;
    align-items:center;
    gap:15px;
    box-shadow:
    0 25px 50px rgba(0,0,0,.08);
    z-index:20;
    animation:float 5s ease-in-out infinite;
}

.floating-card i{
    width:55px;
    height:55px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:16px;
    background:#16A34A;
    color:#fff;
    font-size:22px;
}

.floating-card strong{
    display:block;
}

.floating-card small{
    color:#6B7280;
}

.hero-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    opacity:.55;
}

.hero-shape-1{
    width:420px;
    height:420px;
    background:#C7F1FB;
    top:-150px;
    left:-150px;
}

.hero-shape-2{
    width:360px;
    height:360px;
    background:#DDFCE9;
    bottom:-150px;
    right:-120px;
}

.hero-shape-3{
    width:260px;
    height:260px;
    background:#FDF3C8;
    top:200px;
    right:15%;
}

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

    50%{
        transform:translateY(-15px);
    }

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

@media(max-width:991px){
    .hero-section{
        padding-top:90px;
        text-align:center;
    }

    .hero-title{
        font-size:38px;
        line-height:1.15;
        letter-spacing:-1px;
        text-align:left;
        margin-bottom:20px;
    }

    .hero-badge{
        font-size:16px;
        padding:8px 14px;
        margin-bottom: 5px;
    }

    .hero-description{
        text-align:left;
        font-size:17px;
        line-height:1.8;
    }

    .hero-buttons{
        justify-content:center;
        flex-direction:column;
    }

    .hero-features{
        margin-top: 5px;
        text-align:left;
        padding-bottom: 1px;
        margin-left: 15px;
    }

    .dashboard-wrapper{
        padding-top: 30px;
    }

    .floating-card{
        position:relative;
        top:0;
        right:0;
        margin-bottom:20px;
    }
}

.landing-footer{
    margin-top:10px;
    background:#fff;
    border-top:1px solid #EEF2F7;
    padding:30px 0 15px;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:15px;
}

.footer-logo{
    width:60px;
    height:60px;
    object-fit:contain;
}

.footer-brand h5{
    margin:0;
    font-weight:800;
    color:#1E6F86;
}

.footer-brand small{
    color:#6B7280;
}

.footer-buttons{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    flex-wrap:wrap;
}

.footer-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:11px 20px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
    text-decoration:none;
}

.footer-btn.primary{
    background:#1E6F86;
    color:#fff;
}

.footer-btn.primary:hover{
    background:#16596b;
    color:#fff;
}

.footer-btn.outline{
    border:2px solid #1E6F86;
    color:#1E6F86;
}

.footer-btn.outline:hover{
    background:#1E6F86;
    color:#fff;
}

.footer-btn.dark{
    background:#2F4858;
    color:#fff;
}

.footer-btn.dark:hover{
    background:#243845;
    color:#fff;
}

.footer-btn.light{
    background:#EFF6FF;
    color:#2563EB;
}

.footer-btn.light:hover{
    background:#2378e5bd;
    color:#fff;
}

.footer-divider{
    margin:30px 0 20px;
    opacity:.12;
}

.footer-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    color:#94A3B8;
    font-size:14px;
}

.footer-copy{
    font-weight:500;
}

.footer-version{
    text-align:right;
}

.footer-company{
    color:#57a8d1;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.footer-company:hover{
    color:#7DD3FC;
    text-decoration:none;
}

.footer-company::after{
    content:" ↗";
    font-size:12px;
    opacity:.7;
}

@media(max-width:991px){
    .landing-header{
        padding:8px 0;
    }

    .footer-brand{
        justify-content:center;
        margin-bottom:25px;
    }

    .footer-buttons{
        display:grid;
        grid-template-columns:repeat(2,1fr);
        gap:8px;
    }

    .footer-btn{
        height:46px;
        padding:8px 10px;
        border-radius:12px;
        font-size:14px;
        font-weight:600;
        justify-content:center;
        gap:6px;
    }

    .footer-btn i{
        font-size:15px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
        gap:8px;
    }

    .footer-version{
        text-align:center;
        line-height:1.8;
    }
}

#contactModal .modal-content{
    position:relative;
    border:none;
    border-radius:30px;
    background:#ffffff;
    overflow:hidden;
    box-shadow: 0 20px 40px rgba(30,111,134,.10), 0 40px 90px rgba(0,0,0,.10);
}

#contactModal .modal-content::before{
    content:"";
    position:absolute;
    inset:0;
    padding:3px;
    border-radius:30px;
    background:linear-gradient(
        135deg,
        #1E6F86 0%,
        #2997B7 35%,
        #4ADE80 70%,
        #1E6F86 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    pointer-events:none;
}

#contactModal .modal-content::after{
    content:"";
    position:absolute;
    inset:-2px;
    border-radius:30px;
    background:linear-gradient(
        135deg,
        rgba(30,111,134,.12),
        rgba(41,151,183,.08),
        rgba(74,222,128,.08)
    );
    filter:blur(18px);
    z-index:-1;
}

#contactModal .modal-body{
    padding:35px 40px;
}

.modal-header{
    background:linear-gradient(
        135deg,
        #1E6F86,
        #2997B7
    );
    color:#fff;
    padding:30px;
}

.contact-close{
    position:absolute;
    top:20px;
    right:20px;
    z-index:20;
}

.contact-icon{
    width:65px;
    height:65px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.15);
    border:2px solid rgba(255,255,255,.25);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    box-shadow:0 12px 30px rgba(30,111,134,.20);
}

.contact-title{
    font-weight:800;
    color:#ffffff;
    margin-bottom:4px;
}

.contact-subtitle{
    color:rgba(255,255,255,.85);
    font-size:14px;
}

.contact-label{
    font-weight:700;
    color:#334155;
    margin-bottom:8px;
}

.contact-input{
    border-radius:14px;
    border:2px solid #E5E7EB;
    padding:13px 16px;
    transition:.3s;
}

.contact-input:focus{
    border-color:#1E6F86;
    box-shadow: 0 0 0 .25rem rgba(30,111,134,.12);
}

textarea.contact-input{
    resize:none;
}

#contactModal .modal-footer{
    display:flex;
    gap:15px;
    justify-content:flex-end;
}

#contactModal .modal-footer .btn{
    min-width:180px;
    border-radius:50px;
    font-weight:700;
    padding:12px 24px;
}

@media (max-width: 576px){
    #contactModal .modal-footer{
        flex-direction:column-reverse;
    }

    #contactModal .modal-footer .btn{
        width:100%;
        min-width:100%;
    }
}

#btnSubmitEnquiry{
    min-width:180px;
    border-radius:50px;
    font-weight:700;
    padding:12px 24px;
}

#contactModal.fade .modal-dialog{
    transform:translateY(25px);
    transition:.3s ease;
}

#contactModal.show .modal-dialog{
    transform:translateY(0);
}

#contactModal .modal-body{
    padding:25px 30px;
}

.btn-close-custom{
    background:#FEE2E2;
    color:#DC2626;
    border:1px solid #FECACA;
    border-radius:50px;
    padding:12px 24px;
    font-weight:700;
    transition:all .3s ease;
}

.btn-close-custom:hover{
    background:#DC2626;
    color:#fff;
    border-color:#DC2626;
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(220,38,38,.25);
}

.btn-close-custom:focus{
    box-shadow:0 0 0 .25rem rgba(220,38,38,.15);
}

.modal-footer .btn{
    min-width:180px;
}