body {
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
}

header {
    background: url('https://cdn.leonardo.ai/users/b5502374-6208-4dec-852f-8e8a3fc103e2/generations/c135df6e-9f5f-4f67-8173-442391522e7c/Leonardo_Phoenix_09_A_modern_abstract_illustration_representin_3.jpg') center/cover no-repeat fixed;
    color: #fff;
    padding: 6rem 2rem;
    text-align: center;
    position: relative;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 1.5rem;
    border-radius: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    width: 100%;
    max-width: calc(1000px - 3rem);
}

header h1 {
    margin: 0;
    font-size: 2.5rem;
}

header p {
    font-size: 1.25rem;
    margin: 0.5rem 0 1rem;
}

.btn {
    display: inline-block;
    background: #f04e30;
    color: #fff;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

section {
    padding: 2rem;
    max-width: 1000px;
    margin: auto;
}

.features {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.feature {
    flex: 1 1 250px;
    background: #f5f5f5;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
}

.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    --langs_svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-languages-icon lucide-languages"><path d="m5 8 6 6"/><path d="m4 14 6-6 2-3"/><path d="M2 5h12"/><path d="M7 2h1"/><path d="m22 22-5-10-5 10"/><path d="M14 18h6"/></svg>');
    --workf_svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-workflow-icon lucide-workflow"><rect width="8" height="8" x="3" y="3" rx="2"/><path d="M7 11v4a2 2 0 0 0 2 2h4"/><rect width="8" height="8" x="13" y="13" rx="2"/></svg>');
    --check_svg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle-check-icon lucide-circle-check"><circle cx="12" cy="12" r="10"/><path d="m9 12 2 2 4-4"/></svg>');
}

.feature:nth-child(1) div {
    background-image: var(--langs_svg);
}

.feature:nth-child(2) div {
    background-image: var(--workf_svg);
}

.feature:nth-child(3) div {
    background-image: var(--check_svg);
}

/* .feature svg {
    width: 30px;
    height: 30px;
    fill: #333;
} */

.section-image {
    text-align: center;
    margin: 2rem 0;
}

.section-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

section.who-we-are {
    max-width: unset;
    background: url('https://cdn.leonardo.ai/users/b5502374-6208-4dec-852f-8e8a3fc103e2/generations/c135df6e-9f5f-4f67-8173-442391522e7c/Leonardo_Phoenix_09_A_modern_abstract_illustration_representin_3.jpg') center/cover no-repeat fixed;
    color: #fff;
}

.overlay-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem;
    border-radius: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    margin-bottom: 2rem;
    width: 100%;
    max-width: calc(1000px - 3rem);
    justify-self: center;
}

.team {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    margin-top: 2rem;
}

.team-overlay {
    background: rgba(0, 0, 0, 0.5);
    /* padding: 1.5rem; */
    border-radius: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    max-width: 1000px;
    justify-self: center;
}

.team-member {
    flex: 1 1 200px;
    background: #f9f9f9;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.team-member:first-child {
    margin-left: 2rem;
}

.team-member:last-child {
    margin-right: 2rem;
}

.team-member img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.experience-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

.experience-section img {
    flex: 1 1 300px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.experience-text {
    flex: 2 1 400px;
}

.testimonial {
    margin-top: 1rem;
    font-style: italic;
}

.testimonial img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-section {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 2rem;
}

.contact-section img {
    flex: 1 1 400px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.contact-text {
    flex: 1 1 400px;
}

footer {
    background: #0a0a23;
    color: #fff;
    text-align: center;
    padding: 1rem;
}

@media (max-width: calc(1000px + 7rem)) {

    .hero-overlay,
    .overlay-box {
        width: unset;
    }
}

@media (max-width: calc(640px - 4rem)) {
    header h1 {
        font-size: 1.75rem;
    }

    .features,
    .team,
    .experience-section,
    .contact-section {
        flex-direction: column;
        align-items: center;
    }

    .team-member {
        width: calc(100% - 6rem);
    }

    .team-member:first-child {
        margin-bottom: unset;
        margin-right: 2rem;
    }

    .team-member:last-child {
        margin-top: unset;
        margin-left: 2rem;
    }
}