.elementor-730 .elementor-element.elementor-element-296759d8{--display:flex;}body {
font-family: 'Segoe UI', sans-serif;
margin: 0;
padding: 0;
background: #f9fbfc;
color: #1a1a1a;
line-height: 1.6;
}
.container {
    width:100%;
max-width: 1200px;
padding: 0 15px;
}
h1, h2 {
color: #0a2342;
text-align: center;
}
.services-list {
display: flex;
flex-direction: column;
gap: 30px;
margin-top: 40px;
}
.service-item {
background: white;
border-left: 5px solid #f5a623;
padding: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.service-item h3 {
margin-top: 0;
color: #0a2342;
}
.service-item p {
margin-bottom: 10px;
}
.service-item a {
color: #f5a623;
font-weight: bold;
text-decoration: none;
}
.service-item a:hover {
text-decoration: underline;
}
.cta-section {
text-align: center;
margin-top: 60px;
}
.cta-button {
background: #f5a623;
color: white;
padding: 14px 30px;
font-size: 1rem;
border: none;
border-radius: 5px;
text-decoration: none;
display: inline-block;
margin-top: 20px;
}
