*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,sans-serif}
body{line-height:1.6}
header{background:#0a2240;color:#fff;position:sticky;top:0}
.container{display:flex;justify-content:space-between;align-items:center;padding:15px 5%}
.logo{height:60px}
nav a{color:#fff;text-decoration:none;margin-left:20px}
.hero{
height:90vh;
background:linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)),url('images/hero-banner.jpg');
background-size:cover;
background-position:center;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
color:#fff;
}
.hero-content{max-width:800px;padding:20px}
.hero h1{font-size:56px}
.hero h2{margin:15px 0}
.btn{display:inline-block;background:#d4af37;color:#fff;padding:12px 24px;text-decoration:none;border-radius:6px;margin-top:20px}
section{padding:60px 8%}
h2{margin-bottom:20px;color:#0a2240}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.card{padding:25px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.12);background:#fff}
#contact{background:#0a2240;color:#fff}
#contact h2{color:#fff}
footer{background:#08182e;color:#fff;text-align:center;padding:20px}
.card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:8px;
    margin-bottom:15px;
}

.card h3{
    color:#0a2240;
    margin-bottom:10px;
}

.card{
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
    transition:0.3s;
}

.card:hover{
    transform:translateY(-8px);
}
.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:#25D366;
color:white;
font-size:30px;
display:flex;
justify-content:center;
align-items:center;
border-radius:50%;
text-decoration:none;
box-shadow:0 4px 10px rgba(0,0,0,0.3);
z-index:999;
}
.markets{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
text-align:center;
font-size:20px;
font-weight:bold;
}
.quote-form{
max-width:700px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

.quote-form input,
.quote-form select,
.quote-form textarea{
padding:15px;
border:1px solid #ddd;
border-radius:6px;
font-size:16px;
}

.quote-form textarea{
height:120px;
}

.quote-form button{
background:#d4af37;
color:white;
padding:15px;
border:none;
border-radius:6px;
font-size:18px;
cursor:pointer;
}
footer{
background:#08182e;
color:white;
padding:50px 20px;
text-align:center;
}

.footer-content{
max-width:800px;
margin:auto;
}

.copyright{
margin-top:20px;
opacity:0.8;
}
#world-map{
text-align:center;
padding:60px 20px;
background:#f8f9fb;
}

.world-map{
max-width:100%;
width:900px;
margin:20px auto;
display:block;
}

.world-text{
max-width:800px;
margin:auto;
font-size:18px;
}
.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
padding:50px;
background:#0a2240;
color:white;
text-align:center;
}

.stat-box h3{
font-size:40px;
color:#d4af37;
}
header{
position:sticky;
top:0;
z-index:1000;
background:#0a2240;
box-shadow:0 2px 10px rgba(0,0,0,0.2);
}

nav a{
color:white;
text-decoration:none;
margin-left:25px;
font-weight:600;
}

nav a:hover{
color:#d4af37;
}
.secondary-btn{
display:inline-block;
margin-left:15px;
background:#d4af37;
color:#fff;
padding:12px 24px;
text-decoration:none;
border-radius:5px;
font-weight:bold;
}
