.hero-header {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}

.hero-header.scrolled {
  background: rgba(20, 20, 20, 0.85);
  backdrop-filter: blur(6px);
}
.hero-nav-container {
  padding: 0 80px; 
}
.nav-pill {
  background: rgba(255, 255, 255, 0.096);
  backdrop-filter: blur(6px);
  border-radius: 30px;
  width: 495px;
  height: 42px;
  justify-content: center;
  justify-content:flex-c;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.pill-links {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
}

.pill-link {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  transition: color 0.2s ease;
}

.pill-link:hover {
  color: #00baff;
}

.pill-link.active {
  color: #fff;
}

.btn-contact {
  background: rgba(255, 255, 255, 0.096);
  color: #fff;
  padding: 8px 24px;
  border-radius: 25px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 6px 16px rgba(240, 140, 0, 0.25);
}

.pill-toggle {
  width: 56px;
  height: 56px;
  padding: 0;
  background: rgba(190, 128, 128, 0.534);
  border-radius: 30%;
  border: none;
  display: none; 
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.pill-icon {
  width: 25px;
  height: 25px;
  position: relative;
}

.pill-icon::before,
.pill-icon::after,
.pill-icon span {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: #fff; 
  border-radius: 2px;
  transition: 0.3s ease;
}
.pill-icon::before {
  top: 5px;
}
.pill-icon span {
  top: 10px;
}
.pill-icon::after {
  top: 15px;
}


@media (max-width: 991px) {
  .pill-toggle {
    display: inline-flex;
    position: absolute;
    left: 2px;              
    top: 6px;                
    z-index: 1200;
  }
  .hero-nav-container {
    position: relative;
    padding-top: 72px;      
  }
  .nav-pill {
    width: auto !important;
    min-width: 0;
    height: auto;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.06); 
    border-radius: 28px;
    gap: 8px;
    align-items: center;
  }
  .pill-links {
    display: none;
  }
  .pill-collapse.collapse.show {
    position: absolute;
    top: 64px;                
    left: 50%;
    transform: translateX(-50%);
    width: auto;               
    min-width: 220px;     
    max-width: 320px;        
    background: rgba(156,148,153,0.92);
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    z-index: 1100;
  }
  @media (max-width: 576px) {
    .pill-collapse.collapse.show {
      left: 16px;
      transform: none;
      width: calc(100% - 32px);
      max-width: none;
    }
  }
  .pill-links-mobile {
    gap: 12px;
    align-items: stretch;
  }
  .btn-contact-mobile {
    width: 100%;
  }
  .right-btn {
    display: none;
  }
}
/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .hero-nav-container {
    padding: 0 60px;
  }
}

@media (max-width: 991px) {
  .hero-nav-container {
    padding: 0 24px;
  }

  .pill-links {
    display: none;
  }

  .pill-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .right-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-nav-container {
    padding: 0 16px;
  }

  .nav-pill {
    padding: 8px 16px;
  }

  .pill-collapse.collapse.show {
    width: calc(100% - 24px);
  }
}

.footer {
  background-color: #0b1622;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
  padding: 50px 8% 30px;
}

.footer-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  width: 100%; 
  max-width: 1600px;
  height: auto;
}

.footer-nav {
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 55px;
  margin: 20px 0;
  padding: 0;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #00aaff;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #3a4654;
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-social img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-copy {
  font-size: 12px;
  color: #b3b3b3;
  margin: 0;
}

.footer-bottom p {
  color: #b3b3b3;
  font-size: 16px;
  margin: 0;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-logo {
    width: 80%;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}


.pill-link.active {
  color: #009ce1;
  font-weight: 600;
  border-bottom: 2px solid #009ce1;
}


.icon svg {
    color: #eaf6ff;
    width: 27px;
    height: 25px;
}