
:root{
    --primary:#2563eb;
    --secondary:#4f46e5;
    --green:#22c55e;
    --dark:#081028;
}

body{
    font-family: 'Segoe UI', sans-serif;
    background:#f8fafc;
    overflow-x:hidden;
}

.btn-primary-custom{text-decoration:none;}
.logonew img{
	    max-width: 218px;
    width: 100%;
}
/* =======================
NAVBAR
======================= */

.navbar-custom{
    position:fixed;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    width:95%;
    z-index:999;
   
    border-radius:20px;
    padding:12px 20px;
}
.custom-navbar{
	 background:rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.15);
}
.nav-link{
    color:#333 !important;
    font-weight:500;
    margin:0 10px;
}
.requestdemo{
	    background: linear-gradient(45deg, #06183c, #4c47cf);
    color: #fff;
}

.requestdemo:hover{
    color: #fff;
}
.demo-btn{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    color:white;
    border:none;
    padding:12px 25px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.demo-btn:hover{
    transform:translateY(-3px);
}

/* =======================
HERO
======================= */
.custom-navbar{padding:0;}
.hero{
    min-height: 80vh;
    background: radial-gradient(circle at top right, #4f46e5 0%, transparent 35%), radial-gradient(circle at bottom left, #2563eb 0%, transparent 35%), linear-gradient(135deg, #071227, #081b43, #0c235a);
    color: white;
    margin-top: 69px;
    position: relative;
    overflow: hidden;
    padding-top: 51px;
}

.hero::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,.05);
    filter:blur(120px);
    border-radius:50%;
    right:-100px;
    top:-100px;
}

.badge-custom{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.2);
    backdrop-filter:blur(10px);
    color:white;
    padding:12px 25px;
    border-radius:50px;
    display:inline-block;
    margin-bottom:25px;
}

.hero h1{
    font-size:44px;
    font-weight:800;
    line-height:1.2;
}

.hero h1 span{
    color:#22c55e;
}

.hero p{
    font-size:1.15rem;
    color:#d1d5db;
    margin-top:20px;
    margin-bottom:35px;
}

.btn-primary-custom{
    background:linear-gradient(135deg,#22c55e,#0ea5e9);
    border:none;
    color:white;
    padding:15px 35px;
    border-radius:60px;
    font-weight:700;
    box-shadow:0 10px 30px rgba(34,197,94,.35);
}

.btn-outline-custom{
    border:1px solid rgba(255,255,255,.3);
    color:white;
    padding:15px 35px;
    border-radius:60px;
    margin-left:10px;
    backdrop-filter:blur(10px);
}

.dashboard-card{
    background:white;
    border-radius:25px;
    padding:20px;
    box-shadow:0 30px 80px rgba(0,0,0,.3);
    animation:float 4s ease-in-out infinite;
}

.dashboard-card img{
    width:100%;
    border-radius:15px;
}

.feature-float{
    position:absolute;
    right:-40px;
    background:white;
    color:#111827;
    padding:15px 20px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
    font-weight:600;
}

.float1{top:15%;}
.float2{top:38%;}
.float3{top:61%;}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

/* =======================
TRUST
======================= */

.trust{
    margin-top:35px;
    display:flex;
    align-items:center;
    gap:15px;
}

.avatar-group img{
    width:45px;
    height:45px;
    border-radius:50%;
    border:3px solid white;
    margin-left:-12px;
}

/* =======================
STATS BAR
======================= */

.stats{
    margin-top:-80px;
    position:relative;
    z-index:10;
}

.stats-box{
    background:white;
    border-radius:25px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.stat-item{
    text-align:center;
}

.stat-item i{
    font-size:35px;
    margin-bottom:15px;
}

.stat-item h3{
    color:#16a34a;
    font-weight:800;
}

.stat-item p{
    margin:0;
    color:#6b7280;
}

/* MOBILE */

@media(max-width:991px){

.hero{
    text-align:center;
    padding-bottom:120px;
}

.hero h1{
    font-size:2.5rem;
}

.dashboard-card{
    margin-top:50px;
}

.feature-float{
    display:none;
}

.stats{
    margin-top:40px;
}

}
/* ==========================
FEATURES SECTION
========================== */

.features-section{
    background:#f8fafc;
    position:relative;
    overflow:hidden;
}

.features-section::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(37,99,235,.05);
    border-radius:50%;
    filter:blur(120px);
    top:-200px;
    left:-200px;
}

.feature-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(37,99,235,.08);
    color:#2563eb;
    font-weight:600;
    margin-bottom:20px;
}

.section-title h2{
    font-size:3rem;
    font-weight:800;
    color:#0f172a;
    margin-bottom:15px;
}

.section-title h2 span{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#64748b;
    font-size:1.05rem;
}

.feature-card{
    background:white;
    border-radius:24px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    position:relative;
    overflow:hidden;
    transition:.4s;
    border:1px solid rgba(0,0,0,.05);

    box-shadow:
    0 10px 30px rgb(0 0 0 / 20%);
}

