/* =====================================================
   NEXOR CRM CUSTOM STYLES (APPie Index-7 Converted)
===================================================== */

:root{
    --nexor-primary:#9b2cfa;
    --nexor-secondary:#6b21d9;
    --nexor-accent:#10b981;
    --nexor-bg:#0f051d;
    --nexor-card:#1a0b2e;
    --nexor-border:rgba(255,255,255,0.08);
    --nexor-text:#ffffff;
    --nexor-text-muted:#b8b8c7;
    --font-family: 'Roboto', sans-serif;

}

/* Body */
body{
    background: var(--nexor-bg);
    color: var(--nexor-text);  
    
}

/* Header */
.nexorcrm-header-area{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:999;
    padding-top:30px;
}

.nexorcrm-header-nav-box-7 .nexorcrm-header-main-menu ul li a{
    color:#fff;
    font-weight:500;
    transition:0.3s;
}

.nexorcrm-header-nav-box-7 .nexorcrm-header-main-menu ul li a:hover{
    color:var(--nexor-primary);
}

.logo-text{
    color:#fff;
    font-size:28px;
    font-weight:800;
    margin:0;
}

/* Remove underline from Book Demo button */
.demo-btn {
    text-decoration: none !important;
}

.demo-btn:hover,
.demo-btn:focus,
.demo-btn:active {
    text-decoration: none !important;
}

/* Remove underline from Login link */
.login-link{
    text-decoration: none !important;
    color: #ffffff;
}

.login-link:hover{
    text-decoration: none !important;
    color: #a855f7;
}

/* Keep Book Demo without underline */
.demo-btn{
    text-decoration: none !important;
}

.demo-btn:hover{
    text-decoration: none !important;
}

/* Hero */
.nexorcrm-hero-area{
    padding-top:190px;
    padding-bottom:120px;
    position:relative;
    overflow:hidden;
    background: radial-gradient(circle at top right,
        rgba(155,44,250,0.25),
        transparent 40%),
        radial-gradient(circle at bottom left,
        rgba(16,185,129,0.15),
        transparent 35%),
        #0f051d;
}

.hero-badge{
    background:rgba(155,44,250,0.15);
    border:1px solid rgba(155,44,250,0.35);
    color:#d8b4fe;
    padding:10px 20px;
    border-radius:999px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:25px;
}

.nexorcrm-title{
    font-size:50px;
    line-height:1.08;
    font-weight:800;
    color:#fff;
    margin-bottom:24px;
}

.hero-description{
    font-size:18px;
    line-height:1.8;
    color:var(--nexor-text-muted);
    max-width:620px;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:50px;
}

/* Buttons */
.main-btn{
    background:linear-gradient(135deg,var(--nexor-primary),#7c3aed);
    border:none;
    color:#fff;
    padding:15px 32px;
    border-radius:14px;
    font-weight:600;
    transition:all .35s ease;
    box-shadow:0 10px 30px rgba(155,44,250,.35);
}

.main-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 40px rgba(155,44,250,.45);
    color:#fff;
}

.main-btn-outline{
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(12px);
}

/* Stats */
.hero-stats{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
}

.stat-card{
    background:rgba(255,255,255,0.06);
    border:1px solid var(--nexor-border);
    backdrop-filter:blur(18px);
    padding:24px 18px;
    border-radius:20px;
    text-align:center;
}

.stat-card h3{
    font-size:32px;
    font-weight:800;
    color:#fff;
    margin-bottom:8px;
}

.stat-card p{
    font-size:14px;
    color:var(--nexor-text-muted);
    margin:0;
}

/* Dashboard */
.nexorcrm-hero-thumb{
    position:relative;
    
}



.dashboard-image{
    width:100%;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:0 30px 80px rgba(0,0,0,.45);
    height: 400px;
    
}

/* =========================================
   MODERN METRIC PILLS (COMPLETELY DIFFERENT)
========================================= */

.floating-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:12px;

    /* Small pill shape */
    width:220px;
    height:72px;
    padding:12px 16px;

    border-radius:20px;

    /* Dark premium glass */
    background:rgba(20,12,35,0.92);
    border:1px solid rgba(255,255,255,0.10);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    box-shadow:
        0 16px 40px rgba(0,0,0,0.35),
        0 0 20px rgba(155,44,250,0.10);

    z-index:10;
    transition:all .3s ease;
}

/* Hover */
.floating-card:hover{
    transform:translateY(-6px);
    box-shadow:
        0 24px 50px rgba(0,0,0,0.45),
        0 0 30px rgba(155,44,250,0.18);
}

/* NEW POSITIONS */
.card-1{
    top:14%;
    left:-32px;
}

.card-2{
    top:28%;
    right:-28px;
}

.card-3{
    bottom:12%;
    left:-18px;
}

