.elementor-1041 .elementor-element.elementor-element-1be8662{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:200px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-1be8662:not(.elementor-motion-effects-element-type-background), .elementor-1041 .elementor-element.elementor-element-1be8662 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010047;}.elementor-1041 .elementor-element.elementor-element-c281eee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-c281eee.e-con{--align-self:center;}.elementor-1041 .elementor-element.elementor-element-ecaccf6{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-1041 .elementor-element.elementor-element-3d67bbd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-3d67bbd.e-con{--align-self:center;}.elementor-1041 .elementor-element.elementor-element-04f171c{border-style:none;border-radius:0px 0px 0px 0px;}.elementor-1041 .elementor-element.elementor-element-28575ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1041 .elementor-element.elementor-element-28575ef.e-con{--align-self:center;}.elementor-1041 .elementor-element.elementor-element-6df1636{border-style:none;border-radius:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1041 .elementor-element.elementor-element-1be8662{--margin-top:-110px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-1041 .elementor-element.elementor-element-1be8662{--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:150px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-1041 .elementor-element.elementor-element-c281eee{--width:70%;}.elementor-1041 .elementor-element.elementor-element-3d67bbd{--width:70%;}.elementor-1041 .elementor-element.elementor-element-28575ef{--width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1041 .elementor-element.elementor-element-c281eee{--width:100%;}.elementor-1041 .elementor-element.elementor-element-3d67bbd{--width:100%;}.elementor-1041 .elementor-element.elementor-element-28575ef{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-ecaccf6 */.ai-audio-card{
    position: relative;
    background: #050505;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

/* GRADIENT BORDER */

.ai-audio-card::before{
    content:'';
    position:absolute;
    inset:0;
    
    border-radius:10px;
    background: linear-gradient(135deg,#2d68ff,#11a75c);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;

    pointer-events:none;
}

/* GLOW */

.ai-audio-card::after{
    content:'';
    position:absolute;
    width:200px;
    height:200px;
    background: rgba(45,104,255,.15);
    filter: blur(120px);
    top:-120px;
    right:-120px;
    z-index:-1;
}

/* TOP BADGE */

.live-preview{
    display:flex;
    align-items:center;
    gap:10px;
    color:#d1d5db;
    font-size:14px;
    margin-bottom:20px;
}

.live-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#11a75c;
    animation:pulse 1.5s infinite;
}

/* TITLE */

.ai-audio-card h3{
    color:#fff;
    font-size:38px;
    line-height:1.3;
    margin-bottom:35px;
    max-width:700px;
}

/* INNER BOX */

.audio-inner{
    background:#0f0f10;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:20px;
}

.audio-title{
    color:#fff;
    font-weight:600;
    margin-bottom:8px;
}

.audio-subtitle{
    color:#9ca3af;
    font-size:14px;
    margin-bottom:20px;
}

/* AUDIO */

.audio-inner audio{
    width:100%;
    margin-bottom:20px;
    filter: invert(1) hue-rotate(180deg);
}

/* TEXT */

.audio-transcript{
    color:#d1d5db;
    line-height:1.8;
    font-size:14px;
}

/* ANIMATION */

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(17,167,92,.6);
    }

    70%{
        box-shadow:0 0 0 10px rgba(17,167,92,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(17,167,92,0);
    }

}

/* MOBILE */

@media(max-width:767px){

.ai-audio-card{
    padding:25px;
}

.ai-audio-card h3{
    font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04f171c */.ai-audio-card{
    position: relative;
    background: #050505;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

/* GRADIENT BORDER */

.ai-audio-card::before{
    content:'';
    position:absolute;
    inset:0;
    
    border-radius:10px;
    background: linear-gradient(135deg,#2d68ff,#11a75c);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;

    pointer-events:none;
}

/* GLOW */

.ai-audio-card::after{
    content:'';
    position:absolute;
    width:200px;
    height:200px;
    background: rgba(45,104,255,.15);
    filter: blur(120px);
    top:-120px;
    right:-120px;
    z-index:-1;
}

/* TOP BADGE */

.live-preview{
    display:flex;
    align-items:center;
    gap:10px;
    color:#d1d5db;
    font-size:14px;
    margin-bottom:20px;
}

.live-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#11a75c;
    animation:pulse 1.5s infinite;
}

/* TITLE */

.ai-audio-card h3{
    color:#fff;
    font-size:38px;
    line-height:1.3;
    margin-bottom:35px;
    max-width:700px;
}

/* INNER BOX */

.audio-inner{
    background:#0f0f10;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:20px;
}

.audio-title{
    color:#fff;
    font-weight:600;
    margin-bottom:8px;
}

.audio-subtitle{
    color:#9ca3af;
    font-size:14px;
    margin-bottom:20px;
}

/* AUDIO */

.audio-inner audio{
    width:100%;
    margin-bottom:20px;
    filter: invert(1) hue-rotate(180deg);
}

/* TEXT */

.audio-transcript{
    color:#d1d5db;
    line-height:1.8;
    font-size:14px;
}

/* ANIMATION */

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(17,167,92,.6);
    }

    70%{
        box-shadow:0 0 0 10px rgba(17,167,92,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(17,167,92,0);
    }

}

/* MOBILE */

@media(max-width:767px){

.ai-audio-card{
    padding:25px;
}

.ai-audio-card h3{
    font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6df1636 */.ai-audio-card{
    position: relative;
    background: #050505;
    border-radius: 24px;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

/* GRADIENT BORDER */

.ai-audio-card::before{
    content:'';
    position:absolute;
    inset:0;
    
    border-radius:10px;
    background: linear-gradient(135deg,#2d68ff,#11a75c);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;
            mask-composite:exclude;

    pointer-events:none;
}

/* GLOW */

.ai-audio-card::after{
    content:'';
    position:absolute;
    width:200px;
    height:200px;
    background: rgba(45,104,255,.15);
    filter: blur(120px);
    top:-120px;
    right:-120px;
    z-index:-1;
}

/* TOP BADGE */

.live-preview{
    display:flex;
    align-items:center;
    gap:10px;
    color:#d1d5db;
    font-size:14px;
    margin-bottom:20px;
}

.live-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#11a75c;
    animation:pulse 1.5s infinite;
}

/* TITLE */

.ai-audio-card h3{
    color:#fff;
    font-size:38px;
    line-height:1.3;
    margin-bottom:35px;
    max-width:700px;
}

/* INNER BOX */

.audio-inner{
    background:#0f0f10;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:20px;
}

.audio-title{
    color:#fff;
    font-weight:600;
    margin-bottom:8px;
}

.audio-subtitle{
    color:#9ca3af;
    font-size:14px;
    margin-bottom:20px;
}

/* AUDIO */

.audio-inner audio{
    width:100%;
    margin-bottom:20px;
    filter: invert(1) hue-rotate(180deg);
}

/* TEXT */

.audio-transcript{
    color:#d1d5db;
    line-height:1.8;
    font-size:14px;
}

/* ANIMATION */

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(17,167,92,.6);
    }

    70%{
        box-shadow:0 0 0 10px rgba(17,167,92,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(17,167,92,0);
    }

}

/* MOBILE */

@media(max-width:767px){

.ai-audio-card{
    padding:25px;
}

.ai-audio-card h3{
    font-size:28px;
}

}/* End custom CSS */