/* Start custom CSS for text-editor, class: .elementor-element-a3ee1fe *//* Global Styles */
.elementor-widget-text-editor h1 {
    color: #1a73e8;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.elementor-widget-text-editor h2 {
    color: #1a73e8;
    font-size: 32px;
    font-weight: 600;
    margin: 40px 0 20px;
    border-left: 4px solid #1a73e8;
    padding-left: 15px;
}

.elementor-widget-text-editor h3 {
    color: #1a73e8;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.elementor-widget-text-editor p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

/* Solution Categories */
.solutions-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.solution-box {
    flex: 1 1 calc(33.333% - 20px);
    min-width: 300px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    background-color: #fff;
    position: relative;
}

.solution-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.solution-box h3 {
    position: relative;
    padding-bottom: 12px;
}

.solution-box h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #1a73e8;
}

.solution-link {
    display: inline-block;
    margin-top: 15px;
    color: #1a73e8;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.solution-link:after {
    content: '→';
    margin-left: 5px;
    transition: all 0.3s ease;
}

.solution-link:hover:after {
    margin-left: 10px;
}

/* Features List */
.features-list {
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: #f0f7ff;
}

.feature-icon {
    flex: 0 0 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a73e8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    color: white;
    font-size: 20px;
}

.feature-content {
    flex: 1;
}

.feature-content h4 {
    color: #333;
    font-size: 20px;
    margin: 0 0 10px;
}

/* Use Cases */
.use-cases-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.use-case-card {
    flex: 1 1 calc(50% - 20px);
    min-width: 300px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.use-case-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #1a73e8;
}

.use-case-card .challenge {
    margin-bottom: 10px;
}

.use-case-card .challenge strong,
.use-case-card .outcome strong {
    color: #555;
}

/* Partner Validation */
.partner-validation {
    margin: 40px 0;
}

.partner-validation blockquote {
    border-left: 4px solid #1a73e8;
    padding: 20px 25px;
    background: #f0f7ff;
    font-style: italic;
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    border-radius: 0 8px 8px 0;
    margin: 30px 0;
}

.partner-validation cite {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-style: normal;
    color: #555;
}

/* Call to Action */
.cta-section {
    padding: 50px 30px;
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    border-radius: 8px;
    text-align: center;
    margin: 40px 0;
}

.cta-section h2 {
    color: white !important;
    border: none !important;
    font-size: 32px;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-block;
    padding: 15px 25px;
    min-width: 220px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button.primary {
    background-color: #ffffff;
    color: #1a73e8;
}

.cta-button.primary:hover {
    background-color: #f5f5f5;
    transform: translateY(-3px);
}

.cta-button.secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.cta-button.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .solution-box,
    .use-case-card {
        flex: 1 1 100%;
        margin-bottom: 20px;
    }
    
    .cta-button {
        width: 100%;
        margin: 10px 0;
    }
    
    .feature-item {
        flex-direction: column;
    }
    
    .feature-icon {
        margin-bottom: 15px;
    }
}
.wp-image-5674 {
  max-width: 800px;
  width: 100%;
  height: auto;
}/* End custom CSS */