.elementor-111 .elementor-element.elementor-element-8c7b855{--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-74fade4 */.fcu-home{
font-family:"Segoe UI",Arial,sans-serif;
background:#ffffff;
color:#333;
line-height:1.7;
}

/* HERO */

.fcu-home .hero{
background:#1A237E;
color:#fff;
padding:90px 20px;
position:relative;
overflow:hidden;
}

.fcu-home .hero:before{
content:"";
position:absolute;
bottom:-50px;
left:0;
width:100%;
height:120px;
background:#F2C300;
transform:skewY(-4deg);
}

.fcu-home .hero h1{
font-size:44px;
margin-bottom:20px;
text-align:center;
}

.fcu-home .hero p{
max-width:900px;
margin:auto;
font-size:17px;
text-align:center;
}


/* INTRO */

.fcu-home .intro{
max-width:1100px;
margin:auto;
padding:80px 20px;
}

.fcu-home .intro h2{
text-align:center;
color:#1A237E;
font-size:34px;
margin-bottom:30px;
}

.fcu-home .intro p{
text-align:center;
margin-bottom:18px;
}


/* SERVICES */

.fcu-home .services{
padding:80px 20px;
background:#f7f8ff;
}

.fcu-home .services h2{
text-align:center;
color:#1A237E;
font-size:36px;
margin-bottom:50px;
}

.fcu-home .service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}

.fcu-home .service-card{
background:#fff;
padding:28px;
border-left:6px solid #F2C300;
border-radius:6px;
transition:0.3s;
}

.fcu-home .service-card:hover{
background:#fffdf4;
transform:translateY(-5px);
}

.fcu-home .service-card h3{
font-size:20px;
margin-bottom:10px;
}

.fcu-home .service-card h3 a{
text-decoration:none;
color:#1A237E;
font-weight:600;
}

.fcu-home .service-card h3 a:hover{
color:#F2C300;
}


/* WHY SECTION */

.fcu-home .why{
background:#ffffff;
padding:80px 20px;
max-width:1100px;
margin:auto;
}

.fcu-home .why h2{
text-align:center;
color:#1A237E;
font-size:34px;
margin-bottom:30px;
}

.fcu-home .why ul{
max-width:650px;
margin:auto;
padding-left:25px;
}

.fcu-home .why li{
margin-bottom:12px;
}


/* REVIEWS */

.fcu-home .reviews{
background:#f7f8ff;
padding:80px 20px;
}

.fcu-home .reviews h2{
text-align:center;
color:#1A237E;
margin-bottom:40px;
font-size:34px;
}

.fcu-home .review-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
max-width:1100px;
margin:auto;
}

.fcu-home .review{
background:#ffffff;
padding:25px;
border-top:5px solid #F2C300;
border-radius:6px;
}

.fcu-home .review strong{
display:block;
margin-top:12px;
color:#1A237E;
}


/* CTA */

.fcu-home .cta{
background:#1A237E;
color:#ffffff;
padding:90px 20px;
text-align:center;
}

.fcu-home .cta h2{
font-size:36px;
margin-bottom:20px;
}

.fcu-home .cta p{
max-width:800px;
margin:auto;
margin-bottom:15px;
}

.fcu-home .cta strong{
color:#F2C300;
font-size:18px;
}


/* BUTTON OPTION */

.fcu-home .cta-btn{
display:inline-block;
margin-top:20px;
padding:14px 32px;
background:#F2C300;
color:#1A237E;
font-weight:600;
text-decoration:none;
border-radius:4px;
transition:0.3s;
}

.fcu-home .cta-btn:hover{
background:#ffd94f;
}


/* MOBILE */

@media (max-width:768px){

.fcu-home .hero h1{
font-size:32px;
}

.fcu-home .services h2,
.fcu-home .cta h2,
.fcu-home .intro h2{
font-size:26px;
}

}/* End custom CSS */