/*  Topbar */
.topbar {
  background: linear-gradient(90deg, #000, #b8860b, #d4af37, #000);
  color: #fff;
  font-size: 14px;
  flex-wrap: wrap;
}
.topbar .social-icons a {
  color: #fff;
  margin-right: 20px;
  font-size: 16px;
  transition: 0.3s;
}
.topbar .social-icons a:last-child {
  margin-right: 0;
}
.topbar .social-icons a:hover {
  color: #d4af37;
  transform: scale(1.2);
}
.topbar .contact-info {
  color: #fff;
  flex-wrap: wrap;
  gap: 10px;
}

/*  Navbar  */
.custom-navbar {
  background: transparent;
  transition: background 0.5s, box-shadow 0.5s;
  padding: 2px 0;
}
.custom-navbar .navbar-brand .brand-text {
  font-weight: bold;
  font-size: 20px;
  background: linear-gradient(90deg, #b8860b, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-navbar .nav-link {
  color: #d4af37 !important;
  margin: 0 14px;
  position: relative;
  font-weight: 500;
  transition: all 0.3s ease;
}
.custom-navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #b8860b, #d4af37);
  transition: width 0.4s;
}
.custom-navbar .nav-link:hover::after {
  width: 100%;
}
.custom-navbar .nav-link:hover {
  transform: translateY(-3px);
}
.small-icon {
  font-size: 12px;
  transition: transform 0.3s ease, color 0.3s;
  color: #d4af37;
}
.custom-navbar.scrolled {
  background: linear-gradient(90deg, #000, #1a1a1a, #000);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}

/* Hero Section */
.hero-section {
  background: url('../images/foot.jpg') center/cover no-repeat;
  padding: 60px 20px;
  position: relative;
  text-align: center;
}
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.hero-section h1,
.hero-section p {
  position: relative;
  z-index: 2;
  word-wrap: break-word;
}

/* job */
.job-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.job-card {
  border: 2px solid #b8860b;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.15);
}
.job-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.company-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.job-header h3 {
  margin: 0;
  color: #007bff;
  font-size: 1.25rem;
}
.job-meta {
  margin-bottom: 15px;
}
.badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 600;
  color: white;
}
.fulltime {
  background-color: #28a745;
}
.location {
  margin-left: 10px;
  color: #6c757d;
  font-size: 0.9rem;
}
.job-card p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}
.apply-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #6f42c1;
  color: #6f42c1;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.apply-btn:hover {
  background-color: #b8860b;
  color: white;
  text-decoration: none;
}


/* Footer Section */
.footer-section {
  position: relative;
  background: url("../images/footer_image.jpg") center/cover no-repeat;
  color: #fff;
  overflow: hidden;
  padding: 50px 0 10px;
}
.footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 0;
}
.footer-section .container {
  position: relative;
  z-index: 1;
}
.footer-logo {
  max-width: 160px;
  animation: fadeInDown 1.2s ease;
}
.footer-about {
  font-size: 14px;
  line-height: 1.7;
  animation: fadeInUp 1.2s ease;
}
.footer-heading {
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  animation: fadeInLeft 1.2s ease;
}
.footer-heading::after {
  content: "";
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #b8860b, #d4af37);
  display: block;
  margin-top: 5px;
}
.footer-links li {
  margin-bottom: 10px;
  animation: fadeInRight 1.2s ease;
}
.footer-links a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s;
}
.footer-links a:hover {
  color: #d4af37;
  padding-left: 5px;
}
.social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  color: #d4af37;
  transform: translateY(-3px) scale(1.2);
}
.footer-bottom {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.9),
    rgba(212, 175, 55, 0.9),
    rgba(0, 0, 0, 0.9)
  );
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
