.elementor-93 .elementor-element.elementor-element-2455712{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-15866d6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-4923af6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-1a7966d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-c2ec510{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-7efbb8c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-b8b9091{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-5eebd5b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-91152b9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-93 .elementor-element.elementor-element-e1b1232{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2455712 *//*=========================================
        DIGITAL MARKETING HERO
=========================================*/

.marketing-hero{

    position:relative;

    overflow:hidden;

    min-height:100vh;

    display:flex;

    align-items:center;

    background:linear-gradient(180deg,#050b17,#081320);

    padding:140px 60px 100px;

}

.marketing-container{

    max-width:1400px;

    margin:auto;

    width:100%;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:80px;

    align-items:center;

    position:relative;

    z-index:2;

}

/* Background */

.marketing-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;

    opacity:.25;

}

.marketing-glow{

    position:absolute;

    border-radius:50%;

    filter:blur(100px);

}

.glow-one{

    width:420px;

    height:420px;

    background:#7d3cff;

    top:-100px;

    left:-100px;

    opacity:.28;

}

.glow-two{

    width:350px;

    height:350px;

    background:#ff00cc;

    right:-120px;

    bottom:-80px;

    opacity:.22;

}

/* Floating */

.marketing-circle{

    position:absolute;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.08);

}

.circle-one{

    width:280px;

    height:280px;

    top:15%;

    right:8%;

}

.circle-two{

    width:140px;

    height:140px;

    bottom:12%;

    left:10%;

}

/* Left */

.marketing-badge{

    display:inline-block;

    padding:12px 24px;

    border-radius:40px;

    background:rgba(125,60,255,.15);

    border:1px solid rgba(125,60,255,.3);

    color:#dcb8ff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.marketing-content h1{

    font-size:68px;

    color:#fff;

    font-weight:800;

    line-height:1.15;

    margin:30px 0;

}

.marketing-content h1 span{

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.marketing-content p{

    color:#b9c2d8;

    font-size:20px;

    line-height:1.9;

    max-width:700px;

}

/* Buttons */

.marketing-buttons{

    display:flex;

    gap:20px;

    margin:45px 0;

    flex-wrap:wrap;

}

.btn-primary{

    padding:18px 38px;

    border-radius:50px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    color:#fff;

    text-decoration:none;

    font-weight:700;

}

.btn-secondary{

    padding:18px 38px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.12);

    color:#fff;

    text-decoration:none;

    background:rgba(255,255,255,.05);

}

/* Stats */

.marketing-stats{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:15px;

}

.stat-box{

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:22px;

    text-align:center;

}

.stat-box h3{

    color:#fff;

    font-size:22px;

    margin-bottom:6px;

}

.stat-box span{

    color:#9da7be;

    font-size:14px;

}

/* Dashboard */

.dashboard-card{

    padding:35px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(20px);

}

.dashboard-header{

    color:#fff;

    margin-bottom:25px;

    font-weight:600;

}

.dashboard-metrics{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.metric{

    background:rgba(255,255,255,.04);

    border-radius:16px;

    padding:20px;

}

.metric h4{

    color:#9ca7be;

    margin-bottom:10px;

    font-size:14px;

}

.metric strong{

    color:#fff;

    font-size:34px;

}

.dashboard-chart{

    height:180px;

    margin:35px 0;

    border-radius:18px;

    background:linear-gradient(180deg,rgba(125,60,255,.12),transparent);

    position:relative;

    overflow:hidden;

}

.chart-line{

    position:absolute;

    left:0;

    right:0;

    bottom:40px;

    height:4px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    border-radius:20px;

    transform:skewY(-8deg);

}

.dashboard-footer{

    text-align:center;

    color:#b9c2d8;

}

/* Responsive */

@media(max-width:992px){

.marketing-container{

grid-template-columns:1fr;

}

.marketing-content{

text-align:center;

}

.marketing-content p{

margin:auto;

}

}

@media(max-width:768px){

.marketing-hero{

padding:120px 20px 80px;

}

.marketing-content h1{

font-size:44px;

}

.marketing-stats{

grid-template-columns:repeat(2,1fr);

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15866d6 *//*=========================================
        MARKETING SERVICES
=========================================*/

.marketing-services{

    padding:120px 60px;

    background:linear-gradient(180deg,#081320,#050b17);

}

.services-header{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.services-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.services-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.services-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

/*=================================
        GRID
=================================*/

.services-grid{

    max-width:1400px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

/*=================================
        CARD
=================================*/

.service-card{

    position:relative;

    display:flex;

    flex-direction:column;

    height:100%;

    padding:35px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    transition:.35s ease;

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:#8d34ff;

    box-shadow:0 25px 50px rgba(125,60,255,.18);

}

/*=================================
        FEATURED CARD
=================================*/

.service-card.featured{

    border:2px solid #8d34ff;

    background:linear-gradient(
    180deg,
    rgba(125,60,255,.10),
    rgba(255,255,255,.04));

}

.featured-badge{

    position:absolute;

    top:-14px;

    left:25px;

    padding:8px 16px;

    border-radius:30px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

}

/*=================================
        ICON
=================================*/

.service-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

    border-radius:20px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    font-size:32px;

    box-shadow:0 12px 30px rgba(125,60,255,.25);

}

/*=================================
        TYPOGRAPHY
=================================*/

.service-card h3{

    color:#fff;

    font-size:30px;

    line-height:1.25;

    margin-bottom:18px;

}

.service-card p{

    color:#b8bfd2;

    line-height:1.8;

    margin-bottom:28px;

    flex:1;

}

/*=================================
        LIST
=================================*/

.service-card ul{

    list-style:none;

    margin:0;

    padding:0;

}

.service-card li{

    position:relative;

    padding:12px 0 12px 28px;

    color:#d8dcea;

    border-bottom:1px solid rgba(255,255,255,.06);

}

.service-card li:last-child{

    border-bottom:none;

}

.service-card li::before{

    content:"✓";

    position:absolute;

    left:0;

    color:#b86cff;

    font-weight:700;

}

/*=================================
        TABLET
=================================*/

@media(max-width:1024px){

.services-grid{

grid-template-columns:repeat(2,1fr);

}

}

/*=================================
        MOBILE
=================================*/

@media(max-width:768px){

.marketing-services{

padding:80px 20px;

}

.services-header h2{

font-size:36px;

}

.services-header p{

font-size:16px;

}

.services-grid{

grid-template-columns:1fr;

gap:24px;

}

.service-card{

padding:28px;

}

.service-card h3{

font-size:24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4923af6 *//*=========================================
        WHY CHICAIM MARKETING
=========================================*/

.why-marketing{

    padding:120px 60px;

    background:linear-gradient(180deg,#050b17,#081320);

}

.why-header{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.why-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.why-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.why-header h2 span{

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.why-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

.why-grid{

    max-width:1400px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.why-card{

    padding:40px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:#8d34ff;

    box-shadow:0 25px 50px rgba(125,60,255,.18);

}

.why-card.featured{

    border:2px solid #8d34ff;

    background:linear-gradient(
        180deg,
        rgba(125,60,255,.10),
        rgba(255,255,255,.04));

}

.why-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    font-size:32px;

    margin-bottom:25px;

}

.why-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:18px;

}

.why-card p{

    color:#b8bfd2;

    line-height:1.8;

}

@media(max-width:1024px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-marketing{

padding:80px 20px;

}

.why-header h2{

font-size:36px;

}

.why-grid{

grid-template-columns:1fr;

}

.why-card{

padding:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a7966d *//*=========================================
        OUR GROWTH PROCESS
=========================================*/

.marketing-process{

    padding:120px 60px;

    background:linear-gradient(180deg,#081320,#050b17);

}

.process-header{

    max-width:850px;

    margin:0 auto 80px;

    text-align:center;

}

.process-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.process-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.process-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

.process-timeline{

    position:relative;

    max-width:1100px;

    margin:auto;

}

.process-timeline::before{

    content:"";

    position:absolute;

    left:34px;

    top:0;

    bottom:0;

    width:2px;

    background:linear-gradient(#7d3cff,#ff00cc);

}

.process-step{

    position:relative;

    display:flex;

    gap:30px;

    margin-bottom:45px;

}

.step-number{

    width:70px;

    height:70px;

    flex-shrink:0;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:22px;

    font-weight:700;

    z-index:2;

}

.step-content{

    flex:1;

    padding:30px;

    border-radius:22px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    transition:.35s;

}

.process-step:hover .step-content{

    transform:translateY(-6px);

    border-color:#8d34ff;

    box-shadow:0 20px 40px rgba(125,60,255,.18);

}

.featured .step-content{

    border:2px solid #8d34ff;

    background:linear-gradient(
        180deg,
        rgba(125,60,255,.10),
        rgba(255,255,255,.04));

}

.step-content h3{

    color:#fff;

    font-size:28px;

    margin-bottom:15px;

}

.step-content p{

    color:#b8bfd2;

    line-height:1.8;

}

@media(max-width:768px){

.marketing-process{

padding:80px 20px;

}

.process-header h2{

font-size:36px;

}

.process-timeline::before{

left:25px;

}

.step-number{

width:50px;

height:50px;

font-size:18px;

}

.step-content{

padding:22px;

}

.step-content h3{

font-size:22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2ec510 *//*=========================================
        MARKETING CHANNELS
=========================================*/

.marketing-channels{

    padding:120px 60px;

    background:linear-gradient(180deg,#050b17,#081320);

}

.channels-header{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.channels-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.channels-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.channels-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

.channels-grid{

    max-width:1400px;

    margin:0 auto 70px;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.channel-card{

    position:relative;

    padding:35px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.channel-card:hover{

    transform:translateY(-10px);

    border-color:#8d34ff;

    box-shadow:0 20px 40px rgba(125,60,255,.18);

}

.channel-card.featured{

    border:2px solid #8d34ff;

    background:linear-gradient(
        180deg,
        rgba(125,60,255,.10),
        rgba(255,255,255,.04));

}

.channel-badge{

    position:absolute;

    top:-14px;

    left:25px;

    padding:8px 16px;

    border-radius:30px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:11px;

    font-weight:700;

}

.channel-icon{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    font-size:32px;

    margin-bottom:25px;

}

.channel-card h3{

    color:#fff;

    font-size:28px;

    margin-bottom:15px;

}

.channel-card p{

    color:#b8bfd2;

    line-height:1.8;

}

/* FLOW */

.channel-flow{

    max-width:1200px;

    margin:auto;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.flow-box{

    padding:16px 24px;

    border-radius:40px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    font-weight:600;

}

.flow-arrow{

    color:#b86cff;

    font-size:26px;

    font-weight:700;

}

@media(max-width:1024px){

.channels-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.marketing-channels{

padding:80px 20px;

}

.channels-header h2{

font-size:36px;

}

.channels-grid{

grid-template-columns:1fr;

}

.channel-flow{

justify-content:flex-start;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7efbb8c *//*=========================================
        CHICAIM MARKETING HUB
=========================================*/

.marketing-hub{

    padding:120px 60px;

    background:linear-gradient(180deg,#081320,#050b17);

}

.hub-header{

    max-width:850px;

    margin:0 auto 80px;

    text-align:center;

}

.hub-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.hub-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.hub-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

/*====================*/

.hub-wrapper{

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1.2fr 1fr;

    gap:40px;

    align-items:center;

}

/*====================*/

.hub-card{

    padding:28px;

    margin-bottom:24px;

    border-radius:22px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.hub-card:hover{

    transform:translateY(-8px);

    border-color:#8d34ff;

}

.hub-icon{

    width:64px;

    height:64px;

    border-radius:18px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    margin-bottom:18px;

}

.hub-card h3{

    color:#fff;

    font-size:24px;

    margin-bottom:15px;

}

.hub-card p{

    color:#b8bfd2;

    line-height:1.8;

}

/*====================*/

.dashboard-window{

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    overflow:hidden;

    backdrop-filter:blur(20px);

}

.window-top{

    display:flex;

    gap:10px;

    padding:18px;

    background:rgba(255,255,255,.04);

}

.window-top span{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#7d3cff;

}

.dashboard-content{

    padding:35px;

}

.dashboard-stat{

    display:flex;

    justify-content:space-between;

    margin-bottom:20px;

    padding-bottom:15px;

    border-bottom:1px solid rgba(255,255,255,.06);

}

.dashboard-stat h4{

    color:#b8bfd2;

}

.dashboard-stat strong{

    color:#fff;

    font-size:28px;

}

.dashboard-chart{

    margin-top:30px;

    height:220px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#b86cff;

    background:linear-gradient(180deg,
    rgba(125,60,255,.15),
    transparent);

}

/*====================*/

.hub-footer{

    margin-top:80px;

    text-align:center;

}

.hub-footer h3{

    color:#fff;

    font-size:38px;

    margin-bottom:20px;

}

.hub-footer p{

    max-width:850px;

    margin:auto;

    color:#b8bfd2;

    line-height:1.8;

    font-size:18px;

}

/*====================*/

@media(max-width:1100px){

.hub-wrapper{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.marketing-hub{

padding:80px 20px;

}

.hub-header h2{

font-size:36px;

}

.hub-footer h3{

font-size:30px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b8b9091 *//*=========================================
        MARKETING PACKAGES
=========================================*/

.marketing-packages{

    padding:120px 60px;

    background:linear-gradient(180deg,#081320,#050b17);

}

.packages-header{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.packages-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.packages-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.packages-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

.packages-grid{

    max-width:1500px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.package-card{

    position:relative;

    padding:35px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    transition:.35s;

}

.package-card:hover{

    transform:translateY(-10px);

    border-color:#8d34ff;

    box-shadow:0 25px 50px rgba(125,60,255,.18);

}

.package-card.featured{

    border:2px solid #8d34ff;

    background:linear-gradient(
        180deg,
        rgba(125,60,255,.12),
        rgba(255,255,255,.04));

}

.popular-badge{

    position:absolute;

    top:-14px;

    left:25px;

    padding:8px 16px;

    border-radius:30px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:11px;

    font-weight:700;

}

.package-label{

    color:#b86cff;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}

.package-card h3{

    color:#fff;

    font-size:28px;

    margin:15px 0;

}

.package-price{

    margin:30px 0;

}

.package-price span{

    display:block;

    color:#9ca7be;

    font-size:14px;

}

.package-price strong{

    display:block;

    color:#fff;

    font-size:46px;

    margin:10px 0;

}

.package-price small{

    color:#8f98ad;

}

.package-card ul{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.package-card li{

    padding:12px 0;

    color:#d8dcea;

    border-bottom:1px solid rgba(255,255,255,.06);

}

.package-card li:last-child{

    border:none;

}

.package-btn{

    display:block;

    text-align:center;

    padding:16px;

    border-radius:50px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    transition:.35s;

}

.package-btn:hover{

    transform:translateY(-4px);

}

@media(max-width:1200px){

.packages-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.marketing-packages{

padding:80px 20px;

}

.packages-header h2{

font-size:36px;

}

.packages-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5eebd5b *//*=========================================
        INDUSTRIES WE SERVE
=========================================*/

.industries{

    padding:120px 60px;

    background:linear-gradient(180deg,#050b17,#081320);

}

.industries-header{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.industries-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.industries-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.industries-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

.industries-grid{

    max-width:1450px;

    margin:0 auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.industry-card{

    position:relative;

    padding:35px;

    border-radius:24px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

    transition:.35s;

}

.industry-card:hover{

    transform:translateY(-10px);

    border-color:#8d34ff;

    box-shadow:0 20px 40px rgba(125,60,255,.18);

}

.industry-card.featured{

    border:2px solid #8d34ff;

    background:linear-gradient(
        180deg,
        rgba(125,60,255,.10),
        rgba(255,255,255,.04));

}

.industry-badge{

    position:absolute;

    top:-14px;

    left:25px;

    padding:8px 16px;

    border-radius:30px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    color:#fff;

    font-size:11px;

    font-weight:700;

}

.industry-icon{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

    background:linear-gradient(135deg,#7d3cff,#ff00cc);

    font-size:32px;

    margin-bottom:24px;

}

.industry-card h3{

    color:#fff;

    font-size:26px;

    margin-bottom:15px;

}

.industry-card p{

    color:#b8bfd2;

    line-height:1.8;

}

@media(max-width:1024px){

.industries-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.industries{

padding:80px 20px;

}

.industries-header h2{

font-size:36px;

}

.industries-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91152b9 *//*=========================================
            MARKETING FAQ
=========================================*/

.marketing-faq{

    padding:120px 60px;

    background:linear-gradient(180deg,#081320,#050b17);

}

.faq-header{

    max-width:850px;

    margin:0 auto 70px;

    text-align:center;

}

.faq-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:20px;

}

.faq-header h2{

    color:#fff;

    font-size:48px;

    font-weight:800;

    margin-bottom:20px;

}

.faq-header p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.8;

}

.faq-container{

    max-width:1000px;

    margin:auto;

}

.faq-item{

    margin-bottom:20px;

    border-radius:20px;

    overflow:hidden;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.faq-item.active{

    border-color:#8d34ff;

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    color:#fff;

    font-size:20px;

    font-weight:600;

    padding:26px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    text-align:left;

}

.faq-question span{

    font-size:28px;

    color:#b86cff;

    transition:.3s;

}

.faq-item.active .faq-question span{

    transform:rotate(45deg);

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}

.faq-item.active .faq-answer{

    max-height:220px;

}

.faq-answer p{

    padding:0 30px 30px;

    color:#b8bfd2;

    line-height:1.8;

}

@media(max-width:768px){

.marketing-faq{

padding:80px 20px;

}

.faq-header h2{

font-size:36px;

}

.faq-question{

font-size:18px;

padding:22px;

}

.faq-answer p{

padding:0 22px 22px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1b1232 *//*=========================================
        MARKETING CTA
=========================================*/

.marketing-cta{

    padding:120px 60px;

    background:
    radial-gradient(circle at top right,
    rgba(125,60,255,.18),
    transparent 45%),
    linear-gradient(180deg,#050b17,#081320);

}

.cta-container{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:2fr 1fr;

    gap:50px;

    align-items:center;

}

.cta-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    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;

    margin-bottom:22px;

}

.cta-content h2{

    color:#fff;

    font-size:52px;

    line-height:1.2;

    margin-bottom:24px;

}

.cta-content p{

    color:#b8bfd2;

    font-size:18px;

    line-height:1.9;

    max-width:760px;

}

.cta-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin:40px 0;

}

.highlight{

    padding:18px 22px;

    border-radius:16px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    font-weight:500;

}

.cta-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-primary{

    padding:18px 34px;

    border-radius:50px;

    background:linear-gradient(90deg,#7d3cff,#ff00cc);

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 35px rgba(125,60,255,.35);

}

.btn-secondary{

    padding:18px 34px;

    border-radius:50px;

    border:1px solid rgba(255,255,255,.15);

    background:rgba(255,255,255,.04);

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-secondary:hover{

    border-color:#8d34ff;

    background:rgba(125,60,255,.08);

}

.cta-card{

    padding:35px;

    border-radius:28px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(18px);

}

.card-header{

    color:#fff;

    font-size:26px;

    font-weight:700;

    margin-bottom:30px;

}

.metric{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.metric:last-of-type{

    border-bottom:none;

}

.metric span{

    color:#b8bfd2;

}

.metric strong{

    color:#fff;

    font-size:24px;

}

.card-note{

    margin-top:24px;

    color:#8d95ab;

    font-size:14px;

    line-height:1.6;

}

@media(max-width:1024px){

.cta-container{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.marketing-cta{

padding:80px 20px;

}

.cta-content h2{

font-size:38px;

}

.cta-highlights{

grid-template-columns:1fr;

}

.cta-buttons{

flex-direction:column;

}

.btn-primary,
.btn-secondary{

text-align:center;

}

}/* End custom CSS */