.elementor-30564 .elementor-element.elementor-element-ab370b8{--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-30564 .elementor-element.elementor-element-ae51f43{--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;}/* Start custom CSS for html, class: .elementor-element-cf124cc */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.1;
    color: white;
}

.hero .subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 25px;
    color: #b5ce51;
}

.hero .description {
    font-size: 1.3rem;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.95;
    line-height: 1.5;
}

.cta-hero {
    display: inline-block;
    padding: 20px 40px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 12px;
    background: #ea5e3a;
    color: white;
    border: 3px solid #ea5e3a;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-hero:hover {
    background: #d94d28;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(234, 94, 58, 0.4);
}

/* Content */
.content {
    padding: 80px 0;
}

.section {
    margin-bottom: 80px;
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2b2e71;
    text-align: center;
    position: relative;
}

h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #ea5e3a;
    margin: 20px auto 0;
    border-radius: 2px;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 40px 0 25px 0;
    color: #2b2e71;
}

h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: #266534;
}

p {
    margin-bottom: 25px;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Problem Section */
.problem-section {
    background: linear-gradient(135deg, #ffe8e8 0%, #fff0f0 100%);
    padding: 60px 0;
    margin-bottom: 80px;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 50px 0;
}

.problem-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(234, 94, 58, 0.1);
    border: 2px solid #ea5e3a;
    text-align: center;
}

.problem-icon {
    font-size: 4rem;
    margin-bottom: 25px;
    display: block;
}

/* Solution Grid */
.solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin: 50px 0;
}

.solution-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.1);
    border: 2px solid #b5ce51;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(43, 46, 113, 0.15);
    border-color: #2b2e71;
}

.solution-icon {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
    color: #339452;
}

/* Integration Showcase */
.integration-showcase {
    background: #f8f9ff;
    padding: 60px 0;
    margin-bottom: 80px;
}

.integration-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.integration-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(43, 46, 113, 0.08);
    border: 1px solid #efe6d4;
    transition: transform 0.3s ease;
}

.integration-card:hover {
    transform: translateY(-5px);
    border-color: #b5ce51;
}

.integration-logo {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2b2e71;
    font-weight: bold;
}

/* Benefits Section */
.benefits-section {
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    padding: 80px 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
    margin: 50px 0;
}

.benefit-card {
    background: white;
    padding: 35px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(43, 46, 113, 0.1);
    border: 1px solid #b5ce51;
}

.benefit-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ea5e3a;
    margin-bottom: 15px;
}

/* Expertise Section */
.expertise-section {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0fff0 100%);
    padding: 60px 0;
    margin-bottom: 80px;
}

.expertise-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 50px 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #339452;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: #266534;
    font-weight: 600;
}

/* Testimonial Section */
.testimonial-section {
    background: #2b2e71;
    color: white;
    padding: 80px 0;
    text-align: center;
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-quote {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 1.2rem;
    font-weight: 600;
    color: #b5ce51;
}

/* Process Section */
.process-section {
    margin: 80px 0;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 50px 0;
}

.process-step {
    text-align: center;
    position: relative;
}

.step-number {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2rem;
    font-weight: 800;
    color: white;
    background: #ea5e3a;
    border-radius: 50%;
    margin-bottom: 25px;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-content {
    max-width: 700px;
    margin: 0 auto;
}

.cta-final {
    display: inline-block;
    padding: 25px 50px;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 15px;
    background: #ea5e3a;
    color: white;
    border: 3px solid #ea5e3a;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}

.cta-final:hover {
    background: #d94d28;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(234, 94, 58, 0.4);
}

.footer-link {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 30px;
    background: transparent;
    color: #b5ce51;
    text-decoration: none;
    border: 2px solid #b5ce51;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-link:hover {
    background: #b5ce51;
    color: #2b2e71;
}

/* Responsive */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero .subtitle {
        font-size: 1.4rem;
    }
    
    .hero .description {
        font-size: 1.1rem;
    }
    
    h2 {
        font-size: 2.2rem;
    }
    
    .problem-grid,
    .solution-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .problem-grid,
    .solution-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */