.elementor-235 .elementor-element.elementor-element-abcfd8f{--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;}.elementor-235 .elementor-element.elementor-element-203578e{--display:flex;}.elementor-235 .elementor-element.elementor-element-8b20b49{--display:flex;}.elementor-235 .elementor-element.elementor-element-a66d9b2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-235 .elementor-element.elementor-element-be2d603{--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;}.elementor-235 .elementor-element.elementor-element-6798def .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-235 .elementor-element.elementor-element-ea64d05{--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;}.elementor-widget-eael-wpforms .eael-contact-form-description, .elementor-widget-eael-wpforms .wpforms-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field label, .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field legend{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field textarea, .elementor-widget-eael-wpforms .eael-wpforms .wpforms-field select{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-eael-wpforms .eael-wpforms .wpforms-submit-container .wpforms-submit{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms label.wpforms-error{display:block !important;}.elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms .wpforms-field select{height:30px;}.elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms .wpforms-submit-container .wpforms-submit:hover, 
                    .elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms .wpforms-container-full .wpforms-submit-container .wpforms-form button[type=submit]:hover{background:#065689 !important;}.elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms input.wpforms-error{border-width:1px;}.elementor-235 .elementor-element.elementor-element-3eb45bd .eael-wpforms textarea.wpforms-error{border-width:1px;}.elementor-235 .elementor-element.elementor-element-c78f20d{--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;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-235 .elementor-element.elementor-element-83f9d39{--display:flex;}.elementor-235 .elementor-element.elementor-element-2f6c567{--display:flex;}.elementor-235 .elementor-element.elementor-element-0ca577e{--display:flex;}.elementor-235 .elementor-element.elementor-element-a02498e{--display:flex;}.elementor-235 .elementor-element.elementor-element-c3bd2e4{--display:flex;}body.elementor-page-235:not(.elementor-motion-effects-element-type-background), body.elementor-page-235 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-235 .elementor-element.elementor-element-be2d603{--width:50%;}.elementor-235 .elementor-element.elementor-element-ea64d05{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-9b0ad6b *//* ===== SUBHEADING HERO DESIGN ===== */

#subheadinghero{
    width: 85%;
    margin: 22px auto 0;
    text-align: center;

    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;

    color: #E2E8F0;

    padding: 20px 28px;

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(255,255,255,0.08);

    border-left: 5px solid #22C55E;

    border-right: 5px solid #FF1616;

    border-radius: 18px;

    backdrop-filter: blur(12px);

    box-shadow:
        0 0 25px rgba(34, 197, 94, 0.08),
        0 0 40px rgba(26, 8, 158, 0.15);

    position: relative;

    overflow: hidden;

    transition: 0.4s ease;
}

/* Hover Effect */
#subheadinghero:hover{
    transform: translateY(-4px);

    box-shadow:
        0 0 30px rgba(34, 197, 94, 0.18),
        0 0 50px rgba(26, 8, 158, 0.25);
}

/* Glow Background */
#subheadinghero::before{
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    background: rgba(34, 197, 94, 0.08);

    border-radius: 50%;

    top: -120px;
    left: -120px;

    filter: blur(40px);
}

/* Gradient Highlight Text */
#subheadinghero span{
    background: linear-gradient(
        90deg,
        #22C55E,
        #FFFFFF,
        #38BDF8
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-weight: 700;
}

/* Responsive */
@media(max-width:768px){

    #subheadinghero{
        width: 95%;
        font-size: 17px;
        line-height: 1.7;
        padding: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for video, class: .elementor-element-6798def *//* ===== HERO VIDEO SECTION DESIGN ===== */

#video{
    width: 100%;
    max-width: 1100px;

    margin: 40px auto;

    display: block;

    border-radius: 28px;

    border: 3px solid rgba(255,255,255,0.08);

    outline: 2px solid rgba(34, 197, 94, 0.25);

    background: #0F172A;

    box-shadow:
        0 0 25px rgba(34, 197, 94, 0.15),
        0 0 60px rgba(26, 8, 158, 0.28),
        0 20px 60px rgba(0,0,0,0.45);

    overflow: hidden;

    position: relative;

    transition: all 0.4s ease;
}

/* Hover Animation */
#video:hover{
    transform: translateY(-6px) scale(1.01);

    box-shadow:
        0 0 35px rgba(34, 197, 94, 0.28),
        0 0 80px rgba(26, 8, 158, 0.35),
        0 25px 70px rgba(0,0,0,0.55);
}

