.elementor-402 .elementor-element.elementor-element-df571eb{--display:flex;--min-height:740px;--overlay-opacity:0.41;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-df571eb:not(.elementor-motion-effects-element-type-background), .elementor-402 .elementor-element.elementor-element-df571eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://iq-cap.com/wp-content/uploads/2026/08/our-team-1.webp");background-repeat:no-repeat;background-size:cover;}.elementor-402 .elementor-element.elementor-element-df571eb::before, .elementor-402 .elementor-element.elementor-element-df571eb > .elementor-background-video-container::before, .elementor-402 .elementor-element.elementor-element-df571eb > .e-con-inner > .elementor-background-video-container::before, .elementor-402 .elementor-element.elementor-element-df571eb > .elementor-background-slideshow::before, .elementor-402 .elementor-element.elementor-element-df571eb > .e-con-inner > .elementor-background-slideshow::before, .elementor-402 .elementor-element.elementor-element-df571eb > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-402 .elementor-element.elementor-element-14b5386{margin:275px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-402 .elementor-element.elementor-element-3b5c474{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-da0b8b0{margin:68px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-402 .elementor-element.elementor-element-c517fdf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-402 .elementor-element.elementor-element-ff22bd1{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -67px) 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-402 .elementor-element.elementor-element-ff22bd1.elementor-element{--align-self:center;}.elementor-402 .elementor-element.elementor-element-ebe72f5{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-402 .elementor-element.elementor-element-ebe72f5.elementor-element{--align-self:center;}.elementor-402 .elementor-element.elementor-element-e501300{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -71px) 0px;}body.elementor-page-402:not(.elementor-motion-effects-element-type-background), body.elementor-page-402 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF9F9;}@media(min-width:768px){.elementor-402 .elementor-element.elementor-element-df571eb{--width:100%;}.elementor-402 .elementor-element.elementor-element-3b5c474{--width:75%;}.elementor-402 .elementor-element.elementor-element-c517fdf{--width:80%;}}@media(min-width:1025px){.elementor-402 .elementor-element.elementor-element-df571eb:not(.elementor-motion-effects-element-type-background), .elementor-402 .elementor-element.elementor-element-df571eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-402 .elementor-element.elementor-element-df571eb{--width:100%;--min-height:770px;--border-radius:0px 0px 025px 025px;--margin-top:25px;--margin-bottom:-17px;--margin-left:0px;--margin-right:0px;}.elementor-402 .elementor-element.elementor-element-df571eb:not(.elementor-motion-effects-element-type-background), .elementor-402 .elementor-element.elementor-element-df571eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;}.elementor-402 .elementor-element.elementor-element-14b5386{margin:200px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-402 .elementor-element.elementor-element-3b5c474{--width:100%;}.elementor-402 .elementor-element.elementor-element-c517fdf{--width:100%;}.elementor-402 .elementor-element.elementor-element-ff22bd1{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}.elementor-402 .elementor-element.elementor-element-ebe72f5{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}}/* Start custom CSS for container, class: .elementor-element-3b5c474 */<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">

<style>
    .member-profile-section {
        margin: 0;
        padding: 90px 40px;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
        background: #ffffff;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .member-profile-container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 280px 1fr;
        gap: 60px;
        align-items: flex-start;
        min-width: 0;
    }

    /* --- Back-up Safe Animation Setup --- */
    .team-reveal-node {
        opacity: 1 !important;
        transform: translateY(0) !important;
        transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    }

    body:not(.elementor-editor-active):not(.wp-admin) .js-enabled .team-reveal-node {
        opacity: 0 !important;
        transform: translateY(30px) !important;
    }

    body:not(.elementor-editor-active):not(.wp-admin) .js-enabled .team-reveal-node.team-reveal-visible {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .member-identity-card {
        display: flex;
        flex-direction: column;
        background: #f8fafc;
        border: 1.5px solid #e5e7eb;
        border-radius: 24px;
        padding: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
        word-break: break-word; /* Prevents email or long links from pushing boundaries */
    }

    .member-image-holder {
        width: 100%;
        max-width: 200px;
        aspect-ratio: 1 / 1;
        border-radius: 18px;
        overflow: hidden;
        border: 2px solid #e5e7eb;
        background-color: #f3f4f6;
        transition: border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        margin: 0 auto 20px auto;
    }

    .member-image-holder:hover {
        border-color: #A00000;
        transform: translateY(-5px);
    }

    .member-image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .member-role-title {
        color: #A00000;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 6px;
    }

    .member-full-name {
        font-size: 28px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 16px 0;
        line-height: 1.25;
        letter-spacing: -0.5px;
    }

    .member-contacts-block {
        display: flex;
        flex-direction: column;
        gap: 14px;
        border-top: 1.5px solid #e5e7eb;
        padding-top: 20px;
        margin-top: 4px;
    }

    .contact-item-row {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .contact-label {
        font-size: 10px;
        font-weight: 600;
        color: #9ca3af;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .contact-value-link {
        font-size: 14px;
        font-weight: 600;
        color: #111827;
        text-decoration: none;
        transition: color 0.3s ease;
        word-break: break-word;
    }

    .contact-value-link:hover {
        color: #A00000;
    }

    .network-action-btn {
        margin-top: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 24px;
        background-color: #A00000;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 12px;
        transition: background-color 0.3s ease, transform 0.2s ease;
        text-align: center;
    }

    .network-action-btn:hover {
        background-color: #800000;
        transform: translateY(-2px);
    }

    .member-details-flow {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 10px;
        min-width: 0; /* Prevents overflow inside flex containers */
    }

    .member-academic-showcase {
        background: #f8fafc;
        border-left: 4px solid #A00000;
        padding: 16px 24px;
        border-radius: 0 16px 16px 0;
    }

    .academic-headline {
        font-size: 14px;
        font-weight: 700;
        color: #111827;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .academic-item {
        font-size: 14px;
        color: #4b5563;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 6px;
        display: block;
    }

    .academic-item:last-child {
        margin-bottom: 0;
    }

    .member-narrative-p {
        font-size: 15px;
        color: #4b5563;
        line-height: 1.8;
        margin: 0;
    }

    .member-grid-lists {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        border-top: 1.5px solid #f3f4f6;
        padding-top: 30px;
    }

    .member-bullets-block {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .bullets-heading {
        font-size: 16px;
        font-weight: 700;
        color: #111827;
        margin: 0 0 6px 0;
    }

    .bullets-ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    /* FIX APPLIED HERE: Responsive Width */
    .bullets-li {
        font-size: 14px;
        color: #4b5563;
        width: 100%;
        max-width: 100%;
        line-height: 1.5;
        position: relative;
        padding-left: 18px;
        box-sizing: border-box;
    }

    .bullets-li::before {
        content: "•";
        color: #A00000;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: -1px;
    }

    @media (max-width: 1024px) {
        .member-profile-container {
            grid-template-columns: 1fr;
            gap: 40px;
        }
        .member-identity-card {
            max-width: 100%;
            display: grid;
            grid-template-columns: 180px 1fr;
            gap: 30px;
            align-items: center;
        }
        .member-image-holder {
            margin-bottom: 0;
            max-width: 180px;
        }
    }

    @media (max-width: 768px) {
        .member-profile-section {
            padding: 40px 16px;
        }
        .member-identity-card {
            display: flex;
            flex-direction: column;
            text-align: center;
            padding: 24px 16px;
        }
        .member-image-holder {
            max-width: 160px;
            margin: 0 auto 20px auto;
        }
        .member-grid-lists {
            grid-template-columns: 1fr;
            gap: 24px;
        }
        .member-academic-showcase {
            padding: 14px 16px;
        }
    }

    @media (max-width: 480px) {
        .member-profile-section { padding: 30px 12px; }
        .member-full-name { font-size: 22px; }
    }
</style>/* End custom CSS */