.elementor-23639 .elementor-element.elementor-element-8035392{padding:0px 0px 0px 0px;overflow:visible;}.elementor-23639 .elementor-element.elementor-element-e2f24c1 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-23639 .elementor-element.elementor-element-b08e3ef > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-23639 .elementor-element.elementor-element-8035392{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-23639 .elementor-element.elementor-element-e2f24c1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-23639 .elementor-element.elementor-element-b08e3ef > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* ========================================
   GLOBAL VARIABLES (Your Brand Colors)
   ======================================== */
:root {
    --color-primary: #FD2E00;
    --color-secondary: #54595F;
    --color-text: #010101;
    --color-accent: #61CE70;
    --color-yellow: #FABD05;
    --color-white: #FFFFFF;
    --font-family: "Jost", sans-serif;
}

/* ========================================
   HERO SECTION STYLES
   ======================================== */
.ai-bots-hero {
    background: linear-gradient(135deg, var(--color-primary) 0%, #B32000 100%);
    padding: 100px 20px;
    text-align: center;
    color: var(--color-white);
    position: relative;
    overflow: hidden;
}

.ai-bots-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
    pointer-events: none;
}

.ai-bots-hero-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ai-bots-hero h1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1.2;
}

.ai-bots-hero .subtitle {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 15px;
    opacity: 0.95;
}

.ai-bots-hero .tagline {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 40px;
}

/* ========================================
   BUTTON STYLES
   ======================================== */
.ai-bots-btn {
    padding: 18px 40px;
    font-size: 1.1em;
    font-family: var(--font-family);
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ai-bots-btn-primary {
    background: var(--color-white);
    color: var(--color-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.ai-bots-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    background: var(--color-yellow);
    color: var(--color-text);
}

.ai-bots-btn-secondary {
    background: transparent;
    color: var(--color-white);
    border: 2px solid var(--color-white);
}

.ai-bots-btn-secondary:hover {
    background: var(--color-white);
    color: var(--color-primary);
    transform: translateY(-3px);
}

.ai-bots-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

/* ========================================
   INTRO SECTION STYLES
   ======================================== */
.ai-bots-intro {
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.ai-bots-intro p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8;
    color: var(--color-text);
}

/* ========================================
   PRICING BANNER STYLES
   ======================================== */
.ai-bots-pricing-banner {
    background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-primary) 100%);
    padding: 40px 20px;
    text-align: center;
    color: var(--color-white);
}

.ai-bots-pricing-banner h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 20px;
}

.ai-bots-pricing-banner p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.5em;
    margin: 10px 0;
}

.ai-bots-pricing-banner strong {
    font-weight: 700;
    font-size: 1.3em;
}

/* ========================================
   SECTION HEADERS
   ======================================== */
.ai-bots-section-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 60px;
    color: var(--color-text);
}

.ai-bots-section-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.3em;
    text-align: center;
    color: var(--color-secondary);
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================
   FEATURE SECTION STYLES
   ======================================== */
.ai-bots-features {
    padding: 80px 20px;
    background: #F8F9FA;
}

.ai-bots-features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-bots-feature-card {
    background: var(--color-white);
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-left: 5px solid var(--color-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-bots-feature-card:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.ai-bots-feature-card h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.8em;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.ai-bots-feature-card p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.8;
    color: var(--color-secondary);
}

.ai-bots-feature-card ul {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.8;
    color: var(--color-secondary);
    list-style: none;
    padding-left: 0;
}

.ai-bots-feature-card li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.ai-bots-feature-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: bold;
    font-size: 1.3em;
}

.ai-bots-feature-highlight {
    font-weight: 600;
    color: var(--color-primary);
}

/* ========================================
   PACKAGE/PRICING CARD STYLES
   ======================================== */
.ai-bots-packages {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #B32000 100%);
    color: var(--color-white);
}

.ai-bots-packages-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-bots-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.ai-bots-package-card {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}

.ai-bots-package-card:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-5px);
}

.ai-bots-package-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ai-bots-package-price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 2.5em;
    color: var(--color-yellow);
    margin-bottom: 30px;
}

.ai-bots-package-card p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.15em;
    line-height: 1.7;
    margin-bottom: 30px;
}

.ai-bots-package-card ul {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.1em;
    line-height: 2;
    list-style: none;
    padding-left: 0;
}

.ai-bots-package-card li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.ai-bots-package-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-yellow);
    font-weight: bold;
    font-size: 1.5em;
}

/* ========================================
   SIMPLE PRICING BOX STYLES
   ======================================== */
.ai-bots-pricing-simple {
    padding: 80px 20px;
    background: #F8F9FA;
}

.ai-bots-pricing-box {
    background: var(--color-white);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 3px solid var(--color-primary);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.ai-bots-pricing-box h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2em;
    color: var(--color-primary);
    margin-bottom: 20px;
}

.ai-bots-pricing-box .price-amount {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 1.8em;
    color: var(--color-primary);
    margin: 10px 0;
}

.ai-bots-pricing-details {
    background: #F8F9FA;
    padding: 30px;
    border-radius: 15px;
    margin-top: 40px;
}

