
/*
Theme Name: Skill Heads Corporate Theme
Theme URI: https://skillheads.in
Author: Skill Heads
Description: Corporate theme for Skill Heads consultancy
Version: 1.0
*/

body {
    font-family: 'Open Sans', Arial, sans-serif;
    margin:0;
    background:#f4f4f4;
    color:#333;
}

header {
    background:#ff7a00;
    color:white;
    padding:20px;
    text-align:center;
}

header img {
    max-height:80px;
}

nav {
    background:#fff;
    padding:10px;
    text-align:center;
}

nav a {
    margin:0 15px;
    text-decoration:none;
    font-weight:600;
    color:#333;
}

.hero {
    background:#ff7a00;
    color:white;
    padding:80px 20px;
    text-align:center;
}

.section {
    padding:60px 20px;
    background:white;
    margin-bottom:10px;
}

.section h2 {
    color:#ff7a00;
}

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

.card {
    background:#f9f9f9;
    padding:20px;
    border-radius:8px;
}

.footer {
    background:#222;
    color:white;
    text-align:center;
    padding:20px;
}

.whatsapp {
    position:fixed;
    bottom:20px;
    right:20px;
    background:#25d366;
    color:white;
    padding:12px 16px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
}
