/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5F7F9;
    color: #1A1A1A;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

/* Header */
header {
    background-color: #0F1E2D;
    padding: 20px 0;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.logo img {
    height: 70px;
    margin-right: 20px;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-left: 25px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.95rem;
}

nav ul li a:hover {
    text-decoration: underline;
}

/* Hero */
.hero {
    padding: 80px 0;
    text-align: center;
    background-color: white;
}

.hero h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #0F1E2D;
}

.hero p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

/* Overview */
.overview {
    padding: 60px 0;
}

.overview h2 {
    text-align: center;
    margin-bottom: 40px;
    color: #0F1E2D;
}

.capability-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.capability {
    background-color: white;
    padding: 25px;
    border-left: 4px solid #C66A2B;
}

.capability h3 {
    margin-bottom: 15px;
    color: #0F1E2D;
}

footer {
    background-color: #0F1E2D;
    color: white;
    text-align: center;
    padding: 20px 0;
    margin-top: 60px;
}

.approach, .project-example {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.approach h2,
.project-example h2 {
    margin-bottom: 20px;
    color: #0F1E2D;
}

.project-example p {
    margin-bottom: 20px;
}

.contact-details {
    padding: 60px 0;
    background-color: #FFFFFF;
}

.contact-details h2 {
    margin-bottom: 20px;
    color: #0F1E2D;
}

.contact-details p {
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.gimbal {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.gimbal img {
    height: 259px;
    margin-right: 20px;
}

.remote_gimbal_control {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.remote_gimbal_control img {
    height: 259px;
    margin-right: 20px;
}

.running_lights {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.running_lights img {
    height: 259px;
    margin-right: 20px;
}

.micro_control {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.micro_control img {
    height: 259px;
    margin-right: 20px;
}

.micro_control {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.micro_control img {
    height: 240px;
    margin-right: 20px;
}

.audio_test_tool {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.audio_test_tool img {
    height: 505px;
    margin-right: 20px;
}

.audio_sine_test_tool {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.audio_sine_test_tool img {
    height: 200px;
    margin-right: 20px;
}

.eagle_coh {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.eagle_coh img {
    height: 209px;
    margin-right: 20px;
}

.campfire_light {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.campfire_light img {
    height: 259px;
    margin-right: 20px;
}

.hsl {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.hsl img {
    height: 509px;
    margin-right: 20px;
}

.carnival_controller {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.carnival_controller img {
    height: 320px;
    margin-right: 20px;
}


.carnival {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.carnival img {
    height: 1296px;
    margin-right: 20px;
}

.tavern_track {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.tavern_track img {
    height: 468px;
    margin-right: 20px;
}

.slotcar_cpu {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.slotcar_cpu img {
    height: 171px;
    margin-right: 20px;
}

.scoreboard {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.scoreboard img {
    height: 201px;
    margin-right: 20px;
}

.progressive_board {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.progressive_board img {
    height: 480px;
    margin-right: 20px;
}

.progressive_meter {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.progressive_meter img {
    height: 480px;
    margin-right: 20px;
}

.slot_board {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.slot_board img {
    height: 240px;
    margin-right: 20px;
}

.bingo_game {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.bingo_game img {
    height: 516px;
    margin-right: 20px;
}

.bonus_game {
    display: flex;
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.bonus_game img {
    height: 516px;
    margin-right: 20px;
}