/* Top Glow Line */
#video::before{
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #22C55E,
        #FFFFFF,
        #FF1616,
        #1A089E
    );

    z-index: 2;
}

/* Bottom Glow */
#video::after{
    content: "";

    position: absolute;

    bottom: -60px;
    left: 50%;

    transform: translateX(-50%);

    width: 80%;
    height: 120px;

    background: rgba(34, 197, 94, 0.18);

    filter: blur(55px);

    z-index: -1;
}

/* Responsive */
@media(max-width:768px){

    #video{
        border-radius: 18px;
        margin-top: 25px;
    }

}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-5f30636 *//* ===== PREMIUM CTA BUTTON DESIGN ===== */

#btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 18px 42px;

    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;

    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;

    border-radius: 18px;

    border: 2px solid rgba(255,255,255,0.08);

    cursor: pointer;

    position: relative;
    overflow: hidden;

    background: linear-gradient(
        135deg,
        #22C55E 0%,
        #1A089E 45%,
        #FF1616 100%
    );

    transition: all 0.45s ease;

    box-shadow:
        0 0 20px rgba(34, 197, 94, 0.25),
        0 0 45px rgba(26, 8, 158, 0.28),
        0 15px 40px rgba(0,0,0,0.35);

    animation: pulseGlow 2.5s infinite;
}

/* Gradient Text */
#btn span{
    background: linear-gradient(
        90deg,
        #FFFFFF,
        #E2E8F0,
        #FFFFFF
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: relative;
    z-index: 2;
}

/* Animated Shine Effect */
#btn::before{
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );

    transform: skewX(-25deg);

    transition: 0.8s;
}

/* Hover Effects */
#btn:hover{
    transform: translateY(-6px) scale(1.03);

    box-shadow:
        0 0 30px rgba(34, 197, 94, 0.45),
        0 0 70px rgba(26, 8, 158, 0.40),
        0 25px 60px rgba(0,0,0,0.45);
}

#btn:hover::before{
    left: 130%;
}

/* Click Effect */
#btn:active{
    transform: scale(0.96);
}

/* Glow Animation */
@keyframes pulseGlow{

    0%{
        box-shadow:
            0 0 15px rgba(34, 197, 94, 0.18),
            0 0 35px rgba(26, 8, 158, 0.22);
    }

    50%{
        box-shadow:
            0 0 30px rgba(34, 197, 94, 0.35),
            0 0 60px rgba(26, 8, 158, 0.35);
    }

    100%{
        box-shadow:
            0 0 15px rgba(34, 197, 94, 0.18),
            0 0 35px rgba(26, 8, 158, 0.22);
    }
}

/* Responsive */
@media(max-width:768px){

    #btn{
        width: 100%;
        padding: 16px 20px;
        font-size: 17px;
        border-radius: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ea0210 *//* ===== FEATURES SECTION ===== */

#features-section{
    width: 100%;

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

    gap: 22px;

    margin-top: 45px;
}

/* ===== FEATURE BOX ===== */

.feature-box{

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.02)
    );

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 24px;

    padding: 35px 20px;

    text-align: center;

    position: relative;

    overflow: hidden;

    backdrop-filter: blur(12px);

    transition: 0.45s ease;

    box-shadow:
        0 0 18px rgba(34, 197, 94, 0.08),
        0 0 40px rgba(26, 8, 158, 0.10);

    cursor: pointer;
}

/* Top Glow Line */

.feature-box::before{

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #22C55E,
        #FFFFFF,
        #FF1616,
        #1A089E
    );
}

/* Hover Effect */

.feature-box:hover{

    transform: translateY(-10px) scale(1.03);

    border-color: rgba(34, 197, 94, 0.35);

    box-shadow:
        0 0 28px rgba(34, 197, 94, 0.22),
        0 0 70px rgba(26, 8, 158, 0.25);
}

/* Icon Design */

.feature-box .icon{

    width: 78px;
    height: 78px;

    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 38px;

    background: linear-gradient(
        135deg,
        #22C55E,
        #1A089E
    );

    color: #FFFFFF;

    box-shadow:
        0 0 20px rgba(34, 197, 94, 0.30),
        0 0 40px rgba(26, 8, 158, 0.22);

    transition: 0.4s ease;
}

