body {
  font-family: "Inria Sans", Helvetica;
  color: #222;
    
     background-image: url('img/back-rectangle.png'); /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 {
  font-family: "Inria Sans", Helvetica;
  font-weight: 700;
}

  /* Navbar */
/* ===== Stable Navbar Styling ===== */

.navbar {
  background-color: #000 !important;
}

/* Brand */
.navbar-brand {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.25rem;
}

/* Nav Wrapper */
.navbar-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px; /* your original gap */
  border-radius: 20px;
  border: 1px solid #ffffff;
  padding: 2px 15px; /* your original padding */
  background-color: transparent;
}

/* Nav Item — make each one occupy equal height and handle full hover area */
.nav-item {
  padding: 2px 15px;
  border-radius: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover/Active: fill full area with color (no flicker) */
.nav-item:hover,
.nav-item:focus-within {
  background-color: #ffffff;
}

/* Nav Link */
.navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  border-radius: 20px;
  padding: 8px 20px; /* consistent */
  display: block;
  width: 100%;
  text-align: center;
  transition: color 0.3s ease;
}

/* Change text color on hover via parent */
.nav-item:hover .nav-link,
.nav-item:focus-within .nav-link {
  color: #000000 !important;
}

/* Active Page State */
.navbar .nav-link.active,
.navbar .nav-link:focus,
.navbar .nav-link:active {
  /* background-color: #00a5ff !important;
  color: #fff !important; */
}


        /* <!-- ===== HERO SECTION ===== --> */

        
 
.address-box {
  max-width: 350px; /* limits width */
  padding-right: 20px; /* adds extra right space */
}
.custom-padding {
  padding-left: 40px;  /* adjust as needed */
  padding-right: 40px; /* adjust as needed */
}
