/* Start custom CSS for html, class: .elementor-element-aab2cd5 *//*====================================================
                    HUB HERO
====================================================*/

.hub-hero{
    position:relative;
    padding:140px 8% 120px;
    background:#050b17;
    overflow:hidden;
}

/*=========================================
            BACKGROUND
=========================================*/

.hub-grid{
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
    background-size:60px 60px;
    mask-image:radial-gradient(circle at center, black 45%, transparent 95%);
    opacity:.5;
}

.hub-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    z-index:0;
}

.glow-one{
    width:420px;
    height:420px;
    background:#7d3cff;
    top:-120px;
    left:-100px;
    opacity:.25;
}

.glow-two{
    width:380px;
    height:380px;
    background:#ff00cc;
    bottom:-120px;
    right:-80px;
    opacity:.15;
}

/*====================================================
                    CONTAINER
====================================================*/

.hub-container{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:80px;
}

/*====================================================
                    CONTENT
====================================================*/

.hub-content{
    max-width:620px;
}

.hub-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:28px;
}

.hub-content h1{
    color:#fff;
    font-size:68px;
    line-height:1.08;
    font-weight:800;
    margin-bottom:28px;
}

.hub-content h1 span{
    display:block;
    background:linear-gradient(90deg,#7d3cff,#ff00cc);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hub-content p{
    color:#b8bfd2;
    font-size:19px;
    line-height:1.9;
    margin-bottom:40px;
}

/*====================================================
                    BUTTONS
====================================================*/

.hub-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:55px;
}

.hub-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    padding:17px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.hub-btn-primary{
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    color:#fff;
    box-shadow:0 18px 40px rgba(125,60,255,.30);
}

.hub-btn-primary:hover{
    transform:translateY(-5px);
}

.hub-btn-secondary{
    color:#fff;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.10);
}

.hub-btn-secondary:hover{
    background:rgba(125,60,255,.10);
}

/*====================================================
                    STATS
====================================================*/

.hub-stats{
    display:flex;
    gap:50px;
    flex-wrap:wrap;
}

.hub-stat h3{
    color:#fff;
    font-size:38px;
    margin-bottom:6px;
}

.hub-stat span{
    color:#8d96ab;
    font-size:15px;
}

/*====================================================
                    DASHBOARD
====================================================*/

.dashboard-window{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(22px);
    border-radius:30px;
    padding:28px;
    box-shadow:
        0 25px 70px rgba(0,0,0,.45),
        0 0 60px rgba(125,60,255,.12);
}

.dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.window-dots{
    display:flex;
    gap:8px;
}

.window-dots span{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#666;
}

.window-dots span:nth-child(1){
    background:#ff5f56;
}

.window-dots span:nth-child(2){
    background:#ffbd2e;
}

.window-dots span:nth-child(3){
    background:#27c93f;
}

.dashboard-title{
    color:#b8bfd2;
    font-size:14px;
    letter-spacing:1px;
    font-weight:600;
}

/*====================================================
                    GRID
====================================================*/

.dashboard-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.dashboard-card{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.06);
    border-radius:20px;
    padding:24px;
    transition:.35s;
}

.dashboard-card:hover{
    transform:translateY(-6px);
    border-color:#7d3cff;
    box-shadow:0 18px 35px rgba(125,60,255,.15);
}

.dashboard-card.revenue{
    background:linear-gradient(
        135deg,
        rgba(125,60,255,.20),
        rgba(255,255,255,.05)
    );
}

.dashboard-card.wide{
    grid-column:span 2;
}

.card-label{
    display:block;
    color:#9aa4bb;
    font-size:13px;
    margin-bottom:10px;
}

.dashboard-card h2{
    color:#fff;
    font-size:36px;
    margin-bottom:8px;
}

.dashboard-card small{
    color:#6ddc8b;
    font-size:14px;
}

.dashboard-card h4{
    color:#fff;
    margin-bottom:18px;
    font-size:20px;
}

.dashboard-card ul{
    padding-left:18px;
    margin:0;
}

.dashboard-card li{
    color:#b8bfd2;
    margin-bottom:12px;
    line-height:1.6;
}

.module-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.module-list span{
    padding:8px 16px;
    border-radius:30px;
    background:rgba(125,60,255,.12);
    color:#fff;
    font-size:14px;
}

/*====================================================
                    RESPONSIVE
====================================================*/

@media(max-width:1100px){

.hub-container{
    grid-template-columns:1fr;
    gap:70px;
}

.hub-content{
    max-width:100%;
}

.hub-content h1{
    font-size:54px;
}

}

@media(max-width:768px){

.hub-hero{
    padding:100px 20px 80px;
}

.hub-content{
    text-align:center;
}

.hub-content h1{
    font-size:40px;
}

.hub-content p{
    font-size:16px;
}

.hub-buttons{
    justify-content:center;
}

.hub-btn{
    width:100%;
}

.hub-stats{
    justify-content:center;
    gap:30px;
}

.dashboard-grid{
    grid-template-columns:1fr;
}

.dashboard-card.wide{
    grid-column:span 1;
}

.dashboard-window{
    padding:20px;
}

}

@media(max-width:480px){

.hub-content h1{
    font-size:34px;
}

.dashboard-card{
    padding:20px;
}

.dashboard-card h2{
    font-size:30px;
}

.module-list{
    gap:8px;
}

.module-list span{
    font-size:13px;
    padding:7px 12px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1be78e *//*====================================================
            BUSINESS COMMAND CENTER
====================================================*/

.hub-command{
    position:relative;
    padding:120px 8%;
    background:#081320;
    overflow:hidden;
}

.hub-command::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.10),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 45%);
    pointer-events:none;
}

/*====================================================
                HEADER
====================================================*/

.command-header{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto 80px;
    text-align:center;
}

.command-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.command-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.command-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
    max-width:720px;
    margin:auto;
}

/*====================================================
                GRID
====================================================*/

.command-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:90px;
}

/*====================================================
                CARD
====================================================*/

