.elementor-24369 .elementor-element.elementor-element-3232d84{--display:flex;--min-height:180px;--justify-content:center;--gap:5px 5px;--row-gap:5px;--column-gap:5px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-24369 .elementor-element.elementor-element-3232d84:not(.elementor-motion-effects-element-type-background), .elementor-24369 .elementor-element.elementor-element-3232d84 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0069FF;}.elementor-24369 .elementor-element.elementor-element-3232d84 > .elementor-shape-top .elementor-shape-fill, .elementor-24369 .elementor-element.elementor-element-3232d84 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#00006699;}.elementor-24369 .elementor-element.elementor-element-3232d84 > .elementor-shape-bottom .elementor-shape-fill, .elementor-24369 .elementor-element.elementor-element-3232d84 > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#00006699;}.elementor-24369 .elementor-element.elementor-element-3232d84 > .elementor-shape-bottom svg, .elementor-24369 .elementor-element.elementor-element-3232d84 > .e-con-inner > .elementor-shape-bottom svg{width:calc(297% + 1.3px);height:500px;}.elementor-24369 .elementor-element.elementor-element-988e161 .elementor-heading-title{color:#FFFFFF;}.elementor-24369 .elementor-element.elementor-element-56b337e{text-decoration:none;color:#FFFFFF;}.elementor-24369 .elementor-element.elementor-element-56b337e p{margin-block-end:0px;}.elementor-24369 .elementor-element.elementor-element-56b337e a{color:#FFFFFF;}.elementor-24369 .elementor-element.elementor-element-506712f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-24369 .elementor-element.elementor-element-506712f:not(.elementor-motion-effects-element-type-background), .elementor-24369 .elementor-element.elementor-element-506712f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-24369 .elementor-element.elementor-element-dfa06a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-24369 .elementor-element.elementor-element-dfa06a6:not(.elementor-motion-effects-element-type-background), .elementor-24369 .elementor-element.elementor-element-dfa06a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-24369 .elementor-element.elementor-element-e2e2aa5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-24369 .elementor-element.elementor-element-e2e2aa5:not(.elementor-motion-effects-element-type-background), .elementor-24369 .elementor-element.elementor-element-e2e2aa5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}@media(max-width:1024px){.elementor-24369 .elementor-element.elementor-element-3232d84{--min-height:150px;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:500px){.elementor-24369 .elementor-element.elementor-element-56b337e{font-size:12px;}}/* Start custom CSS for text-editor, class: .elementor-element-56b337e */.elementor-24369 .elementor-element.elementor-element-56b337e a {
    text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-236fa01 */.iot-service-wrapper{
    padding:40px 0;
    width:100%;
}

.iot-service-container{
    max-width:1220px;
    margin:0 auto;
    padding:0 20px;
}

.iot-service-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 55px;
}

.iot-service-header h2{
    font-size:32px;
    margin:0 0 15px;
    color:#111827;
}

.iot-service-header p{
    color:#4D5B7C;
    line-height:1.7;
    font-size:16px;
}

.iot-service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.iot-service-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:35px 30px;
    box-shadow:0 10px 30px rgba(0,0,0,.03);
    transition:.3s;
}

.iot-service-card:hover{
    border-color:#0069FF;
    box-shadow:0 15px 35px rgba(0,105,255,.08);
}

.iot-service-icon{
    width:48px;
    height:48px;
    background:#F0F7FF;
    color:#0069FF;
    border-radius:8px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:24px;
    font-size:22px;
}

.iot-service-card h3{
    font-size:22px;
    margin-bottom:12px;
}

.iot-service-card p{
    color:#4D5B7C;
    line-height:1.7;
}

@media(max-width:991px){
    .iot-service-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

.iot-service-wrapper{
padding:30px 0;
}

.iot-service-grid{
grid-template-columns:1fr;
}

.iot-service-header h2{
font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-648ae0b */.iot-process-wrapper{
    background:#ffffff;
    padding:40px 20px;
    overflow:hidden;
}

.iot-process-container{
    max-width:1100px;
    margin:0 auto;
}

.iot-process-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 35px;
}

.iot-process-header h2{
    font-size:32px;
    margin-bottom:15px;
}

.iot-process-header p{
    color:#4D5B7C;
    line-height:1.7;
}

.iot-timeline{
    position:relative;
    padding:20px 0;
}

.iot-timeline::before{
    content:'';
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:2px;
    background:#E5E7EB;
    transform:translateX(-50%);
}

.iot-block{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    position:relative;
}

.iot-block:nth-child(even){
    flex-direction:row-reverse;
}

.iot-card{
    width:45%;
    background:#F8FAFC;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:30px;
    transition:.3s;
}

.iot-card:hover{
    border-color:#0069FF;
}

.iot-card h3{
    font-size:20px;
    margin-bottom:10px;
}

.iot-card p{
    color:#4D5B7C;
    line-height:1.6;
}

.iot-node{
    width:44px;
    height:44px;
    background:#0069FF;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    box-shadow:0 0 0 6px #fff;
    z-index:2;
}

.iot-space{
    width:45%;
}

@media(max-width:767px){

.iot-process-wrapper{
padding:30px 15px;
}

.iot-process-header h2{
font-size:22px;
}

.iot-timeline::before{
left:20px;
}

.iot-block{
flex-direction:column !important;
align-items:flex-start;
padding-left:55px;
margin-bottom:35px;
}

.iot-card{
width:100%;
padding:25px;
}

.iot-space{
display:none;
}

.iot-node{
left:20px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f4708a */.iot-benefit-wrapper{
    padding:40px 0;
    width:100%;
}

.iot-benefit-container{
    max-width:1220px;
    margin:auto;
    padding:0 20px;
}

.iot-benefit-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 55px;
}

.iot-benefit-header h2{
    font-size:32px;
    margin-bottom:15px;
}

.iot-benefit-header p{
    color:#4D5B7C;
    line-height:1.7;
}

.iot-benefit-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.iot-benefit-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-left:4px solid #0069FF;
    border-radius:0 10px 10px 0;
    padding:35px;
    transition:.3s;
}

.iot-benefit-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.iot-benefit-card h3{
    font-size:22px;
    margin-bottom:15px;
}

.iot-benefit-card p{
    color:#4D5B7C;
    line-height:1.7;
}

@media(max-width:991px){

.iot-benefit-grid{
grid-template-columns:1fr;
}

}

@media(max-width:767px){

.iot-benefit-wrapper{
padding:30px 0;
}

.iot-benefit-header h2{
font-size:22px;
}

.iot-benefit-card{
padding:28px;
}

}/* End custom CSS */