* {
    box-sizing: border-box;
}
:root {
    --royal-blue: #004199;
    --light-grey: #ECECEC;
    --primary-blue: #004199;
    --dark-charcoal: #333333;
    --mid-grey: #666666;
    --light-text: #999999;
    --nav-dark: #333645;
    --blue-accent: #004494;
    --text-dark: #333333;
}

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/b13.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;
}
/**/
.article-card {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.article-image {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.article-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    cursor: pointer;
}

.article-title:hover {
    color: var(--primary-green);
}

.article-summary {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.article-meta {
    color: #333;
}

.article-category {
    color: var(--primary-green);
    font-weight: 500;
}

.btn-more {
    background-color: #004199;
    color: #fff;
    border: none;
    margin-right: 20px;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-more:hover {
    background-color: #004199;
    color: #fff;
}
/* Article Header */
.news-article-header {
    text-align: center;
    margin-bottom: 30px;
}

.news-article-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.4;
}

/* Article Content */
.news-article-content {
    font-size: 16px;
    color: #444;
}

.news-article-image {
    margin: 30px 0;
    text-align: center;
}

.news-article-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .news-contact-info {
        flex-direction: column;
    }

    .news-btn-contact {
        flex-direction: row;
        width: 100%;
    }

    .news-btn-contact .btn {
        flex: 1;
    }

    .news-nav-links {
        flex-direction: column;
    }

    .news-nav-link-item.next {
        text-align: left;
    }

    .news-article-title {
        font-size: 24px;
    }

    .news-contact-details {
        flex-direction: column;
        gap: 10px;
    }
}
/* Contact CTA Section */
.news-contact-section {
    background-color: #eee;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 40px;
}

.news-contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.news-contact-guide {
    margin-right: 2rem;
}

.news-contact-guide p {
    margin: 0;
    font-size: 17px;
    line-height: 2;
}
.news-contact-guide p span{
    color: #004199!important;
}
.news-contact-details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.news-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.news-contact-item i {
    font-size: 18px;
}

.news-text-success {
    color: #28a745 !important;
}

.news-btn-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.news-btn-message {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.news-btn-message:hover {
    background-color: #218838;
    color: white;
}

.news-btn-chat {
    background-color: #004199;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.news-btn-chat:hover {
    background-color: #0056b3;
    color: white;
}
.nav-label {
    background-color: var(--primary-blue);
    color: white;
    font-weight: bold;
    padding: 12px 20px;
    white-space: nowrap;
    align-items: center;
    display: flex;
}

.nav-content {
    border: 1px solid var(--primary-blue);
    border-left: none;
    background-color: white;
    padding: 12px 20px;
    flex-grow: 1;
}

.nav-content a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.nav-content a:hover {
    color: var(--primary-blue);
}

.nav-block {
    display: flex;
    border: 2px solid var(--primary-blue);
}

.back-btn {
    background-color: var(--primary-blue);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.back-btn:hover {
    background-color: #003366;
    color: white;
}

@media (max-width: 768px) {
    .nav-block {
        margin-bottom: 15px;
    }
    .back-btn {
        width: 100%;
        text-align: center;
    }
}