
.treatment-main-title {
    font-size: 29px;
    font-weight: 700;
    color: #03246B;
}

.treatment-sub-text {
    color: #6c757d;
}

/* Card */
.treatment-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.07);
    height: 100%;
    transition: 0.3s;
}

.treatment-card:hover {
    transform: translateY(-6px);
}

/* Icon */
.treatment-icon {
    width: 60px;
    height: 60px;
    background: #03246b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 15px;
}

/* List */
.treatment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.treatment-list li {
    margin-bottom: 6px;
    font-size: 15px;
}

.treatment-list li i {
    color: #03246b;
    margin-right: 8px;
}

    .allergy-diagnosis-section {
    background: #f8fbff;
}

/* Heading */
.allergy-main-title {
    font-size: 29px;
    font-weight: 700;
    color: #03246B;
}

.allergy-sub-text {
    color: #6c757d;
    font-size: 16px;
}

/* Description */
.allergy-description {
    font-weight: 600;
    margin-bottom: 15px;
    color: #0a2540;
}

/* List */
.allergy-list {
    list-style: none;
    padding: 0;
}

.allergy-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}

.allergy-list li i {
    color: #03246b;
    margin-right: 12px;
    font-size: 18px;
}

/* Bottom Text */
.allergy-bottom-text {
    margin-top: 20px;
    color: #555;
}

/* Card */
.allergy-highlight-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s;
}

.allergy-highlight-card:hover {
    transform: translateY(-5px);
}

/* Icon Box */
.icon-box {
    width: 70px;
    height: 70px;
    background: #03246b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    font-size: 28px;
}



/* Heading */
.hearing-main-title {
    font-size: 29px;
    font-weight: 700;
    color: #03246B;
}

.hearing-sub-text {
    color: #6c757d;
}

/* Card */
.hearing-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.hearing-card:hover {
    transform: translateY(-6px);
}

/* Icon */
.hearing-icon {
    width: 70px;
    height: 70px;
    background: #c1d0f0;
    color: #03246b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    margin: 0 auto 15px;
}