/* General page styling */
body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #222;
    background-color: #fafafa;
}

.site-header {
    text-align: center;
    padding: 40px 20px;
    background-color: #0A1A2F;
    color: #ffffff;
    border-bottom: 3px solid #C89D28;
}


}

.logo {
    width: 180px;
    height: auto;
    margin-bottom: 15px;
}.content {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}



..tagline {
    font-size: 1.1rem;
    color: #444;
    margin-top: -10px;
}


}

/* Section headings */
h2 {
    margin-top: 40px;
    color: #333;
}

/* Lists */
ul {
    margin-left: 20px;
}
<p>Email: <a href="mailto:contact@manifestmotownconsultants.com">contact@manifestmotownconsultants.com</a></p>


/* Form styling */
form {
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    max-width: 500px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* Footer styling */
.site-footer {
    text-align: center;
    padding: 30px 20px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    margin-top: 40px;
    color: #555;
    font-size: 0.9rem;
}
/* Premium Consultancy Header */
.site-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    letter-spacing: 0.3px;
}

/* Logo refinement */
.site-header .logo {
    width: 140px;        /* Adjust for your brand presence */
    height: auto;
    margin-bottom: 18px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.08));
}

/* Firm name */
.site-header h1 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Tagline */
.site-header .tagline {
    font-size: 1.05rem;
    margin-top: 8px;
    color: #555;
    max-width: 700px;
    line-height: 1.5;
}

/* Premium Navbar */
.navbar {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 16px 0;
    background: #fafafa;
    border-bottom: 1px solid #e5e5e5;
}

.navbar a {
    text-decoration: none;
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: color 0.2s ease, border-bottom 0.2s ease;
    padding-bottom: 4px;
}

.navbar a:hover {
    color: #005bbb; /* A refined, professional blue */
    border-bottom: 2px solid #005bbb;
}





