/* Montserrat Font */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Custom Cursor */
html,
body,
*,
a,
button,
div,
h1,
h2,
h3,
ul,
li,
nav {
  cursor:
    url("./Maus4.png") 16 16,
    auto !important;
}

/* Header & Logo Alignment */
.header,
.logo,
.logo-container,
.top-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 28px 32px;
}

.site-logo,
.header img,
.logo img,
.logo-container img,
.top-logo img {
  height: 28px;
  width: auto;
  display: block;
}

/* Footer Banner */
.footer-banner {
  background-color: #1c1c1c;
  border-top: 1px solid rgba(245, 158, 11, 0.35);
  padding: 22px 0 18px 0;
  flex-shrink: 0;
}

.footer-content {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #d1d5db;
  font-size: 0.85rem;
}

.footer-left a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}

.footer-left a:hover {
  color: #f59e0b;
}

.footer-left span {
  color: #d1d5db;
}

.footer-logo-container {
  flex-shrink: 0;
  padding-right: 15px;
}

.footer-logo {
  height: 80px;
  width: auto;
  display: block;
}

.footer-copyright {
  color: #9ca3af;
  font-size: 0.85rem;
  margin-top: 4px;
}

.footer-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.footer-center img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 0.85;
}