.command-card{
    position:relative;
    padding:38px;
    border-radius:28px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.35s ease;
}

.command-card:hover{
    transform:translateY(-8px);
    border-color:rgba(125,60,255,.45);
    background:rgba(125,60,255,.06);
    box-shadow:0 20px 45px rgba(125,60,255,.18);
}

.command-card.featured{
    background:linear-gradient(
        145deg,
        rgba(125,60,255,.18),
        rgba(255,255,255,.05)
    );
}

.command-icon{
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:28px;
    border-radius:20px;
    font-size:32px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    box-shadow:0 15px 35px rgba(125,60,255,.28);
}

.command-card h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.command-card p{
    color:#b8bfd2;
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
}

.command-card span{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    background:rgba(125,60,255,.10);
    color:#d9c7ff;
    font-size:13px;
    border:1px solid rgba(125,60,255,.25);
}

/*====================================================
            HIGHLIGHT PANEL
====================================================*/

.command-highlight{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding:70px 60px;
    border-radius:32px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    text-align:center;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.command-highlight h3{
    color:#fff;
    font-size:44px;
    line-height:1.2;
    font-weight:800;
    margin-bottom:45px;
}

.command-flow{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:40px;
}

.command-flow span{
    padding:14px 24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.flow-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#7d3cff;
    box-shadow:0 0 15px rgba(125,60,255,.8);
}

.command-highlight p{
    max-width:850px;
    margin:auto;
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media (max-width:1100px){

.command-grid{
    grid-template-columns:repeat(2,1fr);
}

.command-header h2{
    font-size:48px;
}

.command-highlight{
    padding:55px 40px;
}

}

@media (max-width:768px){

.hub-command{
    padding:90px 20px;
}

.command-header{
    margin-bottom:60px;
}

.command-header h2{
    font-size:36px;
}

.command-header p{
    font-size:16px;
}

.command-grid{
    grid-template-columns:1fr;
    gap:20px;
}

.command-card{
    padding:30px;
}

.command-icon{
    width:60px;
    height:60px;
    font-size:28px;
    border-radius:18px;
}

.command-card h3{
    font-size:22px;
}

.command-highlight{
    padding:40px 25px;
}

.command-highlight h3{
    font-size:30px;
}

.command-flow{
    gap:12px;
}

.command-flow span{
    width:100%;
}

.flow-dot{
    display:none;
}

.command-highlight p{
    font-size:16px;
}

}

@media (max-width:480px){

.command-header h2{
    font-size:30px;
}

.command-card{
    padding:25px;
}

.command-highlight{
    border-radius:24px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5974f53 *//*====================================================
                CONNECTED MODULES
====================================================*/

.hub-modules{
    position:relative;
    padding:120px 8%;
    background:#050b17;
    overflow:hidden;
}

.hub-modules::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.12),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                    HEADER
====================================================*/

.modules-header{
    position:relative;
    z-index:2;
    max-width:800px;
    margin:0 auto 90px;
    text-align:center;
}

.modules-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.modules-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.modules-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                ECOSYSTEM
====================================================*/

.hub-ecosystem{

    position:relative;
    width:900px;
    height:900px;
    margin:0 auto 100px;

}

/*====================================================
                CENTER HUB
====================================================*/

.hub-core{

    position:absolute;
    top:50%;
    left:50%;

    width:240px;
    height:240px;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:
    radial-gradient(circle,
    #7d3cff,
    #38106f);

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:
    0 0 80px rgba(125,60,255,.45);

    z-index:5;

}

.hub-core-inner{

    width:180px;
    height:180px;

    border-radius:50%;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    background:#081320;

    border:1px solid rgba(255,255,255,.08);

}

.hub-core h3{

    color:#fff;
    font-size:34px;
    margin:0;

}

.hub-core span{

    color:#b8bfd2;
    font-size:15px;
    margin-top:8px;

}

/*====================================================
                MODULE CARD
====================================================*/

.module{

    position:absolute;

    width:180px;

    padding:26px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    text-align:center;

    transition:.35s;

}

.module:hover{

    transform:translateY(-8px);

    border-color:#7d3cff;

    box-shadow:0 18px 40px rgba(125,60,255,.18);

}

.module-icon{

    width:70px;
    height:70px;

    margin:0 auto 18px;

    border-radius:20px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:32px;

    background:
    linear-gradient(135deg,
    #7d3cff,
    #ff00cc);

}

.module h4{

    color:#fff;
    font-size:20px;
    margin-bottom:8px;

}

.module p{

    color:#b8bfd2;
    font-size:14px;
    line-height:1.6;

}

/*====================================================
            MODULE POSITIONS
====================================================*/

.website{
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.crm{
    top:140px;
    right:0;
}

.marketing{
    top:370px;
    right:0;
}

.ai{
    bottom:140px;
    right:0;
}

.analytics{
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.finance{
    bottom:140px;
    left:0;
}

.projects{
    top:370px;
    left:0;
}

.operations{
    top:140px;
    left:0;
}

/*====================================================
            CONNECTION LINES
====================================================*/

.hub-ecosystem::before{

    content:"";

    position:absolute;

    top:50%;
    left:50%;

    width:620px;
    height:620px;

    transform:translate(-50%,-50%);

    border:2px dashed rgba(125,60,255,.20);

    border-radius:50%;

    animation:rotateCircle 30s linear infinite;

}

@keyframes rotateCircle{

from{

transform:translate(-50%,-50%) rotate(0deg);

}

to{

transform:translate(-50%,-50%) rotate(360deg);

}

}

/*====================================================
                BOTTOM
====================================================*/

.modules-bottom{

    position:relative;
    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;

}

.modules-bottom h3{

    color:#fff;

    font-size:46px;

    line-height:1.2;

    margin-bottom:24px;

}

.modules-bottom p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1100px){

.hub-ecosystem{

width:100%;
height:auto;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.hub-core{

position:relative;

top:auto;
left:auto;

transform:none;

margin:0 auto 30px;

grid-column:1/-1;

}

.module{

position:relative;

top:auto;
left:auto;
right:auto;
bottom:auto;

width:100%;

transform:none!important;

}

.hub-ecosystem::before{

display:none;

}

.modules-header h2{

font-size:46px;

}

}

@media(max-width:768px){

.hub-modules{

padding:90px 20px;

}

.modules-header h2{

font-size:36px;

}

.modules-header p{

font-size:16px;

}

.hub-ecosystem{

grid-template-columns:1fr;

}

.hub-core{

width:190px;
height:190px;

}

.hub-core-inner{

width:140px;
height:140px;

}

.hub-core h3{

font-size:28px;

}

.modules-bottom h3{

font-size:32px;

}

.modules-bottom p{

font-size:16px;

}

}

@media(max-width:480px){

.modules-header h2{

font-size:30px;

}

.modules-bottom h3{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c63ec71 *//*====================================================
                AI BUSINESS INTELLIGENCE
====================================================*/

.hub-ai{
    position:relative;
    padding:120px 8%;
    background:#081320;
    overflow:hidden;
}

.hub-ai::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top right,
        rgba(125,60,255,.12),
        transparent 35%),
        radial-gradient(circle at bottom left,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                    HEADER
====================================================*/

.ai-header{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto 80px;
    text-align:center;
}

.ai-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.ai-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.ai-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
    max-width:720px;
    margin:auto;
}

/*====================================================
                    LAYOUT
====================================================*/

.ai-wrapper{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

/*====================================================
                LEFT FEATURES
====================================================*/

.ai-content{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.ai-feature{
    display:flex;
    align-items:flex-start;
    gap:22px;
    padding:28px;
    border-radius:24px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.35s;
}

.ai-feature:hover{
    transform:translateY(-6px);
    border-color:#7d3cff;
    box-shadow:0 18px 35px rgba(125,60,255,.18);
}

.ai-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    flex-shrink:0;
}

.ai-feature h3{
    color:#fff;
    font-size:22px;
    margin-bottom:10px;
}

.ai-feature p{
    color:#b8bfd2;
    font-size:16px;
    line-height:1.8;
}

/*====================================================
                AI PANEL
====================================================*/

.ai-window{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    border-radius:32px;
    padding:35px;
    backdrop-filter:blur(20px);
    box-shadow:
        0 25px 60px rgba(0,0,0,.35),
        0 0 50px rgba(125,60,255,.12);
}

.ai-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.ai-status{
    color:#64ff8d;
    font-size:14px;
    font-weight:600;
}

.ai-time{
    color:#8d96ab;
    font-size:14px;
}

.ai-message{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
}

.ai-health{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 24px;
    margin-bottom:30px;
    border-radius:22px;
    background:linear-gradient(
        135deg,
        rgba(125,60,255,.18),
        rgba(255,255,255,.05)
    );
}

.ai-health span{
    color:#b8bfd2;
    font-size:16px;
}

.ai-health strong{
    color:#fff;
    font-size:42px;
}

/*====================================================
                STATS
====================================================*/

.ai-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:30px;
}

.ai-stats div{
    padding:22px;
    border-radius:20px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
    text-align:center;
}

.ai-stats h3{
    color:#fff;
    font-size:30px;
    margin-bottom:8px;
}

.ai-stats span{
    color:#8d96ab;
    font-size:14px;
}

/*====================================================
                RECOMMENDATIONS
====================================================*/

.ai-actions{
    padding:30px;
    border-radius:24px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    margin-bottom:30px;
}

.ai-actions h4{
    color:#fff;
    font-size:22px;
    margin-bottom:20px;
}

.ai-actions ul{
    margin:0;
    padding-left:20px;
}

.ai-actions li{
    color:#b8bfd2;
    margin-bottom:15px;
    line-height:1.7;
}

/*====================================================
                BUTTONS
====================================================*/

.ai-buttons{
    display:flex;
    gap:18px;
}

.ai-buttons a{
    flex:1;
    text-align:center;
    text-decoration:none;
    padding:16px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;
}

.ai-buttons a:first-child{
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    color:#fff;
}

.ai-buttons a:last-child{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
}

.ai-buttons a:hover{
    transform:translateY(-4px);
}

/*====================================================
                BOTTOM
====================================================*/

.ai-bottom{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:90px auto 0;
    text-align:center;
}

.ai-bottom h3{
    color:#fff;
    font-size:46px;
    line-height:1.2;
    margin-bottom:24px;
}

.ai-bottom p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1100px){

.ai-wrapper{
    grid-template-columns:1fr;
}

.ai-header h2{
    font-size:48px;
}

}

@media(max-width:768px){

.hub-ai{
    padding:90px 20px;
}

.ai-header{
    margin-bottom:60px;
}

.ai-header h2{
    font-size:36px;
}

.ai-header p{
    font-size:16px;
}

.ai-feature{
    flex-direction:column;
    text-align:center;
    align-items:center;
}

.ai-window{
    padding:25px;
}

.ai-message{
    font-size:22px;
}

.ai-health strong{
    font-size:34px;
}

.ai-stats{
    grid-template-columns:1fr;
}

.ai-buttons{
    flex-direction:column;
}

.ai-bottom{
    margin-top:70px;
}

.ai-bottom h3{
    font-size:30px;
}

.ai-bottom p{
    font-size:16px;
}

}

@media(max-width:480px){

.ai-header h2{
    font-size:30px;
}

.ai-window{
    padding:20px;
}

.ai-health{
    flex-direction:column;
    gap:10px;
}

.ai-health strong{
    font-size:30px;
}

.ai-actions{
    padding:22px;
}

.ai-bottom h3{
    font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2100f92 *//*====================================================
                BUSINESS DASHBOARDS
====================================================*/

.hub-dashboards{
    position:relative;
    padding:120px 8%;
    background:#050b17;
    overflow:hidden;
}

.hub-dashboards::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.12),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                    HEADER
====================================================*/

.dashboards-header{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:0 auto 80px;
    text-align:center;
}

.dashboards-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.dashboards-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.dashboards-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                DASHBOARD GRID
====================================================*/

.dashboard-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
}

/*====================================================
                DASHBOARD CARD
====================================================*/

.dashboard-card{

    position:relative;

    padding:35px;

    border-radius:28px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    transition:.35s;

    overflow:hidden;

}

.dashboard-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #7d3cff,
        #ff00cc
    );

    opacity:0;

    transition:.35s;

}

.dashboard-card:hover{

    transform:translateY(-10px);

    border-color:#7d3cff;

    box-shadow:
        0 25px 45px rgba(125,60,255,.18);

}

.dashboard-card:hover::before{

    opacity:1;

}

.dashboard-card.featured{

    background:linear-gradient(
        145deg,
        rgba(125,60,255,.14),
        rgba(255,255,255,.05)
    );

    border-color:rgba(125,60,255,.35);

}

/*====================================================
                    ICON
====================================================*/

.dashboard-icon{

    width:75px;
    height:75px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:34px;

    border-radius:22px;

    margin-bottom:24px;

    background:
    linear-gradient(
        135deg,
        #7d3cff,
        #ff00cc
    );

    box-shadow:
        0 12px 30px rgba(125,60,255,.30);

}

/*====================================================
                    TEXT
====================================================*/

.dashboard-card h3{

    color:#fff;

    font-size:26px;

    margin-bottom:14px;

}

.dashboard-card p{

    color:#b8bfd2;

    font-size:16px;

    line-height:1.8;

    margin-bottom:28px;

}

/*====================================================
                    LIST
====================================================*/

.dashboard-card ul{

    list-style:none;

    padding:0;

    margin:0;

}

.dashboard-card li{

    position:relative;

    padding-left:24px;

    color:#d7dbea;

    margin-bottom:16px;

    font-size:15px;

}

.dashboard-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#8c5bff;

    font-weight:700;

}

/*====================================================
                HIGHLIGHT
====================================================*/

.dashboard-highlight{

    position:relative;

    z-index:2;

    max-width:1100px;

    margin:90px auto 0;

}

.highlight-box{

    padding:70px 60px;

    border-radius:32px;

    text-align:center;

    background:
    linear-gradient(
        135deg,
        rgba(125,60,255,.12),
        rgba(255,0,204,.06)
    );

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

}

.highlight-box h3{

    color:#fff;

    font-size:48px;

    line-height:1.25;

    margin-bottom:24px;

}

.highlight-box p{

    max-width:760px;

    margin:auto;

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1100px){

.dashboard-grid{

grid-template-columns:repeat(2,1fr);

}

.dashboards-header h2{

font-size:48px;

}

.highlight-box h3{

font-size:40px;

}

}

@media(max-width:768px){

.hub-dashboards{

padding:90px 20px;

}

.dashboard-grid{

grid-template-columns:1fr;

gap:24px;

}

.dashboards-header{

margin-bottom:60px;

}

.dashboards-header h2{

font-size:36px;

}

.dashboards-header p{

font-size:16px;

}

.dashboard-card{

padding:28px;

}

.dashboard-icon{

width:65px;
height:65px;

font-size:28px;

}

.dashboard-card h3{

font-size:22px;

}

.highlight-box{

padding:45px 30px;

}

.highlight-box h3{

font-size:30px;

}

.highlight-box p{

font-size:16px;

}

}

@media(max-width:480px){

.dashboards-header h2{

font-size:30px;

}

.dashboard-card{

padding:24px;

}

.dashboard-icon{

width:60px;
height:60px;

font-size:26px;

}

.dashboard-card h3{

font-size:20px;

}

.highlight-box h3{

font-size:26px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23d9438 *//*====================================================
                INTEGRATIONS
====================================================*/

.hub-integrations{
    position:relative;
    padding:120px 8%;
    background:#081320;
    overflow:hidden;
}

.hub-integrations::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left,
    rgba(125,60,255,.10),
    transparent 35%),
    radial-gradient(circle at bottom right,
    rgba(255,0,204,.08),
    transparent 40%);
    pointer-events:none;
}

/*====================================================
                    HEADER
====================================================*/

.integrations-header{
    position:relative;
    z-index:2;
    max-width:800px;
    margin:0 auto 90px;
    text-align:center;
}

.integrations-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.integrations-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.integrations-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                ECOSYSTEM
====================================================*/

.integration-ecosystem{

    position:relative;

    width:950px;
    height:950px;

    margin:0 auto 100px;

}

/*====================================================
                CENTER HUB
====================================================*/

.integration-core{

    position:absolute;

    top:50%;
    left:50%;

    width:240px;
    height:240px;

    transform:translate(-50%,-50%);

    border-radius:50%;

    background:
    linear-gradient(135deg,
    #7d3cff,
    #ff00cc);

    display:flex;
    justify-content:center;
    align-items:center;

    box-shadow:
    0 0 70px rgba(125,60,255,.45);

    z-index:10;

}

.integration-core-inner{

    width:180px;
    height:180px;

    border-radius:50%;

    background:#081320;

    border:1px solid rgba(255,255,255,.08);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

}

.integration-core h3{

    color:#fff;

    font-size:34px;

    margin:0;

}

.integration-core span{

    color:#b8bfd2;

    font-size:15px;

    margin-top:8px;

}

/*====================================================
            INTEGRATION CARD
====================================================*/

.integration{

    position:absolute;

    width:190px;

    padding:26px;

    text-align:center;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    transition:.35s;

}

.integration:hover{

    transform:translateY(-8px);

    border-color:#7d3cff;

    box-shadow:
    0 20px 40px rgba(125,60,255,.18);

}

.integration-icon{

    width:72px;
    height:72px;

    margin:0 auto 18px;

    border-radius:20px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:32px;

    background:
    linear-gradient(
    135deg,
    #7d3cff,
    #ff00cc);

}

.integration h4{

    color:#fff;

    font-size:20px;

    margin-bottom:10px;

}

.integration p{

    color:#b8bfd2;

    font-size:14px;

    line-height:1.7;

}

/*====================================================
            CARD POSITIONS
====================================================*/

.website{
    top:0;
    left:50%;
    transform:translateX(-50%);
}

.marketing{
    top:160px;
    right:0;
}

.communication{
    top:390px;
    right:0;
}

.payments{
    bottom:160px;
    right:0;
}

.crm{
    bottom:0;
    left:50%;
    transform:translateX(-50%);
}

.cloud{
    bottom:160px;
    left:0;
}

.ai{
    top:390px;
    left:0;
}

.api{
    top:160px;
    left:0;
}

/*====================================================
            CONNECTION RING
====================================================*/

.integration-ecosystem::before{

    content:"";

    position:absolute;

    top:50%;
    left:50%;

    width:650px;
    height:650px;

    transform:translate(-50%,-50%);

    border-radius:50%;

    border:2px dashed rgba(125,60,255,.20);

    animation:spinRing 28s linear infinite;

}

@keyframes spinRing{

from{

transform:translate(-50%,-50%) rotate(0deg);

}

to{

transform:translate(-50%,-50%) rotate(360deg);

}

}

/*====================================================
                BOTTOM
====================================================*/

.integration-bottom{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;

}

.integration-bottom h3{

    color:#fff;

    font-size:48px;

    line-height:1.2;

    margin-bottom:24px;

}

.integration-bottom p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1100px){

.integration-ecosystem{

width:100%;
height:auto;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:25px;

}

.integration-core{

position:relative;

top:auto;
left:auto;

transform:none;

margin:0 auto 30px;

grid-column:1/-1;

}

.integration{

position:relative;

top:auto;
left:auto;
right:auto;
bottom:auto;

width:100%;

transform:none !important;

}

.integration-ecosystem::before{

display:none;

}

.integrations-header h2{

font-size:48px;

}

}

@media(max-width:768px){

.hub-integrations{

padding:90px 20px;

}

.integrations-header{

margin-bottom:60px;

}

.integrations-header h2{

font-size:36px;

}

.integrations-header p{

font-size:16px;

}

.integration-ecosystem{

grid-template-columns:1fr;

}

.integration{

padding:24px;

}

.integration-icon{

width:64px;
height:64px;

font-size:28px;

}

.integration h4{

font-size:20px;

}

.integration-bottom h3{

font-size:32px;

}

.integration-bottom p{

font-size:16px;

}

}

@media(max-width:480px){

.integrations-header h2{

font-size:30px;

}

.integration-bottom h3{

font-size:28px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0efb7d6 *//*====================================================
            SECURITY & WORKSPACES
====================================================*/

.hub-security{
    position:relative;
    padding:120px 8%;
    background:#050b17;
    overflow:hidden;
}

.hub-security::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(125,60,255,.12),
    transparent 35%),
    radial-gradient(circle at bottom left,
    rgba(255,0,204,.08),
    transparent 40%);
    pointer-events:none;
}

/*====================================================
                HEADER
====================================================*/

.security-header{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:0 auto 80px;
    text-align:center;
}

.security-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.security-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.security-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                LAYOUT
====================================================*/

.security-wrapper{
    position:relative;
    z-index:2;
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

/*====================================================
            FEATURE LIST
====================================================*/

.security-content{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.security-feature{
    display:flex;
    align-items:flex-start;
    gap:22px;
    padding:30px;
    border-radius:24px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(18px);
    transition:.35s;
}

.security-feature:hover{
    transform:translateY(-8px);
    border-color:#7d3cff;
    box-shadow:0 20px 40px rgba(125,60,255,.18);
}

.security-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    flex-shrink:0;
    box-shadow:0 12px 30px rgba(125,60,255,.25);
}

.security-feature h3{
    color:#fff;
    font-size:24px;
    margin-bottom:10px;
}

.security-feature p{
    color:#b8bfd2;
    font-size:16px;
    line-height:1.8;
}

/*====================================================
            SECURITY PANEL
====================================================*/

.security-window{
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(22px);
    border-radius:32px;
    padding:35px;
    box-shadow:
    0 30px 60px rgba(0,0,0,.35),
    0 0 45px rgba(125,60,255,.10);
}

.security-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.security-status{
    color:#65ff8f;
    font-size:14px;
    font-weight:600;
}

.security-time{
    color:#9aa3b8;
    font-size:14px;
}

.security-score{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 24px;
    margin-bottom:30px;
    border-radius:22px;
    background:linear-gradient(
    135deg,
    rgba(125,60,255,.18),
    rgba(255,255,255,.05));
}

.security-score span{
    color:#b8bfd2;
    font-size:16px;
}

.security-score strong{
    color:#fff;
    font-size:44px;
}

/*====================================================
                STATS
====================================================*/

.security-stats{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:30px;
}

.security-stats div{
    padding:22px;
    border-radius:20px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.06);
    text-align:center;
}

.security-stats h3{
    color:#fff;
    font-size:28px;
    margin-bottom:8px;
}

.security-stats span{
    color:#9aa3b8;
    font-size:14px;
}

/*====================================================
            WORKSPACE CARD
====================================================*/

.workspace-card{
    padding:28px;
    margin-bottom:22px;
    border-radius:22px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.08);
}

.workspace-card h4{
    color:#fff;
    font-size:22px;
    margin-bottom:20px;
}

.workspace-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.workspace-card li{
    color:#d8dceb;
    margin-bottom:14px;
    position:relative;
    padding-left:22px;
    line-height:1.7;
}

.workspace-card li::before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:8px;
    height:8px;
    border-radius:50%;
    background:#7d3cff;
    box-shadow:0 0 10px #7d3cff;
}

/*====================================================
                BUTTONS
====================================================*/

.security-buttons{
    display:flex;
    gap:18px;
    margin-top:10px;
}

.security-buttons a{
    flex:1;
    padding:16px;
    text-align:center;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.security-buttons a:first-child{
    background:linear-gradient(135deg,#7d3cff,#ff00cc);
    color:#fff;
}

.security-buttons a:last-child{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
}

.security-buttons a:hover{
    transform:translateY(-4px);
}

/*====================================================
            BOTTOM
====================================================*/

.security-bottom{
    position:relative;
    z-index:2;
    max-width:900px;
    margin:90px auto 0;
    text-align:center;
}

.security-bottom h3{
    color:#fff;
    font-size:48px;
    line-height:1.25;
    margin-bottom:24px;
}

.security-bottom p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
            RESPONSIVE
====================================================*/

@media(max-width:1100px){

.security-wrapper{
    grid-template-columns:1fr;
}

.security-header h2{
    font-size:48px;
}

.security-bottom h3{
    font-size:40px;
}

}

@media(max-width:768px){

.hub-security{
    padding:90px 20px;
}

.security-header{
    margin-bottom:60px;
}

.security-header h2{
    font-size:36px;
}

.security-header p{
    font-size:16px;
}

.security-feature{
    flex-direction:column;
    text-align:center;
    align-items:center;
}

.security-window{
    padding:25px;
}

.security-score{
    flex-direction:column;
    gap:10px;
}

.security-score strong{
    font-size:34px;
}

.security-stats{
    grid-template-columns:1fr;
}

.security-buttons{
    flex-direction:column;
}

.security-bottom{
    margin-top:70px;
}

.security-bottom h3{
    font-size:30px;
}

.security-bottom p{
    font-size:16px;
}

}

@media(max-width:480px){

.security-header h2{
    font-size:30px;
}

.security-feature{
    padding:24px;
}

.security-icon{
    width:64px;
    height:64px;
    font-size:28px;
}

.security-feature h3{
    font-size:22px;
}

.security-window{
    padding:20px;
}

.security-bottom h3{
    font-size:26px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8064e10 *//*====================================================
            BUILT FOR EVERY BUSINESS
====================================================*/

.hub-industries{
    position:relative;
    padding:120px 8%;
    background:#081320;
    overflow:hidden;
}

.hub-industries::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.12),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                HEADER
====================================================*/

.industries-header{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:0 auto 80px;
    text-align:center;
}

.industries-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.industries-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.industries-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                GRID
====================================================*/

.industries-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    max-width:1400px;
    margin:auto;
}

/*====================================================
                CARD
====================================================*/

.industry-card{

    position:relative;

    padding:35px 30px;

    border-radius:28px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:.35s;

}

.industry-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:4px;

    background:linear-gradient(
        90deg,
        #7d3cff,
        #ff00cc);

    opacity:0;

    transition:.35s;

}

.industry-card:hover{

    transform:translateY(-10px);

    border-color:#7d3cff;

    box-shadow:
        0 20px 45px rgba(125,60,255,.18);

}

.industry-card:hover::before{

    opacity:1;

}

.industry-card.featured{

    background:
    linear-gradient(
        145deg,
        rgba(125,60,255,.15),
        rgba(255,255,255,.05));

    border-color:
    rgba(125,60,255,.35);

}

/*====================================================
                ICON
====================================================*/

.industry-icon{

    width:74px;
    height:74px;

    margin-bottom:24px;

    border-radius:22px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:34px;

    background:
    linear-gradient(
        135deg,
        #7d3cff,
        #ff00cc);

    box-shadow:
    0 12px 30px rgba(125,60,255,.30);

}

/*====================================================
                CONTENT
====================================================*/

.industry-card h3{

    color:#fff;

    font-size:24px;

    line-height:1.3;

    margin-bottom:16px;

}

.industry-card p{

    color:#b8bfd2;

    font-size:16px;

    line-height:1.8;

}

/*====================================================
            HIGHLIGHT
====================================================*/

.industry-highlight{

    position:relative;

    z-index:2;

    max-width:1100px;

    margin:90px auto 0;

}

.industry-highlight-box{

    padding:70px 60px;

    text-align:center;

    border-radius:32px;

    background:
    linear-gradient(
        135deg,
        rgba(125,60,255,.12),
        rgba(255,0,204,.06));

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

}

.industry-highlight-box h3{

    color:#fff;

    font-size:48px;

    line-height:1.25;

    margin-bottom:24px;

}

.industry-highlight-box p{

    max-width:760px;

    margin:auto;

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

}

/*====================================================
            RESPONSIVE
====================================================*/

@media(max-width:1200px){

.industries-grid{

grid-template-columns:repeat(2,1fr);

}

.industries-header h2{

font-size:48px;

}

.industry-highlight-box h3{

font-size:40px;

}

}

@media(max-width:768px){

.hub-industries{

padding:90px 20px;

}

.industries-header{

margin-bottom:60px;

}

.industries-header h2{

font-size:36px;

}

.industries-header p{

font-size:16px;

}

.industries-grid{

grid-template-columns:1fr;

gap:24px;

}

.industry-card{

padding:30px 25px;

text-align:center;

}

.industry-icon{

margin:0 auto 24px;

}

.industry-card h3{

font-size:22px;

}

.industry-card p{

font-size:15px;

}

.industry-highlight{

margin-top:70px;

}

.industry-highlight-box{

padding:45px 30px;

}

.industry-highlight-box h3{

font-size:30px;

}

.industry-highlight-box p{

font-size:16px;

}

}

@media(max-width:480px){

.industries-header h2{

font-size:30px;

}

.industry-card{

padding:25px 22px;

}

.industry-icon{

width:64px;
height:64px;

font-size:28px;

border-radius:18px;

}

.industry-card h3{

font-size:20px;

}

.industry-highlight-box h3{

font-size:26px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c559cc *//*====================================================
                SOLUTION PLANS
====================================================*/

.hub-pricing{
    position:relative;
    padding:120px 8%;
    background:#050b17;
    overflow:hidden;
}

.hub-pricing::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at top left,
        rgba(125,60,255,.12),
        transparent 35%),
        radial-gradient(circle at bottom right,
        rgba(255,0,204,.08),
        transparent 40%);
    pointer-events:none;
}

/*====================================================
                    HEADER
====================================================*/

.pricing-header{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:0 auto 90px;
    text-align:center;
}

.pricing-badge{
    display:inline-block;
    padding:10px 22px;
    margin-bottom:24px;
    border-radius:50px;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    color:#b86cff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.pricing-header h2{
    color:#fff;
    font-size:58px;
    line-height:1.1;
    font-weight:800;
    margin-bottom:24px;
}

.pricing-header p{
    color:#b8bfd2;
    font-size:18px;
    line-height:1.9;
}

/*====================================================
                GRID
====================================================*/

.pricing-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    max-width:1400px;
    margin:auto;
}

/*====================================================
                CARD
====================================================*/

.pricing-card{

    position:relative;

    padding:45px 38px;

    border-radius:30px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

    overflow:hidden;

    transition:.35s;

}

.pricing-card:hover{

    transform:translateY(-12px);

    border-color:#7d3cff;

    box-shadow:
    0 25px 50px rgba(125,60,255,.20);

}

.pricing-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:4px;

    background:linear-gradient(
    90deg,
    #7d3cff,
    #ff00cc);

    opacity:0;

    transition:.35s;

}

.pricing-card:hover::before{

    opacity:1;

}

/*====================================================
            FEATURED CARD
====================================================*/

.pricing-card.featured{

    transform:scale(1.05);

    background:
    linear-gradient(
    145deg,
    rgba(125,60,255,.18),
    rgba(255,255,255,.05));

    border-color:
    rgba(125,60,255,.35);

}

.pricing-card.featured:hover{

    transform:scale(1.05) translateY(-12px);

}

.popular{

    position:absolute;

    top:25px;
    right:25px;

    padding:8px 16px;

    border-radius:50px;

    background:
    linear-gradient(
    135deg,
    #7d3cff,
    #ff00cc);

    color:#fff;

    font-size:12px;

    font-weight:700;

    text-transform:uppercase;

}

/*====================================================
                CONTENT
====================================================*/

.plan-label{

    display:inline-block;

    color:#b86cff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:18px;

}

.pricing-card h3{

    color:#fff;

    font-size:32px;

    line-height:1.2;

    margin-bottom:18px;

}

.plan-description{

    color:#b8bfd2;

    font-size:16px;

    line-height:1.8;

    margin-bottom:35px;

}

/*====================================================
                LIST
====================================================*/

.pricing-card ul{

    list-style:none;

    padding:0;

    margin:0 0 40px;

}

.pricing-card li{

    position:relative;

    padding-left:28px;

    margin-bottom:18px;

    color:#d8dceb;

    font-size:16px;

}

.pricing-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#8c5bff;

    font-weight:700;

}

/*====================================================
                BUTTON
====================================================*/

.pricing-btn{

    display:block;

    text-align:center;

    text-decoration:none;

    padding:16px;

    border-radius:50px;

    background:
    linear-gradient(
    135deg,
    #7d3cff,
    #ff00cc);

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.pricing-btn:hover{

    transform:translateY(-4px);

    box-shadow:
    0 15px 35px rgba(125,60,255,.30);

}

/*====================================================
                BOTTOM
====================================================*/

.pricing-bottom{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:90px auto 0;

    text-align:center;

}

.pricing-bottom h3{

    color:#fff;

    font-size:48px;

    line-height:1.25;

    margin-bottom:24px;

}

.pricing-bottom p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:1200px){

.pricing-grid{

grid-template-columns:1fr;

max-width:650px;

}

.pricing-card.featured{

transform:none;

}

.pricing-card.featured:hover{

transform:translateY(-12px);

}

.pricing-header h2{

font-size:48px;

}

.pricing-bottom h3{

font-size:40px;

}

}

@media(max-width:768px){

.hub-pricing{

padding:90px 20px;

}

.pricing-header{

margin-bottom:60px;

}

.pricing-header h2{

font-size:36px;

}

.pricing-header p{

font-size:16px;

}

.pricing-card{

padding:35px 28px;

}

.pricing-card h3{

font-size:28px;

}

.plan-description{

font-size:15px;

}

.pricing-card li{

font-size:15px;

}

.pricing-bottom{

margin-top:70px;

}

.pricing-bottom h3{

font-size:30px;

}

.pricing-bottom p{

font-size:16px;

}

}

@media(max-width:480px){

.pricing-header h2{

font-size:30px;

}

.pricing-card{

padding:28px 22px;

}

.pricing-card h3{

font-size:24px;

}

.popular{

position:relative;

top:auto;
right:auto;

display:inline-block;

margin-bottom:18px;

}

.pricing-bottom h3{

font-size:26px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3900455 *//*====================================================
                    FAQ SECTION
====================================================*/

.hub-faq {
    position: relative;
    padding: 120px 8%;
    background: #081320;
    overflow: hidden;
}

.hub-faq::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(125,60,255,.12), transparent 40%),
        radial-gradient(circle at bottom right, rgba(141,52,255,.08), transparent 45%);
    pointer-events: none;
}

/*====================================================
                    HEADER
====================================================*/

.faq-header {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 80px;
    text-align: center;
}

.faq-badge {
    display: inline-block;
    padding: 10px 22px;
    margin-bottom: 24px;
    border-radius: 50px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    color: #b86cff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-header h2 {
    color: #fff;
    font-size: 58px;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 24px;
}

.faq-header p {
    color: #b8bfd2;
    font-size: 18px;
    line-height: 1.9;
}

/*====================================================
                FAQ CONTAINER
====================================================*/

.faq-container {
    position: relative;
    z-index: 2;
    max-width: 950px;
    margin: auto;
}

/*====================================================
                    ITEM
====================================================*/

.faq-item {
    margin-bottom: 22px;
    border-radius: 24px;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    backdrop-filter: blur(18px);
    overflow: hidden;
    transition: all .35s ease;
}

/* Rich hover lift */
.faq-item:hover {
    transform: translateY(-6px);
    border-color: rgba(125,60,255,.35) !important;
    box-shadow: 
        0 20px 50px rgba(125,60,255,.10), 
        0 30px 80px rgba(0,0,0,.35) !important;
}

/* Rich active glow */
.faq-item.active {
    border-color: #8d34ff !important;
    background: linear-gradient(180deg, rgba(125,60,255,.10), rgba(255,255,255,.04)) !important;
    box-shadow: 
        0 0 0 1px rgba(141,52,255,.18), 
        0 18px 60px rgba(125,60,255,.15), 
        0 35px 80px rgba(0,0,0,.45) !important;
}

/*====================================================
                QUESTION & ICON
====================================================*/

.faq-question {
    width: 100%;
    padding: 28px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    cursor: pointer;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    box-shadow: none !important;
}

/* Dynamic Glass Icon */
.faq-icon {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgba(125,60,255,.15) !important;
    border: 1px solid rgba(125,60,255,.3);
    color: #b86cff;
    font-size: 24px;
    flex-shrink: 0;
    transition: transform .35s ease, background .35s ease, box-shadow .35s ease, color .35s ease;
}

/* '+' rotates smoothly into a glowing '×' */
.faq-item.active .faq-icon {
    transform: rotate(135deg) scale(1.08);
    background: rgba(141,52,255,0.25) !important;
    color: #dcb6ff;
    box-shadow: 0 0 20px rgba(141,52,255,.35);
}

/*====================================================
                    ANSWER
====================================================*/

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s ease, padding .35s ease;
}

.faq-item.active .faq-answer {
    max-height: 800px; /* Fallback if JS isn't calculating height */
}

.faq-answer p {
    padding: 0 32px 0;
    color: #b8bfd2;
    font-size: 16px;
    line-height: 1.9;
    transition: padding .35s ease;
}

.faq-item.active .faq-answer p {
    padding: 0 32px 28px;
}

/*====================================================
                RESPONSIVE
====================================================*/

@media(max-width:992px) {
    .faq-header h2 {
        font-size: 48px;
    }
}

@media(max-width:768px) {
    .hub-faq {
        padding: 90px 20px;
    }
    .faq-header {
        margin-bottom: 60px;
    }
    .faq-header h2 {
        font-size: 36px;
    }
    .faq-header p {
        font-size: 16px;
    }
    .faq-question {
        padding: 24px;
        font-size: 18px;
    }
    .faq-answer p {
        padding: 0 24px 0;
        font-size: 15px;
    }
    .faq-item.active .faq-answer p {
        padding: 0 24px 24px;
    }
    .faq-icon {
        width: 38px;
        height: 38px;
        font-size: 20px;
    }
}

@media(max-width:480px) {
    .faq-header h2 {
        font-size: 30px;
    }
    .faq-question {
        padding: 20px;
        font-size: 16px;
        gap: 18px;
    }
    .faq-answer p {
        padding: 0 20px 0;
    }
    .faq-item.active .faq-answer p {
        padding: 0 20px 20px;
    }
    .faq-icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21fba61 *//*====================================================
                    FINAL CTA
====================================================*/

.hub-cta{

    position:relative;

    padding:140px 8%;

    background:#050b17;

    overflow:hidden;

    text-align:center;

}

.hub-cta::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top left,
    rgba(125,60,255,.18),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(255,0,204,.15),
    transparent 40%);

}

/*====================================*/

.cta-glow{

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    filter:blur(120px);

    opacity:.35;

}

.glow-left{

    background:#7d3cff;

    top:-150px;

    left:-150px;

}

.glow-right{

    background:#ff00cc;

    bottom:-150px;

    right:-150px;

}

/*====================================*/

.hub-cta-content{

    position:relative;

    z-index:2;

    max-width:900px;

    margin:auto;

}

.cta-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:50px;

    margin-bottom:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#b86cff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.hub-cta h2{

    color:#fff;

    font-size:64px;

    line-height:1.1;

    font-weight:800;

    margin-bottom:28px;

}

.hub-cta p{

    color:#b8bfd2;

    font-size:19px;

    line-height:1.9;

    max-width:760px;

    margin:0 auto 45px;

}

/*====================================*/

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:60px;

}

.cta-primary{

    padding:18px 42px;

    border-radius:50px;

    text-decoration:none;

    background:
    linear-gradient(135deg,#7d3cff,#ff00cc);

    color:#fff;

    font-weight:600;

    transition:.35s;

}

.cta-primary:hover{

    transform:translateY(-5px);

    box-shadow:
    0 18px 35px rgba(125,60,255,.35);

}

.cta-secondary{

    padding:18px 42px;

    border-radius:50px;

    text-decoration:none;

    border:1px solid rgba(255,255,255,.12);

    background:rgba(255,255,255,.05);

    color:#fff;

    backdrop-filter:blur(15px);

    transition:.35s;

}

.cta-secondary:hover{

    border-color:#7d3cff;

    transform:translateY(-5px);

}

/*====================================*/

.cta-features{

    display:flex;

    justify-content:center;

    gap:40px;

    flex-wrap:wrap;

}

.feature{

    display:flex;

    align-items:center;

    gap:10px;

    color:#d7dced;

    font-size:16px;

}

.feature span{

    width:28px;

    height:28px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:14px;

}

/*====================================*/

@media(max-width:768px){

.hub-cta{

padding:100px 20px;

}

.hub-cta h2{

font-size:42px;

}

.hub-cta p{

font-size:16px;

}

.cta-buttons{

flex-direction:column;

align-items:center;

}

.cta-primary,
.cta-secondary{

width:100%;

max-width:320px;

text-align:center;

}

.cta-features{

gap:20px;

justify-content:flex-start;

}

}

@media(max-width:480px){

.hub-cta h2{

font-size:32px;

}

.feature{

width:100%;

}

}/* End custom CSS */