.elementor-4603 .elementor-element.elementor-element-6de8d3d{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-4603 .elementor-element.elementor-element-6de8d3d > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4603 .elementor-element.elementor-element-6de8d3d.elementor-section{padding:0px 0px 0px 0px;}.elementor-4603 .elementor-element.elementor-element-e3ee0ac > .elementor-container{max-width:855px;}.elementor-4603 .elementor-element.elementor-element-43d3672.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-4603 .elementor-element.elementor-element-4e58d66 img{width:100%;border-radius:8px 8px 8px 8px;}.elementor-4603 .elementor-element.elementor-element-db99e56:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-4603 .elementor-element.elementor-element-db99e56 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-4603 .elementor-element.elementor-element-db99e56.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-4603 .elementor-element.elementor-element-db99e56 > .elementor-element-populated{border-style:none;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-4603 .elementor-element.elementor-element-db99e56 > .elementor-element-populated, .elementor-4603 .elementor-element.elementor-element-db99e56 > .elementor-element-populated > .elementor-background-overlay, .elementor-4603 .elementor-element.elementor-element-db99e56 > .elementor-background-slideshow{border-radius:8px 8px 8px 8px;}.elementor-4603 .elementor-element.elementor-element-db99e56 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-4603 .elementor-element.elementor-element-02a3dbf{text-align:center;}.elementor-4603 .elementor-element.elementor-element-02a3dbf.elementor-widget-heading .elementor-heading-title, .elementor-4603 .elementor-element.elementor-element-02a3dbf.elementor-widget-heading .elementor-heading-title.elementor-heading-title a{color:var( --e-global-color-90d86cb );}.elementor-4603 .elementor-element.elementor-element-8b662ad{text-align:center;font-size:20px;}.elementor-4603 .elementor-element.elementor-element-cb8234a{width:var( --container-widget-width, 81.786% );max-width:81.786%;--container-widget-width:81.786%;--container-widget-flex-grow:0;text-align:left;}.elementor-4603 .elementor-element.elementor-element-cb8234a a:hover, .elementor-4603 .elementor-element.elementor-element-cb8234a a:focus{color:#707070;}/* Start custom CSS for html, class: .elementor-element-dab1b53 *//* --- Global Variables --- */
:root {
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Roboto Slab', serif;
    --color-primary: #00aeb9; /* Main accent color, lighter shade */
    --color-secondary: #2575fc; /* Secondary accent color, often for gradients */
    --text-dark: #343a40; /* Dark text color */
    --text-muted: #6c757d; /* Muted text color */
    --section-bg: #ffffff; /* White background for main sections */
    --border-radius-large: 16px; /* Larger border-radius for main containers */
    --border-radius-small: 8px; /* Smaller border-radius for internal elements */
    --accent-green: #05AEB9; /* Specific accent color for some titles/elements */
}

/* --- Body Base Styles --- */
body {
    margin: 0;
    font-family: var(--font-primary);
    color: var(--text-dark);
    line-height: 1.6;
    background-color: #f8f9fa; /* Light background for the whole page */
}

/* --- General Section Wrapper for Team Content --- */
.team-section-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background-color: var(--section-bg);
    border-radius: var(--border-radius-large);
    box-sizing: border-box; /* Include padding in element's total width/height */
}

/* --- Hero Banner with Image and Title "OUR TEAM" --- */
.team-hero-banner {
    position: relative;
    width: 100%;
    height: 400px; /* Fixed height for the banner */
    overflow: hidden; /* Ensures image stays within rounded corners */
    border-radius: var(--border-radius-large);
    margin-bottom: 50px; /* Space below the banner */
}

.team-hero-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure image covers the area, cropping if necessary */
    display: block; /* Removes extra space below inline images */
}

.team-hero-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centered vertically and horizontally */
    font-family: var(--font-secondary);
    font-size: 4.5em; /* Large, impactful title */
    color: #ffffff; /* White text for contrast */
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Stronger shadow for readability on image */
    margin: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.3); /* Slightly transparent background for text */
    border-radius: var(--border-radius-small);
    backdrop-filter: blur(3px); /* Subtle blur behind text */
    -webkit-backdrop-filter: blur(3px); /* For Safari */
}

/* --- Leadership Introduction Section --- */
.leadership-intro-section {
    text-align: center;
    margin-bottom: 60px; /* Space below this section */
    padding: 0 20px; /* Horizontal padding */
}

.leadership-intro-section .leadership-heading {
    font-family: var(--font-secondary);
    font-size: 2.8em;
    color: var(--color-primary); /* Primary accent color */
    margin-top: 0;
    margin-bottom: 20px;
}

.leadership-intro-section p {
    font-size: 1.1em;
    color: var(--text-muted); /* Muted text color */
    max-width: 900px;
    margin: 0 auto 1.5em auto; /* Centered with vertical spacing */
    line-height: 1.7;
}
.leadership-intro-section p:last-of-type {
    margin-bottom: 0; /* No bottom margin on the last paragraph */
}

/* --- Team Members Grid Container (Holds all categories) --- */
.team-members-grid-container {
    margin-bottom: 60px; /* Space below the entire grid section */
}

.team-category-heading {
    font-family: var(--font-secondary);
    font-size: 2.2em;
    color: var(--accent-green); /* Specific green for categories */
    text-align: center;
    margin-top: 50px; /* Space above each category heading */
    margin-bottom: 30px;
    text-transform: uppercase;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid columns */
    gap: 30px; /* Space between cards */
    justify-content: center; /* Center cards if they don't fill the row */
}

/* --- Individual Team Member Card --- */
.team-member-card {
    background-color: #fcfcfc; /* Light background for card */
    border-radius: var(--border-radius-large);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column; /* Stack image and text vertically */
    align-items: center; /* Center content horizontally */
    transition: transform 0.3s ease; /* Smooth hover effect */
    border: 1px solid rgba(0,0,0,0.05); /* Subtle border */
}

