.elementor-11 .elementor-element.elementor-element-03a3a39{--display:flex;}.elementor-11 .elementor-element.elementor-element-03a3a39.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-11 .elementor-element.elementor-element-c5ab5d8{width:100%;max-width:100%;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-03a3a39{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-c5ab5d8 *//* Base Styles */
:root {
    --blue-50: #f0f7ff;
    --blue-100: #e0effe;
    --blue-500: #0c8ee7;
    --blue-700: #0259a0;
    --blue-800: #064b85;
    --blue-900: #0a406e;
    
    --green-50: #f0fdf6;
    --green-100: #dcfce9;
    --green-500: #22c56d;
    --green-700: #158246;
    
    --orange-50: #fff8ed;
    --orange-100: #ffefd4;
    --orange-500: #ff7a0d;
    --orange-600: #f05d00;
    
    --white: #ffffff;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-300: #d1d5db;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --gray-900: #111827;
    
    --red-500: #ef4444;
    --green-600: #16a34a;
    
    --transition-fast: 0.3s;
    --transition-normal: 0.5s;
    --transition-slow: 0.8s;
    
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--gray-800);
    background-color: var(--white);
    line-height: 1.5;
    overflow: hidden;
}

/* Presentation Container */
.presentation-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Slides Container */
.slides-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Slide Styles */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-normal) ease, visibility var(--transition-normal) ease;
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.slide-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
}

/* Typography */
h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: var(--white);
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: var(--blue-800);
    text-align: center;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--blue-800);
}

h4 {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--gray-700);
}

p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--gray-700);
}

ul {
    list-style: none;
    margin-bottom: 1.5rem;
}

li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
}

/* Specific Slide Styles */
.slide-1 {
    background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
    color: var(--white);
    text-align: center;
}

.slide-1 h2 {
    color: var(--white);
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.slide-1 .description {
    color: var(--white);
    opacity: 0.9;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.slide-1 .logo-container {
    margin-top: 2rem;
}

.slide-1 .logo {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--white);
}

.slide-3 {
    background-color: var(--blue-50);
}

.slide-7 {
    background: linear-gradient(135deg, var(--blue-50), var(--white));
}

.slide-9 {
    background-color: var(--white);
}

.slide-11 {
    background: linear-gradient(135deg, var(--blue-50), var(--white));
}

.slide-12 {
    background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
    color: var(--white);
    text-align: center;
}

.slide-12 h2 {
    color: var(--white);
}

.slide-12 .final-message {
    color: var(--white);
    font-size: 1.25rem;
    margin-top: 2rem;
}

/* Layout Components */
.two-column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.column {
    flex: 1;
}

/* Intro Text */
.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2.5rem;
    font-size: 1.125rem;
}

/* Feature List */
.feature-list li {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    color: var(--gray-800);
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--blue-100);
    color: var(--blue-800);
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
}

/* Problem and Solution Lists */
.problem-list li, .solution-list li {
    padding: 0.75rem 0;
    font-size: 1.125rem;
}

.problem-icon, .solution-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    flex-shrink: 0;
}

.problem-icon {
    color: var(--red-500);
}

.solution-icon {
    color: var(--green-600);
}

.problem-column h3, .solution-column h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.problem-column {
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
}

.solution-column {
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
}

/* Flow Diagram */
.flow-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1rem;
    background-color: var(--white);
    border-radius: 0.75rem;
    box-shadow: var(--shadow-md);
}

.flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 1rem;
    background-color: var(--blue-50);
    border-radius: 0.5rem;
}

.flow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: var(--white);
    color: var(--blue-800);
    border-radius: 50%;
    margin-bottom: 0.75rem;
    box-shadow: var(--shadow-sm);
}

.flow-arrow {
    font-size: 1.5rem;
    color: var(--blue-500);
    font-weight: bold;
}

/* Form Steps */
.form-steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2rem 0;
}

.form-step {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: var(--shadow-md);
}

.form-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: var(--blue-800);
    color: var(--white);
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    margin-right: 1.5rem;
    flex-shrink: 0;
}

.form-step-content {
    flex: 1;
}

.form-step-content h3 {
    margin-bottom: 0.25rem;
}

.form-step-content p {
    margin-bottom: 0;
    color: var(--gray-600);
}

/* Tech Note */
.tech-note {
    background-color: var(--blue-50);
    border-radius: 0.5rem;
    padding: 1rem;
    border-left: 4px solid var(--blue-500);
    margin-top: 2rem;
}

.tech-note p {
    color: var(--blue-800);
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.tech-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--blue-500);
    color: var(--white);
    border-radius: 50%;
    margin-right: 0.5rem;
}

/* Categories Grid */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.category-card {
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.category-card h3 {
    margin-bottom: 0;
    font-size: 1rem;
    text-align: center;
}

/* Algorithm Diagram */
.algorithm-diagram {
    margin: 2rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.algorithm-diagram img {
    width: 100%;
    height: auto;
    display: block;
}

/* WhatsApp Features */
.whatsapp-features li {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    color: var(--gray-800);
}

/* Dashboard Preview */
.dashboard-preview {
    margin: 2rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.dashboard-preview img {
    width: 100%;
    height: auto;
    display: block;
}

/* Dashboard Features */
.dashboard-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin: 2rem 0;
}

.dashboard-feature {
    display: flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.25rem;
    box-shadow: var(--shadow-md);
}

.dashboard-feature .feature-icon {
    margin-right: 1rem;
}

.dashboard-feature h3 {
    margin-bottom: 0;
    font-size: 1rem;
}

/* Branding Lists */
.branding-column h3 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: var(--blue-800);
}

.branding-list li {
    padding: 0.75rem 0;
    font-size: 1.125rem;
    color: var(--gray-800);
}

.branding-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--blue-500);
    margin-right: 1rem;
    font-weight: bold;
}

.branding-note {
    text-align: center;
    margin-top: 2rem;
    font-style: italic;
    color: var(--gray-600);
}

/* Benefits Grid */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin: 2rem 0;
}

.benefit-card {
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: var(--blue-100);
    color: var(--blue-800);
    border-radius: 50%;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    font-size: 1.125rem;
}

/* Comparison Chart */
.comparison-chart {
    margin: 2rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.comparison-chart img {
    width: 100%;
    height: auto;
    display: block;
}

/* Timeline */
.timeline {
    position: relative;
    margin: 3rem 0;
    padding-left: 2rem;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1.5rem;
    width: 2px;
    background-color: var(--blue-200);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.timeline-marker {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3rem;
    background-color: var(--blue-800);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    transform: translateX(-50%);
    z-index: 1;
}

.timeline-content {
    background-color: var(--white);
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
}

.timeline-content h3 {
    margin-bottom: 0.5rem;
}

.timeline-content p {
    margin-bottom: 0;
    color: var(--gray-600);
}

/* CTA Container */
.cta-container {
    text-align: center;
    margin-top: 3rem;
}

.cta-text {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--blue-800);
}

/* Contact Container */
.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
}

.contact-info {
    text-align: center;
}

.contact-info p {
    color: var(--white);
    margin-bottom: 0.5rem;
}

.demo-button {
    background-color: var(--orange-500);
    color: var(--white);
    font-weight: 700;
    font-size: 1.125rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    transition: background-color var(--transition-fast) ease, transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.demo-button:hover {
    background-color: var(--orange-600);
    transform: scale(1.05);
    box-shadow: var(--shadow-xl);
}

.qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.qr-image {
    background-color: var(--white);
    padding: 1rem;
    border-radius: 0.5rem;
    color: var(--gray-900);
}

.qr-code p {
    color: var(--white);
    margin-bottom: 0;
}

/* Image Container */
.image-container {
    height: 300px;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation Buttons */
.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--blue-800);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: var(--shadow-md);
    transition: background-color var(--transition-fast) ease;
}

.nav-button:hover {
    background-color: var(--white);
}

.prev-button {
    left: 1rem;
}

.next-button {
    right: 1rem;
}

/* Progress Indicator */
.progress-indicator {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 10;
}

.progress-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: var(--gray-300);
    cursor: pointer;
    transition: background-color var(--transition-fast) ease, width var(--transition-fast) ease;
}

.progress-dot.active {
    background-color: var(--blue-800);
    width: 1.5rem;
    border-radius: 9999px;
}

.progress-dot:hover {
    background-color: var(--gray-400);
}

.progress-dot.active:hover {
    background-color: var(--blue-800);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

/* Responsive Styles */
@media (min-width: 768px) {
    .slide {
        padding: 3rem;
    }

    h1 {
        font-size: 4.5rem;
    }

    h2 {
        font-size: 3rem;
    }

    .two-column {
        flex-direction: row;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .flow-diagram {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flow-step {
        width: auto;
        flex: 0 0 calc(25% - 2rem);
    }
}

@media (min-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dashboard-features {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .flow-diagram {
        flex-wrap: nowrap;
    }

    .flow-step {
        flex: 1;
    }
}

/* Background Images */
.slide-1 .slide-background {
    background-image: url('https://source.unsplash.com/random/1920x1080/?technology,digital');
}

.slide-12 .slide-background {
    background-image: url('https://source.unsplash.com/random/1920x1080/?community,transformation');
}/* End custom CSS */