.elementor-85 .elementor-element.elementor-element-648ffe7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-492e461 *//* GLOBAL SECTION */
.cu2-section{
font-family: "Segoe UI", Arial, sans-serif;
background: linear-gradient(180deg,#eef3fb,#ffffff);
padding:70px 20px;
}

/* CONTAINER */
.cu2-container{
max-width:1200px;
margin:auto;
}

/* HERO */
.cu2-hero{
background:linear-gradient(135deg,#0F52BA,#1a6ae6);
color:white;
padding:60px 50px;
border-radius:14px;
margin-bottom:50px;
position:relative;
overflow:hidden;
}

.cu2-hero:after{
content:"";
position:absolute;
width:300px;
height:300px;
background:#B08D57;
opacity:.15;
border-radius:50%;
top:-80px;
right:-80px;
}

.cu2-hero h1{
font-size:36px;
color:#ffffff;
margin-bottom:20px;
}

.cu2-hero p{
font-size:17px;
line-height:1.7;
}

/* SECTION TITLES */
.cu2-title{
font-size:30px;
margin:50px 0 25px 0;
color:#0F52BA;
position:relative;
padding-bottom:10px;
}

.cu2-title:after{
content:"";
width:80px;
height:4px;
background:#B08D57;
position:absolute;
bottom:0;
left:0;
border-radius:2px;
}

/* GRID */
.cu2-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(270px,1fr));
gap:30px;
}

/* SERVICE CARDS */
.cu2-card{
background:white;
padding:26px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.07);
transition:all .35s ease;
position:relative;
overflow:hidden;
}

.cu2-card:before{
content:"";
position:absolute;
height:5px;
width:100%;
top:0;
left:0;
background:linear-gradient(90deg,#0F52BA,#B08D57);
}

.cu2-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

/* SERVICE TITLE */
.cu2-service-title{
font-size:19px;
margin-bottom:12px;
}

.cu2-service-title a{
text-decoration:none;
color:#0F52BA;
font-weight:700;
}

.cu2-service-title a:hover{
color:#B08D57;
}

/* REVIEWS */
.cu2-review{
background:white;
padding:24px;
border-radius:10px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
border-left:6px solid #B08D57;
font-style:italic;
}

/* ADVANTAGE BOX */
.cu2-adv{
background:linear-gradient(180deg,#ffffff,#f7f9fd);
padding:24px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:.3s;
}

.cu2-adv:hover{
transform:translateY(-6px);
box-shadow:0 16px 35px rgba(0,0,0,0.15);
}

.cu2-adv h4{
color:#0F52BA;
margin-bottom:10px;
font-size:20px;
}

/* MOBILE */
@media(max-width:768px){

.cu2-hero{
padding:40px 25px;
}

.cu2-hero h1{
font-size:26px;
}

.cu2-title{
font-size:24px;
}

}/* End custom CSS */