/* Styles extracted from jean-pierre-mbungu.html */

/* Base styles */
body  {
  
    font-family: "Open Sans", sans-serif;
  
    margin: 0;
  
    padding: 0;
  
    color: #333;
  
    line-height: 1.6
    }


h1, h2, h3, h4, h5, h6  {
  
    font-family: "Montserrat", sans-serif
    }


.container  {
  
    width: 100%;
  
    max-width: 1200px;
  
    margin: 0 auto;
  
    padding: 0 1rem
    }


/* Header styles */
header  {
  
    position: sticky;
  
    top: 0;
  
    z-index: 1000;
  
    display: flex;
  
    background-color: #2E7D32;
  
    color: white;
  
    padding: 1rem 0;
  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
    }


.header-container  {
  
    display: flex;
  
    justify-content: space-between;
  
    align-items: center
    }


.logo  {
  
    display: flex;
  
    align-items: center;
  
    text-decoration: none;
  
    color: white
    }


.logo img  {
  
    width: 40px;
  
    height: 40px;
  
    margin-right: 10px
    }


.logo span  {
  
    font-size: 1.5rem;
  
    font-weight: bold
    }


nav ul  {
  
    display: flex;
  
    list-style: none;
  
    margin: 0;
  
    padding: 0
    }


nav ul li  {
  
    margin-left: 1.5rem
    }


nav ul li a  {
  
    color: white;
  
    text-decoration: none;
  
    transition: color 0.3s
    }


nav ul li a:hover  {
  
    color: #FFC107
    }


.mobile-menu-btn  {
  
    display: none;
  
    background: none;
  
    border: none;
  
    color: white;
  
    font-size: 1.5rem;
  
    cursor: pointer
    }


/* Breadcrumbs */
.breadcrumbs  {
  
    padding: 1rem 0;
  
    background-color: #f5f5f5
    }


.breadcrumbs ul  {
  
    list-style: none;
  
    padding: 0;
  
    margin: 0;
  
    display: flex;
  
    flex-wrap: wrap
    }


.breadcrumbs li  {
  
    display: flex;
  
    align-items: center
    }


.breadcrumbs li:not(:last-child)::after  {
  
    content: "/";
  
    margin: 0 0.5rem;
  
    color: #999
    }


.breadcrumbs a  {
  
    color: #2E7D32;
  
    text-decoration: none
    }


.breadcrumbs a:hover  {
  
    text-decoration: underline
    }


.breadcrumbs .current  {
  
    color: #666
    }


/* Speaker profile section */
.profile-section  {
  
    padding: 4rem 0;
  
    background-color: white
    }


.profile-container  {
  
    display: grid;
  
    grid-template-columns: 1fr 2fr;
  
    gap: 3rem;
  
    align-items: start
    }


.profile-image-container  {
  
    position: relative
    }


.profile-image  {
  
    width: 100%;
  
    border-radius: 0.5rem;
  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1)
    }


.profile-social  {
  
    display: flex;
  
    justify-content: center;
  
    margin-top: 1.5rem
    }


.social-icon  {
  
    width: 40px;
  
    height: 40px;
  
    background-color: #e8f5e9;
  
    border-radius: 50%;
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    margin: 0 0.5rem;
  
    color: #2E7D32;
  
    text-decoration: none;
  
    transition: all 0.3s ease
    }


.social-icon:hover  {
  
    background-color: #2E7D32;
  
    color: white
    }


.profile-info h1  {
  
    color: #2E7D32;
  
    margin-top: 0;
  
    margin-bottom: 0.5rem;
  
    font-size: 2.5rem
    }


.profile-title  {
  
    font-size: 1.2rem;
  
    color: #666;
  
    margin-bottom: 1.5rem
    }


.profile-tags  {
  
    display: flex;
  
    flex-wrap: wrap;
  
    margin-bottom: 2rem
    }


.profile-tag  {
  
    background-color: #e8f5e9;
  
    color: #2E7D32;
  
    padding: 0.5rem 1rem;
  
    border-radius: 2rem;
  
    margin-right: 0.75rem;
  
    margin-bottom: 0.75rem;
  
    font-size: 0.875rem
    }


.profile-bio  {
  
    margin-bottom: 2rem
    }


.profile-bio p  {
  
    margin-bottom: 1rem
    }


.profile-details  {
  
    margin-bottom: 2rem
    }


.detail-item  {
  
    display: flex;
  
    margin-bottom: 1rem
    }


.detail-icon  {
  
    width: 24px;
  
    height: 24px;
  
    margin-right: 1rem;
  
    color: #2E7D32;
  
    flex-shrink: 0
    }


.detail-text  {
  
    color: #666
    }


.btn  {
  
    display: inline-block;
  
    padding: 0.75rem 1.5rem;
  
    border-radius: 0.375rem;
  
    font-weight: 600;
  
    text-align: center;
  
    text-decoration: none;
  
    transition: all 0.3s ease;
  
    border: none;
  
    cursor: pointer;
  
    font-size: 1rem
    }


