.elementor-25 .elementor-element.elementor-element-32e0667{--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-25 .elementor-element.elementor-element-8102de9{--spacer-size:50px;}.elementor-25 .elementor-element.elementor-element-24317db{--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-25 .elementor-element.elementor-element-30bb099{--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-25 .elementor-element.elementor-element-d7c33bd{--spacer-size:50px;}body.elementor-page-25:not(.elementor-motion-effects-element-type-background), body.elementor-page-25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#021529;}/* Start custom CSS for html, class: .elementor-element-5b22c97 *//* SECTION */

.ceo-section{
padding:50px 20px;
background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);
background-size:400% 400%;
animation:bgMove 12s ease infinite;
font-family:'Poppins',sans-serif;
}

@keyframes bgMove{
0%{background-position:0% 50%;}
50%{background-position:100% 50%;}
100%{background-position:0% 50%;}
}

.ceo-container{
max-width:1100px;
margin:auto;
display:flex;
align-items:center;
gap:60px;
color:#fff;
}

/* IMAGE */

.ceo-image{
flex:0 0 320px;
border-radius:20px;
overflow:hidden;
box-shadow:0 20px 50px rgba(0,0,0,0.3);
}

.ceo-image img{
width:100%;
display:block;
transition:transform .6s ease;
}

.ceo-image:hover img{
transform:scale(1.1);
}

/* CONTENT */

.ceo-label{
letter-spacing:2px;
text-transform:uppercase;
font-size:13px;
color:#00c6ff;
margin-bottom:10px;
}

.ceo-name{
font-size:34px;
margin-bottom:5px;
font-weight:600;
}

.ceo-role{
display:block;
font-size:15px;
opacity:0.8;
margin-bottom:20px;
}

.ceo-text{
font-size:15px;
line-height:1.8;
max-width:600px;
margin-bottom:30px;
}

/* BUTTON */

.ceo-btn{
display:inline-block;
padding:12px 30px;
background:#00c6ff;
color:#000;
border-radius:40px;
text-decoration:none;
font-weight:500;
transition:.3s;
}

.ceo-btn:hover{
background:#fff;
transform:translateY(-4px);
}

/* RESPONSIVE */

@media(max-width:768px){

.ceo-container{
flex-direction:column;
text-align:center;
}

.ceo-image{
width:230px;
}

.ceo-text{
margin:auto auto 25px;
}

}/* End custom CSS */