body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f6f1eb;
}
header {
  background: linear-gradient(to right, #2c2c2c, #5a3e2b);
  color: white;
  text-align: center;
  padding: 40px;
}
nav {
  background: #3b2f25;
  text-align: center;
  padding: 12px;
}

nav a {
  color: white;
  margin: 10px;
  text-decoration: none;
  font-weight: bold;
}

section {
  background: white;
  margin: 15px;
  padding: 20px;
  border-radius: 8px;
}

footer {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 10px;
 } 
.item {
  break-inside: avoid;
  margin-bottom: 20px;
  background: #ffffff;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

.item p {
  margin-top: 10px;
  font-weight: bold;
}.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  color: white;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;
}#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
}.service-box {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.service-box h3 {
  margin-top: 0;
  color: #3b2f25;
}

.price {
  font-weight: bold;
  color: #8b5e3c;
}.brand-header {
  background: linear-gradient(to right, #2c2c2c, #5a3e2b);
  text-align: left;
  padding: 50px 20px;
  color: white;
}

.logo {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
}

.tagline {
  font-size: 16px;
  color: #f1c40f;
  margin: 5px 0;
}

.subtitle {
  font-size: 15px;
  opacity: 0.9;
}.contact-section {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  margin: 20px;
  border-radius: 12px;
}

.contact-section h2 {
  color: #3b2f25;
}

.contact-box {
  margin: 20px auto;
  max-width: 400px;
  text-align: left;
  background: #f6f1eb;
  padding: 20px;
  border-radius: 10px;
}

.contact-box p {
  margin: 8px 0;
}

.contact-btn {
  display: inline-block;
  margin-top: 20px;
  background: #25d366;
  color: white;
  padding: 14px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}.contact-actions {
  margin-top: 20px;
}

.email-btn {
  display: inline-block;
  margin-left: 10px;
  background: #8b5e3c;
  color: white;
  padding: 14px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}.instagram-section {
  background: #ffffff;
  padding: 40px 20px;
  text-align: center;
  margin: 20px;
  border-radius: 12px;
}

.ig-follow-btn {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
  color: white;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}/* ===== INSTAGRAM GRID FIX ===== */

.ig-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  align-items: start;
}

.instagram-media {
  max-width: 100% !important;
  min-width: auto !important;
  margin: 0 auto !important;
}.logo-img {
  width: 120px;       /* unaweza kubadilisha 100–140 */
  margin-bottom: 15px;
}

.logo-text {
  font-size: 34px;
  font-weight: bold;
  margin: 0;
}

.tagline {
  font-size: 15px;
  color: #f1c40f;
  margin-top: 5px;
}.logo-img {
  width: 90px;       /* unaweza kubadilisha 80–110 kulingana na ladha */
  height: auto;
  margin-bottom: 10px;
}/* ===== HEADER LAYOUT FIX ===== */

.brand-header {
  background: linear-gradient(to right, #2c2c2c, #5a3e2b);
  padding: 40px 30px;
}

.brand-container {
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.logo-img {
  width: 90px;   /* unaweza kubadilisha 80–110 */
  height: auto;
}

.brand-text {
  color: white;
}

.logo-title {
  font-size: 42px;
  margin: 0;
}

.tagline {
  font-size: 18px;
  color: #f1c40f;
  margin: 5px 0;
}

.subtitle {
  font-size: 16px;
  opacity: 0.9;
}@media (max-width: 600px) {
  .brand-container {
    flex-direction: column;
    text-align: center;
  }

} .hero-text, .why-us, .services-intro, .projects-intro, .final-cta {
  background: #ffffff;
  padding: 40px 20px;
  margin: 20px;
  border-radius: 12px;
  text-align: center;
}

.why-us ul {
  list-style: none;
  padding: 0;
}

.why-us li {
  margin: 10px 0;
}

.cta-btn {
  display: inline-block;
  margin-top: 20px;
  background: #8b5e3c;
  color: white;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.hero-text,
.marketing-text,
.projects-text,
.final-cta {
  background: #ffffff;
  padding: 40px 20px;
  margin: 20px;
  border-radius: 12px;
}

.hero-text h2,
.marketing-text h2,
.projects-text h2,
.final-cta h2 {
  color: #3b2f25;
}

.marketing-text ul {
  padding-left: 20px;
}

.final-cta {
  text-align: center;
  background: #f6f1eb;
}
.footer-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #2c2c2c;
  padding: 15px 10px;
  margin-top: 40px;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.footer-nav a:hover {
  color: #f1c40f;
}
/* ===== STICKY BOTTOM MENU ===== */

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2c2c2c;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0;
  z-index: 3000;
  box-shadow: 0 -4px 10px rgba(0,0,0,0.2);
}

.bottom-menu a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.bottom-menu a:hover {
  color: #f1c40f;
}

/* Space ili content isifunikwe na menu */
body {
  padding-bottom: 70px;
}
/* ===== STICKY BOTTOM NAV ===== */

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2c2c2c;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0;
  z-index: 3000;
}

.bottom-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.bottom-nav a:hover {
  color: #f1c40f;
}

/* kutoa nafasi ili content isigongane na menu */
body {
  padding-bottom: 70px;
}
/* ===== STICKY NAVBAR ===== */

.main-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #3b2f25; /* rangi ya brand */
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 12px 10px;
}

/* menu links */
.main-nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 25px;
  transition: background 0.3s, transform 0.2s;
}

