.background-image-added {
    background-color: #d0d4d7;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}

.style-main-container {
    background-color: #ffffff;
    padding: 50px;
}

.style-main-container-gray {
    background-color: #f3f1f1;
    padding: 50px;
}

.section-1 {
    padding: 70px 0px 0px;
}

.business-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.business-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #222;
}

.icon-circle {
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 14px;
}

.business-list li.red .icon-circle {
    background-color: #e63946;
}

.business-list li.green .icon-circle {
    background-color: #8bc34a;
}

.container-unorderlist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* Card Value */
.feature-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 30px 25px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 320px;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.card-heading {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.card-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.heading_2 {
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    font-size: 20px;
}

.small-feature-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    padding: 15px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer !important;
}

.small-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.small-feature-text {
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    margin-top: 8px;
    text-align: center !important;
}

.head-value {
    text-align: center !important;
    margin: 0px 0px 30px;
}

.module-skymedi-box {
    min-height: 350px;
    width: 100%;
    margin: 3% auto;
}

.image-medi-size {
    height: 500px;
    width: 500px;
}

.image-pharma-size {
    height: 500px;
    width: 500px;
}


.image-benefit-size {
    height: 300px;
    width: 300px;
    margin-top: 20%;
}


.image-benefit-size-1 {
    height: 300px;
    width: 300px;
    margin-top: 40%;
}


@media (min-width: 1400px) {

    .module-skymedi-box {
        min-height: 350px;
        width: 80%;
        margin: 3% auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .image-benefit-size {
        height: 450px;
        width: 450px;
        margin-top: 0px;
    }


}



@media (max-width: 1200px) {

    .image-medi-size {
        height: 400px;
        width: 400px;
    }

    .image-pharma-size {
        height: 400px;
        width: 400px;
    }


}

@media (max-width: 991px) {

    .image-medi-size {
        display: none !important;
    }

    .image-benefit-size {
        height: 450px;
        width: 450px;
        margin-top: 0px;
    }

    .module-skymedi-box {
        min-height: fit-content;
        width: 100%;
        margin: 3% auto;
    }


}