/* Start custom CSS for html, class: .elementor-element-a891dfa *//* =========================
   HERO SECTION
========================= */

.chicaim-hero{
    position:relative;
    overflow:hidden;
    background:
    radial-gradient(circle at top left,#dd01b815 0%,transparent 30%),
    radial-gradient(circle at bottom right,#00308f20 0%,transparent 35%),
    linear-gradient(135deg,#020617,#04153b);
    min-height:100vh;
    padding:140px 6% 100px;
    font-family:'Raleway',sans-serif;
}

/* =========================
   GRID
========================= */

.hero-grid{
    position:absolute;
    inset:0;
    background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size:60px 60px;
    opacity:0.35;
}

/* =========================
   GLOWS
========================= */

.hero-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
}

.glow-one{
    width:350px;
    height:350px;
    background:#dd01b835;
    top:-120px;
    right:-80px;
}

.glow-two{
    width:300px;
    height:300px;
    background:#00308f30;
    bottom:-120px;
    left:-100px;
}

/* =========================
   PARTICLES
========================= */

.hero-particle{
    position:absolute;
    border-radius:50%;
    background:#fff;
    opacity:0.15;
}

.particle-one{
    width:8px;
    height:8px;
    top:20%;
    left:15%;
}

.particle-two{
    width:10px;
    height:10px;
    bottom:18%;
    right:12%;
}

/* =========================
   CONTAINER
========================= */

.hero-container{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:70px;
}

/* =========================
   LEFT CONTENT
========================= */

.hero-content{
    max-width:650px;
}

/* BADGE */

.hero-badge{
    display:inline-block;
    padding:12px 22px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-size:14px;
    margin-bottom:32px;
    backdrop-filter:blur(12px);
}

/* TITLE */

.hero-content h1{
    color:#fff;
    font-size:105px;
    line-height:0.95;
    font-weight:700;
    letter-spacing:-3px;
    margin-bottom:35px;
}

.hero-content h1 span{
    display:block;
    margin-top:18px;
    background:linear-gradient(90deg,#dd01b8,#4da3ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* TEXT */

.hero-content p{
    color:rgba(255,255,255,0.72);
    font-size:20px;
    line-height:1.9;
    max-width:620px;
}

/* BUTTONS */

.hero-buttons{
    display:flex;
    gap:20px;
    margin-top:42px;
    flex-wrap:wrap;
}

/* PRIMARY */

.btn-primary{
    position:relative;
    overflow:hidden;
    text-decoration:none;
    padding:18px 36px;
    border-radius:16px;
    background:linear-gradient(90deg,#dd01b8,#4da3ff);
    color:#fff;
    font-weight:600;
    box-shadow:
    0 12px 30px rgba(221,1,184,0.28),
    0 0 40px rgba(77,163,255,0.12);
}

/* SECONDARY */

.btn-secondary{
    text-decoration:none;
    padding:18px 36px;
    border-radius:16px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-weight:600;
    backdrop-filter:blur(12px);
}

/* STATS */

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

.hero-stat h3{
    color:#fff;
    font-size:34px;
    margin-bottom:8px;
}

.hero-stat span{
    color:rgba(255,255,255,0.6);
    font-size:14px;
}

/* =========================
   HERO VISUAL
========================= */

.hero-visual{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* LIVE BADGE */

.live-badge{
    position:absolute;
    top:-10px;
    left:40px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 20px;
    border-radius:18px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    backdrop-filter:blur(14px);
    z-index:5;
}

.live-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#00ff88;
    box-shadow:0 0 15px #00ff88;
}

/* FLOATING */

.floating-card{
    position:absolute;
    padding:14px 24px;
    border-radius:18px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    backdrop-filter:blur(14px);
    z-index:5;
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.floating-one{
    top:18%;
    left:-20px;
}

.floating-two{
    bottom:18%;
    right:-10px;
}

/* =========================
   DASHBOARD
========================= */

.hero-dashboard{
    position:relative;
    width:100%;
    max-width:560px;
    padding:30px;
    border-radius:34px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(24px);
    box-shadow:
    0 25px 60px rgba(0,0,0,0.4),
    0 0 100px rgba(221,1,184,0.08);
    overflow:hidden;
}

/* LIGHT */

.hero-dashboard::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:34px;
    padding:1px;
    background:linear-gradient(135deg,#dd01b850,#4da3ff25);
    -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
}

/* TOP */

.dashboard-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
}

.dashboard-dots{
    display:flex;
    gap:8px;
}

.dashboard-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:rgba(255,255,255,0.35);
}

.dashboard-title{
    color:#fff;
    font-weight:600;
}

/* GRID */

.dashboard-grid{
    display:grid;
    grid-template-columns:1.4fr 1fr;
    gap:20px;
    margin-bottom:20px;
}

/* CARD */

.dashboard-card{
    background:rgba(255,255,255,0.05);
    border-radius:26px;
    padding:26px;
    border:1px solid rgba(255,255,255,0.06);
}

.gradient-card{
    background:linear-gradient(135deg,#dd01b8,#3c3cff);
}

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

.dashboard-card h2{
    color:#fff;
    font-size:54px;
}

/* GRAPH */

.graph-bars{
    display:flex;
    align-items:flex-end;
    gap:12px;
    height:120px;
    margin-bottom:20px;
}

.bar{
    width:20px;
    border-radius:30px;
    background:#fff;
}

.bar.one{
    height:45%;
}

.bar.two{
    height:70%;
}

.bar.three{
    height:100%;
}

.bar.four{
    height:80%;
}

/* SEO */

.seo-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.seo-circle{
    width:110px;
    height:110px;
    border-radius:50%;
    background:linear-gradient(135deg,#dd01b8,#4da3ff);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    font-weight:700;
}

/* MARKETPLACE */

.marketplace-box{
    background:rgba(255,255,255,0.05);
    border-radius:24px;
    padding:24px;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,0.06);
}

.marketplace-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.marketplace-top h4{
    color:#fff;
}

.marketplace-top span{
    background:#00d26a;
    color:#fff;
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
}

.marketplace-items{
    display:flex;
    gap:16px;
}

.market-item{
    flex:1;
    height:90px;
    border-radius:18px;
    background:linear-gradient(135deg,#ffffff10,#ffffff05);
}

/* WHATSAPP */

.whatsapp-box{
    background:#101c24;
    border-radius:24px;
    padding:24px;
    border:1px solid rgba(255,255,255,0.06);
}

.whatsapp-title{
    color:#25D366;
    font-weight:700;
    margin-bottom:18px;
}

.message{
    padding:14px 18px;
    border-radius:18px;
    margin-bottom:12px;
    color:#fff;
    font-size:14px;
    width:fit-content;
    max-width:85%;
}

.user-message{
    background:#1f2c34;
}

.bot-message{
    background:#25D366;
    margin-left:auto;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

.hero-container{
    grid-template-columns:1fr;
    gap:80px;
}

.hero-content{
    text-align:center;
    margin:auto;
}

.hero-content p{
    margin:auto;
}

.hero-buttons{
    justify-content:center;
}

.hero-stats{
    justify-content:center;
}

}

@media(max-width:768px){

.chicaim-hero{
    padding:120px 20px 90px;
}

.hero-content h1{
    font-size:56px;
    line-height:1;
}

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

.hero-dashboard{
    padding:22px;
}

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

.live-badge,
.floating-card{
    display:none;
}

.hero-stats{
    gap:30px;
}

}
/* =========================
   PREMIUM HERO ANIMATIONS
========================= */

/* HERO FLOAT */

.hero-visual{
    animation:heroFloat 6s ease-in-out infinite;
}

/* DASHBOARD FLOAT */

.hero-dashboard{
    animation:dashboardFloat 7s ease-in-out infinite;
}

/* LIVE BADGE */

.live-badge{
    animation:floatingBadge 5s ease-in-out infinite;
}

/* FLOATING CARDS */

.floating-one{
    animation:floatingCardOne 6s ease-in-out infinite;
}

.floating-two{
    animation:floatingCardTwo 7s ease-in-out infinite;
}

/* GRAPH BARS */

.graph-bars .bar{
    animation:barPulse 3s ease-in-out infinite;
    transform-origin:bottom;
}

.graph-bars .bar.one{
    animation-delay:0s;
}

.graph-bars .bar.two{
    animation-delay:0.3s;
}

.graph-bars .bar.three{
    animation-delay:0.6s;
}

.graph-bars .bar.four{
    animation-delay:0.9s;
}

/* SEO CIRCLE */

.seo-circle{
    animation:seoGlow 4s ease-in-out infinite;
}

/* LIVE DOT */

.live-dot{
    animation:livePulse 2s infinite;
}

/* MARKETPLACE ITEMS */

.market-item{
    animation:marketPulse 5s ease-in-out infinite;
}

.market-item:nth-child(2){
    animation-delay:1s;
}

.market-item:nth-child(3){
    animation-delay:2s;
}

/* WHATSAPP MESSAGES */

.user-message{
    animation:messageSlideLeft 1s ease;
}

.bot-message{
    animation:messageSlideRight 1.4s ease;
}

/* BUTTON HOVER */

.btn-primary{
    transition:0.4s ease;
}

.btn-primary:hover{
    transform:translateY(-4px);
    box-shadow:
    0 20px 40px rgba(221,1,184,0.35),
    0 0 60px rgba(77,163,255,0.2);
}

.btn-secondary{
    transition:0.4s ease;
}

.btn-secondary:hover{
    transform:translateY(-4px);
    border-color:#4da3ff;
    box-shadow:0 0 30px rgba(77,163,255,0.15);
}

/* DASHBOARD LIGHT SWEEP */

.hero-dashboard::after{
    content:'';
    position:absolute;
    top:-50%;
    left:-50%;
    width:200%;
    height:200%;
    background:linear-gradient(
        45deg,
        transparent,
        rgba(255,255,255,0.04),
        transparent
    );
    transform:rotate(25deg);
    animation:lightSweep 10s linear infinite;
}

/* GLOW ORBS */

.glow-one{
    animation:orbMoveOne 10s ease-in-out infinite;
}

.glow-two{
    animation:orbMoveTwo 12s ease-in-out infinite;
}

/* PARTICLES */

.hero-particle{
    animation:particleFloat 10s ease-in-out infinite;
}

.particle-two{
    animation-delay:2s;
}

/* =========================
   KEYFRAMES
========================= */

@keyframes heroFloat{

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

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

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

}

@keyframes dashboardFloat{

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

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

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

}

@keyframes floatingBadge{

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

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

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

}

@keyframes floatingCardOne{

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

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

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

}

@keyframes floatingCardTwo{

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

    50%{
        transform:translateY(12px);
    }

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

}

@keyframes barPulse{

    0%{
        transform:scaleY(0.9);
        opacity:0.7;
    }

    50%{
        transform:scaleY(1);
        opacity:1;
    }

    100%{
        transform:scaleY(0.9);
        opacity:0.7;
    }

}

@keyframes seoGlow{

    0%{
        box-shadow:0 0 0 rgba(221,1,184,0.2);
    }

    50%{
        box-shadow:
        0 0 40px rgba(221,1,184,0.35),
        0 0 80px rgba(77,163,255,0.2);
    }

    100%{
        box-shadow:0 0 0 rgba(221,1,184,0.2);
    }

}

@keyframes livePulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    50%{
        transform:scale(1.5);
        opacity:0.5;
    }

    100%{
        transform:scale(1);
        opacity:1;
    }

}

@keyframes marketPulse{

    0%{
        opacity:0.45;
    }

    50%{
        opacity:1;
    }

    100%{
        opacity:0.45;
    }

}

@keyframes messageSlideLeft{

    0%{
        opacity:0;
        transform:translateX(-20px);
    }

    100%{
        opacity:1;
        transform:translateX(0px);
    }

}

@keyframes messageSlideRight{

    0%{
        opacity:0;
        transform:translateX(20px);
    }

    100%{
        opacity:1;
        transform:translateX(0px);
    }

}

@keyframes lightSweep{

    0%{
        transform:translateX(-20%) rotate(25deg);
    }

    100%{
        transform:translateX(20%) rotate(25deg);
    }

}

@keyframes orbMoveOne{

    0%{
        transform:translate(0,0);
    }

    50%{
        transform:translate(20px,-20px);
    }

    100%{
        transform:translate(0,0);
    }

}

@keyframes orbMoveTwo{

    0%{
        transform:translate(0,0);
    }

    50%{
        transform:translate(-20px,20px);
    }

    100%{
        transform:translate(0,0);
    }

}

@keyframes particleFloat{

    0%{
        transform:translateY(0px);
        opacity:0.15;
    }

    50%{
        transform:translateY(-20px);
        opacity:0.35;
    }

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

}

/* =========================
   MOBILE PERFORMANCE
========================= */

@media(max-width:768px){

.hero-visual,
.hero-dashboard,
.live-badge,
.floating-card,
.graph-bars .bar,
.seo-circle,
.market-item{
    animation:none !important;
}

.hero-dashboard::after{
    display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-85f65bf *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4dea7c *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86a436f *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67860ef *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50c7873 *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9fcbd22 *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dbff06 *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75317d6 *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7be394a *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05c6a8c *//* =========================
INSIDE CHICAIM HUB SECTION
========================= */

.inside-hub-section{
    position: relative;
    padding: 120px 6%;
    background:
    radial-gradient(circle at top left, rgba(0,48,143,0.20), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,1,184,0.18), transparent 30%),
    #050816;
    overflow: hidden;
}

.inside-hub-container{
    max-width: 1400px;
    margin: auto;
}

.inside-hub-heading{
    text-align: center;
    max-width: 850px;
    margin: auto auto 70px;
}

.hub-tag{
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    color: #7db5ff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.inside-hub-heading h2{
    font-size: 58px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.inside-hub-heading p{
    color: rgba(255,255,255,0.70);
    font-size: 18px;
    line-height: 1.8;
}

.hub-dashboard-wrapper{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hub-left-panel,
.hub-right-panel{
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hub-main-card,
.small-card,
.right-card{
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 28px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.30);
    position: relative;
    overflow: hidden;
}

.hub-main-card::before,
.small-card::before,
.right-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(
        135deg,
        rgba(255,255,255,0.10),
        transparent
    );
    pointer-events: none;
}

.card-top,
.card-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.mini-label{
    color: #6ca8ff;
    font-size: 12px;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.card-top h3,
.card-header h3{
    color: #fff;
    font-size: 28px;
}

.status-pill,
.active-user{
    padding: 10px 16px;
    border-radius: 50px;
    background: rgba(0,255,170,0.12);
    color: #6dffbf;
    font-size: 13px;
    border: 1px solid rgba(0,255,170,0.20);
}

.crm-stats{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin-bottom: 30px;
}

.crm-box{
    background: rgba(255,255,255,0.04);
    border-radius: 18px;
    padding: 18px;
}

.crm-box span{
    color: rgba(255,255,255,0.65);
    font-size: 13px;
}

.crm-box h4{
    color: #fff;
    font-size: 32px;
    margin-top: 12px;
}

.progress-row{
    margin-bottom: 18px;
}

.progress-row span{
    display: block;
    color: rgba(255,255,255,0.75);
    margin-bottom: 10px;
}

.line{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.06);
    border-radius: 20px;
    overflow: hidden;
}

.fill{
    height: 100%;
    border-radius: 20px;
}

.fill1{
    width: 88%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.fill2{
    width: 74%;
    background: linear-gradient(90deg,#dd01b8,#ff6be3);
}

.fill3{
    width: 92%;
    background: linear-gradient(90deg,#00c896,#70ffd7);
}

.hub-grid-small{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
}

.small-top{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.small-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4f8cff;
}

.small-dot.green{
    background: #00d28f;
}

.graph-area{
    height: 120px;
    border-radius: 20px;
    background: rgba(255,255,255,0.03);
    position: relative;
    overflow: hidden;
}

.graph-line{
    position: absolute;
    width: 120%;
    height: 120px;
    left: -10%;
    top: 25px;
    border-top: 3px solid #5aa9ff;
    border-radius: 50%;
    transform: rotate(-4deg);
}

.analytics-bottom{
    margin-top: 24px;
}

.analytics-bottom h3{
    color: #fff;
    font-size: 42px;
}

.analytics-bottom p{
    color: rgba(255,255,255,0.65);
}

.chat-ui{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.chat-bubble{
    padding: 14px 18px;
    border-radius: 18px;
    max-width: 85%;
    font-size: 14px;
}

.chat-bubble.left{
    background: rgba(255,255,255,0.08);
    color: #fff;
}

.chat-bubble.right{
    background: linear-gradient(135deg,#00308f,#dd01b8);
    color: #fff;
    margin-left: auto;
}

.dashboard-list{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dashboard-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
}

.dashboard-item span{
    color: rgba(255,255,255,0.72);
}

.dashboard-item strong{
    color: #fff;
}

.automation-flow{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.flow-box{
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.active-flow{
    background: linear-gradient(135deg,#00308f,#dd01b8);
}

.flow-arrow{
    color: rgba(255,255,255,0.5);
    font-size: 22px;
}

.automation-status{
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #7dffca;
}

.pulse-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation: pulseGlow 1.5s infinite;
}

.report-bars{
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.bar-wrap span{
    color: rgba(255,255,255,0.75);
    display: block;
    margin-bottom: 10px;
}

.bar{
    width: 100%;
    height: 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    overflow: hidden;
}

.bar-fill{
    height: 100%;
    border-radius: 30px;
}

.bar1{
    width: 85%;
    background: linear-gradient(90deg,#00308f,#5aa9ff);
}

.bar2{
    width: 76%;
    background: linear-gradient(90deg,#dd01b8,#ff7be8);
}

.bar3{
    width: 93%;
    background: linear-gradient(90deg,#00d2a0,#74ffd8);
}

@keyframes pulseGlow{
    0%{
        transform: scale(1);
        opacity: 1;
    }

    50%{
        transform: scale(1.3);
        opacity: .7;
    }

    100%{
        transform: scale(1);
        opacity: 1;
    }
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:1100px){

    .hub-dashboard-wrapper{
        grid-template-columns: 1fr;
    }

}

@media(max-width:768px){

    .inside-hub-heading h2{
        font-size: 42px;
    }

    .hub-grid-small{
        grid-template-columns: 1fr;
    }

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

    .automation-flow{
        justify-content: flex-start;
    }

}

@media(max-width:480px){

    .inside-hub-section{
        padding: 90px 20px;
    }

    .inside-hub-heading h2{
        font-size: 34px;
    }

    .card-top h3,
    .card-header h3{
        font-size: 22px;
    }

}/* End custom CSS */