.elementor-5178 .elementor-element.elementor-element-7a7cc609:not(.elementor-motion-effects-element-type-background),
.elementor-5178 .elementor-element.elementor-element-7a7cc609 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("../wp-content/uploads/2024/03/need-consultation.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-5178 .elementor-element.elementor-element-10fc5ada:not(.elementor-motion-effects-element-type-background),
.elementor-5178 .elementor-element.elementor-element-10fc5ada > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #e1dfff;
    background-image: url("/wp-content/uploads/2024/03/bg-area-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-5178 .elementor-element.elementor-element-10fc5ada {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-5178 .elementor-element.elementor-element-10fc5ada > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-5178 .elementor-element.elementor-element-661d5ea .testimonial-section-title-content {
    text-align: center;
}

.elementor-5178 .elementor-element.elementor-element-661d5ea .testimonial-three-section-wrapper {
    object-fit: cover;
}

.elementor-5178 .elementor-element.elementor-element-661d5ea .testimonial-three-slide-box .image-wrap img {
    object-fit: cover;
}

.cloud-health-visit-btn {
    background: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
}

.index-about-card {
    padding: 55px 0;
    border-radius: 24px;
    background: #f5f8ff;
}

.index-customer-service-bg {
    background-image: url("../wp-content/uploads/2024/03/bg-2.jpg");
}

.index-healthcare-highlight {
    color: #105af2;
}

.services-provide-wrapper {
    padding: 40px 0;
}

.modern-service-card {
    position: relative;
    display: flex;
    height: 100%;
    padding: 10px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-service-card:hover {
    border-color: rgba(13, 110, 253, 0.2);
    box-shadow: 0 20px 50px rgba(13, 110, 253, 0.12);
    transform: translateY(-10px);
}

.card-icon-container {
    display: flex;
    height: 160px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border-radius: 18px;
    background: #f8faff;
    transition: background 0.4s ease;
}

.modern-service-card:hover .card-icon-container {
    background: #f0f5ff;
}

.icon-box-v4 {
    position: relative;
    z-index: 1;
    display: flex;
    width: 85px;
    height: 85px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #0d6efd;
    font-size: 42px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.icon-box-v4::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 22px;
    opacity: 0;
    background: linear-gradient(135deg, #0d6efd 0%, #00c6ff 100%);
    transition: opacity 0.4s ease;
}

.modern-service-card:hover .icon-box-v4 {
    color: #ffffff;
    transform: scale(1.1) rotate(8deg);
}

.modern-service-card:hover .icon-box-v4::after {
    opacity: 1;
}

.card-content-v4 {
    display: flex;
    padding: 20px 15px 15px;
    flex-grow: 1;
    flex-direction: column;
    text-align: center;
}

.feature-badge {
    display: inline-block;
    align-self: center;
    margin-bottom: 15px;
    padding: 4px 12px;
    border-radius: 50px;
    color: #0d6efd;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: rgba(13, 110, 253, 0.08);
}

.modern-service-card:hover .feature-badge {
    color: #ffffff;
    background: #0d6efd;
}

.service-title-v4 {
    margin-bottom: 15px;
    color: #1a1a1a;
    font-size: 22px;
    font-weight: 800;
}

.service-desc-v4 {
    flex-grow: 1;
    margin-bottom: 25px;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
}

.service-btn-v4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-btn-v4 i {
    margin-left: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.modern-service-card:hover .service-btn-v4 i {
    transform: translateX(5px);
}

.service-portfolio-box {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-portfolio-box:hover {
    border-color: rgba(13, 110, 253, 0.2);
    box-shadow: 0 15px 35px rgba(13, 110, 253, 0.1);
    transform: translateY(-5px);
}

.service-portfolio-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 4px;
    height: 0;
    background: #0d6efd;
    transition: all 0.3s ease;
}

.service-portfolio-box:hover::before {
    height: 100%;
}

.service-box-icon {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.05);
    transition: all 0.3s ease;
}

.service-box-icon i {
    color: #0d6efd;
    font-size: 28px;
}

.service-portfolio-box:hover .service-box-icon {
    background: #0d6efd;
}

.service-portfolio-box:hover .service-box-icon i {
    color: #ffffff;
}

.service-box-title {
    margin-bottom: 12px;
    color: #222222;
    font-size: 19px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.service-portfolio-box:hover .service-box-title {
    color: #0d6efd;
}

.service-box-desc {
    margin-bottom: 0;
    color: #666666;
    font-size: 14.5px;
    line-height: 1.6;
}

.category-separator {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 60px 0 40px;
    text-align: center;
}

.category-separator::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #0d6efd, transparent);
}

.category-separator h4 {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 35px;
    border: 1px solid #0d6efd;
    border-radius: 50px;
    color: #0d6efd;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.15);
}

.category-separator i {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.elementor-widget-image {
    text-align: center;
}

.elementor-widget-image a {
    display: inline-block;
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px;
}

.elementor-widget-image img {
    display: inline-block;
    vertical-align: middle;
}

.cloud-health-showcase-section {
    position: relative;
    overflow: hidden;
}

.cloud-health-showcase-section .testimonial-three-section-wrapper {
    position: relative;
}

.cloud-health-certificates {
    position: absolute;
    right: clamp(16px, 4vw, 64px);
    bottom: 22px;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5px;
    width: min(360px, calc(100% - 32px));
    padding: 10px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(14px);
    animation: cloudHealthCertificatesIn 0.72s ease both 0.18s;
}

.cloud-health-certificate-item {
    position: relative;
    display: grid;
    min-height: 68px;
    align-content: center;
    justify-items: center;
    gap: 5px;
    padding: 7px 5px;
    border-radius: 8px;
    color: #526174;
    text-align: center;
    background: linear-gradient(180deg, #ffffff, #f7faff);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.cloud-health-certificate-item img {
    display: block;
    width: auto;
    max-width: 38px;
    height: 30px;
    object-fit: contain;
    opacity: 1;
    filter: none;
    transition: transform 0.25s ease;
}

.cloud-health-certificate-item span {
    display: block;
    max-width: 56px;
    color: #526174;
    font-size: 0.64rem;
    font-weight: 800;
    line-height: 1.08;
}

.cloud-health-certificate-item:hover img {
    transform: translateY(-2px);
}

@keyframes cloudHealthCertificatesIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 991.98px) {
    .cloud-health-certificates {
        right: 16px;
        bottom: 18px;
        width: min(330px, calc(100% - 32px));
    }

    .cloud-health-certificate-item {
        min-height: 64px;
    }
}

@media (max-width: 575.98px) {
    .cloud-health-certificates {
        position: relative;
        right: auto;
        bottom: auto;
        grid-template-columns: repeat(5, 1fr);
        width: calc(100% - 28px);
        margin: 18px auto 0;
    }

    .cloud-health-certificate-item {
        min-height: 58px;
        padding: 6px 3px;
    }

    .cloud-health-certificate-item img {
        max-width: 32px;
        height: 24px;
    }

    .cloud-health-certificate-item span {
        font-size: 0.56rem;
    }
}