/* Icon Hover */

.feature-box:hover .icon{

    transform: rotate(8deg) scale(1.1);
}

/* Heading */

.feature-box h3{

    margin: 0;

    font-size: 22px;

    line-height: 1.5;

    font-weight: 700;

    font-family: 'Poppins', sans-serif;

    color: #FFFFFF;
}

/* Responsive */

@media(max-width:768px){

    #features-section{

        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }

    .feature-box{

        padding: 25px 14px;
        border-radius: 18px;
    }

    .feature-box .icon{

        width: 62px;
        height: 62px;

        font-size: 28px;
    }

    .feature-box h3{

        font-size: 16px;
        line-height: 1.4;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f59876 *//* ===== MODULES SECTION ===== */

#modules{
    width: 100%;
    margin-top: 70px;
}

/* ===== TITLE ===== */

#modules-title{

    text-align: center;

    font-size: 48px;

    font-weight: 800;

    font-family: 'Poppins', sans-serif;

    margin-bottom: 40px;

    color: #FFFFFF;

    letter-spacing: -1px;
}

#modules-title span{

    background: linear-gradient(
        90deg,
        #22C55E,
        #FFFFFF,
        #38BDF8
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== GRID ===== */

#modules-grid{

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

    gap: 22px;
}

/* ===== CARD ===== */

.module-card{

    min-height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 24px;

    border-radius: 22px;

    position: relative;

    overflow: hidden;

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.02)
    );

    border: 1px solid rgba(255,255,255,0.08);

    backdrop-filter: blur(12px);

    color: #FFFFFF;

    font-size: 20px;

    line-height: 1.5;

    font-weight: 700;

    font-family: 'Poppins', sans-serif;

    transition: 0.45s ease;

    box-shadow:
        0 0 20px rgba(34, 197, 94, 0.08),
        0 0 45px rgba(26, 8, 158, 0.10);

    cursor: pointer;
}

/* ===== TOP BORDER ===== */

.module-card::before{

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #22C55E,
        #FFFFFF,
        #FF1616,
        #1A089E
    );
}

/* ===== HOVER ===== */

.module-card:hover{

    transform: translateY(-10px) scale(1.03);

    border-color: rgba(34, 197, 94, 0.35);

    box-shadow:
        0 0 30px rgba(34, 197, 94, 0.22),
        0 0 80px rgba(26, 8, 158, 0.25);
}

/* ===== AI HIGHLIGHT CARD ===== */

.highlight-card{

    background: linear-gradient(
        135deg,
        rgba(34,197,94,0.18),
        rgba(26,8,158,0.25)
    );

    border: 1px solid rgba(34,197,94,0.35);

    color: #FFFFFF;

    box-shadow:
        0 0 30px rgba(34,197,94,0.25),
        0 0 70px rgba(26,8,158,0.25);
}

/* ===== AUTOMATION CARD ===== */

.automation-card{

    background: linear-gradient(
        135deg,
        rgba(255,22,22,0.18),
        rgba(26,8,158,0.25)
    );

    border: 1px solid rgba(255,22,22,0.35);

    color: #FFFFFF;

    animation: pulseAutomation 2.5s infinite;
}

/* ===== AUTOMATION ANIMATION ===== */

@keyframes pulseAutomation{

    0%{

        box-shadow:
            0 0 18px rgba(255,22,22,0.18),
            0 0 35px rgba(26,8,158,0.15);
    }

    50%{

        box-shadow:
            0 0 35px rgba(255,22,22,0.32),
            0 0 65px rgba(26,8,158,0.25);
    }

    100%{

        box-shadow:
            0 0 18px rgba(255,22,22,0.18),
            0 0 35px rgba(26,8,158,0.15);
    }
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

    #modules-title{

        font-size: 34px;
    }

    #modules-grid{

        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }

    .module-card{

        min-height: 110px;

        font-size: 15px;

        padding: 18px;

        border-radius: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6a1da5e *//* ===== FAIL SECTION ===== */

#fail-section{
    width: 100%;
    margin-top: 90px;
}

/* ===== TITLE ===== */