.btn-primary  {
  
    background-color: #2E7D32;
  
    color: white
    }


.btn-primary:hover  {
  
    background-color: #1B5E20
    }


.btn-outline  {
  
    background-color: transparent;
  
    color: #2E7D32;
  
    border: 2px solid #2E7D32
    }


.btn-outline:hover  {
  
    background-color: #e8f5e9
    }


/* Expertise section */
.expertise-section  {
  
    padding: 4rem 0;
  
    background-color: #f5f5f5
    }


.expertise-section h2  {
  
    color: #2E7D32;
  
    text-align: center;
  
    margin-bottom: 3rem
    }


.expertise-grid  {
  
    display: grid;
  
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  
    gap: 2rem
    }


.expertise-card  {
  
    background-color: white;
  
    border-radius: 0.5rem;
  
    padding: 2rem;
  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  
    transition: transform 0.3s ease
    }


.expertise-card:hover  {
  
    transform: translatey(-5px)
    }


.expertise-icon  {
  
    width: 60px;
  
    height: 60px;
  
    background-color: #e8f5e9;
  
    border-radius: 50%;
  
    display: flex;
  
    align-items: center;
  
    justify-content: center;
  
    margin-bottom: 1.5rem
    }


.expertise-icon svg  {
  
    width: 30px;
  
    height: 30px;
  
    color: #2E7D32
    }


.expertise-card h3  {
  
    color: #2E7D32;
  
    margin-bottom: 1rem
    }


.expertise-card p  {
  
    color: #666;
  
    margin-bottom: 0
    }


/* Speaking topics section */
.topics-section  {
  
    padding: 4rem 0;
  
    background-color: white
    }


.topics-section h2  {
  
    color: #2E7D32;
  
    text-align: center;
  
    margin-bottom: 3rem
    }


.topics-list  {
  
    max-width: 800px;
  
    margin: 0 auto
    }


.topic-item  {
  
    margin-bottom: 2rem;
  
    padding-bottom: 2rem;
  
    border-bottom: 1px solid #eee
    }


.topic-item:last-child  {
  
    border-bottom: none
    }


.topic-item h3  {
  
    color: #2E7D32;
  
    margin-top: 0;
  
    margin-bottom: 1rem
    }


.topic-item p  {
  
    color: #666;
  
    margin-bottom: 1.5rem
    }


.topic-tags  {
  
    display: flex;
  
    flex-wrap: wrap
    }


.topic-tag  {
  
    background-color: #e8f5e9;
  
    color: #2E7D32;
  
    padding: 0.25rem 0.75rem;
  
    border-radius: 2rem;
  
    margin-right: 0.5rem;
  
    margin-bottom: 0.5rem;
  
    font-size: 0.75rem
    }


/* Testimonials section */
.testimonials-section  {
  
    padding: 4rem 0;
  
    background-color: #e8f5e9
    }


.testimonials-section h2  {
  
    color: #2E7D32;
  
    text-align: center;
  
    margin-bottom: 3rem
    }


.testimonial-card  {
  
    background-color: white;
  
    border-radius: 0.5rem;
  
    padding: 2rem;
  
    margin-bottom: 2rem;
  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05)
    }


.testimonial-content  {
  
    position: relative;
  
    padding: 0 1.5rem;
  
    margin-bottom: 1.5rem;
  
    font-style: italic;
  
    color: #333
    }


.testimonial-content::before, .testimonial-content::after  {
  
    content: "\"";
  
    font-size: 2rem;
  
    color: #2E7D32;
  
    position: absolute;
  
    font-family: Georgia, serif
    }


.testimonial-content::before  {
  
    left: 0;
  
    top: -0.5rem
    }


.testimonial-content::after  {
  
    right: 0;
  
    bottom: -1.5rem
    }


.testimonial-author  {
  
    display: flex;
  
    align-items: center
    }


.testimonial-author-image  {
  
    width: 50px;
  
    height: 50px;
  
    border-radius: 50%;
  
    object-fit: cover;
  
    margin-right: 1rem
    }


.testimonial-author-info h4  {
  
    margin: 0 0 0.25rem;
  
    color: #2E7D32
    }


.testimonial-author-info p  {
  
    margin: 0;
  
    color: #666;
  
    font-size: 0.875rem
    }


/* Gallery section */
.gallery-section  {
  
    padding: 4rem 0;
  
    background-color: white
    }


.gallery-section h2  {
  
    color: #2E7D32;
  
    text-align: center;
  
    margin-bottom: 3rem
    }


.gallery-grid  {
  
    display: grid;
  
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  
    gap: 1.5rem
    }


