/* BODY BACKGROUND */
body {
  padding-top: 80px;
 
  font-family: Arial, Helvetica, sans-serif;
}

/* NAVBAR */
.navbar {
  background: linear-gradient(90deg, #020617, #0f172a) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
}

/* LOGO */
.company-logo {
  width: 45px;
  height: auto;
  margin-right: 10px;
    
}

/* COMPANY NAME */
.company-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #e5e7eb;
}

/* NAV LINKS */
.nav-link {
  color: #cbd5f5 !important;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}

/* HOVER EFFECT */
.nav-link:hover {
  color: #38bdf8 !important; /* soft professional blue */
}

/* ACTIVE LINK */
.nav-link.active {
  color: #38bdf8 !important;
}

/* DROPDOWN MENU */
.dropdown-menu {
  background-color: #020617;
  border-radius: 10px;
  border: 1px solid #1e293b;
}

/* DROPDOWN ITEM */
.dropdown-item {
  color: #e5e7eb;
  font-size: 14px;
}

/* DROPDOWN HOVER */
.dropdown-item:hover {
  background-color: #0f172a;
  color: #38bdf8;
    font-weight: bold;
    text-decoration: underline;
}

/* TOGGLER BUTTON */
.navbar-toggler {
  border: 1px solid #1e293b;
}

.navbar-toggler-icon {
  filter: brightness(200%);
}





/* FOOTER STYLES */
/* ================= FOOTER ================= */
.footer-section {
   background: linear-gradient(90deg, #020617, #0f172a) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}

/* LOGO */
.footer-logo-wrapper {
  display: inline-block;
  padding: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.footer-logo {
  width: 70px;
  height: auto;
}

/* TITLES */
.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
}

.footer-title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #0dcaf0;
  display: block;
  margin-top: 6px;
}

/* TEXT */
.footer-text {
  font-size: 0.95rem;
  color: #d1d1d1;
  line-height: 1.6;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  font-size: 0.95rem;
  color: #d1d1d1;
  margin-bottom: 8px;
}

.footer-links li a:hover {
  color: #0dcaf0;
}
a{
    text-decoration: none;
    color: white;
}

/* MAP BUTTON */
.footer-map-btn {
  border-radius: 20px;
  font-size: 0.85rem;
  padding: 6px 14px;
}

/* COPYRIGHT */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9rem;
  color: #cfcfcf;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer-title,
  .footer-text,
  .footer-links {
    text-align: center;
  }

  .footer-title::after {
    margin: 8px auto 0;
  }
}