/* icon style */
.main-nav .icon {
  font-size: 16px;
}

/* hover effect */
.main-nav a:hover {
  background: #8b5e3c;
  transform: translateY(-2px);
}
/* ===== STICKY NAVBAR ===== */

.main-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #3b2f25;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 12px;
}

.nav-link {
  position: relative;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}
/* ===== ICONS BEHIND TEXT ===== */

.nav-link::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  opacity: 0.35;
  z-index: -1;
}

/* Individual icons */
.nav-link.home::before {
  content: "🏠";
}

.nav-link.services::before {
  content: "🛠️";
}

.nav-link.projects::before {
  content: "🖼️";
}

.nav-link.contact::before {
  content: "📞";
}.nav-link:hover {
  background: #8b5e3c;
}
/* ===== NAVBAR ===== */

.navbar {
  position: sticky;
  top: 0;
  z-index: 3000;
  background: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo img {
  width: 45px;
}

.brand-text {
  color: white;
  font-size: 14px;
  line-height: 1.2;
}

.brand-text span {
  font-size: 12px;
  color: #f1c40f;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 6px;
}

.nav-links li a:hover,
.nav-links li a.active {
  background: #f1c40f;
  color: #000;
}

/* ===== HAMBURGER ===== */

.hamburger {
  display: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 65px;
    right: 20px;
    background: #2c2c2c;
    flex-direction: column;
    width: 220px;
    display: none;
    border-radius: 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}
/* ===== FOOTER ===== */

.site-footer {
  background: #2c2c2c;
  color: #ffffff;
  padding: 50px 20px 20px;
  margin-top: 50px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}

.footer-box h3,
.footer-box h4 {
  margin-bottom: 15px;
  color: #f1c40f;
}

.footer-box p {
  margin: 6px 0;
  font-size: 14px;
}

.footer-box ul {
  list-style: none;
  padding: 0;
}

.footer-box ul li {
  margin-bottom: 8px;
}

.footer-box ul li a,
.footer-box a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

.footer-box a:hover {
  color: #f1c40f;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 15px;
  font-size: 13px;
  opacity: 0.8;
}
.site-footer {
  background: #2c2c2c;
  color: #fff;
  margin-top: 60px;
  font-size: 14px;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 40px 20px;
}

.site-footer h3,
.site-footer h4 {
  color: #f1c40f;
  margin-bottom: 10px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f1c40f;
}

.footer-socials a {
  display: inline-block;
  margin-right: 10px;
  color: #f1c40f;
  text-decoration: none;
  font-weight: bold;
}

.footer-bottom {
  text-align: center;
  padding: 15px;
  background: #1f1f1f;
  font-size: 13px;
}
/* ===== HERO SECTION CLEAN FIX ===== */

.hero {
  background: linear-gradient(
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.55)
    ),
    url("images/project5.jpg"); /* unaweza kubadilisha picha */
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  color: #ffffff;
}

.hero-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.hero-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 25px;
}

.hero-btn {
  display: inline-block;
  background: #caa14d;
  color: #222;
  padding: 14px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #b8923d;
}
.quote-btn {
  background: #f1c40f;
  color: #000;
  padding: 10px 18px;
  border-radius: 25px;
  font-weight: bold;
  margin-left: 10px;
}
.quote-section {
  background: #fff;
  padding: 40px;
  margin: 20px;
  border-radius: 12px;
}

