.elementor-917 .elementor-element.elementor-element-4d2776f > .elementor-container{max-width:892px;}/* Start custom CSS for html, class: .elementor-element-75012e5 *//* General Container for About Us Page */
.manus-about-container {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.7;
}

/* Section Styling */
.manus-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.manus-section h2 {
    font-size: 2.2em;
    margin-bottom: 20px;
    color: #2c3e50;
}

.manus-section p {
    font-size: 1.1em;
    color: #555;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* 1. Hero Section */
.manus-hero-section {
    text-align: center;
    padding: 80px 20px;
    background-color: #f9f9f9; /* A very light grey */
}

.manus-hero-text h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
}

.manus-hero-text p {
    font-size: 1.2em;
    color: #666;
}

/* 3. Founder Section */
.manus-founder-section {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 40px;
}

.founder-image img {
    border-radius: 50%; /* Circular image */
    width: 200px;
    height: 200px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1 );
}

.founder-text h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #333;
}

/* 4. Philosophy Section */
.manus-philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 40px;
}

.philosophy-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
}

.philosophy-item h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #333;
}

/* 5. Call to Action Section */
.manus-cta-section {
    background-color: #f4f7f6;
    border-radius: 10px;
    margin-top: 40px;
}

.manus-cta-section .elementor-button {
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 1.1em;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.manus-cta-section .elementor-button:hover {
    background-color: #555;
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
    .manus-founder-section {
        flex-direction: column;
        text-align: center;
    }
    .manus-philosophy-grid {
        grid-template-columns: 1fr;
    }
    .manus-hero-text h1 {
        font-size: 2.2em;
    }
    .manus-section h2 {
        font-size: 1.8em;
    }
}/* End custom CSS */