.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;
}

.image-adding {
    background-image: url('images/skymedi_banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
}

.head-para-1 {
    color: #0e3c9e;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.scroll-app-head {
    color: #0e3c9e;
    font-weight: 600;
    margin-top: 0px !important;
}

.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;
}

.business-list li.blue .icon-circle {
    background-color: #1f2a6a;
}

.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%;
}

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


@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;
    }


}

.head-tex-style {
    padding: 0px;
}


@media (max-width: 991px) {

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

    .image-benefit-size {
        height: 400px;
        width: 400px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

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


    .image-medi-apps {
        height: 350px;
        width: 300px;
    }

    .head-tex-style {
        text-align: center;
        padding-top: 30px;
    }

    .para-show-1 {
        width: 90%;
        margin-bottom: 25px;
        font-size: 18px;
        font-weight: bold;
        margin: auto;
    }

}

@media (max-width: 480px) {

    .image-medi-apps {
        height: 350px;
        width: 200px;
    }

    .image-benefit-size {
        height: 300px;
        width: 300px;
        margin-top: 0px;
        margin-bottom: 30px;
    }

}

.client-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: auto;
    position: relative;
    padding: 0 2rem;
}

.client-slider {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.client-slider-track {
    display: flex;
    gap: 15px;
    transition: transform 0.4s ease-in-out;
}

.client-slide {
    width: calc((100% - 30px) / 4);
    flex-shrink: 0;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    padding: 25px;
    max-height: 180px;
}

.slider-btn {
    background: rgb(57 71 155);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 1rem 2rem;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.3s;
}

.slider-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slider-prev {
    margin-right: 15px;
}

.slider-next {
    margin-left: 15px;
}

@media (max-width: 900px) {
    .client-slide {
        width: calc((100% - 15px) / 2);
        max-height: 150px;
    }
}

@media (max-width: 600px) {
    .client-slide {
        width: 100%;
        max-height: 130px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

section.skytex-cards {
    font-family: "Titillium Web", sans-serif;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.skytex-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.skytex-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.skytex-header {
    padding: 18px 22px;
    color: #fff;
}

.skytex-header i {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.skytex-header .skytex-title {
    font-size: 18px;
    font-weight: 700;
}

.skytex-body {
    padding: 18px 22px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.skytex-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.skytex-body li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 15px;
}

.skytex-body li i {
    min-width: 18px;
}

/* === INDIVIDUAL CARD THEMES === */
.supplier-bills .skytex-header {
    background-color: #ff6b6b;
}

.supplier-bills .skytex-body li,
.supplier-bills .skytex-body li i {
    color: #ff6b6b;
}

.payments .skytex-header {
    background-color: #4ecdc4;
}

.payments .skytex-body li,
.payments .skytex-body li i {
    color: #4ecdc4;
}

.accounts .skytex-header {
    background-color: #1650b5ff;
}

.accounts .skytex-body li,
.accounts .skytex-body li i {
    color: #1650b5ff;
}

.sales-invoice .skytex-header {
    background-color: #5e60ce;
}

.sales-invoice .skytex-body li,
.sales-invoice .skytex-body li i {
    color: #5e60ce;
}

.receipt .skytex-header {
    background-color: #00b8a9;
}

.receipt .skytex-body li,
.receipt .skytex-body li i {
    color: #00b8a9;
}

.wages .skytex-header {
    background-color: #ffb703;
    color: #000;
}

.wages .skytex-body li,
.wages .skytex-body li i {
    color: #ffb703;
}

.reconciliation .skytex-header {
    background-color: #8ecae6;
    color: #fff;
}

.reconciliation .skytex-body li,
.reconciliation .skytex-body li i {
    color: #8ecae6;
}

@media (max-width: 768px) {
    section.skytex-cards {
        grid-template-columns: 1fr;
    }
}

.para-show-1 {
    width: 80%;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: bold;
}