/* GLOBAL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* GLOBAL WHITE TEXT OVERRIDE */
body, body * {
    color: #ffffff !important;
}

/* BACKGROUND COLOR (DARK) */
body {
    background: #0d0d0d;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

/* NAVIGATION */
.navbar {
    width: 100%;
    background: #000000;
    padding: 20px 0;
    position: relative;
    z-index: 100;
}

.nav-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo img {
    height: 40px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* HERO SECTION */
.hero {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
}

.hero-logo {
    height: 120px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* BUTTONS */
.btn-primary {
    background: #005bbb;
    padding: 12px 28px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

/* SECTION LAYOUT */
.section {
    padding: 60px 0;
}

.section-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.section-container h1,
.section-container h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-container p,
.section-container li {
    font-size: 18px;
    margin-bottom: 20px;
}

/* LISTS */
ul {
    margin-left: 20px;
}

/* GRID LAYOUTS */
.services-grid,
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.service-card,
.value-card {
    padding: 25px;
    background: #1a1a1a;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
}

/* CONTACT SECTION */
.contact-details p {
    font-size: 20px;
}

/* FOOTER */
.site-footer {
    padding: 40px 0;
    background: #000000;
    text-align: center;
    margin-top: 40px;
}

.footer-content p {
    font-size: 16px;
/* GLOBAL RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* GLOBAL WHITE TEXT OVERRIDE */
body, body * {
    color: #ffffff !important;
}

/* BACKGROUND COLOR (DARK) */
body {
    background: #0d0d0d;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

/* NAVIGATION */
.navbar {
    width: 100%;
    background: #000000;
    padding: 20px 0;
    position: relative;
    z-index: 100;
}

.nav-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo img {
    height: 40px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* HERO SECTION */
.hero {
    width: 100%;
    padding: 100px 0;
    text-align: center;
    background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 100%);
}

.hero-logo {
    height: 120px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* BUTTONS */
.btn-primary {
    background: #005bbb;
    padding: 12px 28px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

/* SECTION LAYOUT */
.section {
    padding: 60px 0;
}

.section-container {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}

.section-container h1,
.section-container h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-container p,
.section-container li {
    font-size: 18px;
    margin-bottom: 20px;
}

/* LISTS */
ul {
    margin-left: 20px;
}

/* GRID LAYOUTS */
.services-grid,
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.service-card,
.value-card {
    padding: 25px;
    background: #1a1a1a;
    border-radius: 8px;
    border: 1px solid #2a2a2a;
}

/* CONTACT SECTION */
.contact-details p {
    font-size: 20px;
}

/* FOOTER */
.site-footer {
    padding: 40px 0;
    background: #000000;
    text-align: center;
    margin-top: 40px;
}

.footer-content p {
    font-size: 16px;
}

