* {
    box-sizing: border-box;
}
:root {
    --mint-green: #4CAF50;
    --mint-green-light: #E8F5E9;
    --sky-blue: #2196F3;
    --sky-blue-light: #E3F2FD;
    --blue-grey: #546E7A;
    --blue-grey-light: #ECEFF1;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f5f5;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
.bg-blue{background: #004199;}
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s var(--zx-ease);
}
.Pregnant{
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    background: url("../images/b12.jpg") center/cover no-repeat;
    color: #fff;
    padding: 70px 0;
    overflow: hidden;
}

.hero__inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.hero__title {
    font-size: 52px;
    font-weight: 700;
    margin: 0 0 16px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero__lede {
    font-size: 16px;
    max-width: 820px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
}
/**/
.contact-section {
    padding: 60px 0;
}

.section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 1rem;
}

.intro-text {
    color: #6c757d;
    line-height: 1.8;
    font-size: 1rem;
    margin: 0 auto;
}

.contact-card {
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-card.green {
    background: #009944e3;
    color: white;
}

.contact-card.blue {
    background: #004199d1;
    color: white;
}

.contact-card.grey {
    background: linear-gradient(135deg, var(--blue-grey) 0%, #78909C 100%);
    color: white;
}

.contact-card .icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 20px;
    background: rgba(255,255,255,0.2);
}

.contact-card .icon-wrapper i {
    font-size: 28px;
}

.contact-card p {
    line-height: 1.6;
    margin-bottom: 5px;
}

.contact-card a {
    color: white;
    text-decoration: none;
    transition: opacity 0.2s;
}

.contact-card a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.team-photo {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 280px;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qr-section {
    text-align: center;
}

.qr-section .qr-code {
    display: inline-block;
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin: 10px;
}

.qr-section .qr-code img {
    width: 120px;
    height: 120px;
}

.qr-section .qr-label {
    font-size: 0.85rem;
    font-weight: 600;
}

.qr-section .label-whatsapp {
    color: #009944;
}

.qr-section .label-wechat {
    color: #009944;
}

.website-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.website-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.website-list li:last-child {
    border-bottom: none;
}

.website-list a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.website-list a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.website-list .lang-flag {
    width: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .contact-card {
        margin-bottom: 20px;
    }

    .team-photo {
        min-height: 200px;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 1.5rem;
    }
}
/**/
.con-hero-section {
    position: relative;
    display: flex;
    padding: 70px 0;
    align-items: center;
    background-image: url('../images/d10.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.con-hero-content {
    position: relative;
    z-index: 2;
    padding: 3rem 2rem;
    max-width: 550px;
    background: #0041998c;
}

.con-hero-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.con-title-underline {
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
}

.con-hero-text {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.con-btn-ghost {
    display: inline-block;
    padding: 1rem 2.5rem;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.con-btn-ghost:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.con-btn-ghost:active {
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .con-hero-content {
        max-width: 90%;
        margin-left: 0;
        padding: 2rem 1.5rem;
    }

    .con-hero-title {
        font-size: 2rem;
    }

    .con-hero-text {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .con-hero-section {
        align-items: flex-end;
        padding-bottom: 2rem;
    }

    .con-hero-section::before {
        background: linear-gradient(0deg, rgba(26, 75, 139, 0.9) 0%, rgba(26, 75, 139, 0.7) 50%, rgba(26, 75, 139, 0.4) 100%);
    }

    .con-hero-content {
        max-width: 100%;
        margin: 0 1rem;
        padding: 2rem 1.5rem;
    }

    .con-hero-title {
        font-size: 1.75rem;
    }

    .con-hero-text {
        font-size: 0.95rem;
    }

    .con-btn-ghost {
        width: 100%;
        text-align: center;
        padding: 0.875rem 1.5rem;
    }
}