.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-4352 .elementor-element.elementor-element-33c9458 img{width:100%;max-width:100%;height:500px;object-fit:cover;object-position:center center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4352 .elementor-element.elementor-element-5e1beef{margin:0px -9px calc(var(--kit-widget-spacing, 0px) + 0px) 100px;}.elementor-4352 .elementor-element.elementor-element-5e1beef .elementor-heading-title{color:#0020FF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4352 .elementor-element.elementor-element-2aa429b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 100px;}.elementor-4352 .elementor-element.elementor-element-0d20a83{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 100px;}.elementor-4352 .elementor-element.elementor-element-0d20a83 .elementor-heading-title{color:#003BFF;}/* Start custom CSS for text-editor, class: .elementor-element-e7cd588 *//* Main team details page background */
.team-detail-page {
    background: #eaf6ff;
    padding: 80px 20px 100px;
}

/* Limit content width and center everything */
.team-detail-page > .e-con-inner,
.team-detail-page .elementor-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

/* Top profile white card */
.team-profile-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px;
    max-width: 1050px;
    margin: 0 auto 70px;
    box-shadow: 0 15px 35px rgba(5, 11, 61, 0.08);
    display: flex;
    align-items: center;
    gap: 60px;
}

/* Profile image area */
.team-profile-image {
    background: #eaf6ff;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
}

/* Profile image styling */
.team-profile-image img {
    width: 100%;
    max-width: 340px;
    height: 330px;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    margin: 0 auto;
}

/* Profile information area */
.team-profile-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Profile name */
.team-profile-info h1,
.team-profile-info h2,
.team-profile-info h3 {
    color: #07144f;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Profile text */
.team-profile-info,
.team-profile-info p {
    color: #4f5b6b;
    font-size: 16px;
    line-height: 1.9;
}

/* Bold labels */
.team-profile-info strong,
.team-profile-info b {
    color: #07144f;
    font-weight: 700;
}

/* Content blocks */
.team-content-block {
    max-width: 1050px;
    margin: 0 auto 60px;
}

/* Section headings */
.team-content-block h2,
.team-content-block h3,
.team-detail-page h2,
.team-detail-page h3 {
    color: #55c7ee;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
}

/* Paragraph text */
.team-content-block p,
.team-detail-page p {
    color: #5d6878;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 22px;
}

/* Educational bullet list */
.team-content-block ul {
    margin-left: 20px;
    margin-bottom: 25px;
}

.team-content-block li {
    color: #5d6878;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 8px;
}

/* Optional decorative line below headings */
.team-content-block h2::after,
.team-content-block h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #55c7ee;
    border-radius: 10px;
    margin-top: 10px;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .team-detail-page {
        padding: 50px 15px 70px;
    }

    .team-profile-card {
        flex-direction: column;
        gap: 30px;
        padding: 25px;
        margin-bottom: 50px;
        text-align: center;
    }

    .team-profile-image img {
        height: auto;
        max-width: 280px;
    }

    .team-profile-info h1,
    .team-profile-info h2,
    .team-profile-info h3 {
        font-size: 28px;
    }

    .team-content-block h2,
    .team-content-block h3,
    .team-detail-page h2,
    .team-detail-page h3 {
        font-size: 26px;
    }

    .team-content-block h2::after,
    .team-content-block h3::after {
        margin-left: auto;
        margin-right: auto;
    }
}/* End custom CSS */