@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: url('perfect_background.jpg') no-repeat center center fixed;
  background-size: cover;
  color: white;
}
header, footer {
  background: transparent;
  color: white;
  padding: 1rem;
  text-align: center;
}
img.logo {
  max-height: 100px;
  display: block;
  margin: 0 auto 10px auto;
}
nav a {
  color: white;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: bold;
}
main.fullscreen {
  padding: 3.6rem 2rem;
  max-width: 900px;
  margin: 3rem auto;
  color: white;
  text-align: center;
}
main.whitebox {
  background: none;
  padding: 2rem;
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 8px;
  color: #333;
}
main.whitebox h2 {
  color: #1c2a38;
}
h1, h2 {
  color: white;
}
footer {
  margin-top: 2rem;
}
form label {
  display: block;
  margin-top: 1rem;
}
form input, form textarea {
  width: 100%;
  padding: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form button {
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #1c2a38;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


/* Hero Section */
.hero {
    background: url('perfect_background.jpg') no-repeat center center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.5rem;
}

/* Services Preview */
.services-preview .container {
    display: flex;
    gap: 2rem;
    justify-content: center;
    padding: 4rem 2rem;
    background: none;
}

.service-box {
    background: none;
    padding: 2rem;
    border-radius: 8px;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

/* Services Page */
.services-section {
    padding: 3rem 2rem;
    border-bottom: 1px solid #ddd;
}

/* Projects */
.projects {
    padding: 3rem 2rem;
    display: grid;
    gap: 2rem;
}

.project {
    text-align: center;
}

.project img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

img.logo {
  max-height: 100px;
  display: block;
  margin: 0 auto 10px auto;
}

nav {
  text-align: center;
  margin-bottom: 20px;
}

nav a {
  color: white;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: bold;
}

/* Hero for each page */




/* Services layout */
.services-wrapper {
    padding: 3rem 2rem;
}

.service-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    border-bottom: 1px solid #ccc;
    padding: 2rem 0;
}

.service-description {
    flex: 1;
}

.service-benefits {
    flex: 1;
    background: none;
    padding: 1rem 2rem;
    border-radius: 8px;
}

.service-benefits ul {
    list-style: none;
    padding-left: 0;
}

.service-benefits li::before {
    content: "✔";
    color: green;
    margin-right: 0.5rem;
}

/* Unified Hero Banner */






/* Nav spacing */
nav {
    text-align: center;
    padding: 1rem;
}

nav a {
    color: white;
    margin: 0 1rem;
    text-decoration: none;
    font-weight: bold;
}

/* Service Layout Fixes */
.services-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.service-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: 1px solid #ccc;
}

.service-description {
    flex: 1;
}

.service-benefits {
    flex: 1;
    background: #004080;
    color: white;
    padding: 1.5rem;
    border-radius: 8px;
}

.service-benefits ul {
    list-style: none;
    padding-left: 0;
}

.service-benefits li::before {
    content: "✔";
    color: lightgreen;
    margin-right: 0.5rem;
}


.page-hero {
    background-color: #0b2a5a;
    color: white;
    padding: 4rem 2rem;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    margin: 0;
}

.page-hero p {
    font-size: 1.25rem;
    margin-top: 1rem;
    color: white;
}

body, html, h1, h2, h3, h4, h5, h6, p, a, li, div, span, button {
    font-family: 'Montserrat', sans-serif !important;
}

/* --- Projects page: single-column centered text like screenshot --- */
.projects-text { background: transparent; padding: 1rem 0 3rem 0; }
.projects-text-inner { max-width: 980px; margin: 0 auto; text-align: center; }
.projects-text-inner h2 { font-size: 1.4rem; font-weight: 700; margin: 1.6rem 0 0.6rem 0; }
.projects-text-inner p { font-size: 1rem; line-height: 1.6; margin: 0 0 1.8rem 0; }
@media (min-width: 1024px) {
  .projects-text-inner h2 { font-size: 1.5rem; }
  .projects-text-inner p { font-size: 1.05rem; }
}



/* Project page cards similar to services page blue box */
.project-card {
    background-color: #004080;
    color: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.project-card h2 {
    margin-top: 0;
}

