/*
 * BullTech AI-Tool Exact CSS Replica
 * Extracted from https://ai-tool.elementra.themerex.net/
 * Updated: 2025-08-22
 */

/* ========== ELEMENTOR GLOBAL VARIABLES ========== */
:root {
    /* Primary Colors */
    --e-global-color-theme_color_bg_color: #0a0c18;
    --e-global-color-theme_color_bg_color_2: #211b2f;
    --e-global-color-theme_color_bd_color: #3C3245;
    --e-global-color-theme_color_title: #FFFEFE;
    --e-global-color-theme_color_text: #D3CFDE;
    --e-global-color-theme_color_meta: #D7D3DE;
    --e-global-color-theme_color_link: #864AFF;
    --e-global-color-theme_color_hover: #7231F5;
    --e-global-color-theme_color_alt_bg_color: #FFFFFF;
    --e-global-color-theme_color_alt_title: #1F242E;
    
    /* Typography Variables */
    --e-global-typography-theme_font_p-font-family: "DM Sans";
    --e-global-typography-theme_font_p-font-size: 16px;
    --e-global-typography-theme_font_p-line-height: 1.625em;
    
    --e-global-typography-theme_font_h1-font-family: "Manrope";
    --e-global-typography-theme_font_h1-font-size: 57px;
    --e-global-typography-theme_font_h1-font-weight: 600;
    --e-global-typography-theme_font_h1-line-height: 1.1052em;
    --e-global-typography-theme_font_h1-letter-spacing: -1.1px;
    
    --e-global-typography-theme_font_button-font-family: "Manrope";
    --e-global-typography-theme_font_button-font-size: 16px;
    --e-global-typography-theme_font_button-font-weight: 700;
    --e-global-typography-theme_font_button-line-height: 19px;
    
    --e-global-typography-theme_font_menu-font-family: "Manrope";
    --e-global-typography-theme_font_menu-font-size: 16px;
    --e-global-typography-theme_font_menu-font-weight: 500;
    --e-global-typography-theme_font_menu-line-height: 1.5em;
}

/* ========== HERO SECTION (elementor-element-21be2e39) ========== */
.elementor-element-21be2e39 {
    --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;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --overlay-opacity: 1;
    --padding-top: 155px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
    background-image: url("https://ai-tool.elementra.themerex.net/wp-content/uploads/2025/02/background-01.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.elementor-element-21be2e39::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(180deg, #02010100 0%, var(--e-global-color-theme_color_bg_color) 70%);
    pointer-events: none;
    z-index: 1;
}

/* ========== BUTTONS - EXACT DIMENSIONS ========== */
.elementor-element-4966cec5 .elementor-button {
    font-family: var(--e-global-typography-theme_font_button-font-family);
    font-size: 15px !important; /* EXACT size from original */
    font-weight: var(--e-global-typography-theme_font_button-font-weight);
    color: var(--e-global-color-theme_color_title);
    padding: 15px 34px 15px 34px !important; /* EXACT padding */
    background: linear-gradient(135deg, var(--e-global-color-theme_color_link) 0%, var(--e-global-color-theme_color_hover) 100%);
    border: none;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: auto !important; /* NOT full width */
    min-width: auto;
    white-space: nowrap;
}

.elementor-element-4966cec5 .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(116, 53, 253, 0.3);
    color: var(--e-global-color-theme_color_title);
}

.elementor-element-2d26799c .elementor-button {
    font-family: var(--e-global-typography-theme_font_button-font-family);
    font-size: 15px !important; /* EXACT size */
    font-weight: var(--e-global-typography-theme_font_button-font-weight);
    background-color: transparent;
    color: var(--e-global-color-theme_color_title);
    border: 1px solid var(--e-global-color-theme_color_title);
    border-radius: 8px;
    padding: 14px 40px 14px 40px !important; /* EXACT padding */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    width: auto !important; /* NOT full width */
    min-width: auto;
    white-space: nowrap;
}

.elementor-element-2d26799c .elementor-button:hover {
    background-color: var(--e-global-color-theme_color_alt_bg_color);
    color: var(--e-global-color-theme_color_alt_title);
    transform: translateY(-2px);
}

/* ========== HERO CONTENT CONTAINER ========== */
.elementor-element-42aa48a4 {
    --display: flex;
    --align-items: center;
    --container-widget-width: calc((1 - var(--container-widget-flex-grow)) * 100%);
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --margin-top: 0px;
    --margin-bottom: 85px;
    --margin-left: 0px;
    --margin-right: 0px;
    align-self: center;
    z-index: 2;
    position: relative;
}

