@@ -0,0 +1,165 @@
*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial, Helvetica, sans-serif;
}

body{
background:#f7f9fc;
color:#1d2939;
line-height:1.6;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

.header{
    background:#fff;
    padding:20px 0;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

header .container{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo img{
    height:70px;
    width:auto;
}

.logo img:hover{
transform:scale(1.03);
}

nav a{
margin-left:20px;
text-decoration:none;
color:#003366;
font-weight:600;
}

.hero{
height:80vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background:linear-gradient(
rgba(0,51,102,0.85),
rgba(0,51,102,0.85)
),
background:
linear-gradient(rgba(7,26,53,.75),rgba(7,26,53,.75)),
url("geneve-night.png");
background-size:cover;
background-position:center;
color:white;
}
.hero-content{
text-align:center;
margin:auto;
padding:0 20px;
max-width:800px;
}

.hero h1{
font-size:56px;
margin-bottom:20px;
}

.hero p{
font-size:22px;
margin-bottom:30px;
}
.hero{
    margin-top:0;
}

.btn{
display:inline-block;
padding:15px 30px;
background:white;
color:#003366;
text-decoration:none;
font-weight:bold;
border-radius:6px;
}

.services{
padding:80px 0;
}

.services h2{
text-align:center;
margin-bottom:50px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

.card h3{
margin-bottom:15px;
color:#003366;
}

.sectors{
background:white;
padding:80px 0;
text-align:center;
}

.sectors ul{
list-style:none;
margin-top:30px;
}

.sectors li{
padding:10px;
font-size:18px;
}

.about{
padding:80px 0;
text-align:center;
}

.about h2{
margin-bottom:25px;
}

footer{
background:#003366;
color:white;
padding:50px 0;
text-align:center;
}

@media(max-width:768px){

header .container{
flex-direction:column;
}

nav{
margin-top:15px;
}

.hero h1{
font-size:38px;
}

.hero p{
font-size:18px;
}

}.hero{
background:
linear-gradient(
rgba(0,35,80,.75),
rgba(0,35,80,.75)
),
background:
linear-gradient(rgba(7,26,53,.75),rgba(7,26,53,.75)),
url("geneve-night.jpg");

background-size:cover;
background-position:center;
min-height:85vh;

display:flex;
align-items:center;
justify-content:center;

text-align:center;
color:white;
}

.hero-overlay{
width:100%;
padding:120px 20px;
}

.hero-content{
max-width:900px;
margin:auto;
}

.hero h1{
font-size:58px;
margin-bottom:25px;
letter-spacing:2px;
}

.subtitle{
font-size:24px;
color:#d4af37;
margin-bottom:30px;
}

.description{
font-size:22px;
line-height:1.8;
margin-bottom:45px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.btn-primary{
background:#d4af37;
color:#00254d;
padding:16px 35px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
}

.btn-secondary{
border:2px solid white;
color:white;
padding:16px 35px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
}.header-btn{
display:none;
}

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
gap:30px;
}

.logo-wrap{
display:flex;
align-items:center;
gap:14px;
}

.logo-wrap img{
height:65px;
width:auto;
}

nav{
display:flex;
gap:28px;
align-items:center;
}

nav a{
font-weight:700;
color:#071a35;
}