/* Icon */
.card-icon{
    width:44px;
    height:44px;
    border-radius:14px;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:17px;
    flex-shrink:0;

    background:linear-gradient(135deg,#9b2cfa,#7c3aed);
}

.card-icon.success{
    background:linear-gradient(135deg,#10b981,#059669);
}

.card-icon.purple{
    background:linear-gradient(135deg,#8b5cf6,#6d28d9);
}

/* Content */
.card-content{
    flex:1;
}

.card-content h5{
    color:#ffffff;
    font-size:15px;
    font-weight:700;
    margin:0 0 2px 0;
    line-height:1;
}

.card-content span{
    color:#a8a8c0;
    font-size:12px;
    font-weight:500;
    line-height:1.2;
}

/* Mobile */
@media (max-width:991px){
    .floating-card{
        width:190px;
        height:66px;
        padding:10px 14px;
    }

    .card-1{ left:-8px; }
    .card-2{ right:-8px; }
    .card-3{ left:0; }
}

@media (max-width:768px){
    .floating-card{
        display:none;
    }
}
/* =========================================
   TRUSTED BY SECTION - LIGHTER PREMIUM THEME
========================================= */

.nexorcrm-brand-area{
    padding: 100px 0;
    position: relative;

    /* Lighter band between sections */
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.02) 0%,
            rgba(255,255,255,0.06) 50%,
            rgba(255,255,255,0.02) 100%
        ),
        #140726;
        background-color: #0a0510;

    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    overflow: hidden;
}

/* Soft purple glow */
.nexorcrm-brand-area::before{
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 240px;
    background: radial-gradient(
        ellipse,
        rgba(155,44,250,0.12),
        transparent 70%
    );
    pointer-events: none;
}

/* Center title */
.section-center{
    text-align: center;
    margin-bottom: 56px;
}

.brand-title{
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* Logo cards */
.brand-item{
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 24px;
    padding: 34px 22px;
    min-height: 110px;

    display: flex;
    align-items: center;
    justify-content: center;

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    transition: all 0.35s ease;
}

/* Hover effect */
.brand-item:hover{
    transform: translateY(-8px);
    border-color: rgba(155,44,250,0.40);
    background: rgba(255,255,255,0.10);
    box-shadow:
        0 24px 50px rgba(0,0,0,0.28),
        0 0 0 1px rgba(155,44,250,0.18);
}

/* Text logos */
.brand-item span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Real image logos */
.brand-item img{
    max-height: 42px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

/* Section Title */
.nexorcrm-section-title{
    margin-bottom:30px;
}

.nexorcrm-section-title .nexorcrm-title{
    font-size:48px;
    margin-bottom:16px;
}

.nexorcrm-section-title p{
    color:var(--nexor-text-muted);
    font-size:18px;
}

/* Glass Cards */
.glass-card{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
}

.nexorcrm-service-card{
    padding:36px 28px;
    border-radius:24px;
    height:100%;
    transition:all .35s ease;
}

.nexorcrm-service-card:hover{
    transform:translateY(-10px);
    border-color:rgba(155,44,250,0.35);
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.service-icon{
    width:68px;
    height:68px;
    border-radius:20px;
    background:linear-gradient(135deg,var(--nexor-primary),#7c3aed);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    margin-bottom:24px;
}

.service-icon.blue{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
}

.service-icon.green{
    background:linear-gradient(135deg,#10b981,#059669);
}

.service-icon.purple{
    background:linear-gradient(135deg,#8b5cf6,#6d28d9);
}

.nexorcrm-service-card h4{
    color:#fff;
    font-size:22px;
    margin-bottom:16px;
}

.nexorcrm-service-card p{
    color:var(--nexor-text-muted);
    line-height:1.7;
}

.nexorcrm-service-area{
    padding: 60px;
        background-color: #02101e;
    
}

/* Shapes */
.hero-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(80px);
    pointer-events:none;
}

.shape-1{
    width:320px;
    height:320px;
    background:rgba(155,44,250,0.22);
    top:-80px;
    right:-80px;
}

.shape-2{
    width:260px;
    height:260px;
    background:rgba(16,185,129,0.14);
    bottom:-80px;
    left:-60px;
}

/* Responsive */
@media (max-width:991px){

    .nexorcrm-title{
        font-size:42px;
    }

    .hero-stats{
        grid-template-columns:1fr;
    }

    .floating-card{
        display:none;
    }

    .nexorcrm-hero-area{
        padding-top:150px;
    }
}

@media (max-width:576px){

    .nexorcrm-title{
        font-size:34px;
        line-height:1.15;
    }

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

    .main-btn{
        width:100%;
        text-align:center;
    }
}


/* =========================================
   FINAL NAVBAR + HERO FIX
========================================= */

/* Sticky Navbar */
.nexorcrm-navbar{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 109;
    padding: 18px 0;
    background: rgba(15, 5, 29, 0.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.navbar-wrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* Text Logo */
.text-logo{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.logo-icon{
    width:42px;
    height:42px;
    border-radius:14px;
    background: linear-gradient(135deg,#9b2cfa,#10b981);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:800;
    font-size:20px;
}

.logo-text{
    color:#fff;
    font-size:28px;
    font-weight:800;
    letter-spacing:-0.5px;
}

/* Desktop Menu */
.navbar-menu ul{
    display:flex;
    align-items:center;
    gap:20px;
    list-style:none;
    margin:0;
    padding:0;
}

.navbar-menu ul li a{
    color:#fff;
    text-decoration:none;
    font-weight:500;
    position:relative;
}

.navbar-menu ul li a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-8px;
    width:0;
    height:2px;
    background: linear-gradient(90deg,#9b2cfa,#10b981);
    transition:0.3s;
}

.navbar-menu ul li a:hover::after{
    width:100%;
}

/* Right Side */
.navbar-actions{
    display:flex;
    align-items:center;
    gap:18px;
}

.login-link{
    color:#fff;
    text-decoration:none;
    font-weight:500;
}

.login-link i{
    margin-right:6px;
    color:#3b82f6;
}

.demo-btn{
    background: linear-gradient(135deg,#9b2cfa,#7c3aed);
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:16px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(155,44,250,.35);
}

/* HERO FIX - THIS IS THE IMPORTANT PART */
.nexorcrm-hero-area{
    padding-top: 180px !important;   /* pushes content below navbar */
    padding-bottom: 100px;
    min-height: 100vh;
    display:flex;
    align-items:center;
}

/* Hero content */
.nexorcrm-hero-content{
    padding-top: 20px;
}

/* Hero title */
.nexorcrm-title{
    font-size: 64px;
    line-height: 1.02;
    font-weight: 800;
    color:#fff;
    margin-bottom: 28px;
    letter-spacing:-1.5px;
}

/* Description */
.hero-description{
    font-size:18px;
    line-height:1.8;
    color:#b8b8c7;
    max-width:620px;
    margin-bottom:40px;
}

/* Stats spacing */
.hero-stats{
    margin-top:40px;
}

/* Brand section spacing */
.nexorcrm-brand-area{
    padding-top: 40px;
}

/* Mobile */
@media (max-width: 991px){

    .nexorcrm-hero-area{
        padding-top: 140px !important;
    }

    .nexorcrm-title{
        font-size:42px;
        line-height:1.1;
    }

    .navbar-menu{
        display:none;
    }
}

@media (max-width: 576px){

    .nexorcrm-title{
        font-size:34px;
    }

    .logo-text{
        font-size:22px;
    }

    .demo-btn{
        display:none;
    }
}

/* =========================================
   FINAL PREMIUM HERO (APPie STYLE)
========================================= */

.nexorcrm-hero-area{
    padding-top: 160px;
    padding-bottom: 120px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top right,
            rgba(155,44,250,0.25),
            transparent 40%),
        radial-gradient(circle at bottom left,
            rgba(16,185,129,0.12),
            transparent 35%),
        #0f051d;
}

.nexorcrm-hero-content{
    max-width: 620px;
}

.hero-badge{
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 999px;
    background: rgba(155,44,250,0.15);
    border: 1px solid rgba(155,44,250,0.35);
    color: #d8b4fe;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.nexorcrm-title{
    font-size: 50px;
    line-height: 1.02;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -2px;
    margin-bottom: 28px;
}

.hero-description{
    font-size: 18px;
    line-height: 1.8;
    color: #b8b8c7;
    margin-bottom: 40px;
}

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

.main-btn{
    background: linear-gradient(135deg,#9b2cfa,#7c3aed);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 12px 32px rgba(155,44,250,0.35);
    transition: all 0.3s ease;
}

.main-btn:hover{
    transform: translateY(-2px);
    color: #ffffff;
}

.main-btn-outline{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
}

.hero-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    font-size: 40px;
}

.stat-card{
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(18px);
    padding: 28px 20px;
    border-radius: 22px;
    text-align: center;
}

.stat-card h3{
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.stat-card p{
    color: #b8b8c7;
    font-size: 14px;
    margin: 0;
}


.card-1{ top: 8%; left: -40px; }
.card-2{ top: 22%; right: -35px; }
.card-3{ bottom: 12%; left: -55px; }

.card-icon{
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg,#9b2cfa,#7c3aed);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
}

.card-icon.success{
    background: linear-gradient(135deg,#10b981,#059669);
}

.card-icon.purple{
    background: linear-gradient(135deg,#8b5cf6,#6d28d9);
}

.card-content h5{
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 4px;
}

.card-content span{
    color: #b8b8c7;
    font-size: 13px;
}

/* Responsive */
@media (max-width: 991px){

    .nexorcrm-hero-area{
        padding-top: 140px;
    }

    .nexorcrm-title{
        font-size: 46px;
        line-height: 1.08;
    }

    .hero-stats{
        grid-template-columns: 1fr;
    }

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

    .nexorcrm-hero-thumb{
        margin-top: 60px;
       
    }

    .floating-card{
        display: none;
    }
}

@media (max-width: 576px){

    .nexorcrm-title{
        font-size: 36px;
    }

    .hero-description{
        font-size: 16px;
    }
}




/* =========================================
   CORE FEATURES - LIGHT PREMIUM THEME
========================================= */

.nexorcrm-features-bento-area{
    padding: 120px 0;
    position: relative;

    /* Light section */
    background:
        radial-gradient(circle at top right,
            rgba(155,44,250,0.08),
            transparent 30%),
        radial-gradient(circle at bottom left,
            rgba(16,185,129,0.06),
            transparent 30%),
        #f8fafc;

    border-top: 1px solid rgba(15,23,42,0.06);
    border-bottom: 1px solid rgba(15,23,42,0.06);
}

/* Section Title */
.nexorcrm-features-bento-area .nexorcrm-title{
    color: #0f172a;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 16px;
}

.nexorcrm-features-bento-area .nexorcrm-section-title p{
    color: #64748b;
    font-size: 18px;
}

/* Grid */
.bento-grid{
    display: grid;
    grid-template-columns: repeat(12,1fr);
    gap: 24px;
}

/* Cards */
.bento-card{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 32px;

    background: #ffffff;
    border: 1px solid #e2e8f0;

    box-shadow:
        0 10px 25px rgba(15,23,42,0.06),
        0 2px 6px rgba(15,23,42,0.04);

    transition: all .35s ease;
}

/* Hover */
.bento-card:hover{
    transform: translateY(-8px);
    border-color: rgba(155,44,250,0.25);
    box-shadow:
        0 24px 50px rgba(15,23,42,0.10),
        0 0 0 1px rgba(155,44,250,0.12);
}

/* Subtle top glow */
.bento-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:4px;
    background: linear-gradient(
        90deg,
        #9b2cfa,
        #10b981,
        #2563eb
    );
    opacity:.85;
}

/* Sizes */
.bento-large{
    grid-column: span 6;
    min-height: 250px;
}

.bento-wide{
    grid-column: span 6;
    display: flex;
    align-items: center;
    gap: 24px;
}

.bento-card:not(.bento-large):not(.bento-wide){
    grid-column: span 3;
    min-height: 250px;
}

/* Large Card */
.bento-content{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bento-badge{
    display: inline-flex;
    align-items: center;
    width: max-content;
    padding: 8px 16px;
    border-radius: 999px;

    background: rgba(155,44,250,0.10);
    border: 1px solid rgba(155,44,250,0.18);

    color: #7c3aed;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 22px;
}

.bento-large h3{
    color: #0f172a;
    font-size: 38px;
    line-height: 1.12;
    font-weight: 800;
    margin-bottom: 18px;
}

.bento-large p{
    color: #475569;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 28px;
}

/* Dashboard Preview */
.bento-preview{
    margin-top: auto;
}

.bento-preview img{
    width: 100%;
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 16px 32px rgba(15,23,42,0.10),
        0 2px 6px rgba(15,23,42,0.06);
}

/* Icons */
.bento-icon{
    width: 78px;
    height: 78px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 24px;
    box-shadow: 0 10px 24px rgba(15,23,42,0.12);
}

.bento-icon.purple{
    background: linear-gradient(135deg,#9b2cfa,#7c3aed);
}

.bento-icon.blue{
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
}

.bento-icon.green{
    background: linear-gradient(135deg,#10b981,#059669);
}

/* Text */
.bento-card h4{
    color: #0f172a;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 14px;
}

.bento-card p{
    color: #475569;
    line-height: 1.75;
    font-size: 15px;
    margin: 0;
}

.bento-text{
    flex: 1;
}

/* Responsive */
@media (max-width:1199px){

    .bento-large,
    .bento-wide{
        grid-column: span 12;
    }

    .bento-card:not(.bento-large):not(.bento-wide){
        grid-column: span 6;
    }
}

@media (max-width:767px){

    .bento-grid{
        grid-template-columns: 1fr;
    }

    .bento-large,
    .bento-wide,
    .bento-card:not(.bento-large):not(.bento-wide){
        grid-column: span 1;
    }

    .bento-wide{
        flex-direction: column;
        align-items: flex-start;
    }

    .nexorcrm-features-bento-area .nexorcrm-title{
        font-size: 38px;
    }

    .bento-large h3{
        font-size: 30px;
    }

    .bento-card{
        padding: 26px;
    }
}


/* =========================================
   HOW IT WORKS SECTION
========================================= */

.nexorcrm-work-area{
    padding: 120px 0;
    position: relative;

    /* Small dark theme */
    background:
        radial-gradient(circle at top center,
            rgba(155,44,250,0.10),
            transparent 40%),
        #0f051d;
}

/* Work Card */
.work-card{
    position: relative;
    height: 100%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    overflow: hidden;
    backdrop-filter: blur(16px);
    transition: all .4s ease;
}

.work-card:hover{
    transform: translateY(-10px);
    border-color: rgba(155,44,250,0.35);
    box-shadow:
        0 25px 60px rgba(0,0,0,0.30),
        0 0 40px rgba(155,44,250,0.12);
}

/* Image */
.work-image{
    position: relative;
    height: 240px;
    overflow: hidden;
}

.work-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.work-card:hover .work-image img{
    transform: scale(1.08);
}

/* Gradient overlay */
.work-image::after{
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(
        180deg,
        rgba(15,5,29,0) 0%,
        rgba(15,5,29,0.15) 50%,
        rgba(15,5,29,0.45) 100%
    );
}

/* Step Number */
.work-number{
    position:absolute;
    top: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg,#9b2cfa,#7c3aed);
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 12px 30px rgba(155,44,250,0.35);
    z-index: 3;
}

/* Content */
.work-content{
    padding: 28px;
}

.work-content h4{
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.work-content p{
    color: #cbd5e1;
    line-height: 1.75;
    font-size: 15px;
    margin: 0;
}

/* Connector line for desktop */
@media (min-width: 992px){

    .work-card::before{
        content:'';
        position:absolute;
        top: 120px;
        right: -24px;
        width: 48px;
        height: 2px;
        background: linear-gradient(
            90deg,
            rgba(155,44,250,0.6),
            rgba(16,185,129,0.4)
        );
        z-index: 2;
    }

    .col-lg-3:last-child .work-card::before{
        display:none;
    }
}

/* Responsive */
@media (max-width: 991px){

    .nexorcrm-work-area{
        padding: 90px 0;
    }

    .work-image{
        height: 220px;
    }

    .work-content{
        padding: 24px;
    }
}

@media (max-width: 576px){

    .work-image{
        height: 200px;
    }

    .work-number{
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .work-content h4{
        font-size: 22px;
    }

    .work-content p{
        font-size: 14px;
    }
}


/* =========================================
   BENEFITS - SMALL LIGHT THEME
========================================= */

.nexorcrm-benefits-area{
    padding: 120px 0;
    position: relative;
    background:
        radial-gradient(circle at top right,
            rgba(155,44,250,0.06),
            transparent 30%),
        radial-gradient(circle at bottom left,
            rgba(16,185,129,0.05),
            transparent 30%),
        #f8fafc;
}

/* Title */
.benefits-title{
    color: #0f172a;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 16px;
}

.nexorcrm-benefits-area .nexorcrm-section-title p{
    color: #64748b;
    font-size: 18px;
}

/* Visual */
.benefits-visual{
    position: relative;
}

.analytics-image{
    width: 100%;
    border-radius: 28px;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 24px 50px rgba(15,23,42,0.10),
        0 4px 12px rgba(15,23,42,0.06);
    height: 350px
}

/* Floating metrics */
.metric-card{
    position: absolute;
    min-width: 180px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid #e2e8f0;
    backdrop-filter: blur(12px);
    box-shadow: 0 20px 40px rgba(15,23,42,0.12);
}

.metric-1{
    top: -18px;
    right: -12px;
}

.metric-2{
    bottom: -18px;
    left: -12px;
}

.metric-card span{
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.metric-card h4{
    color: #0f172a;
    font-size: 34px;
    font-weight: 800;
    margin: 6px 0;
}

.metric-card small{
    color: #10b981;
    font-weight: 600;
}

/* Benefit items */
.benefits-content{
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.benefit-item h3{
    font-size: 30px;
}

.benefit-item{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 20px rgba(15,23,42,0.05);
    transition: all .3s ease;
}

.benefit-item:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(15,23,42,0.08);
}

.benefit-icon{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    flex-shrink: 0;
}

.benefit-icon.purple{
    background: linear-gradient(135deg,#9b2cfa,#7c3aed);
}

.benefit-icon.green{
    background: linear-gradient(135deg,#10b981,#059669);
}

.benefit-icon.blue{
    background: linear-gradient(135deg,#2563eb,#1d4ed8);
}

.benefit-item h4{
    color: #0f172a;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

.benefit-item p{
    color: #475569;
    line-height: 1.75;
    margin: 0;
}

/* Bottom KPI cards */
.kpi-light-card{
    height: 100%;
    padding: 30px 26px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15,23,42,0.06);
    transition: all .3s ease;
}

.kpi-light-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15,23,42,0.10);
}

.kpi-light-card img{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 20px;
}

.kpi-light-card h3{
    color: #0f172a;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.kpi-light-card p{
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px){

    .nexorcrm-benefits-area{
        padding: 90px 0;
    }

    .benefits-title{
        font-size: 42px;
    }

    .metric-card{
        display: none;
    }

    .benefits-visual{
        margin-bottom: 40px;
    }
}

@media (max-width: 576px){

    .benefits-title{
        font-size: 34px;
    }

    .benefit-item{
        padding: 18px;
    }

    .benefit-item h4{
        font-size: 20px;
    }

    .kpi-light-card{
        padding: 24px 20px;
    }
}

/* =========================================
   INDUSTRIES SHOWCASE - SPLIT LAYOUT
========================================= */

.nexorcrm-industries-showcase{
    background:#120622;
    position:relative;
    overflow:hidden;
}

/* Split rows */
.showcase-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:620px;
    align-items:center;
}

.showcase-row.reverse .showcase-image{
    order:2;
}

.showcase-row.reverse .showcase-text{
    order:1;
}

/* Image */
.showcase-image{
    height:100%;
    position:relative;
}

.showcase-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* Image overlay */
.showcase-image::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(18,6,34,0.05) 0%,
        rgba(18,6,34,0.25) 40%,
        rgba(18,6,34,0.65) 100%
    );
}

/* Text side */
.showcase-text{
    padding:80px;
    max-width:640px;
}

.showcase-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(155,44,250,0.16);
    border:1px solid rgba(155,44,250,0.32);
    color:#d8b4fe;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:24px;
}

.showcase-text h2{
    color:#ffffff;
    font-size:50px;
    line-height:1.05;
    font-weight:800;
    margin-bottom:24px;
    letter-spacing:-2px;
}

.showcase-text p{
    color:#cbd5e1;
    font-size:18px;
    line-height:1.9;
    margin-bottom:32px;
}

/* Bullet list */
.showcase-list{
    list-style:none;
    padding:0;
    margin:0 0 36px;
}

.showcase-list li{
    color:#ffffff;
    font-size:16px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    position:relative;
    padding-left:34px;
}

.showcase-list li::before{
    content:'✓';
    position:absolute;
    left:0;
    top:14px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:linear-gradient(135deg,#10b981,#059669);
    color:#ffffff;
    font-size:12px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Metric */
.showcase-metric{
    display:flex;
    align-items:end;
    gap:16px;
    padding-top:12px;
}

.showcase-metric span{
    color:#94a3b8;
    font-size:14px;
    font-weight:600;
    letter-spacing:.5px;
}

.showcase-metric strong{
    color:#ffffff;
    font-size:52px;
    line-height:1;
    font-weight:900;
    background:linear-gradient(135deg,#9b2cfa,#10b981);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* Bottom strip */
.analytics-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    background:rgba(255,255,255,0.04);
    border-top:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
}

.strip-item{
    padding:38px 24px;
    text-align:center;
    border-right:1px solid rgba(255,255,255,0.08);
}

.strip-item:last-child{
    border-right:none;
}

.strip-item h3{
    color:#ffffff;
    font-size:35px;
    font-weight:800;
    margin-bottom:8px;
}

.strip-item p{
    color:#cbd5e1;
    margin:0;
    font-size:15px;
    font-weight:500;
}

/* Responsive */
@media (max-width:1199px){

    .showcase-text{
        padding:64px;
    }

    .showcase-text h2{
        font-size:46px;
    }
}

@media (max-width:991px){

    .showcase-row{
        grid-template-columns:1fr;
        min-height:auto;
    }

    .showcase-row.reverse .showcase-image,
    .showcase-row.reverse .showcase-text{
        order:unset;
    }

    .showcase-image{
        height:420px;
    }

    .showcase-text{
        padding:48px 32px;
        max-width:none;
    }

    .showcase-text h2{
        font-size:40px;
    }

    .analytics-strip{
        grid-template-columns:repeat(2,1fr);
    }

    .strip-item:nth-child(2){
        border-right:none;
    }
}

@media (max-width:576px){

    .showcase-image{
        height:320px;
    }

    .showcase-text{
        padding:36px 24px;
    }

    .showcase-text h2{
        font-size:32px;
        letter-spacing:-1px;
    }

    .showcase-text p{
        font-size:16px;
    }

    .analytics-strip{
        grid-template-columns:1fr;
    }

    .strip-item{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,0.08);
    }

    .strip-item:last-child{
        border-bottom:none;
    }
}


/* =========================================
   PRICING - PREMIUM DARK CONVERSION THEME
========================================= */

.nexorcrm-pricing-area{
    padding: 120px 0;
    position: relative;
    background:
        radial-gradient(circle at top center,
            rgba(155,44,250,0.14),
            transparent 40%),
        radial-gradient(circle at bottom right,
            rgba(16,185,129,0.10),
            transparent 35%),
        #0f051d;
    overflow: hidden;
}

/* Header */
.pricing-header{
    max-width: 860px;
    margin: 0 auto 64px;
}

.pricing-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(155,44,250,0.16);
    border:1px solid rgba(155,44,250,0.32);
    color:#d8b4fe;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:22px;
}

.pricing-title{
    color:#ffffff;
    font-size:45px;
    line-height:1.06;
    font-weight:900;
    letter-spacing:-2px;
    margin-bottom:18px;
}

.pricing-subtitle{
    color:#cbd5e1;
    font-size:18px;
    line-height:1.8;
    margin-bottom:32px;
}

/* Billing toggle */
.billing-toggle{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    color:#cbd5e1;
    font-weight:600;
}

.billing-toggle strong{
    color:#10b981;
}

.switch{
    position:relative;
    width:64px;
    height:36px;
}

.switch input{
    display:none;
}

.slider{
    position:absolute;
    inset:0;
    border-radius:999px;
    background:rgba(255,255,255,0.12);
    cursor:pointer;
    transition:.3s;
}

.slider::before{
    content:'';
    position:absolute;
    width:28px;
    height:28px;
    left:4px;
    top:4px;
    border-radius:50%;
    background:#ffffff;
    transition:.3s;
}

.switch input:checked + .slider{
    background:linear-gradient(135deg,#9b2cfa,#10b981);
}

.switch input:checked + .slider::before{
    transform:translateX(28px);
}

/* Layout */
.pricing-layout{
    display:grid;
    grid-template-columns:1fr 1.08fr 1fr;
    gap:28px;
    align-items:stretch;
    margin-bottom:48px;
}

/* Panels */
.price-panel{
    position:relative;
    border-radius:32px;
    padding:40px 34px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.10);
    backdrop-filter:blur(18px);
    transition:all .35s ease;
}

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

.plan-label{
    color:#cbd5e1;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.2px;
    margin-bottom:24px;
}

/* Professional highlight */
.professional{
    background:linear-gradient(
        180deg,
        rgba(155,44,250,0.18) 0%,
        rgba(255,255,255,0.08) 100%
    );
    border:1px solid rgba(155,44,250,0.35);
    box-shadow:
        0 30px 80px rgba(155,44,250,0.18),
        0 0 60px rgba(155,44,250,0.12);
    transform:scale(1.03);
}

.popular-ribbon{
    position:absolute;
    top:20px;
    right:20px;
    padding:8px 14px;
    border-radius:999px;
    background:linear-gradient(135deg,#10b981,#059669);
    color:#ffffff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.8px;
}

/* Price */
.plan-price{
    display:flex;
    align-items:flex-end;
    gap:8px;
    margin-bottom:18px;
}

.currency{
    color:#ffffff;
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.plan-price h3{
    color:#ffffff;
    font-size:50px;
    line-height:1;
    font-weight:900;
    margin:0;
}

.period{
    color:#94a3b8;
    font-size:16px;
    margin-bottom:10px;
}

.enterprise-price{
    margin-bottom:18px;
}

.enterprise-price h3{
    color:#ffffff;
    font-size:45px;
    font-weight:900;
    margin-bottom:6px;
}

.enterprise-price span{
    color:#94a3b8;
}

/* Description */
.plan-description{
    color:#cbd5e1;
    line-height:1.8;
    margin-bottom:28px;
    min-height:72px;
}

/* Features */
.plan-features{
    list-style:none;
    padding:0;
    margin:0 0 34px;
}

.plan-features li{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    color:#ffffff;
    font-weight:500;
}

.plan-features li:last-child{
    border-bottom:none;
}

.plan-features i{
    color:#10b981;
    font-size:16px;
}

/* Buttons */
.plan-btn{
    display:block;
    text-align:center;
    padding:16px 24px;
    border-radius:18px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.plan-btn-primary{
    background:linear-gradient(135deg,#9b2cfa,#7c3aed);
    color:#ffffff;
    box-shadow:0 12px 30px rgba(155,44,250,0.30);
}

.plan-btn-primary:hover{
    transform:translateY(-2px);
    color:#ffffff;
}

.plan-btn-light{
    background:#ffffff;
    color:#0f172a;
}

.plan-btn-light:hover{
    background:#f8fafc;
    color:#0f172a;
}

.plan-btn-outline{
    border:1px solid rgba(255,255,255,0.18);
    color:#ffffff;
    background:rgba(255,255,255,0.04);
}

.plan-btn-outline:hover{
    border-color:rgba(155,44,250,0.35);
    color:#ffffff;
}

/* Comparison strip */
.comparison-strip{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    padding:28px;
    border-radius:28px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    margin-bottom:56px;
}

.compare-item{
    text-align:center;
}

.compare-item strong{
    display:block;
    color:#ffffff;
    font-size:18px;
    font-weight:800;
    margin-bottom:8px;
}

.compare-item span{
    color:#cbd5e1;
    font-size:14px;
}

/* Bottom CTA */
.pricing-cta{
    max-width:760px;
    margin:0 auto;
}

.pricing-cta h3{
    color:#ffffff;
    font-size:35px;
    font-weight:900;
    margin-bottom:16px;
    letter-spacing:-1px;
}

.pricing-cta p{
    color:#cbd5e1;
    font-size:17px;
    line-height:1.8;
    margin-bottom:28px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

/* Responsive */
@media (max-width:1199px){

    .pricing-layout{
        grid-template-columns:1fr;
    }

    .professional{
        transform:none;
    }
}

@media (max-width:991px){

    .nexorcrm-pricing-area{
        padding:90px 0;
    }

    .pricing-title{
        font-size:44px;
    }

    .comparison-strip{
        grid-template-columns:1fr;
    }
}

@media (max-width:576px){

    .pricing-title{
        font-size:34px;
    }

    .pricing-subtitle{
        font-size:16px;
    }

    .price-panel{
        padding:32px 24px;
    }

    .plan-price h3{
        font-size:52px;
    }

    .enterprise-price h3{
        font-size:46px;
    }

    .pricing-cta h3{
        font-size:30px;
    }
}

/* =========================================
   FAQ + FINAL CTA + FOOTER
========================================= */

.nexorcrm-faq-cta-area{
    padding:120px 0 100px;
    background:
        radial-gradient(circle at top center,
            rgba(155,44,250,0.06),
            transparent 35%),
        #f8fafc;
}

/* FAQ */
.faq-header{
    max-width:760px;
    margin:0 auto 56px;
}

.faq-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(155,44,250,0.10);
    border:1px solid rgba(155,44,250,0.18);
    color:#7c3aed;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:22px;
}

.faq-title{
    color:#0f172a;
    font-size:50px;
    font-weight:900;
    letter-spacing:-2px;
    margin-bottom:18px;
}

.faq-subtitle{
    color:#64748b;
    font-size:18px;
    line-height:1.8;
}

.faq-accordion{
    max-width:860px;
    margin:0 auto 80px;
}

.faq-item{
    background:#ffffff;
    border:1px solid #e2e8f0;
    border-radius:24px;
    margin-bottom:18px;
    overflow:hidden;
    transition:all .3s ease;
}

.faq-item.active{
    border-color:rgba(155,44,250,0.25);
    box-shadow:0 12px 30px rgba(15,23,42,0.06);
}

.faq-question{
    width:100%;
    padding:28px 30px;
    background:none;
    border:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    color:#0f172a;
    font-size:18px;
    font-weight:700;
    text-align:left;
}

.faq-question i{
    color:#7c3aed;
    transition:.3s;
}

.faq-item.active .faq-question i{
    transform:rotate(45deg);
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.faq-item.active .faq-answer{
    max-height:220px;
}

.faq-answer p{
    padding:0 30px 28px;
    color:#475569;
    line-height:1.8;
    margin:0;
}

/* Final CTA */
.final-cta{
    position:relative;
    border-radius:36px;
    overflow:hidden;
    background:linear-gradient(
        135deg,
        #120622 0%,
        #1a0b2e 50%,
        #0f051d 100%
    );
    padding:90px 60px;
    text-align:center;
    box-shadow:0 30px 80px rgba(15,23,42,0.18);
}

.cta-glow{
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 20%,
            rgba(155,44,250,0.22),
            transparent 30%),
        radial-gradient(circle at 80% 80%,
            rgba(16,185,129,0.18),
            transparent 30%);
    pointer-events:none;
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto;
}

.cta-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.12);
    color:#d8b4fe;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:24px;
}

.final-cta h2{
    color:#ffffff;
    font-size:58px;
    line-height:1.05;
    font-weight:900;
    letter-spacing:-2px;
    margin-bottom:22px;
}

.final-cta p{
    color:#cbd5e1;
    font-size:18px;
    line-height:1.9;
    margin-bottom:36px;
}

.cta-actions{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:28px;
}

.cta-outline-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,0.18);
    color:#ffffff;
    font-weight:700;
    text-decoration:none;
    background:rgba(255,255,255,0.04);
    transition:.3s;
}

.cta-outline-btn:hover{
    border-color:rgba(155,44,250,0.35);
    color:#ffffff;
}

.cta-trust{
    display:flex;
    justify-content:center;
    gap:24px;
    flex-wrap:wrap;
    color:#cbd5e1;
    font-size:14px;
    font-weight:600;
}

/* Footer */
.nexorcrm-footer-area{
    padding:70px 0 28px;
    background:#0b0315;
    border-top:1px solid rgba(255,255,255,0.06);
}

.footer-top{
    display:grid;
    grid-template-columns:1.5fr 1fr 1fr 1fr;
    gap:48px;
    padding-bottom:48px;
}

.footer-brand p{
    color:#94a3b8;
    line-height:1.8;
    margin:24px 0 28px;
    max-width:380px;
}

.footer-social{
    display:flex;
    gap:14px;
}

.footer-social a{
    width:44px;
    height:44px;
    border-radius:14px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    text-decoration:none;
    transition:.3s;
}

.footer-social a:hover{
    background:linear-gradient(135deg,#9b2cfa,#7c3aed);
    transform:translateY(-2px);
}

.footer-links h5{
    color:#ffffff;
    font-size:18px;
    font-weight:800;
    margin-bottom:22px;
}

.footer-links{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.footer-links a{
    color:#94a3b8;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#ffffff;
}

.footer-bottom{
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,0.08);
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;
}

.footer-bottom p,
.footer-bottom span{
    color:#64748b;
    margin:0;
    font-size:14px;
}

/* Responsive */
@media (max-width:991px){

    .nexorcrm-faq-cta-area{
        padding:90px 0 80px;
    }

    .faq-title,
    .final-cta h2{
        font-size:42px;
    }

    .final-cta{
        padding:70px 36px;
    }

    .footer-top{
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width:576px){

    .faq-title,
    .final-cta h2{
        font-size:34px;
        letter-spacing:-1px;
    }

    .faq-subtitle,
    .final-cta p{
        font-size:16px;
    }

    .faq-question{
        padding:24px 22px;
        font-size:16px;
    }

    .faq-answer p{
        padding:0 22px 24px;
    }

    .final-cta{
        padding:56px 24px;
        border-radius:28px;
    }

    .footer-top{
        grid-template-columns:1fr;
    }

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

    .cta-trust{
        flex-direction:column;
        gap:10px;
    }
}


/* =========================================
   FINAL CTA FIX
========================================= */

.final-cta{
    position: relative;
    margin-top: 80px;
    padding: 90px 60px;
    border-radius: 36px;
    background: linear-gradient(135deg,#120622 0%,#1a0b2e 50%,#0f051d 100%);
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-content{
    position: relative;
    z-index: 2;
    max-width: 760px;
    text-align: center;
}

.cta-content h2{
    color: #ffffff;
    font-size: 56px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 22px;
}

.cta-content p{
    color: #cbd5e1;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 36px;
}

.cta-actions{
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.cta-trust{
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    color: #cbd5e1;
    font-size: 14px;
    font-weight: 600;
}

/* Mobile */
@media (max-width: 768px){

    .final-cta{
        padding: 60px 24px;
        min-height: auto;
    }

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

    .cta-content p{
        font-size: 16px;
    }

    .cta-trust{
        flex-direction: column;
        gap: 10px;
    }
}


/* PNG Logo */
/* Desktop default */
.navbar-logo-img{
    height: 40px;
    width: auto;
    display: block;
    object-fit: contain;
    transition: transform .3s ease;
}

/* Tablet */
@media (max-width: 991px){
    .navbar-logo-img{
        height: 42px;
    }
}

/* Mobile */
@media (max-width: 767px){
    .navbar-logo-img{
        height: 36px;
        max-width: 150px;
    }

    /* Optional: reduce navbar padding on mobile */
    .navbar-brand{
        padding: 6px 0;
    }
}

/* Small mobile devices */
@media (max-width: 480px){
    .navbar-logo-img{
        height: 32px;
        max-width: 130px;
    }
}


/* =====================================================
   REMOVE UNDERLINE FROM ALL LINKS & BUTTONS
===================================================== */

/* All anchor tags */
a,
a:hover,
a:focus,
a:active,
a:visited{
    text-decoration: none !important;
}

/* Navbar menu links */
.nexorcrm-navbar .navbar-menu ul li a{
    text-decoration: none !important;
    color: #ffffff;
}

/* Login link */
.nexorcrm-navbar .login-link{
    text-decoration: none !important;
    color: #ffffff;
}

/* Book Demo button */
.nexorcrm-navbar .demo-btn{
    text-decoration: none !important;
    color: #ffffff;
}

/* Hero section buttons */
.hero-btn,
.hero-btn:hover,
.hero-btn:focus,
.hero-btn:active{
    text-decoration: none !important;
}

/* Primary CTA buttons */
.primary-btn,
.secondary-btn,
.primary-btn:hover,
.secondary-btn:hover{
    text-decoration: none !important;
}

/* Any button-like link */
.btn,
.btn:hover,
.btn:focus,
.btn:active{
    text-decoration: none !important;
}


/* =========================================
   NEXORCRM ENQUIRY POPUP
========================================= */

/* Overlay */
.nexorcrm-popup-overlay{
    position: fixed;
    inset: 0;
    background: rgba(3, 0, 12, 0.75);
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    padding: 20px;
    
}

/* Show popup */
.nexorcrm-popup-overlay.active{
    display: flex;
    animation: popupFade 0.3s ease;
}

/* Popup box */
.nexorcrm-popup-box{
    width: 100%;
    max-width: 420px;
    background: linear-gradient(180deg, #1b0b2e 0%, #0f051d 100%);
    border:1px solid #ffffff;
    border-radius: 24px;
    padding: 28px;
    position: relative;
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* Close button */
.nexorcrm-popup-close{
    position: absolute;
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: 0.25s ease;
}

.nexorcrm-popup-close:hover{
    background: rgba(255,255,255,0.18);
    transform: rotate(90deg);
}

/* Header */
.nexorcrm-popup-header{
    text-align: center;
    margin-bottom: 22px;
}

.nexorcrm-popup-header h3{
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
}

.nexorcrm-popup-header p{
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}

/* Form fields */
.popup-field{
    margin-bottom: 14px;
}

.popup-field input,
.popup-field select,
.popup-field textarea{
    width:100%;
    height:52px;
    padding:0 16px;
    border-radius:14px;
    border:1px solid #000;
   
    color:#0a0a0a;
    font-size:14px;
    outline:none;
    transition:0.25s ease;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

/* Dropdown options */
.popup-field select option{
    background:#1a0f2e;
    color:#ffffff;
}

/* Placeholder color */
.popup-field input::placeholder,
.popup-field textarea::placeholder{
    color:#94a3b8;
}

/* Focus effect */
.popup-field input:focus,
.popup-field select:focus,
.popup-field textarea:focus{
    border-color:#9b2cfa;
    box-shadow:0 0 0 3px rgba(155,44,250,0.15);
}

/* Textarea */
.popup-field textarea{
    height:90px;
    padding:14px 16px;
    resize:none;
}

.popup-field input::placeholder,
.popup-field textarea::placeholder{
    color: #94a3b8;
}

.popup-field input:focus,
.popup-field select:focus,
.popup-field textarea:focus{
    border-color: #9b2cfa;
    box-shadow: 0 0 0 4px rgba(155,44,250,0.15);
}

/* Submit button */
.nexorcrm-popup-btn{
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #9b2cfa 0%, #7c3aed 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: 0.25s ease;
}

.nexorcrm-popup-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(155,44,250,0.35);
}

/* Animation */
@keyframes popupFade{
    from{
        opacity: 0;
        transform: scale(0.95);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}

/* Mobile */
@media (max-width: 480px){
    .nexorcrm-popup-box{
        max-width: 100%;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .nexorcrm-popup-header h3{
        font-size: 24px;
    }
}


/* =========================================
   FLOATING ENQUIRY BUTTON
========================================= */
.nexorcrm-enquiry-btn{
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 99998;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 14px 18px;
    border: none;
    border-radius: 999px;

    background: linear-gradient(90deg, #9b2cfa 0%, #7c3aed 100%);
    color: #fff;

    font-size: 15px;
    font-weight: 700;
    cursor: pointer;

    box-shadow: 0 12px 30px rgba(155,44,250,0.35);
    transition: all 0.25s ease;
}

.nexorcrm-enquiry-btn:hover{
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 16px 36px rgba(155,44,250,0.45);
}

.nexorcrm-enquiry-btn i{
    font-size: 16px;
}

/* Mobile */
@media (max-width:480px){
    .nexorcrm-enquiry-btn{
        right: 12px;
        bottom: 16px;
        padding: 12px 16px;
        font-size: 13px;
        gap: 8px;
    }
}


/* Hide by default */
.nexorcrm-mobile-bar {
    display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {
    .nexorcrm-mobile-bar {
        display: flex;
    }
}



.footer-contact p{
    color:#bfc4d4;
    font-size:15px;
    line-height:28px;
    margin-bottom:14px;
}

.footer-contact i{
    width:22px;
    color:#8b5cf6;
    margin-right:8px;
}

.footer-contact p:hover{
    color:#fff;
}