.elementor-397 .elementor-element.elementor-element-661307a{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-6ee1107 *//* --- Global Reset and Base Setup --- */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff; 
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

.about-us-exact-content {
    max-width: 850px;
    margin: 60px auto;
    padding: 0 20px;
}

/* --- Header and Title Styles --- */
.minimal-title {
    font-size: 2.5em;
    color: #004d99; /* Primary Accent */
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
    font-weight: 400;
}

/* --- Narrative Content and Paragraphs --- */
.main-narrative p, 
.section-summary p,
.section-pas p {
    font-size: 1em;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* --- Section Headings (H2) --- */
.about-us-exact-content h2 {
    font-size: 1.8em;
    color: #004d99; 
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 400;
}

/* --- PAS Framework Headings (H3) --- */
.section-pas h3 {
    font-size: 1.4em;
    margin-top: 20px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/* Color Change for PAS Headings (Custom Professional Tones) */
.section-pas h3:nth-of-type(1) { /* Problem */
    color: #cc0000; /* Red */
    border-left: 3px solid #cc0000;
    padding-left: 10px;
}
.section-pas h3:nth-of-type(2) { /* Agitate */
    color: #555; /* Dark Gray */
    border-left: 3px solid #555;
    padding-left: 10px;
}
.section-pas h3:nth-of-type(3) { /* Solution */
    color: #007bff; /* Bright Blue */
    border-left: 3px solid #007bff;
    padding-left: 10px;
}

/* --- Horizontal Dividers --- */
.about-us-exact-content hr {
    border: none;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

/* --- Mobile Adjustments --- */
@media (max-width: 768px) {
    .about-us-exact-content {
        margin: 40px 0;
        padding: 0 15px;
    }

    .minimal-title {
        font-size: 2em;
    }
}/* End custom CSS */