.elementor-772 .elementor-element.elementor-element-6e50fa2{color:var( --e-global-color-text );}/* Start custom CSS for text-editor, class: .elementor-element-6e50fa2 *//* Container - Paper look with the Main Brand Color */
div[data-id="6e50fa2"] .elementor-widget-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;
    background-color: #ffffff;
    /* Soft shadow using the main color */
    box-shadow: 0 10px 40px rgba(74, 44, 104, 0.1); 
    border-radius: 12px;
    /* Top border using Main Color */
    border-top: 6px solid #4A2C68; 
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #444; 
}

/* Main Title (H1) */
div[data-id="6e50fa2"] h1 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    /* Main Color */
    color: #4A2C68; 
    margin-bottom: 40px;
    padding-bottom: 20px;
    /* Secondary Color for the underline */
    border-bottom: 3px solid #9D7ABC; 
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section Headers (H2) */
div[data-id="6e50fa2"] h2 {
    font-size: 20px;
    font-weight: 600;
    /* Main Color Text */
    color: #4A2C68; 
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 15px 20px;
    /* Secondary Color background (light fade) */
    background: rgba(157, 122, 188, 0.15); 
    /* Main Color accent bar */
    border-left: 5px solid #4A2C68; 
    border-radius: 0 8px 8px 0;
}

/* Paragraphs */
div[data-id="6e50fa2"] p {
    font-size: 16px;
    margin-bottom: 18px;
    color: #333;
}

/* Links */
div[data-id="6e50fa2"] a {
    /* Secondary Color */
    color: #9D7ABC; 
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px dotted #9D7ABC;
}

div[data-id="6e50fa2"] a:hover {
    /* Main Color on hover */
    color: #4A2C68; 
    border-bottom: 1px solid #4A2C68;
}

/* Lists */
div[data-id="6e50fa2"] ul, 
div[data-id="6e50fa2"] ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

div[data-id="6e50fa2"] li {
    margin-bottom: 10px;
    padding-left: 10px;
    color: #555;
}

/* Custom Bullet Points */
div[data-id="6e50fa2"] ul li::marker {
    /* Secondary Color dots */
    color: #9D7ABC; 
    font-size: 1.2em;
}

/* Bold Text */
div[data-id="6e50fa2"] strong {
    /* Main Color for emphasis */
    color: #4A2C68; 
    font-weight: 700;
}

/* Text Selection (When user highlights text) */
div[data-id="6e50fa2"] ::selection {
    background: #9D7ABC; 
    color: #ffffff; 
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    div[data-id="6e50fa2"] .elementor-widget-container {
        padding: 25px;
        box-shadow: none;
        border-top: none;
    }
    
    div[data-id="6e50fa2"] h1 {
        font-size: 24px;
        text-align: left; 
    }
}/* End custom CSS */