.hero-marquee {
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
    margin-top: 40px;

    border-radius: 16px;

    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(10px);
}

.hero-marquee-content {
    display: flex;
    align-items: center;

    width: max-content;
    white-space: nowrap;

    animation: marqueeMove 25s linear infinite;
}

.hero-marquee-content span {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #fff;
    font-size: 20px;
    font-weight: 600;

    padding-right: 70px;
}

.hero-marquee-content i {
    font-size: 22px;

    background: linear-gradient(90deg,#8b5cf6,#ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes marqueeMove {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }

}

@media(max-width:768px){

    .hero-marquee-content span{
        font-size:16px;
        padding-right:40px;
    }

}


.hero-marquee{
     width:100%;
     overflow:hidden;

     margin-top:40px;
     padding:18px 0;

     border-radius:18px;

     background:rgba(255,255,255,0.05);
     border:1px solid rgba(255,255,255,0.08);

     backdrop-filter:blur(10px);
     -webkit-backdrop-filter:blur(10px);

     position:relative;
 }

.hero-marquee-content{

    display:flex !important;
    align-items:center;

    width:max-content;

    flex-wrap:nowrap !important;

    white-space:nowrap;

    animation:crmMarquee 28s linear infinite;
}

.hero-marquee-content span{

    display:flex !important;
    align-items:center;

    gap:12px;

    flex-shrink:0;

    padding-right:70px;

    color:#fff;

    font-size:20px;
    font-weight:600;
}

.hero-marquee-content i{

    font-size:22px;

    background:linear-gradient(90deg,#8b5cf6,#ec4899);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

@keyframes crmMarquee{

    0%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(-50%);
    }

}

@media(max-width:768px){

    .hero-marquee-content span{

        font-size:15px;

        padding-right:40px;
    }

}

.crm-industries-section{

    margin-top:80px;
}

.mini-title{

    display:inline-block;

    padding:8px 20px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,0.15);

    color:#c084fc;

    font-size:14px;
    letter-spacing:1px;

    margin-bottom:18px;
}

.crm-industries-section h2{

    color:#fff;

    font-size:52px;
    font-weight:700;

    margin-bottom:45px;
}

.crm-tabs{

    display:flex;

    justify-content:center;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.crm-tab{

    border:none;

    background:rgba(255,255,255,0.05);

    color:#fff;

    padding:14px 28px;

    border-radius:14px;

    font-size:16px;
    font-weight:600;

    display:flex;
    align-items:center;

    gap:10px;

    transition:0.3s;
}

.crm-tab.active{

    background:linear-gradient(90deg,#7c3aed,#ec4899);

    transform:translateY(-3px);
}

.crm-tab-content{

    display:none;
}

.crm-tab-content.active{

    display:block;
}

.crm-content-box{

    background:rgba(255,255,255,0.04);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:24px;

    padding:45px;

    backdrop-filter:blur(10px);
}

.crm-content-left h3{

    color:#fff;

    font-size:34px;

    margin-bottom:15px;
}

.crm-content-left p{

    color:#cbd5e1;

    font-size:18px;

    line-height:1.8;

    max-width:850px;

    margin-bottom:35px;
}

.crm-features{

    display:flex;

    flex-wrap:wrap;

    gap:15px;
}

.crm-features span{

    background:rgba(255,255,255,0.06);

    border:1px solid rgba(255,255,255,0.08);

    padding:12px 20px;

    border-radius:12px;

    color:#fff;

    font-size:15px;
}

@media(max-width:768px){

    .crm-industries-section h2{

        font-size:34px;
    }

    .crm-content-box{

        padding:28px;
    }

    .crm-content-left h3{

        font-size:28px;
    }

    .crm-content-left p{

        font-size:16px;
    }

}

.why-vmm-section{

    padding:90px 0;
}

.why-mini-title{

    display:inline-block;

    padding:8px 22px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,0.12);

    color:#c084fc;

    font-size:14px;
    letter-spacing:1px;

    margin-bottom:20px;
}

.why-vmm-section h2{

    color:#fff;

    font-size:56px;
    font-weight:700;

    line-height:1.2;

    margin-bottom:60px;
}

.why-vmm-section h2 span{

    background:linear-gradient(90deg,#8b5cf6,#ec4899);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.why-vmm-card{

    background:rgba(255,255,255,0.04);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:26px;

    padding:35px;

    height:100%;

    backdrop-filter:blur(12px);

    transition:0.35s;
}

.why-vmm-card:hover{

    transform:translateY(-8px);

    border-color:rgba(236,72,153,0.45);
}

.why-top{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:25px;
}

.why-icon{

    width:85px;
    height:85px;

    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#7c3aed,#ec4899);
}

.why-icon i{

    color:#fff;

    font-size:34px;
}

.why-number{

    width:48px;
    height:48px;

    border-radius:14px;

    border:1px solid rgba(255,255,255,0.12);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#c084fc;

    font-size:18px;
    font-weight:700;
}

.why-vmm-card h4{

    color:#fff;

    font-size:30px;

    margin-bottom:18px;
}

.why-vmm-card p{

    color:#cbd5e1;

    font-size:17px;

    line-height:1.9;
}

@media(max-width:768px){

    .why-vmm-section{

        padding:70px 0;
    }

    .why-vmm-section h2{

        font-size:36px;
    }

    .why-vmm-card{

        padding:28px;
    }

    .why-icon{

        width:70px;
        height:70px;
    }

    .why-icon i{

        font-size:28px;
    }

    .why-vmm-card h4{

        font-size:24px;
    }

}

/* SMALLER PREMIUM CARDS */

.why-vmm-card{

    background:rgba(255,255,255,0.04);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:22px;

    padding:26px;

    height:100%;

    backdrop-filter:blur(10px);

    transition:0.3s;
}

.why-vmm-card:hover{

    transform:translateY(-5px);

    border-color:rgba(236,72,153,0.45);
}

.why-top{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:18px;
}

.why-icon{

    width:65px;
    height:65px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#7c3aed,#ec4899);
}

.why-icon i{

    color:#fff;

    font-size:26px;
}

.why-number{

    width:40px;
    height:40px;

    border-radius:12px;

    border:1px solid rgba(255,255,255,0.12);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#c084fc;

    font-size:15px;
    font-weight:700;
}

.why-vmm-card h4{

    color:#fff;

    font-size:22px;

    line-height:1.4;

    margin-bottom:12px;
}

.why-vmm-card p{

    color:#cbd5e1;

    font-size:15px;

    line-height:1.7;

    margin-bottom:0;
}

.col-lg-4{
    margin-bottom:10px;
}

/*.crm-modules-section{*/

/*    padding:90px 0;*/
/*}*/

.crm-modules-section h2{

    color:#fff;

    font-size:52px;
    font-weight:700;

    margin-bottom:55px;
}

.module-card{

    background:rgba(255,255,255,0.04);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:20px;

    padding:24px 20px;

    display:flex;

    align-items:center;

    gap:16px;

    height:100%;

    transition:0.3s;
}

.module-card:hover{

    transform:translateY(-5px);

    border-color:rgba(236,72,153,0.45);
}

.module-card i{

    width:52px;
    height:52px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#7c3aed,#ec4899);

    color:#fff;

    font-size:20px;

    flex-shrink:0;
}

.module-card span{

    color:#fff;

    font-size:18px;
    font-weight:600;

    line-height:1.5;
}

@media(max-width:768px){

    .crm-modules-section{

        padding:70px 0;
    }

    .crm-modules-section h2{

        font-size:34px;
    }

    .module-card{

        padding:20px;
    }

    .module-card span{

        font-size:16px;
    }

}

.crm-process-section{

    padding:100px 0;

    overflow:hidden;
}

.process-badge{

    display:inline-block;

    padding:10px 26px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,0.12);

    color:#c084fc;

    font-size:14px;
    letter-spacing:2px;

    margin-bottom:22px;
}

.crm-process-section h2{

    color:#fff;

    font-size:64px;
    font-weight:700;

    line-height:1.2;

    margin-bottom:18px;
}

.crm-process-section h2 span{

    background:linear-gradient(90deg,#8b5cf6,#ec4899);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.crm-process-section p{

    color:#cbd5e1;

    font-size:18px;

    line-height:1.8;
}

.process-flow{

    display:flex;

    align-items:flex-start;

    justify-content:center;

    gap:10px;

    margin-top:90px;

    flex-wrap:wrap;
}

.process-step{

    width:240px;

    text-align:center;

    position:relative;
}

.step-circle{

    width:220px;
    height:220px;

    margin:auto;

    border-radius:50%;

    border:3px solid transparent;

    background:
            linear-gradient(#07122c,#07122c) padding-box,
            linear-gradient(135deg,#4f46e5,#ec4899) border-box;

    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:30px;
}

.step-circle::after{

    content:"";

    position:absolute;

    inset:-14px;

    border-radius:50%;

    border:2px dashed rgba(255,255,255,0.18);
}

.step-number{

    position:absolute;

    top:-12px;
    left:50%;

    transform:translateX(-50%);

    width:70px;
    height:70px;

    border-radius:50%;

    background:linear-gradient(135deg,#6366f1,#ec4899);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:30px;
    font-weight:700;

    z-index:2;
}

.step-circle i{

    font-size:70px;

    background:linear-gradient(135deg,#8b5cf6,#ec4899);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.process-step h4{

    color:#fff;

    font-size:34px;

    line-height:1.3;

    margin-bottom:18px;
}

.process-step p{

    font-size:16px;

    line-height:1.9;
}

.process-arrow{

    width:55px;
    height:55px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,0.12);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:85px;

    background:rgba(255,255,255,0.03);
}

.process-arrow i{

    color:#c084fc;

    font-size:24px;
}

@media(max-width:1200px){

    .process-flow{

        gap:40px;
    }

    .process-arrow{

        display:none;
    }

}

@media(max-width:768px){

    .crm-process-section{

        padding:70px 0;
    }

    .crm-process-section h2{

        font-size:38px;
    }

    .step-circle{

        width:180px;
        height:180px;
    }

    .step-circle i{

        font-size:55px;
    }

    .process-step h4{

        font-size:26px;
    }

    .step-number{

        width:58px;
        height:58px;

        font-size:24px;
    }

}
.crm-process-section{

    padding:100px 0;

    overflow:hidden;
}

.process-badge{

    display:inline-block;

    padding:10px 26px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,0.12);

    color:#c084fc;

    font-size:14px;
    letter-spacing:2px;

    margin-bottom:22px;
}

.crm-process-section h2{

    color:#fff;

    font-size:64px;
    font-weight:700;

    line-height:1.2;

    margin-bottom:18px;
}

.crm-process-section h2 span{

    background:linear-gradient(90deg,#8b5cf6,#ec4899);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.crm-process-section p{

    color:#cbd5e1;

    font-size:18px;

    line-height:1.8;
}

.process-flow{

    display:flex;

    align-items:flex-start;

    justify-content:center;

    gap:10px;

    margin-top:90px;

    flex-wrap:wrap;
}

.process-step{

    /*width:240px;*/
    width:170px;

    text-align:center;

    position:relative;
}

.step-circle{

    /*width:220px;*/
    width:180px;
    /*height:220px;*/
    height:200px;

    margin:auto;

    border-radius:50%;

    border:3px solid transparent;

    background:
            linear-gradient(#07122c,#07122c) padding-box,
            linear-gradient(135deg,#4f46e5,#ec4899) border-box;

    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:30px;
}

.step-circle::after{

    content:"";

    position:absolute;

    inset:-14px;

    border-radius:50%;

    border:2px dashed rgba(255,255,255,0.18);
}

.step-number{

    position:absolute;

    top:-12px;
    left:50%;

    transform:translateX(-50%);

    width:70px;
    height:70px;

    border-radius:50%;

    background:linear-gradient(135deg,#6366f1,#ec4899);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:30px;
    font-weight:700;

    z-index:2;
}

.step-circle i{

    /*font-size:70px;*/
    font-size:60px;

    background:linear-gradient(135deg,#8b5cf6,#ec4899);

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.process-step h4{

    color:#fff;

    font-size:34px;

    line-height:1.3;

    margin-bottom:18px;
}

.process-step p{

    font-size:16px;

    line-height:1.9;
}

.process-arrow{

    width:55px;
    height:55px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,0.12);

    display:flex;
    align-items:center;
    justify-content:center;

    margin-top:85px;

    background:rgba(255,255,255,0.03);
}

.process-arrow i{

    color:#c084fc;

    font-size:24px;
}

@media(max-width:1200px){

    .process-flow{

        gap:40px;
    }

    .process-arrow{

        display:none;
    }

}

@media(max-width:768px){

    .crm-process-section{

        padding:70px 0;
    }

    .crm-process-section h2{

        font-size:38px;
    }

    .step-circle{

        width:180px;
        height:180px;
    }

    .step-circle i{

        font-size:55px;
    }

    .process-step h4{

        font-size:26px;
    }

    .step-number{

        width:58px;
        height:58px;

        font-size:24px;
    }

}
/*.trusted-section{*/

/*    padding:90px 0;*/
/*}*/

.trusted-box{

    max-width:950px;

    margin:auto;

    text-align:center;

    background:rgba(255,255,255,0.04);

    border:1px solid rgba(255,255,255,0.08);

    border-radius:30px;

    padding:60px 50px;

    backdrop-filter:blur(12px);
}

.trusted-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,0.12);

    color:#c084fc;

    font-size:14px;

    letter-spacing:2px;

    margin-bottom:24px;
}

.trusted-box h2{

    color:#fff;

    font-size:54px;
    font-weight:700;

    line-height:1.2;

    margin-bottom:28px;
}

.trusted-box p{

    color:#cbd5e1;

    font-size:18px;

    line-height:1.9;

    margin-bottom:20px;
}

@media(max-width:768px){

    .trusted-section{

        padding:70px 0;
    }

    .trusted-box{

        padding:40px 25px;
    }

    .trusted-box h2{

        font-size:34px;
    }

    .trusted-box p{

        font-size:16px;
    }

}

/*------------------------------------------------------------------*/
/** { box-sizing: border-box; margin: 0; padding: 0; }*/

/*body {*/
/*    font-family: sans-serif;*/
/*    background: #0f0f0f;*/
/*    padding: 3rem 1rem;*/
/*}*/

/*.crm-process-section {*/
/*    max-width: 1100px;*/
/*    margin: 0 auto;*/
/*}*/

/*.title {*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*    color: #f0f0f0;*/
/*    text-align: center;*/
/*    margin-bottom: 0.4rem;*/
/*}*/

/*.sub {*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    text-align: center;*/
/*    margin-bottom: 2.5rem;*/
/*}*/

/*.grid {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(5, 1fr);*/
/*    gap: 12px;*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .grid { grid-template-columns: repeat(2, 1fr); }*/
/*    .grid .card:last-child {*/
/*        grid-column: span 2;*/
/*        max-width: 50%;*/
/*        margin: 0 auto;*/
/*        width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 480px) {*/
/*    .grid { grid-template-columns: 1fr 1fr; }*/
/*}*/

/*.card {*/
/*    background: #1a1a1a;*/
/*    border: 1px solid #2a2a2a;*/
/*    border-radius: 14px;*/
/*    padding: 1.1rem 1rem 1rem;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 10px;*/
/*    cursor: pointer;*/
/*    transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;*/
/*}*/

/*.card:hover {*/
/*    border-color: #444;*/
/*    transform: translateY(-3px);*/
/*    box-shadow: 0 6px 24px rgba(0,0,0,0.5);*/
/*}*/

/*.card.active {*/
/*    border-color: #7F77DD;*/
/*    !*border-width: 2px;*!*/
/*    border-width: 12px;*/
/*}*/

/*.card-top {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*}*/

/*.icon-box {*/
/*    width: 38px;*/
/*    height: 38px;*/
/*    border-radius: 9px;*/
/*    background: #26215C;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.icon-box i {*/
/*    font-size: 20px;*/
/*    color: #AFA9EC;*/
/*}*/

/*.num {*/
/*    font-size: 11px;*/
/*    font-weight: 600;*/
/*    color: #444;*/
/*    letter-spacing: 0.05em;*/
/*}*/

/*.card h4 {*/
/*    font-size: 13px;*/
/*    font-weight: 600;*/
/*    color: #e0e0e0;*/
/*    line-height: 1.4;*/
/*}*/

/*.tag {*/
/*    font-size: 11px;*/
/*    color: #AFA9EC;*/
/*    background: #26215C;*/
/*    border-radius: 20px;*/
/*    padding: 3px 10px;*/
/*    align-self: flex-start;*/
/*    font-weight: 500;*/
/*}*/

/*.detail-panel {*/
/*    background: #161616;*/
/*    border-radius: 14px;*/
/*    border: 1px solid #2a2a2a;*/
/*    padding: 1.4rem 1.6rem;*/
/*    margin-top: 14px;*/
/*    display: none;*/
/*    gap: 1.25rem;*/
/*    align-items: flex-start;*/
/*}*/

/*.detail-panel.show {*/
/*    display: flex;*/
/*}*/

/*.d-icon {*/
/*    width: 54px;*/
/*    height: 54px;*/
/*    border-radius: 13px;*/
/*    background: #26215C;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    flex-shrink: 0;*/
/*}*/

/*.d-icon i {*/
/*    font-size: 28px;*/
/*    color: #AFA9EC;*/
/*}*/

/*.d-text h3 {*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    color: #f0f0f0;*/
/*    margin-bottom: 6px;*/
/*}*/

/*.d-text p {*/
/*    font-size: 14px;*/
/*    color: #888;*/
/*    line-height: 1.7;*/
/*}*/

/*.dots {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 6px;*/
/*    margin-top: 1.25rem;*/
/*}*/

/*.dot {*/
/*    width: 6px;*/
/*    height: 6px;*/
/*    border-radius: 50%;*/
/*    background: #333;*/
/*    transition: background 0.2s, width 0.25s;*/
/*}*/

/*.dot.active {*/
/*    background: #7F77DD;*/
/*    width: 18px;*/
/*    border-radius: 10px;*/
/*}*/