* {
    box-sizing: border-box;
}
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 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;
}
/* Contact CTA Section */
.news-contact-section {
    box-shadow: 1px 1px 5px #ddd;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 40px;
}

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

.news-contact-guide {
    flex: 1;
    min-width: 250px;
}

.news-contact-guide p {
    margin: 0;
    font-size: 17px;
    line-height: 2;
}

.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;
}

.btn:active,.news-btn-message:hover {
    background-color: #218838!important;
    color: white!important;
}

.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;
}

.spec-section {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px 1px rgba(0,0,0,0.1);
    overflow: hidden;
}

.spec-header {
    background: var(--primary-green);
    color: white;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 1.1rem;
}

.spec-body {
    padding: 1.5rem;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px dashed #e0e0e0;
}

.spec-item:last-child {
    border-bottom: none;
}

.spec-label {
    color: #666;
    font-weight: 500;
}

.spec-value {
    color: #424242;
    font-weight: 600;
    text-align: right;
}

.machine-table {
    margin-bottom: 0;
}

.machine-table th {
    background: #f8f9fa;
    color: #424242;
    font-weight: 600;
    border: none;
    padding: 0.75rem;
}

.machine-table td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.75rem;
    vertical-align: middle;
    font-weight: 600;
}
.machine-table td p{margin-bottom:0;}
.machine-table tr:last-child td {
    border-bottom: none;
}