/*
Theme Name: SSG FM Services Theme
Author: SSG & FM Services Ltd
Description: Modern IT Consultancy WordPress Theme
Version: 1.0
*/

body{
    margin:0;
    font-family:Arial,sans-serif;
    background:#f8fafc;
    color:#1e293b;
}

header{
    background:#0f172a;
    padding:20px;
}

.logo{
    color:#fff;
    font-size:28px;
    font-weight:bold;
}

.hero{
    background:#0f172a;
    color:white;
    text-align:center;
    padding:120px 20px;
}

.btn{
    display:inline-block;
    background:#2563eb;
    color:white;
    padding:14px 28px;
    text-decoration:none;
    border-radius:8px;
}

.section{
    padding:80px 20px;
}

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

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

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

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