/*
Theme Name: Nexora Services International
Author: Nexora
Description: Corporate logistics WordPress theme
Version: 1.0
*/

body{
font-family:Arial,Helvetica,sans-serif;
margin:0;
background:#f5f7fb;
color:#1f2933;
}

header{
background:#fff;
padding:20px 40px;
display:flex;
justify-content:space-between;
border-bottom:1px solid #eee;
}

nav a{
margin-left:20px;
text-decoration:none;
color:#333;
}

.hero{
background:linear-gradient(120deg,#1F3F73,#2F80ED);
color:#fff;
padding:120px 20px;
text-align:center;
}

.section{
padding:70px 20px;
max-width:1200px;
margin:auto;
text-align:center;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.service{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.cta{
background:#1F3F73;
color:white;
padding:80px 20px;
text-align:center;
}

.cta a{
background:white;
color:#1F3F73;
padding:14px 28px;
text-decoration:none;
border-radius:6px;
font-weight:bold;
}

footer{
background:#111;
color:white;
padding:30px;
text-align:center;
}