.elementor-194 .elementor-element.elementor-element-208288a{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-463689a *//* General Setup */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff; /* Pure white background */
    margin: 0;
    padding: 0;
}

.about-us-minimal {
    max-width: 850px;
    margin: 60px auto; /* More vertical space */
    padding: 0 20px; /* Minimal side padding */
}

/* Headings and Titles */
.minimal-title {
    font-size: 3.5em;
    color: #000; /* High contrast black */
    text-align: center;
    margin-bottom: 0.1em;
    font-weight: 200; /* Lighter font weight */
    letter-spacing: -1px;
}

.minimal-tagline {
    font-size: 1.2em;
    color: #555;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 300;
}

.section-heading {
    font-size: 1.8em;
    color: #004d99;
    border-bottom: 1px solid #eee; /* Light, subtle separator */
    padding-bottom: 8px;
    margin-top: 40px;
    margin-bottom: 25px;
    font-weight: 400;
}

/* PAS Framework Section */
.pas-minimal-grid {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.pas-block {
    flex: 1;
    padding: 0; /* Removing internal padding */
    border-left: 2px solid #ccc; /* Subtle vertical divider */
    padding-left: 20px;
}

.pas-label {
    margin-top: 0;
    font-size: 1.2em;
    color: #007bff;
    font-weight: 600;
}

.pas-block p {
    line-height: 1.8;
}

/* Expertise Section (The Team) */
.expertise-intro {
    font-style: italic;
    color: #555;
    margin-bottom: 30px;
}

.team-pills {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Tighter spacing */
    margin-top: 20px;
    margin-bottom: 40px;
}

.team-pills li {
    background-color: transparent; /* No background color */
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ddd; /* Subtle border */
    border-radius: 4px; /* Squared edges */
    font-weight: 400;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.team-pills li:hover {
    background-color: #f5f5f5; /* Light hover effect */
}

/* Final Statement */
.final-statement {
    padding-top: 30px;
}

.closing-call {
    font-size: 1.1em;
    font-weight: 600;
    color: #004d99;
    margin-top: 20px;
}


/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .about-us-minimal {
        margin: 40px 0;
        padding: 0 15px;
    }

    .minimal-title {
        font-size: 2.5em;
    }

    /* Stack PAS blocks vertically */
    .pas-minimal-grid {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */