
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background-color: #000;
  color: white;
  margin: 0;
  padding: 0;
}
header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #111;
  padding: 10px 20px;
}
nav.top-nav a {
  color: #ff69b4;
  margin: 0 10px;
  text-decoration: none;
  font-weight: 600;
}
.logo img {
  height: 60px;
}
#intro {
  text-align: center;
  padding: 3rem 1rem;
}
#intro h1 {
  font-size: 3rem;
  color: #ffccff;
}
#intro .tagline {
  font-size: 1.5rem;
  color: white;
  font-weight: 300;
}
section {
  padding: 2rem;
}
#testimonial-slider {
  font-style: italic;
  color: white;
  font-size: 1.3rem;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.gallery img {
  width: 200px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s;
}
.gallery img:hover {
  transform: scale(1.05);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.overlay-img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}
.close-btn {
  position: absolute;
  top: 40px;
  right: 60px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.slider {
  position: relative;
  max-width: 90%;
  margin: auto;
  overflow: hidden;
}
.gallery-slide {
  width: 100%;
  display: none;
  border-radius: 10px;
}
.gallery-slide.active {
  display: block;
  animation: fade 2s ease-in-out;
}
@keyframes fade {
  from { opacity: 0.38; }
  to { opacity: 1; }
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../images/logo.jpeg') no-repeat center center;
  background-size: cover;
  opacity: 0.38;
  z-index: -1;
}

.gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.gallery-thumb {
  width: 100px;
  height: auto;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.3s;
}
.gallery-thumb:hover {
  transform: scale(1.1);
  border-color: #ff69b4;
}

.gallery-thumb.active-thumb {
  border-color: #ff69b4;
  box-shadow: 0 0 10px #ff69b4;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.contact-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.icon {
  width: 24px;
  height: 24px;
}
.whatsapp-link {
  background-color: #25D366;
  color: white;
}
.messenger-link {
  background-color: #0084FF;
  color: white;
}
.instagram-link {
  background-color: #E1306C;
  color: white;
}
.contact-links a:hover {
  opacity: 0.85;
}

nav.top-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: black;
  z-index: 999;
  padding: 10px 0;
}
body {
  padding-top: 80px;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: #ff69b4;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  display: none;
  font-weight: bold;
}
.suppliers img {
  width: 120px;
  margin: 10px;
}



.welcome-message {
    color: white;
    font-size: 36px;
    text-align: center;
    margin-top: 120px; /* Space for fixed header */
    font-family: 'Helvetica', sans-serif;
}

.top-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
}

.top-toolbar .logo {
    height: 50px;
    margin: 0 auto 10px auto;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
}

.nav-tabs a {
    color: white;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
}



.top-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
}
.left-tabs, .right-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}
.center-logo img {
    height: 60px;
}
.nav-tabs a {
    color: white;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
}



.top-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000;
}

.left-tabs, .right-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}

.center-logo img {
    height: 60px;
    display: block;
}



.top-toolbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    flex-wrap: wrap;
    box-shadow: none;
    z-index: 1000;
}

.left-tabs, .right-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.center-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}

.center-logo img {
    height: 60px;
    display: block;
}

.nav-tabs a {
    color: white;
    text-decoration: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 13px;
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 0 5px white, 0 0 10px white;
}


/* Make nav bar a horizontal list across the top */
nav.top-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background: transparent;
  flex-wrap: wrap;
}

nav.top-nav li {
  margin: 0 15px;
}

nav.top-nav a {
  color: #ff69b4;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Remove any space left by the fixed top-bar */
body {
  padding-top: 0;
}
