/* =========================================================
   AD LOGISTICS NAVBAR - Glowing Gradient Floating Style
   ========================================================= */

/* ===== Base Reset ===== */
html, body {
  margin: 0;
  padding: 0;
  background: #030a11;
  color: #e6eef2;
  font-family: "Roboto", sans-serif;
}

/* ===== Navbar Wrapper ===== */
.adlog-navwrap {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 30px rgba(0,231,224,0.08);
}

/* ===== Inner Container ===== */
.adlog-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
  max-width: 1300px;
  margin: 0 auto;
}

/* ===== LOGO ===== */
.adlog-brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  perspective: 800px;
}

.adlog-brand-text {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 1.2px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(90deg,#00e7e0,#f9b234,#00e7e0);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: adlog-logo-pulse 6s ease-in-out infinite alternate;
  transition: transform .4s ease;
}

.adlog-brand-ad {
  color: #00e7e0;
  text-shadow: 0 0 10px #00e7e0;
}

.adlog-brand-log {
  color: #f9b234;
  text-shadow: 0 0 10px #f9b234;
}

.adlog-brand:hover .adlog-brand-text {
  transform: translateY(-6px) scale(1.08) rotateX(5deg);
  animation: adlog-logo-hover 3s linear infinite;
  filter: drop-shadow(0 0 12px rgba(0,231,224,0.5))
          drop-shadow(0 0 25px rgba(249,178,52,0.4));
}

/* ===== Logo Line Separator ===== */
.adlog-brand-line {
  display: inline-block;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg,#00e7e0,#f9b234);
  margin: 0 8px;
  border-radius: 2px;
}

/* ===== Links ===== */
.adlog-nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.adlog-nav-item {
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  color: #e8ecef;
  position: relative;
  transition: color 0.3s ease, transform 0.3s ease;
}

.adlog-nav-item::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg,#00e7e0,#f9b234);
  transition: width 0.3s ease;
  border-radius: 3px;
}

.adlog-nav-item:hover {
  color: #00e7e0;
  transform: translateY(-3px);
}
.adlog-nav-item:hover::after {
  width: 100%;
}

/* ===== Auth Buttons ===== */
.adlog-btn-auth {
  padding: 0.45rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(0,231,224,0.4);
  color: #00e7e0;
  font-weight: 600;
  text-decoration: none;
  margin-left: 1rem;
  transition: all 0.3s ease;
}
.adlog-btn-auth:hover {
  background: linear-gradient(90deg,#00e7e0,#f9b234);
  color: #000;
  box-shadow: 0 0 20px rgba(0,231,224,0.3);
}

/* ===== Animations ===== */
@keyframes adlog-logo-pulse {
  0% {
    background-position: 0% center;
    filter: drop-shadow(0 0 4px rgba(0,231,224,0.3));
  }
  100% {
    background-position: 100% center;
    filter: drop-shadow(0 0 10px rgba(249,178,52,0.4));
  }
}

@keyframes adlog-logo-hover {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

/* ===== Responsive ===== */
@media(max-width:900px){
  .adlog-nav-inner{padding:1rem 1.5rem;}
  .adlog-nav-links{gap:1rem;}
}














/* ============================================================
   CORPORATE FOOTER (Like Screenshot)
   ============================================================ */

.adlog-footer {
  background: #03101d;
  color: #cbd5df;
  padding: 4rem 2rem 2rem;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.adlog-footer-inner {
  max-width: 1250px;
  margin: 0 auto;
}

.adlog-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

/* ===== LOGO + COMPANY ===== */
.adlog-footer-logo-ad {
  color: #00e7e0;
  font-weight: 900;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
}

.adlog-footer-logo-log {
  color: #f9b234;
  font-weight: 900;
  font-family: "Orbitron", sans-serif;
  letter-spacing: 1px;
}

/* ===== SECTION TITLES ===== */
.adlog-footer-col h4 {
  color: #00e7e0;
  font-size: 1.05rem;
  font-weight: 800; /* 🧱 Made bolder */
  text-transform: none;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  font-family: "Orbitron", sans-serif;
  text-shadow: 0 0 8px rgba(0, 231, 224, 0.3); /* subtle glow */
}

/* ===== FOOTER HEADINGS (company name in About section) ===== */
.adlog-footer-col h3 {
  font-family: "Orbitron", sans-serif;
  font-weight: 900; /* 🧱 Strong bold for the logo line */
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

/* ===== SECTION TITLES ===== */
.adlog-footer-col h4 {
  color: #00e7e0;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Orbitron", sans-serif;
}

.adlog-footer-col p {
  font-size: 0.9rem;
  color: #a9b6c2;
  line-height: 1.6;
}

/* ===== QUICK LINKS ===== */
.adlog-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.adlog-footer-col ul li {
  margin-bottom: 0.5rem;
}
.adlog-footer-col ul li a {
  color: #a9b6c2;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.adlog-footer-col ul li a:hover {
  color: #00e7e0;
}

/* ===== SOCIAL ICONS ===== */
.adlog-footer-socials a {
  color: #00e7e0;
  font-size: 1.3rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}
.adlog-footer-socials a:hover {
  color: #f9b234;
  transform: translateY(-2px);
}

/* ===== DIVIDER ===== */
.adlog-footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin: 2rem 0 1rem;
}

/* ===== BOTTOM LINE ===== */
.adlog-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.adlog-footer-bottom p {
  font-size: 0.85rem;
  color: #7a8a9b;
}
.adlog-footer-legal a {
  color: #00e7e0;
  text-decoration: none;
  font-size: 0.85rem;
  margin-left: 1rem;
  transition: color 0.3s ease;
}
.adlog-footer-legal a:hover {
  color: #f9b234;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .adlog-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
  .adlog-footer-legal {
    margin-top: 0.5rem;
  }
}
