body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333; /* Gray text for readability */
    background-color: #f5f5f5; /* Light gray background, inspired by lapwing's earthy tones */
}

.logo-title {
    display: flex;
    align-items: center;
}
.logo-title img {
    width: 120px;
    height: auto;
    margin-right: 20px;
}
.logo-title h1 {
    margin: 0;
}


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

header {
    background-color: #000000; /* Black for bold, protective lapwing crest */
    color: white;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

header h1 {
    margin: 0;
    display: inline-block;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}

nav li {
    display: inline;
    margin-left: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #FFD700; /* Yellow highlight on hover, like lapwing spurs */
}

#hero {
    background-color: #ffffff; /* White background for clean contrast */
    color: #333; /* Gray text */
    text-align: center;
    padding: 50px 20px; /* Reduced padding to accommodate image */
    position: relative;
}

#hero h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #000000; /* Black for emphasis */
}

#hero p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto 30px;
}

#hero img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn {
    background-color: #FFD700; /* Yellow for buttons, inspired by lapwing spurs */
    color: #000000; /* Black text for contrast */
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.btn:hover {
    background-color: #FFC107; /* Slightly darker yellow on hover */
}

#overview {
    padding: 50px 0;
    text-align: center;
    background-color: #e8e8e8; /* Light gray section background */
}

.service-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    background: #ffffff; /* White card backgrounds */
    border: 2px solid #cccccc; /* Gray borders, earthy tone */
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    width: 45%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card h3 {
    color: #000000; /* Black headings for boldness */
}

footer {
    background-color: #000000; /* Black footer */
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}

@media (max-width: 768px) {
    nav ul {
        float: none;
        text-align: center;
    }
    .service-cards {
        flex-direction: column;
    }
    .card {
        width: 100%;
    }
}body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333; /* Gray text for readability */
    background-color: #f5f5f5; /* Light gray background, inspired by lapwing's earthy tones */
}

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

header {
    background-color: #000000; /* Black for bold, protective lapwing crest */
    color: white;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

header h1 {
    margin: 0;
    display: inline-block;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: right;
}

nav li {
    display: inline;
    margin-left: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #FFD700; /* Yellow highlight on hover, like lapwing spurs */
}

#hero {
    background-color: #ffffff; /* White background for clean contrast */
    color: #333; /* Gray text */
    text-align: center;
    padding: 50px 20px; /* Reduced padding to accommodate image */
    position: relative;
}

#hero h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #000000; /* Black for emphasis */
}

#hero p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto 30px;
}

#hero img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.btn {
    background-color: #FFD700; /* Yellow for buttons, inspired by lapwing spurs */
    color: #000000; /* Black text for contrast */
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.btn:hover {
    background-color: #FFC107; /* Slightly darker yellow on hover */
}

#overview {
    padding: 50px 0;
    text-align: center;
    background-color: #e8e8e8; /* Light gray section background */
}

.service-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    background: #ffffff; /* White card backgrounds */
    border: 2px solid #cccccc; /* Gray borders, earthy tone */
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    width: 45%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card h3 {
    color: #000000; /* Black headings for boldness */
}

footer {
    background-color: #000000; /* Black footer */
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
}

@media (max-width: 768px) {
    nav ul {
        float: none;
        text-align: center;
    }
    .service-cards {
        flex-direction: column;
    }
    .card {
        width: 100%;
    }
}