/*==============================
IOT PORTFOLIO
==============================*/

.iot-portfolio-section {

    background: #fff;

}

.iot-view-all {

    color: #f5386d;

    font-size: 15px;

    font-weight: 700;

    text-decoration: none;

}

.iot-view-all i {

    margin-left: 8px;

}



.iotPortfolioSwiper {

    overflow: hidden;

    padding-bottom: 10px;

}



.iot-case-card {

    display: flex;

    align-items: center;

    background: #fff;

    border: 1px solid #f5e7eb;

    border-radius: 14px;

    overflow: hidden;

    transition: .35s;

    height: 170px;

    box-shadow: 0 8px 18px rgba(0, 0, 0, .04);

}



.iot-case-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 18px 35px rgba(245, 56, 109, .12);

}



.iot-case-image {

    width: 46%;

    height: 100%;

    flex-shrink: 0;

}



.iot-case-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.iot-case-content {

    width: 54%;

    padding: 18px;

}



.iot-case-content h4 {

    font-size: 18px;

    font-weight: 700;

    color: #222;

    margin-bottom: 10px;

}



.iot-case-content p {

    font-size: 13px;

    color: #666;

    line-height: 1.8;

    margin-bottom: 15px;

}



.iot-case-content a {

    text-decoration: none;

    color: #f5386d;

    font-size: 14px;

    font-weight: 700;

}



.iot-case-content a i {

    margin-left: 6px;

    transition: .3s;

}



.iot-case-content a:hover i {

    margin-left: 12px;

}



@media(max-width:991px) {

    .iot-case-card {

        height: auto;

        flex-direction: column;

    }

    .iot-case-image {

        width: 100%;

        height: 220px;

    }

    .iot-case-content {

        width: 100%;

    }

}

.ecommerce-platform-item span {
    font-size: 12px;
}

.erp-hero-main-image {
    filter: none;
}

/*===============================
        IOT SERVICES
================================*/

.iot-service-area {
    background: #fff;
}

.iot-service-heading h2 {
    font-size: 20px;
    font-weight: 700;
    color: #151515;
    margin-bottom: 15px;
}

.iot-heading-divider {
    width: 70px;
    height: 4px;
    background: #ff4d6d;
    border-radius: 30px;
    margin: auto;
    position: relative;
}

.iot-heading-divider::after {
    content: "";
    width: 22px;
    height: 4px;
    background: #ffc107;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}

/*===============================
            CARD
================================*/

.iot-service-box {

    background: #fff;
    border: 1px solid #ffe1e8;
    border-radius: 18px;
    padding: 20px;
    position: relative;
    height: 100%;
    transition: .35s;
}

.iot-service-box:hover {

    transform: translateY(-8px);

    border-color: #ff4d6d;
    background: var(--gradient);

    box-shadow: 0 20px 45px rgba(255, 77, 109, .12);

}

.iot-service-box:hover h4,
.iot-service-box:hover p,
.iot-service-box:hover .iot-service-link i {

    color: #fff;

}

/*===============================
            ICON
================================*/

.iot-service-icon {

    width: 68px;
    height: 68px;

    background: #fff4f6;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ff4d6d;

    font-size: 30px;

    margin-bottom: 22px;

    transition: .35s;

}

.iot-service-box:hover .iot-service-icon {

    background: #ff4d6d;

    color: #fff;

}

/*===============================
            TITLE
================================*/

.iot-service-box h4 {

    font-size: 15px;

    font-weight: 700;

    color: #222;

    margin-bottom: 14px;

    line-height: 1.4;

}

/*===============================
        DESCRIPTION
================================*/

.iot-service-box p {

    color: #666;

    font-size: 13px;

    line-height: 1.6;

    margin: 0;

}

/*===============================
            LINK
================================*/

.iot-service-link {

    position: absolute;

    bottom: 22px;

    right: 22px;

    color: #ff4d6d;

    font-size: 18px;

    transition: .3s;

}

.iot-service-box:hover .iot-service-link {

    transform: translateX(6px);

    color: #ff4d6d;

}

.ecommerce-platform-grid {
    gap: 20px 0;
}

.ecommerce-platform-heading h2 {
    margin: 0;
}

.ecommerce-platform-item {
    padding: 0;
    border-right: 1px solid #eee;
    border-radius: 0%;
}

.ecommerce-platform-item.last-child {
    border: 0;
}

.ecommerce-platform-logo {
    display: flex;
    width: 58px;
    height: 58px;
    margin-bottom: 11px;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 0%;
    box-shadow: none;
}

/*===============================
        RESPONSIVE
================================*/

@media(max-width:991px) {

    .iot-service-heading h2 {

        font-size: 32px;

    }

    .ecommerce-platform-item {
        border: 0;
    }

}

@media(max-width:767px) {

    .iot-service-heading h2 {

        font-size: 28px;

    }

    .iot-service-box {

        text-align: center;

        padding: 25px 20px 55px;

    }

    .iot-service-icon {

        margin: auto auto 20px;

    }

    .iot-service-link {

        left: 50%;

        right: auto;

        transform: translateX(-50%);

    }

    .iot-service-box:hover .iot-service-link {

        transform: translate(-50%, 0);

    }

}

@media(max-width:576px) {

    .iot-service-heading h2 {

        font-size: 24px;

    }

    .iot-service-box {

        border-radius: 15px;

    }

    .iot-service-box h4 {

        font-size: 18px;

    }

}