/* ========================================
   PROCESS STEPS STYLES
   ======================================== */
.ai-bots-process {
    padding: 80px 20px;
    background: var(--color-white);
}

.ai-bots-process-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-bots-process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.ai-bots-process-step {
    text-align: center;
    background: #F8F9FA;
    padding: 40px 30px;
    border-radius: 20px;
    transition: transform 0.3s ease;
}

.ai-bots-process-step:hover {
    transform: translateY(-10px);
}

.ai-bots-step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #B32000 100%);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 2.5em;
    margin: 0 auto 30px;
    box-shadow: 0 10px 25px rgba(253,46,0,0.3);
}

.ai-bots-process-step h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.6em;
    margin-bottom: 15px;
    color: var(--color-text);
}

.ai-bots-process-step p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.7;
    color: var(--color-secondary);
}

/* ========================================
   WHY INVEST SECTION STYLES
   ======================================== */
.ai-bots-why-invest {
    padding: 80px 20px;
    background: linear-gradient(135deg, #F5F7FA 0%, #E8EBED 100%);
}

.ai-bots-why-invest-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-bots-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.ai-bots-benefit-card {
    background: var(--color-white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border-left: 5px solid var(--color-primary);
    transition: all 0.3s ease;
}

.ai-bots-benefit-card:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.ai-bots-benefit-icon {
    font-size: 3em;
    margin-bottom: 20px;
}

.ai-bots-benefit-card h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.5em;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.ai-bots-benefit-card p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.7;
    color: var(--color-secondary);
}

.ai-bots-investment-box {
    background: var(--color-white);
    padding: 50px;
    border-radius: 20px;
    margin-top: 60px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ai-bots-investment-box h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2em;
    color: var(--color-primary);
    margin-bottom: 30px;
}

/* ========================================
   FAQ SECTION STYLES
   ======================================== */
.ai-bots-faq {
    padding: 80px 20px;
    background: var(--color-white);
}

.ai-bots-faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.ai-bots-faq-item {
    background: #F8F9FA;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 15px;
    border-left: 5px solid var(--color-primary);
    transition: all 0.3s ease;
}

.ai-bots-faq-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.ai-bots-faq-item h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.4em;
    color: var(--color-primary);
    margin-bottom: 15px;
}

.ai-bots-faq-item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.7;
    color: var(--color-secondary);
}

/* ========================================
   FINAL CTA SECTION STYLES
   ======================================== */
.ai-bots-final-cta {
    padding: 100px 20px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #B32000 100%);
    color: var(--color-white);
    text-align: center;
}

.ai-bots-final-cta-container {
    max-width: 900px;
    margin: 0 auto;
}

.ai-bots-final-cta h2 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 30px;
}

.ai-bots-final-cta p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.4em;
    line-height: 1.8;
    margin-bottom: 50px;
}

.ai-bots-cta-box {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 25px;
    border: 2px solid rgba(255,255,255,0.3);
    margin-bottom: 50px;
}

.ai-bots-cta-box h3 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.ai-bots-cta-box .price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 2em;
    color: var(--color-yellow);
    margin: 20px 0;
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-primary { color: var(--color-primary) !important; }
.text-secondary { color: var(--color-secondary) !important; }
.text-accent { color: var(--color-accent) !important; }
.text-yellow { color: var(--color-yellow) !important; }
.text-white { color: var(--color-white) !important; }

.bg-primary { background-color: var(--color-primary) !important; }
.bg-accent { background-color: var(--color-accent) !important; }
.bg-yellow { background-color: var(--color-yellow) !important; }
.bg-light { background-color: #F8F9FA !important; }
.bg-white { background-color: var(--color-white) !important; }

.font-weight-400 { font-weight: 400 !important; }
.font-weight-500 { font-weight: 500 !important; }
.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }

/* ========================================
   RESPONSIVE STYLES
   ======================================== */
@media (max-width: 768px) {
    .ai-bots-hero h1 {
        font-size: 2.2em;
    }

    .ai-bots-hero .tagline {
        font-size: 1.4em;
    }

    .ai-bots-section-title {
        font-size: 2em;
    }

    .ai-bots-packages-grid,
    .ai-bots-process-grid,
    .ai-bots-benefits-grid {
        grid-template-columns: 1fr;
    }

    .ai-bots-btn {
        padding: 15px 30px;
        font-size: 1em;
    }

    .ai-bots-pricing-box {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .ai-bots-hero {
        padding: 60px 20px;
    }

    .ai-bots-hero h1 {
        font-size: 1.8em;
    }

    .ai-bots-final-cta h2 {
        font-size: 2em;
    }

    .ai-bots-cta-buttons {
        flex-direction: column;
    }

    .ai-bots-btn {
        width: 100%;
    }
}

/* ========================================
   ANIMATION CLASSES (OPTIONAL)
   Add these to elements for smooth animations
   ======================================== */
.fade-in {
    animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slide-up {
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in-left {
    animation: slideInLeft 0.6s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-right {
    animation: slideInRight 0.6s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}/* End custom CSS */