.elementor-24346 .elementor-element.elementor-element-42bb68b{--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-24346 .elementor-element.elementor-element-42bb68b:not(.elementor-motion-effects-element-type-background), .elementor-24346 .elementor-element.elementor-element-42bb68b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0069FF;}.elementor-24346 .elementor-element.elementor-element-42bb68b > .elementor-shape-top .elementor-shape-fill, .elementor-24346 .elementor-element.elementor-element-42bb68b > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#00006699;}.elementor-24346 .elementor-element.elementor-element-42bb68b > .elementor-shape-top svg, .elementor-24346 .elementor-element.elementor-element-42bb68b > .e-con-inner > .elementor-shape-top svg{width:calc(300% + 1.3px);}.elementor-24346 .elementor-element.elementor-element-42bb68b > .elementor-shape-bottom .elementor-shape-fill, .elementor-24346 .elementor-element.elementor-element-42bb68b > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:#00006699;}.elementor-24346 .elementor-element.elementor-element-42bb68b > .elementor-shape-bottom svg, .elementor-24346 .elementor-element.elementor-element-42bb68b > .e-con-inner > .elementor-shape-bottom svg{width:calc(300% + 1.3px);height:448px;}.elementor-24346 .elementor-element.elementor-element-269b51e .elementor-heading-title{font-size:42px;color:#FFFFFF;}.elementor-24346 .elementor-element.elementor-element-fd71864 p{margin-block-end:0px;}.elementor-24346 .elementor-element.elementor-element-fd71864{color:#FFFFFF;}.elementor-24346 .elementor-element.elementor-element-fd71864 a{color:#FFFFFF;}.elementor-24346 .elementor-element.elementor-element-b68c58c{--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-24346 .elementor-element.elementor-element-b68c58c:not(.elementor-motion-effects-element-type-background), .elementor-24346 .elementor-element.elementor-element-b68c58c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-24346 .elementor-element.elementor-element-7f7aded{--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-24346 .elementor-element.elementor-element-368ce10{--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-24346 .elementor-element.elementor-element-368ce10:not(.elementor-motion-effects-element-type-background), .elementor-24346 .elementor-element.elementor-element-368ce10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}@media(max-width:1024px){.elementor-24346 .elementor-element.elementor-element-42bb68b{--min-height:150px;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-24346 .elementor-element.elementor-element-269b51e .elementor-heading-title{font-size:32px;}}@media(max-width:500px){.elementor-24346 .elementor-element.elementor-element-42bb68b{--min-height:100px;--gap:7px 7px;--row-gap:7px;--column-gap:7px;}.elementor-24346 .elementor-element.elementor-element-269b51e .elementor-heading-title{font-size:22px;}.elementor-24346 .elementor-element.elementor-element-fd71864{font-size:12px;}.elementor-24346 .elementor-element.elementor-element-fd71864 p{margin-block-end:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-fd71864 */.elementor-24346 .elementor-element.elementor-element-fd71864 a{
    text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4486c25 */.ios-service-wrapper{
    background:#F8FAFC;
    padding:40px 0;
    margin-left:calc(-50vw + 50%);
    margin-right:calc(-50vw + 50%);
}

.ios-service-container{
    max-width:1220px;
    margin:auto;
    padding:0 20px;
}

.ios-service-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 50px;
}

.ios-service-header h2{
    font-size:32px;
    margin-bottom:15px;
}

.ios-service-header p{
    color:#4D5B7C;
    line-height:1.7;
}

.ios-service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.ios-service-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:30px;
    transition:.3s;
}

.ios-service-card:hover{
    border-color:#0069FF;
    box-shadow:0 15px 35px rgba(0,105,255,.08);
}

.ios-service-icon{
    width:48px;
    height:48px;
    background:#F0F7FF;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:8px;
    font-size:22px;
    margin-bottom:20px;
}

@media(max-width:991px){
    .ios-service-grid{
        grid-template-columns:repeat(2,1fr);
    }
    .ios-service-header h2{
    font-size:22px;
    margin-bottom:15px;
}

}

@media(max-width:767px){
    .ios-service-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2eb4322 */.ios-process-wrapper{
    background:#ffffff;
    padding:40px 0;
    width:100%;
}

.ios-process-container{
    max-width:1220px;
    margin:0 auto;
    padding:0 20px;
}

.ios-process-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 50px;
}

.ios-process-header h2{
    font-size:32px;
    margin-bottom:15px;
}

.ios-process-header p{
    color:#4D5B7C;
    line-height:1.7;
}

.ios-process-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.ios-process-card{
    background:#F8FAFC;
    border:1px solid #E5E7EB;
    border-radius:12px;
    padding:30px;
    transition:.3s;
}

.ios-process-card:hover{
    border-color:#0069FF;
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.ios-process-card h3{
    font-size:20px;
    margin-bottom:12px;
    color:#111827;
}

.ios-process-card p{
    color:#4D5B7C;
    line-height:1.6;
}

@media(max-width:991px){
    .ios-process-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .ios-process-grid{
        grid-template-columns:1fr;
    }

    .ios-process-header h2{
        font-size:22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa0bb0c */.ios-adv-wrapper{
    padding:40px 0;
}
.ios-adv-container{
    max-width:1220px;
    margin:0 auto;
    padding:0 20px;
}

.ios-adv-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 50px;
}

.ios-adv-header h2{
    font-size:32px;
    margin-bottom:15px;
}

.ios-adv-header p{
    color:#4D5B7C;
    line-height:1.7;
}

.ios-adv-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.ios-adv-card{
    background:#fff;
    border:1px solid #E5E7EB;
    border-left:4px solid #0069FF;
    border-radius:0 10px 10px 0;
    padding:35px;
    transition:.3s;
}

.ios-adv-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(0,0,0,.05);
}

.ios-adv-card h3{
    font-size:22px;
    margin-bottom:15px;
    color:#111827;
}

.ios-adv-card p{
    color:#4D5B7C;
    line-height:1.7;
}

@media(max-width:991px){
    .ios-adv-grid{
        grid-template-columns:1fr;
    }
}

@media(max-width:767px){

    .ios-adv-wrapper{
        padding:30px 0;
    }

    .ios-adv-header h2{
        font-size:22px;
    }

    .ios-adv-card{
        padding:28px;
    }
}/* End custom CSS */