/* ========== BADGE LIST ========== */
.elementor-element-66b13a2 .trx-addons-list-items li {
    background-color: var(--e-global-color-theme_color_bg_color_2);
    border: 1px solid var(--e-global-color-theme_color_bd_color);
    border-radius: 60px;
    padding: 6px 15px 7px 15px;
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.elementor-element-66b13a2 .trx-addons-list-items .trx-addons-icon-list-icon {
    font-size: 13px;
    line-height: 13px;
    color: var(--e-global-color-theme_color_title);
    margin-right: 6px;
}

.elementor-element-66b13a2 .trx-addons-icon-list-text {
    font-size: 14px;
    color: var(--e-global-color-theme_color_title);
}

/* ========== MAIN TITLE (Advanced Title) ========== */
.elementor-element-5881c9e6 {
    width: 850px;
    max-width: 850px;
    text-align: center;
    margin: 0 auto 38px auto;
}

.elementor-element-5881c9e6 .trx-addons-advanced-title {
    font-size: 100px;
    line-height: 0.95em;
    letter-spacing: 0px;
    font-family: var(--e-global-typography-theme_font_h1-font-family);
    font-weight: 600;
}

.elementor-element-5881c9e6 .elementor-repeater-item-96cde70 {
    background: linear-gradient(#fffefe 20%, #7435fd 130%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ========== DESCRIPTION TEXT ========== */
.elementor-element-f2f8712 {
    width: 600px;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 25px auto;
    color: var(--e-global-color-theme_color_text);
    font-family: var(--e-global-typography-theme_font_p-font-family);
    font-size: var(--e-global-typography-theme_font_p-font-size);
    line-height: var(--e-global-typography-theme_font_p-line-height);
}

/* ========== BUTTONS CONTAINER ========== */
.elementor-element-1fb2fea8 {
    --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;
    --justify-content: center;
    --gap: 12px 12px;
    --row-gap: 12px;
    --column-gap: 12px;
}

/* ========== BACKGROUND TEXT ANIMATION ========== */
.elementor-element-51b1123 {
    --display: flex;
    --min-height: 25vw;
    position: relative;
}

.elementor-element-51b1123 .trx_addons_bg_text_char {
    font-size: 15.4vw;
    font-weight: 700;
    line-height: 1.56em;
    letter-spacing: -9px;
    background-image: linear-gradient(90deg, #7435fd -130%, #fff 52%, rgba(195, 129, 231, .7) 130%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ========== CARDS SECTION ========== */
.elementor-element-53b49f35 {
    --display: grid;
    --e-con-grid-template-columns: repeat(2, 1fr);
    --e-con-grid-template-rows: repeat(1, 1fr);
    --grid-auto-flow: row;
    gap: 30px;
}

.elementor-element-6194bc91,
.elementor-element-3306434c,
.elementor-element-4c4b317 {
    background-color: var(--e-global-color-theme_color_bg_color_2);
    padding: 40px 30px 35px 30px;
    border-radius: 15px;
    border: 1px solid var(--e-global-color-theme_color_bd_color);
    transition: all 0.3s ease;
}

.elementor-element-6194bc91:hover,
.elementor-element-3306434c:hover,
.elementor-element-4c4b317:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.elementor-element-6194bc91 .elementor-icon,
.elementor-element-3306434c .elementor-icon,
.elementor-element-4c4b317 .elementor-icon {
    font-size: 45px;
    color: #F263AE;
    margin-bottom: 20px;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1279px) {
    :root {
        --e-global-typography-theme_font_h1-font-size: 45px;
        --e-global-typography-theme_font_h1-letter-spacing: 0px;
    }
    
    .elementor-element-5881c9e6 {
        width: 90%;
        max-width: 90%;
    }
    
    .elementor-element-5881c9e6 .trx-addons-advanced-title {
        font-size: 80px;
    }
    
    .elementor-element-f2f8712 {
        width: 90%;
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    :root {
        --e-global-typography-theme_font_h1-font-size: 36px;
        --e-global-typography-theme_font_button-font-size: 15px;
    }
    
    .elementor-element-21be2e39 {
        --padding-top: 80px;
    }
    
    .elementor-element-5881c9e6 .trx-addons-advanced-title {
        font-size: 60px;
    }
    
    .elementor-element-4966cec5 .elementor-button,
    .elementor-element-2d26799c .elementor-button {
        padding: 12px 28px !important;
        font-size: 14px !important;
    }
    
    .elementor-element-1fb2fea8 {
        --flex-direction: column;
        --gap: 15px 15px;
    }
    
    .elementor-element-53b49f35 {
        --e-con-grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    .elementor-element-51b1123 .trx_addons_bg_text_char {
        font-size: 20vw;
        letter-spacing: -5px;
    }
}

/* ========== MENU/NAVIGATION STYLES ========== */
.elementor-nav-menu .elementor-item {
    font-family: var(--e-global-typography-theme_font_menu-font-family);
    font-size: var(--e-global-typography-theme_font_menu-font-size);
    font-weight: var(--e-global-typography-theme_font_menu-font-weight);
    color: var(--e-global-color-theme_color_title);
    text-decoration: none;
    padding: 10px 15px;
    transition: color 0.3s ease;
}

.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active {
    color: var(--e-global-color-theme_color_link);
}

/* ========== GLASS/BLUR EFFECTS ========== */
.glass-effect {
    background: rgba(33, 27, 47, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ========== UTILITY CLASSES ========== */
.text-gradient-primary {
    background: linear-gradient(135deg, var(--e-global-color-theme_color_link) 0%, var(--e-global-color-theme_color_hover) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary-gradient {
    background: linear-gradient(135deg, var(--e-global-color-theme_color_link) 0%, var(--e-global-color-theme_color_hover) 100%);
    border: none;
    color: var(--e-global-color-theme_color_title);
}

.btn-outline-primary {
    background: transparent;
    border: 1px solid var(--e-global-color-theme_color_title);
    color: var(--e-global-color-theme_color_title);
}

/* ========== ANIMATIONS ========== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.marquee-text {
    animation: marqueeLeft 20s linear infinite;
}

/* ========== ELEMENTOR OVERRIDES ========== */
.elementor-widget-container {
    position: relative;
}

.elementor-button-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Fix for button width issues */
.elementor-button-wrapper .elementor-button {
    width: auto !important;
    display: inline-flex;
}

/* Ensure proper spacing */
.elementor-widget:not(:last-child) {
    margin-block-end: var(--widgets-spacing, 30px);
}