.elementor-885 .elementor-element.elementor-element-7b0cac9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-885 .elementor-element.elementor-element-7b0cac9.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-885 .elementor-element.elementor-element-398187d > .elementor-widget-container{margin:50px 0px 0px 0px;padding:50px 0px 0px 0px;}}@media(min-width:768px){.elementor-885 .elementor-element.elementor-element-7b0cac9{--width:100.59%;}}/* Start custom CSS for html, class: .elementor-element-398187d */:root {
    --gac-white: #ffffff;
    --gac-gray-light: #f0f0f0;
    --gac-gray-medium: #cccccc;
    --gac-orange-primary: #ffa700;
}

.gac-team-container * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gac-team-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.gac-team-section-main {
    padding: 5rem 0;
    background-color: var(--gac-white);
}

.gac-section-header-main {
    text-align: center;
    margin-bottom: 3rem;
}

.gac-section-header-main h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 1rem;
}

.gac-accent-bar-orange {
    height: 6px;
    width: 80px;
    background-color: var(--gac-orange-primary);
    margin: 1.5rem auto 2rem;
    border-radius: 3px;
}

.gac-team-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.gac-team-member-card {
    background-color: var(--gac-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gac-team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.gac-member-photo-container {
    height: 500px;
    background-color: var(--gac-gray-medium);
    position: relative;
    overflow: hidden;
}

.gac-member-photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gac-member-info-container {
    padding: 1.5rem;
}

.gac-member-name {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
    color: #333;
}

.gac-member-position {
    color: var(--gac-orange-primary);
    font-weight: 600;
    margin-bottom: 1rem;
}

.gac-member-bio {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1.5rem;
}

.gac-social-links-container {
    display: flex;
    gap: 1rem;
}

.gac-social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--gac-gray-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.gac-social-icon:hover {
    background-color: var(--gac-orange-primary);
    color: var(--gac-white);
}

@media (max-width: 768px) {
    .gac-section-header-main h2 {
        font-size: 1.8rem;
    }
    
    .gac-team-grid-layout {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 1.5rem;
    }
    
    .gac-member-photo-container {
        height: 440px;
    }
}

@media (max-width: 480px) {
    .gac-team-section-main {
        padding: 3rem 0;
    }
    
    .gac-team-grid-layout {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */