:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-27cdd07 *//* --- ABOUT PAGE STYLES --- */
   .elementor-143 .elementor-element.elementor-element-27cdd07 a {text-decoration:none !important}
    .hiseo-about-wrapper {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #333;
        line-height: 1.6;
        max-width: 1000px;
        margin: 0 auto;
        padding: 20px;
    }

    /* --- SECTION 1: FOUNDER STORY --- */
    .founder-section {
        display: flex;
        align-items: center;
        gap: 50px;
        margin-bottom: 60px;
    }

    .founder-image-card {
        flex: 1;
        position: relative;
        min-width: 300px;
    }

    .founder-image-card img {
        width: 100%;
        border-radius: 12px;
        box-shadow: 20px 20px 0px #f0f0f0; /* Stylish shadow offset */
        transition: transform 0.3s ease;
    }

    .founder-image-card:hover img {
        transform: translate(-5px, -5px);
    }

    .founder-text {
        flex: 1.5;
    }

    .founder-text h4 {
        color: #e31e24; /* Brand Red */
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .founder-text h2 {
        font-size: 36px;
        font-weight: 800;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .founder-text p {
        font-size: 16px;
        color: #555;
        margin-bottom: 20px;
    }

    /* Trust Badges under text */
    .founder-badges {
        display: flex;
        gap: 15px;
        margin-top: 30px;
    }

    .trust-btn {
        display: inline-flex;
        align-items: center;
        padding: 10px 20px;
        border-radius: 6px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.2s;
    }

    .upwork-btn {
        background-color: #14a800;
        color: white;
    }
    
    .linkedin-btn {
        background-color: #0077b5;
        color: white;
    }

    .trust-btn:hover {
        opacity: 0.9;
        transform: translateY(-2px);
        color: white;
    }

    /* --- SECTION 2: VALUES GRID --- */
    .values-section {
        background-color: #f9f9f9;
        padding: 50px;
        border-radius: 16px;
        margin-bottom: 60px;
    }

    .values-header {
        text-align: center;
        max-width: 600px;
        margin: 0 auto 40px auto;
    }

    .values-header h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .values-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .value-card {
        background: #fff;
        padding: 30px;
        border-radius: 12px;
        border: 1px solid #eee;
    }

    .value-card h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #222;
        display: flex;
        align-items: center;
    }

    .value-card p {
        font-size: 14px;
        color: #666;
        margin: 0;
    }

    /* --- SECTION 3: CTA --- */
    .about-cta {
        text-align: center;
        padding: 40px 0;
        border-top: 1px solid #eee;
    }

    .about-cta h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* Mobile Responsive */
    @media (max-width: 768px) {
        .founder-section { flex-direction: column-reverse; gap: 30px; }
        .founder-image-card img { box-shadow: 10px 10px 0px #f0f0f0; }
        .founder-text h2 { font-size: 28px; }
        .values-section { padding: 30px 20px; }
    }/* End custom CSS */