.feature-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 20px 50px rgba(37,99,235,.15);
}

.feature-card:hover .icon-wrap{
    transform:scale(1.1);
}

.icon-wrap{
    width:80px;
    height:80px;
    border-radius:20px;
    margin:auto;
    margin-bottom:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;
    transition:.4s;
}

.feature-card h4{
    font-size:1.3rem;
    font-weight:700;
    margin-bottom:12px;
    color:#0f172a;
}

.feature-card p{
    color:#64748b;
    margin-bottom:0;
    line-height:1.7;
}

/* Icon Colors */

.booking{
    background:#dcfce7;
    color:#16a34a;
}

.event{
    background:#ede9fe;
    color:#7c3aed;
}

.crm{
    background:#dbeafe;
    color:#2563eb;
}

.payment{
    background:#fef3c7;
    color:#d97706;
}

.vendor{
    background:#ffe4e6;
    color:#e11d48;
}

.staff{
    background:#ecfccb;
    color:#65a30d;
}

.expense{
    background:#e0f2fe;
    color:#0284c7;
}

.report{
    background:#fae8ff;
    color:#a21caf;
}

/* Mobile */

@media(max-width:768px){

.section-title h2{
    font-size:2rem;
}

.feature-card{
    padding:30px 20px;
}

}
/* ======================
MODULE SECTION
====================== */

.modules-section{
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.modules-section::before{
    content:'';
    position:absolute;
    width:600px;
    height:600px;
    right:-200px;
    top:-200px;

    background:
    radial-gradient(
        rgba(79,70,229,.08),
        transparent 70%
    );
}

.module-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;

    background:rgba(37,99,235,.08);
    color:#2563eb;

    font-weight:600;
    margin-bottom:15px;
}

.modules-section h2{
    font-size:3rem;
    font-weight:800;
    color:#0f172a;
}

.modules-section h2 span{
    background:linear-gradient(
    135deg,
    #2563eb,
    #4f46e5
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.modules-section p{
    color:#64748b;
}

/* CARD */

.module-card{

    height:100%;

    background:#fff;

    border-radius:24px;

    padding:35px;

    border:1px solid #eef2f7;

    box-shadow:
   0 10px 30px rgb(0 0 0 / 23%);

    transition:.4s;
    position:relative;
    overflow:hidden;
}

.module-card:hover{

    transform:translateY(-12px);

    box-shadow:
    0 20px 50px rgba(37,99,235,.15);
}

.module-card::before{

    content:'';

    position:absolute;

    width:100%;
    height:4px;

    top:0;
    left:0;

    background:
    linear-gradient(
    90deg,
    #2563eb,
    #4f46e5
    );

    transform:scaleX(0);

    transition:.4s;
}

.module-card:hover::before{
    transform:scaleX(1);
}

/* ICON */

.module-icon{

    width:75px;
    height:75px;

    border-radius:20px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;

    margin-bottom:25px;

    transition:.4s;
}

.module-card:hover .module-icon{
    transform:rotate(-8deg) scale(1.08);
}

.module-card h4{
    font-weight:700;
    margin-bottom:15px;
    color:#0f172a;
}

.module-card ul{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.module-card ul li{
    padding:8px 0;
    color:#475569;
}

.module-card ul li:before{

    content:"✓";

    color:#22c55e;

    font-weight:bold;

    margin-right:10px;
}

/* ICON COLORS */

.blue{
    background:#dbeafe;
    color:#2563eb;
}

.green{
    background:#dcfce7;
    color:#16a34a;
}

.purple{
    background:#ede9fe;
    color:#7c3aed;
}

.orange{
    background:#ffedd5;
    color:#ea580c;
}

.red{
    background:#fee2e2;
    color:#dc2626;
}

.cyan{
    background:#cffafe;
    color:#0891b2;
}

/* MOBILE */

@media(max-width:768px){

.modules-section h2{
    font-size:2rem;
}

.module-card{
    padding:25px;
}

}

/* ==========================
TESTIMONIAL SECTION
========================== */

.testimonial-section{

    background:
    linear-gradient(
    180deg,
    #f8fafc,
    #ffffff
    );

    position:relative;
    overflow:hidden;
}

.testimonial-section::before{

    content:'';

    position:absolute;

    width:500px;
    height:500px;

    background:
    radial-gradient(
    rgba(37,99,235,.08),
    transparent 70%
    );

    top:-200px;
    right:-200px;
}

.testimonial-badge{

    display:inline-block;

    padding:10px 22px;

    background:rgba(37,99,235,.08);

    color:#2563eb;

    border-radius:50px;

    font-weight:600;

    margin-bottom:20px;
}

.testimonial-section h2{

    font-size:3rem;
    font-weight:800;
    color:#0f172a;
}

.testimonial-section h2 span{

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #4f46e5
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.testimonial-section p{
    color:#64748b;
}

/* Cards */

.testimonial-card{

    background:white;

    border-radius:30px;

    padding:35px;

    position:relative;

    overflow:hidden;

    border:1px solid #eef2f7;

    transition:.4s;

    box-shadow:
    0 15px 40px rgba(0,0,0,.06);

    height:100%;
}

.testimonial-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 25px 60px rgba(37,99,235,.15);
}

.active-card{

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #4f46e5
    );

    color:white;
}

.active-card p,
.active-card span,
.active-card .stars{
    color:white;
}

.quote-icon{

    width:60px;
    height:60px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#eff6ff;

    color:#2563eb;

    font-size:24px;

    margin-bottom:25px;
}

.active-card .quote-icon{
    background:rgba(255,255,255,.15);
    color:white;
}

.stars{

    color:#f59e0b;

    font-size:20px;

    margin-bottom:20px;
}

.testimonial-card p{

    line-height:1.8;

    margin-bottom:30px;
}

.client-info{

    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{

    width:60px;
    height:60px;

    border-radius:50%;

    object-fit:cover;

    border:3px solid #fff;

    box-shadow:
    0 5px 15px rgba(0,0,0,.1);
}

.client-info h5{

    margin-bottom:2px;

    font-weight:700;
}

.client-info span{

    font-size:.9rem;
}

/* Stats */

.testimonial-stats{

    background:
    linear-gradient(
    135deg,
    #0f172a,
    #1e3a8a
    );

    border-radius:30px;

    padding:40px;

    color:white;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);
}

.testimonial-stats h3{

    font-size:2rem;
    font-weight:800;
    margin-bottom:5px;
}

.testimonial-stats p{

    color:#cbd5e1;
    margin:0;
}

/* Mobile */

@media(max-width:768px){

    .testimonial-section h2{
        font-size:2rem;
    }

    .testimonial-card{
        padding:25px;
    }

    .testimonial-stats{
        padding:25px;
    }

}/* ======================
FOOTER
====================== */

.footer-section{

    background:
    linear-gradient(
    135deg,
    #081028,
    #0f172a,
    #111827
    );

    color:white;

    padding-top:120px;

    position:relative;

    overflow:hidden;
}

/* Floating Glow */

/*.footer-section::before{*/

/*    content:'';*/

/*    position:absolute;*/

/*    width:600px;*/
/*    height:600px;*/

/*    background:*/
/*    radial-gradient(*/
/*    rgba(37,99,235,.18),*/
/*    transparent 70%*/
/*    );*/

/*    top:-300px;*/
/*    right:-250px;*/
/*}*/

/* CTA BOX */

.footer-cta{

    background:
    linear-gradient(
    135deg,
    #2563eb,
    #4f46e5
    );

    padding:50px;

    border-radius:30px;

    margin-top: -85px;
    margin-bottom:80px;

    box-shadow:
    0 30px 80px rgba(37,99,235,.35);
}

.footer-cta h2{

    font-size:2.4rem;

    font-weight:800;

    margin-bottom:10px;
}

.footer-cta p{

    color:rgba(255,255,255,.9);

    margin:0;
}

.footer-demo-btn{

    display:inline-block;

    background:white;

    color:#2563eb;

    text-decoration:none;

    padding:16px 35px;

    border-radius:50px;

    font-weight:700;

    transition:.3s;
}

.footer-demo-btn:hover{

    transform:translateY(-5px);

    color:#2563eb;
}

/* Logo */

.footer-logo{

    font-size:2rem;

    font-weight:800;

    margin-bottom:20px;
}

.footer-desc{

    color:#94a3b8;

    line-height:1.9;

    margin-bottom:25px;
}

/* Social */

.social-links{

    display:flex;

    gap:12px;
}

.social-links a{

    width:45px;
    height:45px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:white;

    background:rgba(255,255,255,.08);

    transition:.3s;
}

.social-links a:hover{

    background:#2563eb;

    transform:translateY(-4px);
}

/* Links */

.footer-section h5{

    font-weight:700;

    margin-bottom:25px;
}

.footer-section ul{

    list-style:none;

    padding:0;
}

.footer-section ul li{

    margin-bottom:12px;
}

.footer-section ul li a{

    color:#94a3b8;

    text-decoration:none;

    transition:.3s;
}

.footer-section ul li a:hover{

    color:white;

    padding-left:5px;
}

/* Contact */

.contact-list li{

    color:#94a3b8;

    display:flex;

    gap:12px;

    margin-bottom:15px;
}

.contact-list i{

    color:#2563eb;

    margin-top:5px;
}

/* Footer Bottom */

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:60px;

    padding:30px 0;

    color:#94a3b8;
}

.footer-bottom a{

    color:#94a3b8;

    text-decoration:none;

    transition:.3s;
}

.footer-bottom a:hover{

    color:white;
}

/* Responsive */

@media(max-width:768px){

    .footer-cta{

        padding:30px;

        text-align:center;

        margin-top:-100px;
    }

    .footer-cta h2{

        font-size:1.8rem;
    }

    .footer-demo-btn{

        margin-top:20px;
    }

    .footer-bottom{

        text-align:center;
    }

    .footer-bottom a{

        display:block;
        margin:10px 0;
    }

}