.opis {
    text-align: justify;
    hyphens: none;
    word-break: normal;
    overflow-wrap: normal;
    color: #0b2540;
}
* {
    padding: 0;
    box-sizing: border-box;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 188px;
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    position: relative; /* allow absolute positioning for nav */
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 40px;
    margin: 0 auto;
    justify-content: center;
}

.company-logos {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 5px;
}

.achievement-logos {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.main-logos {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: white;
    padding: 45px 70px;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    border: 1px solid rgba(0,0,0,0.08);
    margin-top: 30px;
    align-items: center;
}

.main-logos img {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.1));
}

.main-logos img:hover {
    transform: scale(1.1) translateY(-3px);
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.2));
}

.additional-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    background: rgba(255,255,255,0.5);
    padding: 25px 35px;
    /* border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.05); */
}

.additional-logos img {
    height: 80px;
    width: auto;
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    border: none;
}

.main-logos img:hover,
.additional-logos img:hover {
    transform: translateY(-3px);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}

.anniversary:hover {
    transform: translateY(-3px) scale(1.05) !important;
}

.main-logo {
    margin-bottom: 5px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nav-link:hover {
    background: rgba(13, 129, 46, 0.1);
    color: #0d812e;
}

.nav-link.active {
    background: #0d812e;
    color: white;
}

.menu-toggle {
    display: none;
    background: #0d812e;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 768px) {
    .header {
        height: 120px;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
    }

    .logo-container {
        gap: 15px;
        padding: 5px;
    }

    .main-logos {
        gap: 10px;
    }

    .main-logos img {
        height: 40px;
    }

    .additional-logos {
        gap: 10px;
        margin-right: 10px;
    }

    .additional-logos img {
        height: 40px;
    }

    .nav-menu {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background: white;
        padding: 10px 0;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        flex-direction: column;
        align-items: stretch;
        z-index: 9998;
    }

    .nav-menu.show {
        display: flex;
    }

    .nav-link {
        padding: 12px 20px;
        border-radius: 0;
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 15px;
    }

    body {
        padding-top: 60px;
    }
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin: 0;
    padding: 0;
    padding-top: 120px;
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
}



.bd-section-3 {
    position: relative; 
}

.bd-headerarea-1 .logo-group {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 10000;
}


.bd-headerarea-1 .bd-hmenu-1 {
    margin-left: 0;
    margin-right: 20px;
}


.bd-headerarea-1 .bd-hmenu-1 {
    position: absolute;
    right: 20px; 
    top: 10px;
    z-index: 9999;
}

@media (max-width: 992px) {
    
    .bd-headerarea-1 .logo-group {
        position: static;
        left: auto;
        top: auto;
        margin-right: 12px;
    }

    .bd-headerarea-1 .bd-hmenu-1 {
        margin-right: 0;
        position: static; 
        right: auto;
        left: auto;
        top: auto;
    }
}


@media (max-width: 992px) {
    .logo-group {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .anniversary-logo,
    .family-business-logo {
        height: 40px;
        width: auto;
    }

    .bd-logo-2 img,
    .eksplo-tech-logo {
        height: 35px;
    }
}

@media (max-width: 768px) {
    .logo-group {
        margin-bottom: 0;
        gap: 8px;
        max-width: calc(100% - 60px);
    }

    .bd-section-3 {
        padding: 5px 0;
    }

    .bd-container-inner {
        padding: 0 10px;
    }
    
    .bd-logo-2 img,
    .eksplo-tech-logo {
        height: 30px;
    }
    
    .anniversary-logo,
    .family-business-logo {
        height: 40px;
    }

    .bd-headerarea-1 {
        height: 60px;
    }

    .mobile-menu {
        top: 60px;
    }
}






body {
    padding-top: 140px;
}
h3.section-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
    line-height: 52.85714287px;
    color: black;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Fjalla One', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    position: relative;
    padding-bottom: 20px;
}

h3.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #0d812e;
    border-radius: 2px;
}