#fail-title{

    text-align: center;

    font-size: 48px;

    font-weight: 800;

    font-family: 'Poppins', sans-serif;

    color: #FFFFFF;

    margin-bottom: 18px;

    line-height: 1.3;
}

#fail-title span{

    background: linear-gradient(
        90deg,
        #FF1616,
        #FFFFFF,
        #22C55E
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ===== SUBTITLE ===== */

#fail-subtitle{

    max-width: 900px;

    margin: auto auto 45px;

    text-align: center;

    color: #CBD5E1;

    font-size: 21px;

    line-height: 1.8;

    font-family: 'Poppins', sans-serif;
}

/* ===== GRID ===== */

#fail-grid{

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));

    gap: 24px;
}

/* ===== CARD ===== */

.fail-card{

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.06),
        rgba(255,255,255,0.02)
    );

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 24px;

    padding: 32px 24px;

    position: relative;

    overflow: hidden;

    backdrop-filter: blur(12px);

    transition: 0.45s ease;

    box-shadow:
        0 0 18px rgba(34,197,94,0.08),
        0 0 45px rgba(26,8,158,0.10);
}

/* TOP LINE */

.fail-card::before{

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #22C55E,
        #FFFFFF,
        #FF1616,
        #1A089E
    );
}

/* HOVER */

.fail-card:hover{

    transform: translateY(-10px);

    border-color: rgba(34,197,94,0.30);

    box-shadow:
        0 0 30px rgba(34,197,94,0.20),
        0 0 70px rgba(26,8,158,0.22);
}

/* ICON */

.fail-icon{

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    margin-bottom: 22px;

    font-size: 34px;

    background: linear-gradient(
        135deg,
        #1A089E,
        #22C55E
    );

    box-shadow:
        0 0 20px rgba(34,197,94,0.25),
        0 0 45px rgba(26,8,158,0.22);
}

/* CARD TITLE */

.fail-card h3{

    font-size: 24px;

    color: #FFFFFF;

    margin-bottom: 14px;

    line-height: 1.4;

    font-weight: 700;

    font-family: 'Poppins', sans-serif;
}

/* CARD TEXT */

.fail-card p{

    color: #CBD5E1;

    font-size: 17px;

    line-height: 1.8;

    font-family: 'Poppins', sans-serif;
}

/* SPECIAL CARDS */

.highlight-fail{

    border: 1px solid rgba(34,197,94,0.35);

    background: linear-gradient(
        135deg,
        rgba(34,197,94,0.14),
        rgba(26,8,158,0.22)
    );
}

.automation-fail{

    border: 1px solid rgba(255,22,22,0.35);

    background: linear-gradient(
        135deg,
        rgba(255,22,22,0.12),
        rgba(26,8,158,0.22)
    );

    animation: failPulse 2.5s infinite;
}

/* ANIMATION */

@keyframes failPulse{

    0%{

        box-shadow:
            0 0 18px rgba(255,22,22,0.14),
            0 0 35px rgba(26,8,158,0.14);
    }

    50%{

        box-shadow:
            0 0 35px rgba(255,22,22,0.28),
            0 0 70px rgba(26,8,158,0.24);
    }

    100%{

        box-shadow:
            0 0 18px rgba(255,22,22,0.14),
            0 0 35px rgba(26,8,158,0.14);
    }
}

/* RESPONSIVE */

@media(max-width:768px){

    #fail-title{

        font-size: 34px;
    }

    #fail-subtitle{

        font-size: 17px;
        line-height: 1.7;
    }

    .fail-card{

        padding: 24px 18px;
        border-radius: 18px;
    }

    .fail-card h3{

        font-size: 20px;
    }

    .fail-card p{

        font-size: 15px;
    }

    .fail-icon{

        width: 60px;
        height: 60px;

        font-size: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0476e4 */.cta-heading{

    text-align:center;

    font-size:42px;

    font-weight:800;

    line-height:1.3;

    margin-top:60px;

    color:#FFFFFF;

    font-family:'Poppins',sans-serif;
}

.cta-text{

    max-width:850px;

    margin:18px auto 35px;

    text-align:center;

    color:#CBD5E1;

    font-size:21px;

    line-height:1.8;

    font-family:'Poppins',sans-serif;
}

@media(max-width:768px){

    .cta-heading{

        font-size:30px;
    }

    .cta-text{

        font-size:17px;
        line-height:1.7;
    }

}/* End custom CSS */