.elementor-22289 .elementor-element.elementor-element-cd72581{--display:flex;}.elementor-22289 .elementor-element.elementor-element-edbf592{--display:flex;}.elementor-22289 .elementor-element.elementor-element-2da03d0{--display:flex;}.elementor-22289 .elementor-element.elementor-element-a202311{--display:flex;}.elementor-22289 .elementor-element.elementor-element-b51aa8f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6f1fd84 */.managed-cloud-hero{

    padding:75px 0;

    background:#fff;

    overflow:hidden;

    font-family:'Poppins',sans-serif;
}

.managed-cloud-container{

    width:90%;

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1.05fr .95fr;

    gap:60px;

    align-items:center;
}

/* TAG */

.managed-cloud-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

/* HEADING */

.managed-cloud-content h1{

    margin:20px 0;

    font-size:58px;

    font-weight:500;

    line-height:1.08;

    color:#111;
}

.managed-cloud-content h1 span{

    display:block;

    color:#0088CC;

    font-weight:600;
}

/* CONTENT */

.managed-cloud-intro{

    font-size:19px !important;

    font-weight:500;

    color:#111 !important;
}

.managed-cloud-content p{

    margin-top:15px;

    color:#666;

    font-size:16px;

    line-height:1.9;
}

/* IMAGE */

.managed-cloud-image-card{

    position:relative;
}

.managed-cloud-image-card img{

    width:100%;

    display:block;

    border-radius:35px;

    box-shadow:
    0 35px 80px rgba(0,0,0,.08);
}

/* FLOATING BADGES */

.mc-badge{

    position:absolute;

    background:#fff;

    padding:16px 22px;

    border-radius:18px;

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);
}

.mc-badge strong{

    display:block;

    color:#111;

    font-size:17px;
}

.mc-badge span{

    color:#666;

    font-size:13px;
}

.mc-1{

    top:20px;

    left:-20px;
}

.mc-2{

    top:50%;

    right:-20px;

    transform:translateY(-50%);
}

.mc-3{

    bottom:20px;

    left:20px;
}

/* TABLET */

