/* //===========serviceImgWrapper========== */
/* //===========serviceImgWrapper========== */
.serviceImgWrapper img {
    width: 100%;
    object-fit: cover;
}

/* //===========sectionWrapper_982lx========== */
/* //===========sectionWrapper_982lx========== */

.sectionWrapper_982lx {
    background-color: #fcfcfc;
    padding: 20px 0;
    overflow: hidden;
}

.mainHeading_715wq {
    color: var(--mainColor_45231);
    font-weight: 700;
    letter-spacing: -0.5px;
    /* margin-bottom: 2.5rem; */
    position: relative;
}

.featureItem_314km {
    display: flex;
    align-items: flex-start;
    background: transparent;
    padding: 12px;
    border-radius: 8px;
    transition:
        transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        background-color 0.3s ease;
}

.featureItem_314km:hover {
    transform: translateY(-4px);
    background-color: rgba(212, 236, 231, 0.2);
}

.iconContainer_552pz {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: transparent;
    border: 1.5px solid var(--mainColor_45231);
    color: var(--teal_45231);
    font-size: 1.35rem;
    margin-right: 1.25rem;
    flex-shrink: 0;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.featureItem_314km:hover .iconContainer_552pz {
    background-color: var(--mainColor_45231);
    color: var(--secondColor_45231);
}

.textContainer_881nd {
    flex-grow: 1;
}

.featureTitle_119pl {
    color: var(--textColor_45231);
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 0.35rem;
}

.featureDesc_663vx {
    color: #555555;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 0;
}

.imagePanelWrap_62ks:hover {
    border-color: var(--mainColor_45231);
}

.innerImageFrame_441ps {
    border: 1px solid var(--mainColor_45231);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
}

.premiumImage_229ws {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.imagePanelWrap_62ks:hover .premiumImage_229ws {
    transform: scale(1.03);
}

@media (max-width: 991.98px) {

    .sectionWrapper_982lx {
        padding: 60px 0;
    }

    .imagePanelWrap_62ks {
        /* min-height: 400px; */
        margin-top: 3rem;
    }
}

/* //===========health-card-section_45231========== */
/* //===========health-card-section_45231========== */


.health-card-section_45231 {
    padding: 2rem 0;
}

.custom-health-card_45231 {
    background-color: var(--secondColor_45231);
    border: 1px solid rgba(20, 160, 165, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.custom-health-card_45231:hover {
    transform: translateY(-2px);
}

.card-heading_45231 {
    color: var(--mainColor_45231);
    font-weight: 700;
    font-size: 1.6rem;
}

.card-desc_45231 {
    color: var(--textColor_45231);
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: justify;
}