.team-member-card:hover {
    transform: translateY(-5px); /* Slight lift on hover */
}

.team-member-card img {
    width: 150px; /* Fixed size for team photos */
    height: 150px;
    border-radius: 50%; /* Circular images */
    object-fit: cover; /* Crop to fit circle */
    margin-bottom: 15px;
    border: 3px solid var(--color-primary); /* Accent border around image */
}

.team-member-card h4 {
    font-family: var(--font-primary);
    font-size: 1.3em;
    color: var(--text-dark); /* Dark text */
    margin: 0 0 5px 0;
    font-weight: 600;
}

.team-member-card p {
    font-size: 0.9em;
    color: var(--text-muted); /* Muted text */
    margin: 0;
}

/* --- Trustees and Overseers Section --- */
.trustees-overseers-section {
    padding: 30px;
    background-color: #e6f6f7; /* Soft accent background */
    border-radius: var(--border-radius-large);
    border: 1px solid var(--color-primary); /* Border matching main accent color */
    text-align: center;
    margin-top: 60px; /* Space above this section */
}

.trustees-heading {
    font-family: var(--font-secondary);
    font-size: 2.2em;
    color: var(--accent-green); /* Specific green for heading */
    margin-top: 0;
    margin-bottom: 20px;
}

.trustees-overseers-section p {
    font-size: 1em;
    color: var(--text-dark);
    max-width: 900px;
    margin: 0 auto 1.5em auto; /* Centered with vertical spacing */
    line-height: 1.7;
}

.trustees-overseers-section p:last-of-type {
    margin-bottom: 0.5em; /* Space before links */
}

.overseers-links {
    display: flex;
    flex-direction: column; /* Stack links vertically */
    gap: 10px; /* Space between links */
    margin-top: 20px;
    align-items: center; /* Center links horizontally */
}

.overseers-links a {
    font-family: var(--font-primary);
    color: var(--color-primary); /* Link color */
    font-size: 1.2em;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative; /* For dynamic underline effect */
}

/* Dynamic Underline Effect for Links */
.overseers-links a::after {
    content: '';
    position: absolute;
    width: 0; /* Starts at 0 width */
    height: 2px;
    display: block;
    margin-top: 2px;
    left: 0;
    background: var(--color-secondary); /* A different color for the underline hover */
    transition: width 0.3s ease; /* Animates width */
}

.overseers-links a:hover::after {
    width: 100%; /* Expands to full width on hover */
}

.overseers-links a:active::after {
    background: var(--color-primary); /* Change underline color on active/clicked */
}

/* --- Responsive Design Media Queries --- */

/* For screens up to 992px (e.g., larger tablets or small desktops) */
@media (max-width: 992px) {
    .team-section-wrapper {
        margin: 30px auto;
        padding: 25px;
    }
    .team-hero-banner {
        height: 300px;
    }
    .team-hero-banner .banner-title {
        font-size: 3.5em;
    }
    .leadership-intro-section .leadership-heading {
        font-size: 2.2em;
    }
    .leadership-intro-section p {
        font-size: 1em;
    }
    .team-category-heading {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 25px;
    }
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Adjust min-width */
        gap: 25px;
    }
    .team-member-card img {
        width: 120px;
        height: 120px;
    }
    .team-member-card h4 {
        font-size: 1.2em;
    }
    .trustees-heading {
        font-size: 1.8em;
    }
}

/* For screens up to 768px (e.g., smaller tablets or larger phones) */
@media (max-width: 768px) {
    .team-section-wrapper {
        margin: 20px 15px;
        padding: 20px;
    }
    .team-hero-banner {
        height: 250px;
    }
    .team-hero-banner .banner-title {
        font-size: 2.8em;
    }
    .leadership-intro-section .leadership-heading {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .leadership-intro-section p {
        font-size: 0.95em;
    }
    .team-category-heading {
        font-size: 1.6em;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust min-width */
        gap: 20px;
    }
    .team-member-card img {
        width: 100px;
        height: 100px;
    }
    .team-member-card h4 {
        font-size: 1.1em;
    }
    .team-member-card p {
        font-size: 0.85em;
    }
    .trustees-overseers-section {
        padding: 25px;
    }
    .trustees-heading {
        font-size: 1.6em;
    }
    .trustees-overseers-section p {
        font-size: 0.95em;
    }
    .overseers-links a {
        font-size: 1.1em;
    }
}

/* For screens up to 480px (e.g., most mobile phones in portrait) */
@media (max-width: 480px) {
    .team-section-wrapper {
        margin: 15px 10px;
        padding: 15px;
        border-radius: var(--border-radius-small);
    }
    .team-hero-banner {
        height: 200px;
        margin-bottom: 30px;
    }
    .team-hero-banner .banner-title {
        font-size: 2.2em;
        padding: 5px 10px; /* Reduce padding for title on mobile */
    }
    .leadership-intro-section .leadership-heading {
        font-size: 1.5em;
    }
    .team-category-heading {
        font-size: 1.3em;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .team-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Adjust min-width */
        gap: 15px;
    }
    .team-member-card img {
        width: 80px;
        height: 80px;
        border-width: 2px; /* Reduce border thickness */
    }
    .team-member-card h4 {
        font-size: 1em;
    }
    .team-member-card p {
        font-size: 0.8em;
    }
    .trustees-overseers-section {
        padding: 20px;
    }
    .trustees-heading {
        font-size: 1.4em;
    }
    .trustees-overseers-section p {
        font-size: 0.85em;
    }
    .overseers-links a {
        font-size: 1em;
    }
}/* End custom CSS */