.elementor-34519 .elementor-element.elementor-element-15cc8ca{--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-34519 .elementor-element.elementor-element-e019037 .dbl__subtitle{text-align:left;}.elementor-34519 .elementor-element.elementor-element-e019037 .dbl__title-wrapper{text-align:left;}.elementor-34519 .elementor-element.elementor-element-02d0364{--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;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-34519 .elementor-element.elementor-element-82e006d{width:var( --container-widget-width, 100.899% );max-width:100.899%;--container-widget-width:100.899%;--container-widget-flex-grow:0;}.elementor-34519 .elementor-element.elementor-element-82e006d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-34519 .elementor-element.elementor-element-be90bd2{--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;}.elementor-34519 .elementor-element.elementor-element-45a92e4{--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;}.elementor-34519 .elementor-element.elementor-element-e243954{--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;}/* Start custom CSS for text-editor, class: .elementor-element-82e006d *//* Container styling */
.um-section {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    max-width: px;
    line-height: 1.7;
    margin: 0 auto; /* Optional: centers the content block */
}

/* Main Title Styling (Matches the top of your image) */
.um-section h1 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

/* Helper class for the blue text in the main title */
.um-text-blue {
    color: #4878d0; /* Matches the light blue in the header image */
}

/* Sub-header Styling (From your snippet) */
.um-section h3 {
    font-size: 1.8rem;
    color: #111;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

/* Paragraph spacing */
.um-section p {
    margin-bottom: 1.5rem;
}

/* Bold text emphasis (From your snippet) */
.um-section strong {
    color: #0056b3; /* Dark Blue for emphasis */
    font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fe23772 *//* Main Container */
.uh-container {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 900px;
    margin: 0 auto;
    color: #333;
    line-height: 1.6;
}

/* Top Section Styling */
.uh-intro-box {
    background: #f8f9fa;
    border-left: 5px solid #0056b3;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 0 8px 8px 0;
}

.uh-intro-box h2 {
    color: #0056b3;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
}

.uh-intro-box .lead-text {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    display: block;
}

/* Grid Layout for Challenges vs Benefits */
.uh-grid {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.uh-column {
    flex: 1;
}

.uh-column h3 {
    font-size: 22px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

/* List Styling */
.uh-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.uh-list li {
    margin-bottom: 20px;
    position: relative;
    /* padding-left is handled by specific column rules below */
}

/* Specific Styling for Challenges (Grey Accent) */
.uh-challenges h3 { 
    color: #555; 
}
.uh-challenges li { 
    border-left: 3px solid #ccc; 
    padding-left: 15px; 
}

/* Specific Styling for Benefits (Blue Accent) */
.uh-benefits h3 { 
    color: #0056b3; 
}
.uh-benefits li { 
    border-left: 3px solid #0056b3; 
    padding-left: 15px; 
}

/* Typography specifics */
.uh-item-title {
    display: block;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .uh-grid {
        flex-direction: column;
        gap: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4b911cb *//* Container & Layout */
.uh-success-wrapper {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 40px auto;
    color: #333;
    padding: 0 15px; /* Adds small padding on mobile */
}

.uh-section-title {
    text-align: center;
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 700;
}

.uh-case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Card Styling */
.uh-case-card {
    flex: 1;
    min-width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.uh-case-header {
    background-color: #0056b3; /* Brand Blue */
    color: white;
    padding: 20px;
}

.uh-case-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.uh-case-header .uh-subtitle {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
    margin-top: 5px;
    font-weight: 300;
}

/* Content Sections */
.uh-case-body {
    padding: 25px;
    flex-grow: 1;
}

.uh-step {
    margin-bottom: 20px;
}

.uh-label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 5px;
}

/* Specific Colors for labels */
.label-challenge { color: #d63031; } /* Red */
.label-solution { color: #0984e3; }  /* Blue */

/* Result Box Styling */
.uh-result-box {
    background-color: #f0fdf4; /* Light Green Bg */
    border-top: 1px solid #dcfce7;
    padding: 25px;
}

.uh-result-box .uh-label {
    color: #27ae60; /* Green Text */
}

.uh-result-box p {
    margin: 0;
    font-weight: 500;
    color: #1e293b;
    line-height: 1.5;
}

/* Mobile tweak */
@media (max-width: 768px) {
    .uh-case-grid {
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b71e99c *//* --- CSS Styles --- */
.um-cta-section {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8f9fa; /* Light grey background for contrast */
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.um-cta-card {
    background: #ffffff;
    max-width: 800px;
    width: 100%;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #2c3e50; /* Dark blue accent border */
    text-align: center;
}

.um-cta-heading {
    color: #2c3e50; /* Dark blue */
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.um-cta-text {
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.um-cta-button {
    display: inline-block;
    background-color: #007bff; /* Primary Blue */
    color: #ffffff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.um-cta-button:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-2px); /* Slight lift effect */
}

.um-cta-subtext {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    font-style: italic;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .um-cta-card {
        padding: 25px;
        text-align: left; /* Better readability on mobile */
    }
    .um-cta-heading {
        font-size: 24px;
    }
    .um-cta-button {
        display: block;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */