/* Top Contact Strip */
.top-contact-strip {
  background-color: #ffffff;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #ddd;
}
.top-contact-strip .fa-phone-alt {
  color: #ff6600 !important;
}
.top-contact-strip span {
  color: #000000;
}
.top-contact-strip .fa-envelope,
.top-contact-strip .fa-instagram {
  font-size: 18px;
  color: #ff6600;
  margin-left: 2px;
}

/* Orange Theme Utility Classes */
.text-orange {
  color: #ff6a00;
}
.bg-orange {
  background-color: #ff6a00 !important;
}

/* Navbar */
.navbar-nav .nav-link.disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.navbar-light .nav-link {
  color: #333;
  margin-left: 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.navbar-light .nav-link:hover {
  color: #ff6a00;
}

.navbar-nav .nav-link.active {
  position: relative;
  color: #ff6600;
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #ff6600;
  border-radius: 2px;
}

body {
  font-family: "Montserrat", sans-serif;
  background: linear-gradient(to bottom right, #f7faff, #eaf3ff);
  color: #333;
  margin: 0;
  padding: 0;
  text-align: center;
}

.coming-soon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 150px;
}

.logo img {
  max-height: 80px;
  margin-bottom: 20px;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #004aad;
}
