.logo-img {
 width: auto;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.logo {
  min-width: 210px;
}
.header-row {
  min-height: 64px;
}
/* Zentrix Job Portal Main Styles */
:root {
  --primary: #0c2a50;
  --secondary: #f5f7fa;
  --text: #222;
  --card-bg: #fff;
  --border: #e0e0e0;
}
body {
  margin: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
  background: var(--secondary);
  color: var(--text);
}
header.main-header {
  background: #fff !important;
  color: #3d246c !important;
  box-shadow: 0 2px 8px #0001 !important;
  padding: 0 !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
  border-bottom: 2px solid #e0d2f7 !important;
}
.header-row {
display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.5rem 1rem 0.5rem 0rem;
}
.logo {
  font-size: 2rem !important;
  font-weight: bold !important;
  color: #6c47a3 !important;
  letter-spacing: 1px !important;
  display: flex !important;
  align-items: center !important;
}
.logo-dot {
  color: #00b6c6;
  font-size: 2.2rem;
  margin: 0 0.1em;
}
.main-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.main-nav a {
  color: #3d246c !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  font-size: 1.05rem !important;
  padding: 0.5rem 0.7rem !important;
  border-radius: 4px !important;
  transition: background 0.2s !important;
  background: transparent !important;
}
.main-nav a:hover {
  background: #f3eaff !important;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.btn {
  border-radius: 8px;
  font-weight: 600;
  padding: 0.5rem 1.3rem;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-signup {
  background: #6c47a3 !important;
  color: #fff !important;
  margin-right: 0.2rem !important;
  border: none !important;
}
.btn-signup:hover {
  background: #3d246c !important;
}
.btn-login {
  background: #fff !important;
  color: #6c47a3 !important;
  border: 2px solid #6c47a3 !important;
}
.btn-login:hover {
  background: #f3eaff !important;
}
.employer-link {
  color: #6c47a3 !important;
  font-weight: 500 !important;
  margin-left: 1.2rem !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  border-bottom: 1px solid #6c47a3 !important;
  transition: color 0.2s !important;
}
.employer-link:hover {
  color: #3d246c !important;
}

/* Hero Section Monster Style */
.hero-monster {
  background: #0c2a50 !important;
  color: #fff !important;
  padding: 3.5rem 1rem 2.5rem 1rem !important;
  text-align: center !important;
  font-family: 'Segoe UI', Arial, sans-serif !important;
}
.hero-monster h1 {
  font-size: 2.7rem !important;
  font-weight: 700 !important;
  margin-bottom: 2.2rem !important;
  color: #bba3e3 !important;
}
.search-bar-monster {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 12px #0002 !important;
  padding: 0.5rem 0.5rem 0.5rem 1.2rem !important;
  max-width: 700px !important;
  margin: 0 auto 1.2rem auto !important;
  gap: 0.5rem !important;
}
.search-bar-monster input {
  border: none !important;
  outline: none !important;
  font-size: 1.1rem !important;
  padding: 1.1rem 1.2rem !important;
  border-radius: 8px !important;
  flex: 1 !important;
  background: transparent !important;
  color: #3d246c !important;
}
.search-divider {
  width: 1px;
  height: 2.2rem;
  background: #e0d2f7;
  margin: 0 0.5rem;
}
.search-btn {
  background: #b84fc6;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.7rem 1.2rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.search-btn:hover {
  background: #6c47a3;
}
.search-icon {
  font-size: 1.3rem;
}
.upload-resume-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem 0 1.7rem 0;
  font-size: 1.1rem;
  color: #e0d2f7;
}
.upload-icon {
  font-size: 1.3rem;
  margin-right: 0.4rem;
}
.upload-resume-link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  margin: 0 0.3rem;
  transition: color 0.2s;
}
.upload-resume-link:hover {
  color: #b84fc6;
}
.upload-desc {
  color: #e0d2f7;
  margin-left: 0.3rem;
}
.popular-searches {
  margin-top: 0.5rem;
  color: #e0d2f7;
  font-size: 1.05rem;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.search-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.7rem;
}
.pill {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  color: #6c47a3 !important;
  border-radius: 20px !important;
  padding: 0.5rem 1.3rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  box-shadow: 0 1px 4px #0001 !important;
  transition: background 0.2s, color 0.2s !important;
}
.pill:hover {
  background: #f3eaff !important;
  color: #b84fc6 !important;
}
.pill-icon {
  margin-right: 0.5rem;
  font-size: 1.1rem;
}
/* ...existing code... */
.latest-jobs, .featured-categories, .testimonials, .cta {
  margin: 2rem auto;
  max-width: 1100px;
  background: var(--card-bg);
  border-radius: 8px;
  box-shadow: 0 2px 8px #0001;
  padding: 2rem;
}
.job-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.job-card {
  background: var(--secondary);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 0 1px 4px #0001;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: box-shadow 0.2s;
}
.job-card:hover {
  box-shadow: 0 4px 16px #0A66C220;
}
.category {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  margin: 0.5rem;
  font-weight: 500;
}
.testimonial-cards {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.testimonial {
  background: var(--secondary);
  border-left: 4px solid var(--primary);
  padding: 1rem 2rem;
  border-radius: 6px;
  font-style: italic;
  flex: 1 1 300px;
}
.cta {
  text-align: center;
}
.btn-primary, .btn-secondary {
  display: inline-block;
  margin: 1rem 1rem 0 1rem;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-primary {
  background: var(--primary);
  color: #fff;
}
.btn-primary:hover {
  background: #084a8c;
}
.btn-secondary {
  background: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
}
.btn-secondary:hover {
  background: #e6f0fa;
}
footer {
  background: var(--primary);
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  margin-top: 2rem;
}
#toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  background: #222;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1000;
}
#toast.show {
  opacity: 1;
  pointer-events: auto;
}
.spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2000;
}
.spinner.hidden {
  display: none;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (max-width: 700px) {
  .job-cards {
    grid-template-columns: 1fr;
  }
  .testimonial-cards {
    flex-direction: column;
  }
  nav a, nav .btn-primary {
    margin: 0 0.5rem;
  }
}
