
#pregnancy_Grid {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

#pregnancy_Banner_go {
    cursor: pointer;
    text-align: center;
    line-height: 73px;
    transition: all 0.3s;
    margin: 20px 0;
    background-color: #ff69b4 !important;
    color: #fff !important;
    border-radius: 5px;
}

#pregnancy_Banner_go:hover {
    opacity: 1 !important;
    transform: scale(1.02);
}

.pregnancy-result-card {
    background: #fff5f8;
    border: 1px solid #ffdae9;
    border-radius: 8px;
    padding: 15px;
    margin-top: 10px;
}

.pregnancy-label {
    font-weight: bold;
    color: #d81b60;
}

.pregnancy-value {
    color: #333;
    font-size: 1.2rem;
}

.progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 10px;
    margin: 10px 0;
}

.progress-bar {
    height: 10px;
    background-color: #ff69b4;
    border-radius: 10px;
    width: 0%;
    transition: width 1s ease-in-out;
}