h3:not(.section-title) {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 52.85714287px;
    color: black;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Fjalla One', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}
.bd-section-1 {
    line-height: 25px.71428572px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.bd-page-width {
    max-width: none;
}
.bd-container-inner {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
body {
    font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bd-slider {
    min-height: 20px;
    clear: both;
}
.bd-slider-2 {
    height: 50vh;
    z-index: 1;
}
.carousel {
    line-height: inherit;
    position: relative;
}
.bd-slides {
    height: 100%;
    width: 100%;
}

.menu-nav a:hover,
.menu-nav a:focus {
    color: #0056b3;
    text-decoration: underline;
    transition: color 0.3s, text-decoration 0.3s;
}

.main-section-bg {
    position: relative;
    width: 100%;
    min-height: 550px;
    background: url('Zdjęcie-strona\ główna.jpg') center center / cover no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8%;
}

.main-section-content {
    text-align: center;
    background: rgba(255,255,255,0.92);
    border-radius: 16px;
    max-width: 100%;
    animation: fadeIn 1s ease-out;
    padding: 10px 15px;
}

.main-section-content h1 {
    font-size: 50px;
    margin-bottom: 2rem;
    color: black;
    letter-spacing: 1.2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    font-weight: 600;
    line-height: 1.2;
}


@media (max-width: 600px) {
    .main-section-bg {
        
        background-position: center top;
        min-height: 320px; 
        background-attachment: scroll; 
    }

    .main-section-content {
        padding: 18px 16px; 
        border-radius: 12px;
        max-width: 92%;
    }

    .main-section-content h1 {
        font-size: 28px;
        margin-bottom: 1rem;
        line-height: 1.15;
    }
}

.main-section-content p {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.6;
}
.bd-footer {
    background-color: #fff;
    color: #222;
    padding: 20px 0;
    text-align: center;
}
.bd-footer a {
    color: #007bff;
    text-decoration: none;
}
.bd-footer a:hover,
.bd-footer a:focus {
    text-decoration: underline;
}

.fixed-frame {
    width: 100%;
    max-width: none;
    min-width: 0;
    background: rgba(255,255,255,0.96);
    color: #0b2540;
    padding: 26px 32px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.08);
    z-index: 1;
    pointer-events: auto;
    box-sizing: border-box;
    margin: 0;
    display: block;
}

.fixed-frame p {
    margin: 0.5em 0;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

.fixed-frame ul {
    margin: 1.2em 0;
    padding-left: 2em;
}

.fixed-frame li {
    margin: 0.8em 0;
    line-height: 1.6;
    color: #333;
}


@media (max-width: 600px) {
    .fixed-frame {
        left: 12px;
        right: 12px;
        padding: 18px 20px;
        bottom: 14px;
    }
}


.footer-fixed-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    max-width: 80%;
    margin: 0 auto 40px auto;
}


@media (min-width: 801px) {
    .footer-fixed-wrapper .fixed-frame {
        width: 48%;
    }
}


@media (max-width: 800px) {
    .footer-fixed-wrapper {
        display: block;
        padding: 12px;
    }

    .footer-fixed-wrapper .fixed-frame {
        width: 100%;
        margin-bottom: 12px;
    }
}

.section-divider {
    margin: 60px 0;
    height: 1px;
    background: linear-gradient(to right, transparent, #0d812e, transparent);
    opacity: 0.5;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.team-section {
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.team-section.single-member {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 50px auto;
    padding: 0 20px;
    max-width: 1400px;
}

.team-section.single-member .team-member {
    width: 100%;
    margin: 0;
}

.team-section.single-member .member-left {
    width: 100%;
}


@media (max-width: 1200px) {
    .team-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-section.single-member .team-member {
        width: 90%;
        margin: 0 auto;
    }

    .team-section.single-member {
        padding: 0 10px;
    }
}


h2 + .team-section .team-member img,
.team-section .team-member img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
}


.team-member {
    width: 100%;
}

.team-member .member-left {
    text-align: center;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    overflow: hidden;
    transition: all 0.3s ease;
}

.team-member .member-left:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.team-member.no-image .member-left {
    height: 375px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
}

.team-member .member-left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px 10px 0 0;
}

.team-member .member-left h3 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    font-size: 24px;
}

.team-member .member-box {
    color: #0d812e;
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    background: transparent;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
}

.team-member .member-box h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.team-member .member-box h4 i {
    color: #0d812e;
    font-size: 16px;
}

.team-member .member-box .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
    padding: 5px 0;
}

.team-member .member-box p {
    margin: 0;
    line-height: 1.6;
    color: #666;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    padding: 3px 0;
}

.team-member .member-box p i {
    color: #0d812e;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.team-member .member-box strong {
    color: #333;
}

.team-section, .info-section {
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.info-box {
    display: inline-block;
    width: 400px;
    margin: 15px;
    vertical-align: top;
    background: rgba(255,255,255,0.96);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.08);
    padding: 25px;
    text-align: left;
}

.info-box h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    color: #333;
}

.info-box p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #444;
}