.gallery-item  {
  
    position: relative;
  
    overflow: hidden;
  
    border-radius: 0.5rem;
  
    height: 0;
  
    padding-bottom: 75%
    }


.gallery-image  {
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    object-fit: cover;
  
    transition: transform 0.3s ease
    }


.gallery-item:hover .gallery-image  {
  
    transform: scale(1.05)
    }


/* Contact section */
.contact-section  {
  
    padding: 4rem 0;
  
    background-color: #f5f5f5
    }


.contact-section h2  {
  
    color: #2E7D32;
  
    text-align: center;
  
    margin-bottom: 2rem
    }


.contact-section p  {
  
    text-align: center;
  
    max-width: 800px;
  
    margin: 0 auto 2rem
    }


.contact-buttons  {
  
    display: flex;
  
    justify-content: center;
  
    gap: 1.5rem;
  
    flex-wrap: wrap
    }


/* Related speakers section */
.related-section  {
  
    padding: 4rem 0;
  
    background-color: white
    }


.related-section h2  {
  
    color: #2E7D32;
  
    text-align: center;
  
    margin-bottom: 3rem
    }


.related-grid  {
  
    display: grid;
  
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  
    gap: 2rem
    }


.related-card  {
  
    background-color: #f9f9f9;
  
    border-radius: 0.5rem;
  
    overflow: hidden;
  
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  
    transition: transform 0.3s ease
    }


.related-card:hover  {
  
    transform: translatey(-5px)
    }


.related-image-container  {
  
    height: 0;
  
    padding-bottom: 75%;
  
    position: relative
    }


.related-image  {
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    object-fit: cover
    }


.related-content  {
  
    padding: 1.5rem
    }


.related-content h3  {
  
    color: #2E7D32;
  
    margin-top: 0;
  
    margin-bottom: 0.5rem;
  
    font-size: 1.25rem
    }


.related-content p  {
  
    color: #666;
  
    margin-bottom: 1.5rem;
  
    font-size: 0.875rem
    }


/* Footer styles */
footer  {
  
    background-color: #2E7D32;
  
    color: white;
  
    padding: 4rem 0 2rem
    }


.footer-grid  {
  
    display: grid;
  
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  
    gap: 2rem;
  
    margin-bottom: 2rem
    }


footer h4  {
  
    font-size: 1.25rem;
  
    margin-bottom: 1.25rem
    }


footer ul  {
  
    list-style: none;
  
    padding: 0;
  
    margin: 0
    }


footer ul li  {
  
    margin-bottom: 0.75rem
    }


footer ul li a  {
  
    color: #e0e0e0;
  
    text-decoration: none;
  
    transition: color 0.3s
    }


footer ul li a:hover  {
  
    color: #FFC107
    }


.footer-contact  {
  
    display: flex;
  
    align-items: center;
  
    margin-bottom: 1rem
    }


.footer-contact img  {
  
    width: 48px;
  
    height: 48px;
  
    margin-right: 1rem
    }


.footer-contact span  {
  
    font-size: 1.5rem;
  
    font-weight: bold
    }


.language-selector  {
  
    position: relative;
  
    margin-top: 1rem
    }


.language-selector select  {
  
    appearance: none;
  
    background-color: transparent;
  
    border: 1px solid rgba(255, 255, 255, 0.3);
  
    color: white;
  
    padding: 0.5rem 2rem 0.5rem 1rem;
  
    border-radius: 0.25rem;
  
    cursor: pointer;
  
    width: 100%
    }


.language-selector::after  {
  
    content: "";
  
    position: absolute;
  
    right: 1rem;
  
    top: 50%;
  
    transform: translatey(-50%);
  
    width: 0;
  
    height: 0;
  
    border-left: 5px solid transparent;
  
    border-right: 5px solid transparent;
  
    border-top: 5px solid white;
  
    pointer-events: none
    }


.footer-bottom  {
  
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  
    padding-top: 1.5rem;
  
    text-align: center;
  
    color: #e0e0e0
    }


/* Responsive styles */
@media (max-width: 768px)  {
  
    .header-container  {
  
        flex-wrap: wrap
        }


    .mobile-menu-btn  {
  
        display: block
        }


    nav  {
  
        flex-basis: 100%;
  
        display: none
        }


    nav.active  {
  
        display: block;
  
        margin-top: 1rem
        }


    nav ul  {
  
        flex-direction: column
        }


    nav ul li  {
  
        margin: 0.5rem 0
        }


    .profile-container  {
  
        grid-template-columns: 1fr
        }


    .profile-image-container  {
  
        max-width: 300px;
  
        margin: 0 auto
        }


    .expertise-grid, .related-grid  {
  
        grid-template-columns: 1fr
        }


    .contact-buttons  {
  
        flex-direction: column;
  
        align-items: center
        }


    .contact-buttons .btn  {
  
        width: 100%;
  
        max-width: 300px;
  
        margin-bottom: 1rem
        }


    }