.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0EA5EB;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0287C5;--e-global-color-d78409c:#1E293B;--e-global-color-4fbda52:#0F172A;--e-global-color-8a33ce7:#0287C5;--e-global-color-fbfdf05:#01DF4B4D;--e-global-color-e5c81e0:#FFFFFF;--e-global-color-2368238:#434647;--e-global-color-c635ecd:#E2E4E44D;--e-global-color-2d3106d:#E2E4E433;--e-global-color-35f1b83:#E2E4E426;--e-global-color-6406416:#0F172A;--e-global-color-c224f85:#1E293B;--e-global-color-eda84a6:#01DF4B14;--e-global-color-8656d46:#1F8E4714;--e-global-color-cfb3c93:#1C1C1C;--e-global-color-48284c9:#1CB654;--e-global-color-b16f5d6:#1F8E47;--e-global-color-6ecc4ba:#1CB654;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Be Vietnam Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Be Vietnam Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Be Vietnam Pro";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-c224f85 );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.ai-template-card:after {
    position: absolute;
    content: "";
    width: 147px;
    height: 147px;
    right: 58px;
    bottom: 33px;
    background-color: #01df4aad;
    filter: blur(100px);
    opacity: 0;
    transition: all .3s;
}

.ai-template-card:hover:after{
    opacity: 6 !important;
}


.Card_border:after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid transparent !important;
    border-radius: inherit;
    background: linear-gradient(var(--e-global-color-48284c9), transparent) border-box !important;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}



.voice-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.voice-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.voice-card:hover::before {
    transform: scaleX(1);
}

.voice-card .language-audio-btn:hover {
    transform: scale(1.2);
}



/*Integration page icon box custom bg color code*/

.Icon_box_bg .bg_red {
    background-color: #ff4268 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    margin-left: 5px !important;
}

.Icon_box_bg .bg_gray {
    background-color: #e2e4e4 !important;
    padding: 3px 8px !important;
    border-radius: 4px !important;
    color: #111 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    margin-left: 5px !important;
}/* End custom CSS */