* {
    box-sizing: border-box;
}
:root {
    --royal-blue: #004199;
    --light-grey: #ECECEC;
    --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;
    color: var(--zx-text);
    background: var(--zx-bg);
    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/b11.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: 1px;
    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;
}
/**/
/* Navigation Bar */
.navbar-custom {
    background-color: var(--nav-dark);
    padding: 0;
}

.navbar-custom .navbar-nav {
    width: 100%;
    justify-content: center;
}

.navbar-custom .nav-item {
    flex: 1;
    text-align: center;
}

.navbar-custom .nav-link {
    color: #fff;
    font-weight: 500;
    padding: 1rem 1.5rem;
    text-align: center;
    transition: background-color 0.3s ease;
    border-radius: 0;
}

.navbar-custom .nav-link:hover {
    background-color: #004199;
    color: #fff;
}
.navbar-nav .nav-link.active{color: #fff;background: #004199;}
.navbar-custom .nav-item.active .nav-link {
    background-color: #004199;
    color: #fff;
}

/* Page Title */
.page-title {
    text-align: center;
    padding: 3rem 1rem 2rem;
    background-color: #fff;
}

.page-title h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin: 0;
}

/* Main Content Section */
.content-section {
    padding: 1rem 0 2rem;
    background-color: #fff;
}

.content-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: stretch;
    gap: 3rem;
}

.image-container {
    flex: 1.2;
    min-height: 400px;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-container p {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.text-container p:last-child {
    margin-bottom: 0;
}

/* Stats Bar */
.stats-bar {
    background-color: var(--blue-accent);
}

.stats-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stat-item {
    flex: 1;
    text-align: center;
    padding: 1rem;
    position: relative;
}

.stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(255,255,255,0.4);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
    margin-top: 0.5rem;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 991px) {
    .navbar-custom .nav-item {
        max-width: none;
    }

    .content-wrapper {
        flex-direction: column;
        gap: 2rem;
    }

    .image-container {
        min-height: 300px;
    }

    .stats-wrapper {
        flex-wrap: wrap;
    }

    .stat-item {
        flex: 0 0 50%;
        margin-bottom: 1.5rem;
    }

    .stat-item:nth-child(2)::after {
        display: none;
    }

    .stat-item:nth-child(3),
    .stat-item:nth-child(4) {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .page-title h1 {
        font-size: 1.8rem;
    }

    .navbar-custom .nav-link {
        padding: 0.75rem 0.5rem;
        font-size: 0.85rem;
    }

    .stat-item {
        flex: 0 0 100%;
    }

    .stat-item::after {
        display: none !important;
    }

    .stat-item:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .stat-item:last-child {
        margin-bottom: 0;
    }
}
/**/
.hom3 .swiper-slide {padding:0 1%;}
.hom3 h3 {margin: 1% 0 4%;}
.hom3 .Pic::after {height: 0;}
.hom3 .swiper-slide-active .Pic::after {height:0;}
.hom3 .arr { position:absolute; transform:translateY(-50%); top: 50%;text-align: center;
    z-index:9; user-select:none; cursor:pointer; width:3.5%; left:6%;
}
.hom3 .Rg {left:unset;right:6%;}
/**/
.bg-gray{background: #3d4457;}
.section-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #ffffff;
}

.section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
    text-align: left;
    margin: 0 auto 3rem auto;
}

.gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.gallery-left,
.gallery-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery-center {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery-left .gallery-img,
.gallery-right .gallery-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-center .gallery-img {
    width: 500px;
    height: 515px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1200px) {
    .gallery-container {
        flex-direction: column;
    }

    .gallery-left,
    .gallery-right,
    .gallery-center {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-left .gallery-img,
    .gallery-right .gallery-img,
    .gallery-center .gallery-img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .section-text {
        font-size: 1rem;
        padding: 0 1rem;
    }
}
/**/

.about-service-item {
    background-color: #eeeeee;
    padding: 20px;
    display: flex;
    height: 107px;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-service-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.service-text {
    font-weight: 600;
    color: #212529;
}
.main-image {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.gallery-image {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    object-fit: cover;
}
.gallery-image:hover {
    transform: scale(1.02);
}

@media (max-width: 991px) {
    .service-col {
        margin-bottom: 30px;
    }
}
/**/
.parts-hero-section {
    text-align: center;
}

.parts-main-title {
    font-size: 2rem;
    font-weight: 700;
}

.parts-description-section {
    text-align: center;
}

.parts-description-text {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.parts-products-section {
    padding:40px;
    background-color: #eeeeee;
}

.parts-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 auto;
}

.parts-product-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.parts-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.parts-product-card img {
    width: 100%;
    transition: transform 0.4s ease;
}

.parts-product-card:hover img {
    transform: scale(1.05);
}

.parts-product-card-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1) 0%, rgba(201, 162, 39, 0.05) 100%);
}

.parts-product-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(145deg, #f8f8f8 0%, #e8e8e8 100%);
}

.parts-product-placeholder svg {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    opacity: 0.7;
}

.parts-product-placeholder span {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 992px) {
    .parts-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .parts-main-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .parts-product-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .parts-hero-section {
        padding: 60px 15px 40px;
    }

    .parts-main-title {
        font-size: 1.8rem;
    }

    .parts-products-section {
        padding: 20px 15px 60px;
    }

    .parts-description-text {
        font-size: 1rem;
    }
}
/**/
.bu-hero {
    margin-top: 2rem;
    display: flex;
}

.bu-image-section {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}

.bu-image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bu-content-section {
    flex: 0 0 50%;
    background-color: #004494;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
}

.bu-content-wrapper {
    max-width: 500px;
    width: 100%;
}

.bu-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.bu-subtitle {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 25px;
    opacity: 0.95;
}

.bu-divider {
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    margin-bottom: 25px;
}

.bu-description {
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.bu-benefits-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bu-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.bu-benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 0.9rem;
}

.bu-benefits-list li:last-child {
    margin-bottom: 0;
}

.bu-icon-wrapper {
    width: 24px;
    height: 24px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
}

.bu-icon-wrapper::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    position: absolute;
}

.bu-button-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.bu-btn-primary {
    background-color: #ffffff;
    color: #004494;
    border: none;
    padding: 14px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bu-btn-primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bu-btn-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px 28px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bu-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 992px) {
    .bu-hero {
        flex-direction: column;
    }

    .bu-image-section {
        flex: 0 0 50vh;
    }

    .bu-content-section {
        flex: 1;
        padding: 50px 30px;
    }

    .bu-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .bu-content-section {
        padding: 40px 20px;
    }

    .bu-title {
        font-size: 1.6rem;
    }

    .bu-subtitle {
        font-size: 0.85rem;
    }

    .bu-button-group {
        flex-direction: column;
    }

    .bu-btn-primary,
    .bu-btn-secondary {
        width: 100%;
        text-align: center;
    }
}