.quote-section input,
.quote-section select,
.quote-section textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
}
input[type="file"] {
  padding: 10px;
  border: 2px dashed #ccc;
  background: #f9f9f9;
  border-radius: 8px;
  width: 100%;
}
/* ===== LIGHTBOX ===== */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}
.quote-section {
  max-width: 600px;
  margin: 40px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.quote-section h1 {
  text-align: center;
}

.quote-section label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

.quote-section input,
.quote-section select,
.quote-section textarea {
  width: 100%;
  padding: 10px;
  margin-top: 6px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.whatsapp-btn {
  margin-top: 20px;
  width: 100%;
  background: #25d366;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
}
/* ===== PROJECT GALLERY ===== */

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}

.item {
  background: #ffffff;
  padding: 6px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.item {
  margin-bottom: 20px;
  break-inside: avoid;
}

.item img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

/* LIGHTBOX */
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#lightbox img {
  max-width: 90%;
  max-height: 90%;
}

/* NAV */
.main-nav {
  position: sticky;
  top: 0;
  background: #2c2c2c;
  padding: 12px;
  text-align: center;
  z-index: 1000;
}

.main-nav a {
  color: white;
  margin: 0 12px;
  text-decoration: none;
  font-weight: bold;
}

.main-nav a.active {
  color: #f1c40f;
}
/* ===== MOBILE GLOBAL FIX ===== */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  overflow-x: hidden;   /* ZUIA SCROLL YA KUSHOTO/KULIA */
  margin: 0;
  padding: 0;
}
section, header, footer, nav {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-left: 16px;
  padding-right: 16px;
}form {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

input, select, textarea, button {
  width: 100%;
  max-width: 100%;
  font-size: 16px; /* muhimu kwa mobile */
}body {
  font-size: 16px;
  line-height: 1.6;
}

h1 { font-size: clamp(22px, 5vw, 36px); }
h2 { font-size: clamp(18px, 4.5vw, 28px); }
p  { font-size: clamp(14px, 4vw, 18px); }nav {
  display: flex;
  flex-wrap: wrap;   /* MUHIMU */
  justify-content: center;
  gap: 10px;
}

nav a {
  white-space: nowrap;
}
/* ===== MOBILE FIX ===== */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

section, header, nav, footer {
  width: 100%;
}
/* ===== MOBILE MENU (HAMBURGER) ===== */

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 768px) {
  nav {
    position: relative;
  }

  .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
  }

  nav ul {
    display: none;
    flex-direction: column;
    background: #2c2c2c;
    width: 100%;
    padding: 10px 0;
  }

  nav ul.show {
    display: flex;
  }

  nav ul li {
    text-align: center;
    padding: 12px 0;
  }
}
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 768px) {
  .nav-menu {
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    width: 100%;
    display: none;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .nav-menu.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}
/* ===== STICKY NAVIGATION FIX ===== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Epuka content kufunikwa na menu */
body {
  padding-top: 80px;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.nav-menu {
  display: flex;
  gap: 20px;
}

.hamburger {
  display: none;
  font-size: 26px;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
  }

  .nav-menu.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}
/* ===== STICKY HEADER ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
/* ===== STICKY NAV FIX (SAFE) ===== */

/* chukua header yako ya sasa bila kubadilisha muundo */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

/* hakikisha haifichwi */
.nav-container {
  background: inherit;
}

/* zuia menu isipotee wakati wa scroll */
body {
  overflow-x: hidden;
}
/* ===== FIX MENU TEXT DISAPPEARING ===== */

/* Hakikisha links zinaonekana */
.nav-links li a,
.nav-menu a,
.nav-link {
  font-size: 16px !important;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

/* Icons zibaki lakini maandishi yaonekane */
.nav-link span,
.nav-links a span {
  display: inline;
}

/* Usifiche maandishi kwa desktop */
@media (min-width: 769px) {
  .nav-links,
  .nav-menu {
    display: flex !important;
  }

  .hamburger {
    display: none;
  }
}
/* ===== FIX STICKY NAVBAR (FINAL) ===== */

.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(20, 20, 20, 0.95); /* iwe visible juu ya content */
  backdrop-filter: blur(6px);
}

/* Zuia content isijifiche chini ya menu */
body {
  margin: 0;
}
/* ===== STICKY NAVBAR FIX (FINAL) ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #111;
  width: 100%;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-logo img {
  width: 40px;
}

.brand-text strong {
  color: #fff;
  font-size: 14px;
}

.brand-text span {
  color: #caa04d;
  font-size: 11px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 18px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.quote-btn {
  background: #caa04d;
  color: #000;
  padding: 8px 14px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
}

/* ===== MOBILE ===== */
.hamburger {
  display: none;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
    background: #111;
    width: 100%;
    flex-direction: column;
    display: none;
    padding: 10px 0;
  }

  .nav-links.show {
    display: flex;
  }

  .hamburger {
    display: block;
  }
}
/* ===== FIX STICKY NAVBAR (FINAL & SAFE) ===== */

.navbar {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(6px);
}

/* hakikisha hero haisukumi menu */
.hero {
  margin-top: 0;
}

/* mobile fix */
@media (max-width: 768px) {
  .navbar {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }

  body {
    padding-top: 70px; /* nafasi ya menu */
  }
}
/* ===== FORCE STICKY NAV ON DESKTOP & MOBILE ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 10px 20px;
}

/* kuzuia content isigongane na menu */
body {
  padding-top: 80px;
}
/* ===== STICKY NAVBAR – PC & MOBILE FIX ===== */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(6px);

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 10px 20px;
}

/* nafasi juu ili content isigongane na menu */
body {
  padding-top: 80px;
}

/* Hakikisha hero hairudishi menu nyuma */
.hero,
.brand-header {
  position: relative;
  z-index: 1;
}


