.elementor-2117 .elementor-element.elementor-element-ea17b36{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:30px;--padding-right:30px;}.elementor-2117 .elementor-element.elementor-element-ea17b36:not(.elementor-motion-effects-element-type-background), .elementor-2117 .elementor-element.elementor-element-ea17b36 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010047;}.elementor-2117 .elementor-element.elementor-element-c751569{--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-2117 .elementor-element.elementor-element-c751569.e-con{--align-self:center;}.elementor-2117 .elementor-element.elementor-element-928a46c{border-style:none;border-radius:0px 0px 0px 0px;}#elementor-popup-modal-2117{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2117 .dialog-message{width:740px;height:auto;}#elementor-popup-modal-2117 .dialog-close-button{display:flex;top:5%;font-size:30px;}#elementor-popup-modal-2117 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-2117 .dialog-close-button{right:10%;}body.rtl #elementor-popup-modal-2117 .dialog-close-button{left:10%;}#elementor-popup-modal-2117 .dialog-close-button i{color:var( --e-global-color-4989307 );}#elementor-popup-modal-2117 .dialog-close-button svg{fill:var( --e-global-color-4989307 );}@media(max-width:1024px){.elementor-2117 .elementor-element.elementor-element-ea17b36{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-2117 .elementor-element.elementor-element-ea17b36{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}#elementor-popup-modal-2117 .dialog-close-button{top:10%;font-size:20px;}}@media(min-width:768px){.elementor-2117 .elementor-element.elementor-element-c751569{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2117 .elementor-element.elementor-element-c751569{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-928a46c */.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 */