@media(max-width:991px){

    .managed-cloud-container{

        grid-template-columns:1fr;

        gap:40px;
    }

    .managed-cloud-content h1{

        font-size:42px;
    }

    .mc-1,
    .mc-2,
    .mc-3{

        position:static;

        transform:none;

        margin-top:15px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .managed-cloud-hero{

        padding:55px 0;
    }

    .managed-cloud-content h1{

        font-size:34px;
    }

    .managed-cloud-intro{

        font-size:17px !important;
    }

    .managed-cloud-content p{

        font-size:15px;
    }

    .managed-cloud-image-card img{

        border-radius:25px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae8cd49 */.cloud-management-bento{

    padding:75px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;
}

.cmb-header{

    width:90%;

    max-width:900px;

    margin:0 auto 50px;

    text-align:center;
}

.cmb-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.cmb-header h2{

    margin:18px 0;

    font-size:52px;

    font-weight:600;

    line-height:1.15;

    color:#111;
}

.cmb-header p{

    color:#666;

    font-size:16px;

    line-height:1.9;
}

/* GRID */

.cmb-grid{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:22px;
}

/* CARD */

.cmb-card{

    padding:32px;

    border-radius:30px;

    background:
    linear-gradient(
    180deg,
    #ffffff,
    #f8fbff);

    border:1px solid #e8eef7;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.cmb-card:hover{

    transform:translateY(-10px);

    border-color:#0088CC;
}

.cmb-number{

    width:60px;

    height:60px;

    border-radius:18px;

    background:#0088CC;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    margin-bottom:18px;
}

.cmb-card h3{

    margin:0;

    font-size:28px;

    font-weight:600;

    line-height:1.3;

    color:#111;
}

.cmb-card p{

    margin-top:15px;

    color:#666;

    font-size:15px;

    line-height:1.9;
}

.large{

    min-height:320px;

    display:flex;

    flex-direction:column;

    justify-content:center;
}

/* MOBILE */

@media(max-width:991px){

    .cmb-grid{

        grid-template-columns:1fr;
    }

    .cmb-header h2{

        font-size:38px;
    }

}

@media(max-width:767px){

    .cloud-management-bento{

        padding:55px 0;
    }

    .cmb-header h2{

        font-size:30px;
    }

    .cmb-card{

        padding:24px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-289aadd */.cloud-growth-section{

    padding:75px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;
}

/* HEADER */

.cloud-growth-header{

    width:90%;

    max-width:900px;

    margin:0 auto 35px;

    text-align:center;
}

.cg-tag{

    display:inline-block;

    padding:10px 18px;

    background:#edf7ff;

    color:#0088CC;

    border-radius:50px;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.cloud-growth-header h2{

    margin:18px 0 0;

    font-size:52px;

    font-weight:600;

    line-height:1.15;

    color:#111;
}

/* FEATURED CARD */

.cg-featured-card{

    width:90%;

    max-width:1400px;

    margin:0 auto 30px;

    padding:40px 50px;

    background:linear-gradient(
    135deg,
    #0088CC,
    #0a6ca8);

    border-radius:35px;

    display:flex;

    align-items:center;

    gap:25px;

    color:#fff;

    box-shadow:
    0 20px 60px rgba(0,136,204,.18);
}

.cg-featured-icon{

    width:95px;

    height:95px;

    min-width:95px;

    border-radius:25px;

    background:rgba(255,255,255,.15);

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:42px;

    backdrop-filter:blur(10px);
}

.cg-featured-card p{

    margin:0;

    font-size:19px;

    line-height:1.9;

    color:#fff;
}

/* GRID */

.cg-grid{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;
}

/* CARD */

.cg-card{

    background:#fff;

    border:1px solid #e8eef7;

    border-radius:30px;

    padding:30px;

    box-shadow:
    0 12px 35px rgba(0,0,0,.04);

    transition:.35s ease;
}

.cg-card:hover{

    transform:translateY(-10px);

    border-color:#0088CC;

    box-shadow:
    0 20px 50px rgba(0,136,204,.08);
}

.cg-card img{

    width:80px;

    height:80px;

    object-fit:contain;

    margin-bottom:20px;
}

.cg-card h3{

    margin:0;

    font-size:28px;

    font-weight:600;

    line-height:1.3;

    color:#111;
}

.cg-card p{

    margin-top:15px;

    color:#666;

    font-size:15px;

    line-height:1.9;
}

/* TABLET */

@media(max-width:991px){

    .cloud-growth-header h2{

        font-size:40px;
    }

    .cg-featured-card{

        flex-direction:column;

        text-align:center;

        padding:35px;
    }

    .cg-grid{

        grid-template-columns:1fr;
    }

}

/* MOBILE */

@media(max-width:767px){

    .cloud-growth-section{

        padding:55px 0;
    }

    .cloud-growth-header h2{

        font-size:30px;
    }

    .cg-featured-card{

        padding:25px;
    }

    .cg-featured-icon{

        width:75px;

        height:75px;

        min-width:75px;

        font-size:34px;
    }

    .cg-featured-card p{

        font-size:16px;
    }

    .cg-card{

        padding:22px;
    }

    .cg-card img{

        width:65px;

        height:65px;
    }

    .cg-card h3{

        font-size:22px;
    }

    .cg-card p{

        font-size:14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f5dcb2 */.cloud-expertise-pro{

    padding:75px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;
}

.cep-header{

    width:90%;

    max-width:900px;

    margin:0 auto 45px;

    text-align:center;
}

.cep-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.cep-header h2{

    margin:18px 0 0;

    font-size:52px;

    font-weight:600;

    line-height:1.15;

    color:#111;
}

/* LAYOUT */

.cep-wrapper{

    width:90%;

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1.1fr;

    gap:28px;

    align-items:stretch;
}

/* LEFT */

.cep-main-card{

    background:linear-gradient(
    135deg,
    #0088CC,
    #0A6CA8);

    border-radius:35px;

    padding:45px;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    min-height:650px;
}

.cep-main-card h3{

    margin:0;

    font-size:34px;

    font-weight:500;

    line-height:1.6;

    color:#fff;
}

.cep-stats{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:35px;
}

.cep-stat{

    padding:12px 20px;

    border-radius:50px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(10px);
}

.cep-stat span{

    color:#fff;

    font-size:14px;

    font-weight:500;
}

/* RIGHT */

.cep-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:22px;
}

.cep-card{

    background:#fff;

    border:1px solid #e8eef7;

    border-radius:30px;

    padding:28px;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.cep-card:hover{

    transform:translateY(-10px);

    border-color:#0088CC;

    box-shadow:
    0 20px 50px rgba(0,136,204,.08);
}

.cep-card img{

    width:80px;

    height:80px;

    object-fit:contain;

    margin-bottom:18px;
}

.cep-card h4{

    margin:0;

    font-size:24px;

    font-weight:600;

    line-height:1.3;

    color:#111;
}

.cep-card p{

    margin-top:14px;

    color:#666;

    font-size:15px;

    line-height:1.9;
}

/* TABLET */

@media(max-width:991px){

    .cep-wrapper{

        grid-template-columns:1fr;
    }

    .cep-main-card{

        min-height:auto;
    }

    .cep-header h2{

        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .cloud-expertise-pro{

        padding:55px 0;
    }

    .cep-header h2{

        font-size:30px;
    }

    .cep-main-card{

        padding:30px;
    }

    .cep-main-card h3{

        font-size:24px;
    }

    .cep-grid{

        grid-template-columns:1fr;
    }

    .cep-card{

        padding:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c0b078 */.cloud-partner-section{

    padding:80px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;
}

.cps-container{

    width:90%;

    max-width:1350px;

    margin:auto;
}

/* HEADER */

.cps-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;

    margin-bottom:20px;
}

.cps-container h2{

    font-size:56px;

    line-height:1.1;

    font-weight:600;

    color:#111;

    max-width:850px;

    margin-bottom:40px;
}

/* FEATURE */

.cps-feature{

    border-top:1px solid #e8eef7;

    border-bottom:1px solid #e8eef7;

    padding:35px 0;
}

.cps-feature p{

    font-size:17px;

    line-height:2;

    color:#555;

    max-width:1100px;

    margin-bottom:18px;
}

/* BENEFITS */

.cps-benefits{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:25px;

    margin-top:45px;
}

.cps-item{

    padding-top:20px;

    border-top:3px solid #0088CC;
}

.cps-item span{

    display:block;

    font-size:40px;

    font-weight:700;

    color:#0088CC;

    margin-bottom:15px;
}

.cps-item p{

    color:#555;

    line-height:1.9;

    font-size:15px;
}

/* CTA */

.cps-footer{

    margin-top:55px;

    text-align:center;
}

.cps-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    background:#0088CC;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-weight:600;

    transition:.3s;
}

.cps-btn:hover{

    transform:translateY(-5px);
}

/* RESPONSIVE */

@media(max-width:991px){

    .cps-container h2{

        font-size:40px;
    }

    .cps-benefits{

        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){

    .cloud-partner-section{

        padding:55px 0;
    }

    .cps-container h2{

        font-size:30px;
    }

    .cps-benefits{

        grid-template-columns:1fr;
    }

    .cps-feature p{

        font-size:15px;
    }
}/* End custom CSS */