/*
Theme Name: Digital Agency Theme
Theme URI: https://mahadeehasan.com
Author: My Agency
Description: Simple Digital Marketing Agency Theme  
Version: 1.0
*/

body{
    font-family: Arial, sans-serif;
    margin:0;
    background:#f5f7fb;
    color:#333;
}
header{
    background:#111827;
    color:white;
    padding:20px;
}
nav a{
    color:white;
    margin-right:15px;
    text-decoration:none;
    font-weight:bold;
}
.hero{
    background:#2563eb;
    color:white;
    padding:80px 20px;
    text-align:center;
}
.section{
    padding:60px 20px;
    max-width:1100px;
    margin:auto;
}
.services{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:20px;
}
.card{
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}
footer{
    background:#111827;
    color:white;
    text-align:center;
    padding:30px;
}
button, .btn{
    background:#2563eb;
    border:none;
    padding:12px 20px;
    color:white;
    border-radius:6px;
    cursor:pointer;
}