@media (max-width: 1200px) {
    .team-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .team-section {
        grid-template-columns: 1fr;
        max-width: 600px;
    }

    .team-member .member-left {
        min-height: 250px;
    }
}
h2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.2;
    color: hsl(0, 0%, 0%);
    text-align: center;
    margin-top: 40px;
    position: relative;
    padding-bottom: 1rem;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: #0d812e;
    border-radius: 2px;
}


.eu-funding-section {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 20px;
}

.eu-funding-content {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
    margin-top: 40px;
}

.eu-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.eu-logos img {
    max-height: 80px;
    width: auto;
}

.eu-project-info h3 {
    color: #333;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}

.project-details {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.project-item {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #0d812e;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

.project-item h4 {
    color: #0d812e;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.project-item p {
    margin: 8px 0;
    color: #666;
    text-align: center;
}

.project-item strong {
    color: #333;
}

.project-goal, .project-effects {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: center;
}

.project-goal h4, .project-effects h4 {
    color: #0d812e;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.project-goal p, .project-effects p {
    color: #666;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 768px) {
    .eu-funding-content {
        padding: 20px;
    }

    .eu-logos {
        flex-direction: column;
        padding: 15px;
    }

    .eu-logos img {
        max-height: 60px;
    }

    .project-item {
        padding: 20px;
    }
}

.partners-section {
    max-width: 1400px;
    margin: 120px auto 80px;
    padding: 0 20px;
    position: relative;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: linear-gradient(to right, transparent, #0d812e, transparent);
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.partner-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.partner-content {
    padding: 25px 0px;
    text-align: center;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.partner-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.partner-card:hover .partner-content {
    border-left-color: #0d812e;
    background: #f8f9fa;
}

.partner-card h4 {
    margin: 0;
    color: #333;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}


.join-us-section {
    position: relative;
    margin: 100px 0;
}

.join-us-background {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('Zdjęcie-strona główna.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.join-us-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.join-us-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    text-align: center;
}

.join-us-content h2 {
    color: #fff;
    font-size: 3rem;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.join-us-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.join-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.join-card:hover {
    transform: translateY(-10px);
}

.join-card-content {
    padding: 40px 30px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.jobs-intro {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.9);
}

.jobs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 25px 40px;
    backdrop-filter: blur(5px);
}

.jobs-list li {
    color: #fff;
    padding: 12px 0;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding-left: 25px;
}

.jobs-list li:last-child {
    border-bottom: none;
}

.jobs-list li::before {
    content: '•';
    color: #0d812e;
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 24px;
}

.jobs-contact {
    margin-top: 30px;
    text-align: center;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 25px;
    backdrop-filter: blur(5px);
}

.jobs-contact h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.empty-contact {
    padding: 30px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    backdrop-filter: blur(3px);
    text-align: center;
}

.empty-contact p {
    margin: 15px 0;
    color: #fff;
    font-size: 18px;
}

.empty-contact p:first-child {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}

.empty-contact i {
    margin-right: 10px;
    color: #0d812e;
}

.company-contact h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.jobs-contact p {
    color: #fff;
    margin: 8px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.jobs-contact i {
    color: #0d812e;
}

@media (max-width: 768px) {
    .company-contacts {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .jobs-contact {
        padding: 20px;
    }
    
    .company-contact {
        padding: 12px;
    }
    
    .jobs-contact h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.jobs-contact i {
    color: #0d812e;
}

@media (max-width: 768px) {
    .join-card-content {
        padding: 30px 20px;
    }

    .jobs-list {
        padding: 20px 25px;
    }

    .jobs-list li {
        font-size: 16px;
        padding: 10px 0 10px 20px;
    }

    .jobs-contact p {
        font-size: 16px;
    }
}

.join-card h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.join-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.9);
}

.button {
    display: inline-block;
    padding: 12px 30px;
    background: #0d812e;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.button:hover {
    background: transparent;
    border-color: #0d812e;
    color: #fff;
}

@media (max-width: 768px) {
    .join-us-content h2 {
        font-size: 2.2rem;
    }

    .join-card-content {
        padding: 30px 20px;
    }
}


.management-section {
    max-width: 1400px;
    margin: 80px auto;
    padding: 0 20px;
}

.management-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}

.management-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #eee;
    flex: 0 1 calc(33.333% - 20px);
    min-width: 300px;
    max-width: 400px;
}

.management-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.member-image {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

.member-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: transform 0.5s ease;
}

.management-card:hover .member-image img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0,123,255,0.9), rgba(0,123,255,0.3));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.management-card:hover .image-overlay {
    opacity: 1;
}

.experience-badge {
    background: rgba(0,123,255,0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    backdrop-filter: blur(5px);
}

.experience-badge i {
    font-size: 16px;
}

.member-content {
    padding: 25px;
}

.member-content h3 {
    margin: 0;
    font-size: 24px;
    text-align: left;
}

.position {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    margin: 10px 0 20px;
}

.position i {
    color: #007bff;
}

.member-bio {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    background: #f0f4f8;
    border-radius: 20px;
    font-size: 14px;
    color: #555;
    transition: all 0.3s ease;
}

.tag i {
    color: #0d812e;
}

.tag:hover {
    background: #e0e7ef;
    transform: translateY(-2px);
}

@media (max-width: 1200px) {
    .management-grid {
        gap: 20px;
    }
    .management-card {
        flex: 0 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .management-grid {
        gap: 15px;
    }
    .management-card {
        flex: 0 1 100%;
        max-width: 100%;
    }
    .member-image {
        padding-top: 66.67%;
    }
}

.boxed-h2 {
    max-width: 88.3%;
    margin: 24px auto 12px auto;
    padding: 26px 32px;
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(0,0,0,0.12); 
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center;
    box-sizing: border-box;
    display: block;
    z-index: 1;
}


.contact-section {
    position: relative;
    margin-bottom: 0;
}

.contact-background {
    position: relative;
}

.contact-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.section-header.light h2 {
    color: #333;
    font-size: 2em;
    margin-bottom: 1.5em;
}


.map-container {
    width: 100%;
    height: 400px;
    margin-bottom: 50px;
    border: none;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}


.contact-bar {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 0;
    position: relative;
    z-index: 100;
    width: 100%;
    border-radius: 8px;
    margin: 0 auto 50px;
    max-width: 100%;
}

.contact-bar-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 40px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
    background: #fff;
    width: 100%;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 25px 20px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 200px;
    justify-content: center;
}

.contact-item i {
    color: #0d812e;
    font-size: 28px;
}

.contact-text {
    text-align: left;
}

.contact-text h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.contact-text p {
    margin: 8px 0 0 0;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.contact-item.social .social-icons {
    display: flex;
    gap: 15px;
}

.contact-item.social .social-icons a {
    color: #666;
    font-size: 20px;
    transition: all 0.3s ease;
}

.contact-item.social .social-icons a:hover {
    color: #0d812e;
    transform: translateY(-2px);
}


@media (max-width: 1200px) {
    .contact-bar-inner {
        justify-content: center;
    }
    
    .contact-item {
        min-width: 200px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .map-container {
        height: 400px;
    }
    
    .contact-bar {
        padding: 15px 0;
    }
    
    .contact-item {
        width: 100%;
        justify-content: flex-start;
    }
    
    .contact-text h4 {
        font-size: 14px;
    }
    
    .contact-text p {
        font-size: 13px;
    }
}

.map-card {
    padding: 0;
    overflow: hidden;
}

.map-card .contact-header {
    padding: 20px 30px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 991px) {
    .contact-info-card {
        height: auto;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .contact-info-card {
        height: auto;
        min-height: 300px;
    }

    .map-container {
        height: 300px;
        border-radius: 10px;
        margin-top: 20px;
    }
    
    .contact-background {
        padding: 30px 0;
    }
    
    .contact-wrapper {
        padding: 0 10px;
    }
    
    .section-header.light h2 {
        font-size: 1.8em;
        margin-bottom: 1em;
    }
    
    .contact-details {
        padding: 20px;
    }
}

.address-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.address-box i {
    color: #0d812e;
    font-size: 24px;
    margin-top: 3px;
}

.address-box h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.address-box p {
    margin: 0;
    color: #666;
    font-size: 16px;
    line-height: 1.4;
}


@media (max-width: 768px) {
    .map-container {
        height: 350px;
    }
    
    .map-overlay {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 15px;
    }
    
    .address-box {
        gap: 10px;
    }
    
    .address-box i {
        font-size: 20px;
    }
    
    .address-box h4 {
        font-size: 16px;
    }
    
    .address-box p {
        font-size: 14px;
    }
}

.contact-info-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 700px;
    display: flex;
    flex-direction: column;
}

.contact-details {
    padding: 30px;
    height: 100%;
}

.contact-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.contact-header i {
    font-size: 24px;
    color: #0d812e;
    margin-right: 15px;
}

.contact-header h3 {
    font-size: 20px;
    color: #333;
    margin: 0;
    text-align: left;
}

.contact-grid {
    display: grid;
    gap: 20px;
}

.social-media-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #4267B2;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(66, 103, 178, 0.2);
}

.social-media-button i {
    margin-right: 10px;
    font-size: 20px;
}

.social-media-button:hover {
    background: #365899;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(66, 103, 178, 0.3);
    color: white;
    text-decoration: none;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.contact-item i {
    color: #0d812e;
    font-size: 20px;
    margin-right: 15px;
    min-width: 24px;
    transition: all 0.3s ease;
}

.contact-text {
    flex: 1;
}

.contact-item h4 {
    color: #333;
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
}

.contact-item p {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.contact-item.social {
    background: #f8f9fa;
    transition: all 0.3s ease;
}

.contact-item.social:hover {
    background: #e9ecef;
    transform: translateY(-2px);
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    text-decoration: none;
    font-size: 24px;
    color: #666;
    transition: all 0.3s ease;
    padding: 5px;
}

.social-icons a:hover {
    transform: translateY(-2px);
}

.social-icons a:hover .fa-facebook {
    color: #1877f2;
}

.social-icons a:hover .fa-x-twitter {
    color: #000;
}

.social-icons a:hover .fa-instagram {
    color: #c13584;
}

.contact-item.social .contact-text {
    width: 100%;
}

@media (max-width: 768px) {
    .contact-item {
        padding: 12px;
    }
    
    .contact-item i {
        font-size: 18px;
        margin-right: 12px;
    }
    
    .contact-item h4 {
        font-size: 15px;
    }
    
    .contact-item p {
        font-size: 14px;
    }
    
    .social-icons {
        gap: 10px;
    }
    
    .social-icons a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}

.contact-image-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-map-container {
    position: relative;
    width: 100%;
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.map-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px;
    color: white;
    transition: transform 0.3s ease;
}

.map-overlay p {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 20px;
    font-size: 1.1em;
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    padding: 30px;
    color: white;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.contact-image-card:hover .image-overlay {
    transform: translateY(0);
}

.contact-image-card:hover .building-image {
    transform: scale(1.05);
}

.overlay-content h3 {
    color: white;
    margin-bottom: 15px;
    text-align: left;
    font-size: 20px;
}

.map-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: #0d812e;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.map-button i {
    margin-right: 8px;
}

.map-button:hover {
    background: #0056b3;
    transform: translateY(-2px);
}


@media (max-width: 1200px) {
    .contact-container {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .contact-container {
        grid-template-columns: 1fr;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-details {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    .contact-container {
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .logo-container {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .main-logos {
        padding: 8px;
    }

    .main-logos img {
        height: 30px;
    }

    .additional-logos img {
        height: 35px;
    }

    .contact-background {
        padding: 40px 0;
    }

    .contact-header {
        flex-direction: column;
        text-align: center;
    }

    .contact-header i {
        margin: 0 0 15px 0;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .contact-item i {
        margin: 0 0 10px 0;
    }
}


.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #0d812e;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
}

.scroll-to-top:hover {
    background-color: #0a6024;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 768px) {
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    
    .scroll-to-top i {
        font-size: 14px;
    }
}
