body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.logo {
  height: 50px;
}

.contact-info {
  font-size: 14px;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  background-color: #003087;
  padding: 10px 0;
  margin: 0;
}

nav ul li {
  margin: 0 20px;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery-slides {
  display: flex;
  width: 300%;
  transition: transform 0.8s ease-in-out;
}

.gallery-slide {
  width: 33.333%;
  position: relative;
}

.gallery-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.gallery-text h1 {
  font-size: 2em;
  margin: 0;
}

.gallery-text p {
  font-size: 1.2em;
  margin: 5px 0 0;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.content {
  padding: 20px;
  text-align: center;
}

.content h2 {
  font-size: 1.5em;
}

.content p {
  font-size: 1em;
  line-height: 1.5;
}

footer {
  background-color: #003087;
  color: #fff;
  display: flex;
  justify-content: space-around;
  padding: 20px;
  flex-wrap: wrap;
}

.footer-column {
  margin: 10px;
}

.footer-column h3 {
  font-size: 1.2em;
}

.footer-column p {
  font-size: 0.9em;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}

.footer-logo {
  height: 50px;
}

:root{
    --bg:#0f0f0f;
    --text:#f6f6f6;
    --muted:#d9d9d9;
    --brand:#e7c35a;
    --dark:#151515;
  }

  *{box-sizing:border-box}
  body{
    margin:0;
    font-family:'Roboto',arial;
    color:var(--text);
    font-weight:300;
  }

  /* Top bar */
  .top{
    position:sticky; top:0; z-index:20;
    background:#f7f7f7;
    backdrop-filter:saturate(1.2) blur(6px);
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .nav{
    max-width:1200px; margin:0 auto; padding:16px 20px;
    display:flex; align-items:center; gap:20px; justify-content:space-between;
  }
  .brand{
    display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--text);
    font-weight:800; letter-spacing:.5px;
  }
  .brand .logo{width:34px; height:34px; border-radius:6px; background:var(--brand); display:inline-block}
  .links{display:flex; gap:26px; align-items:center; flex-wrap:wrap}
  .links a{color:#333; text-decoration:none; font-weight:600; letter-spacing:.3px}
  .links a:hover{color:#000}

  .cta-phone{
    background:#151f3c; color:#fff; font-weight:800;
    text-decoration:none; padding:10px 16px; border-radius:8px;
  }

  /* Mobile hamburger (hidden on desktop) */
  .menu-toggle{
    display:none; position:relative; width:36px; height:28px; border:0; background:transparent; padding:0; cursor:pointer;
  }
  .menu-toggle span{
    position:absolute; left:0; right:0; height:2px; background:#111; border-radius:2px;
    transition:transform .25s ease, top .25s ease, opacity .2s;
  }
  .menu-toggle span:nth-child(1){top:6px}
  .menu-toggle span:nth-child(2){top:13px}
  .menu-toggle span:nth-child(3){top:20px}

  /* Off-canvas mobile nav */
  .scrim{
    position:fixed; inset:0; background:rgba(0,0,0,.4);
    opacity:0; pointer-events:none; transition:opacity .25s ease; z-index:39;
  }
  .mnav{
    position:fixed; top:0; right:0; height:100dvh; width:80vw; max-width:320px;
    background:#fff; color:#111; box-shadow:-6px 0 20px rgba(0,0,0,.15);
    transform:translateX(100%); transition:transform .3s ease; z-index:40;
    display:flex; flex-direction:column; padding:18px;
  }
  .mnav-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:12px}
  .mnav-close{background:transparent; border:0; font-size:28px; line-height:1; cursor:pointer}
  .mnav-links{display:flex; flex-direction:column; gap:14px; padding:10px 0 16px; border-top:1px solid #eee; border-bottom:1px solid #eee; margin:10px 0 16px}
  .mnav-links a{color:#111;text-decoration:none;/* font-weight:600; */font-size: 20px;margin-bottom: 10px;}
  .mnav-links a:hover{text-decoration:underline}
  .mnav-cta{display:inline-block; background:#151f3c; color:#fff; text-decoration:none; font-weight:800; padding:12px 14px; border-radius:8px; text-align:center}

  /* Open state toggled via jQuery */
  .is-nav-open .mnav{transform:translateX(0)}
  .is-nav-open .scrim{opacity:1; pointer-events:auto}
  .is-nav-open{overflow:hidden}

  /* Hero */
  .hero{
    position:relative; min-height:72vh; display:grid; place-items:center; text-align:center;
    background:#000 url("/images/Cover Photo.webp") center/cover no-repeat;
    background-attachment: fixed;
  }
  .hero::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.55))}
  .hero-inner{position:relative; z-index:1; max-width:1100px; padding:80px 20px 100px}
  .eyebrow{display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin:20px 0 34px; color:var(--muted); font-weight:700; font-size:16px; letter-spacing:.4px}
  .eyebrow span{display:inline-flex; align-items:center; gap:8px}
  .dot{width:8px; height:8px; border-radius:999px; background:var(--brand); display:inline-block}
  .hero h1{margin:0 auto 10px; font-size:clamp(34px,7vw,84px); line-height:.95; font-weight:900; letter-spacing:1px; text-transform:uppercase; text-shadow:0 2px 24px rgba(0,0,0,.55)}
  .hero h2{margin:0 auto;max-width:900px;font-size: clamp(30px,3.5vw,44px);line-height:1.05;font-weight:800;opacity:.95;text-transform:uppercase;color: #fff;}
  .hero p{max-width:780px; margin:18px auto 28px; font-size:20px; line-height:29px; font-weight:500}
  nav img{width:200px}

  /* Featured Websites Section */
  .featured-websites{background:#fff; color:#111; padding:100px 20px; text-align:left}
  .fw-inner{max-width:1200px; margin:0 auto; text-align:left}
  .fw-eyebrow{color:#356a43; font-weight:700; font-size:14px; letter-spacing:.4px; margin-bottom:10px}
  .fw-title{font-family:'Montserrat',sans-serif;font-size:clamp(32px,5vw,52px);font-weight: 300;margin:0 0 20px}
  .fw-desc{max-width:760px; font-size:18px; line-height:1.6; color:#555}
  .fw-grid{display:grid; grid-template-columns:repeat(auto-fit, minmax(320px,1fr)); gap:40px}
  .fw-card{text-align:left;/* border-top:1px solid #e0e0e0; */padding-top:20px}
.fw-card img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
}
  .fw-card h3{font-family:'Montserrat',sans-serif;font-size:22px;margin: 0px;line-height: 31px;margin-top: 10px;}
  .fw-meta{font-weight: 500;font-size:14px;color:#666;margin-bottom:14px}
  .fw-card p{font-size:16px;line-height:1.6;color:#444;margin-top: 0px;line-height: 26px;}
  .fw-link{display:inline-block; margin-top:10px; color:#3c8a5a; font-weight:500; text-decoration:none}
  .fw-link:hover{text-decoration:underline}

  .actions{display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-top:22px}
  .btn{padding:14px 22px; border-radius:10px; font-weight:900; text-decoration:none; letter-spacing:.3px; display:inline-flex; align-items:center; justify-content:center; min-width:220px}
  .btn-primary{background:var(--brand); color:#111; }
  .btn-ghost{background:rgba(0,0,0,.6); color:#fff; border:1px solid rgba(255,255,255,.18)}
  .btn:active{transform:translateY(1px)}
  h1,h2,h3,h4{font-family:'Montserrat',arial;color:black;}
  .bottom-spacer{height:40px; background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.35) 100%)}


/* ===== Contact Section (scoped, unique classes) ===== */
.contact-section {
  background: #f8f8f8;
  padding: 90px 20px;
  color: #111;
}
.contact-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contact-section-title {
  /* font-family: 'Montserrat', sans-serif; */
  font-size: clamp(32px, 4.5vw, 48px);
  margin: 0 0 8px;
  /* text-align: center; */
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 300;
  margin-bottom: 30px;
}
.contact-section-desc {
  text-align: center;
  margin: 0 auto 40px;
  color: #555;
  font-size: 18px;
  max-width: 720px;
}

.contact-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50/50 */
  gap: 36px;
  align-items: start;
}

/* Left column content */
.contact-section-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 18px;
}
.contact-section-card--info p {
  margin: 8px 0;
  font-size: 15px;
  color: #333;
}
.contact-section-card--info a { color: #1c5e3a; text-decoration: none; }
.contact-section-card--info a:hover { text-decoration: underline; }

.contact-section-form {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 22px;
  display: grid;
  /* grid-template-columns: 1fr 1fr; */
  gap: 16px 16px;
}
.contact-section-field {
  display: flex;
  flex-direction: column;
}
.contact-section-field:nth-child(4) { /* message spans full width */
  grid-column: 1 / -1;
}
.contact-section-field label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}
.contact-section-field input,
.contact-section-field textarea {
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  width: 100%;
  background: #fafafa;
}
.contact-section-field textarea { resize: vertical; }

.contact-section-field input:focus,
.contact-section-field textarea:focus {
  outline: none;
  border-color: #3c8a5a;
  box-shadow: 0 0 0 2px rgba(60,138,90,0.18);
  background: #fff;
}

.contact-section-submit {
  grid-column: 1 / -1;
  background: #151f3c;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 14px 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .05s ease, background .2s ease;
}
.contact-section-submit:hover {background: #2e468b;}
.contact-section-submit:active { transform: translateY(1px); }

.contact-section-response {
  grid-column: 1 / -1;
  margin-top: 6px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* Right column map */
.contact-section-mapwrap {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  /* Maintain a good height while being responsive */
  min-height: 350px;
  display: grid;
}
.contact-section-map {
  width: 100%;
  height: 100%;
  border: 0;
}

textarea{
	font-family: 'Roboto';
}
section{
	overflow: hidden;
}

/* ===== Footer (scoped) ===== */
.site-footer{
  background:#222; color:#d9d9d9; padding:64px 20px 36px;
}
.site-footer a{color:#e6e6e6; text-decoration:none}
.site-footer a:hover{text-decoration:underline}

.site-footer-inner{max-width:1200px; margin:0 auto}
.site-footer-grid{
  display:grid; grid-template-columns: 1.2fr 1fr 1fr; gap:48px; align-items:start;
}

/* Logo */
.sf-col--logo{display:flex; align-items:center}
.sf-logo{
  max-width:180px; width:100%; height:auto; display:block;
  filter:brightness(0) invert(1); /* makes colored logo appear white on dark bg; remove if you have a white logo */
}

/* Columns */
.sf-col{}
.sf-heading{
  font-family:'Montserrat', sans-serif;
  font-size:24px; margin:0 0 18px; color:#f0f0f0; letter-spacing:.3px;
}
.sf-line{margin:10px 0; color:#cfcfcf}

/* Social */
.sf-social{display:flex; gap:14px; margin-top:18px}
.sf-social-link{
  display:inline-flex; align-items:center; justify-content:center;
  width:44px; height:44px; border-radius:999px; border:2px solid #e6e6e6;
}
.sf-ico{width:22px; height:22px; fill:none; stroke:none}
.sf-ico circle{fill:none; stroke:#e6e6e6; stroke-width:2}
.sf-ico path, .sf-ico rect{fill:#e6e6e6}

/* Bottom area */
.site-footer-bottom{
  text-align:center; margin-top:48px; border-top:1px solid rgba(255,255,255,.08);
  padding-top:22px;
}
.sf-accessibility{text-decoration:underline}
.sf-copy{margin:8px 0 4px; color:#cfcfcf}
.sf-credit{margin:0; font-style:italic; color:#bdbdbd}

/* Responsive */
@media (max-width: 960px){
  .site-footer-grid{grid-template-columns: 1fr 1fr; gap:32px}
  .sf-col--logo{grid-column:1 / -1; justify-content:center}
}
@media (max-width: 600px){
  .site-footer-grid{grid-template-columns: 1fr}
  .sf-logo{max-width:150px}
}


/* Responsive */
@media (max-width: 960px) {
  .contact-section-grid {
    grid-template-columns: 1fr; /* stack */
  }
  .contact-section-mapwrap {
    min-height: 360px;
  }
}
@media (max-width: 520px) {
  .contact-section-form {
    grid-template-columns: 1fr;
  }
}



.legacy h2, .legacy .fw-inner{ 
	text-align: center;
}
.legacy {
    background: #ccc;
    padding: 53px;
    color: black !important;
}

.legacy .fw-desc{
	margin:auto;
}
.fw-load-more{
  display:block;
  margin:28px auto 0;
  padding: 15px 30px;
  border-radius:10px;
  /* border:1px solid #e0e0e0; */
  background: #151f3c !important;
  font-weight:700;
  cursor:pointer;
  color: #fff;
  margin-top: 60px;
}
.fw-load-more:hover{background:#f5f5f5}

/* Image-only card uses the same card chrome; text elements omitted */
.fw-card--imgonly img{
  width:100%;
  height:300px;
  border-radius:6px;
  margin-bottom:0;
  object-fit:cover;
  object-position:center;
}


  /* Mobile rules */
  @media (max-width:640px){
    .links{display:none}
    .menu-toggle{display:inline-flex; align-items:center; justify-content:center}
    .cta-phone{display:none} /* hide phone on mobile */
    .fw-desc{font-size:16px}
    /* Animate hamburger to X when open */
    .is-nav-open .menu-toggle span:nth-child(1){top:13px; transform:rotate(45deg)}
    .is-nav-open .menu-toggle span:nth-child(2){opacity:0}
    .is-nav-open .menu-toggle span:nth-child(3){top:13px; transform:rotate(-45deg)}
  }


@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    text-align: center;
  }

  nav ul li {
    margin: 10px 0;
  }

  .gallery-text h1 {
    font-size: 1.5em;
  }

  .gallery-text p {
    font-size: 1em;
  }

  footer {
    flex-direction: column;
    text-align: center;
  }
}