/* ==============================================
   NAUKRI.COM STYLE HEADER
   ============================================== */

/* Main Navigation Bar */
.jbe-naukri-header {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.jbe-naukri-nav {
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  padding: 0;
}

.jbe-naukri-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.jbe-naukri-logo {
  padding: 12px 0;
  display: flex !important;
  align-items: center;
  visibility: visible !important;
  opacity: 1 !important;
}

.jbe-naukri-logo .custom-logo-link {
  display: flex;
  align-items: center;
}

.jbe-naukri-logo img {
  max-height: 40px;
  width: auto;
  display: block;
}

.jbe-logo-link {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #457eff !important;
  text-decoration: none;
  letter-spacing: -0.5px;
  display: inline-block !important;
  line-height: 1;
  visibility: visible !important;
  opacity: 1 !important;
}

.jbe-logo-link:hover {
  color: #2557d6 !important;
}

/* Navigation Menu */
.jbe-naukri-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  margin-left: 48px;
}

.jbe-nav-link {
  color: #445578;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 0;
  display: inline-block;
  transition: color 0.2s ease;
  position: relative;
}

.jbe-nav-link:hover {
  color: #457eff;
}

.jbe-nav-link:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #457eff;
}

/* Dropdown Menu */
.jbe-nav-dropdown {
  position: relative;
}

.jbe-nav-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 16px;
  min-width: 280px;
  z-index: 1000;
  margin-top: 0;
}

.jbe-nav-dropdown:hover .jbe-nav-dropdown-content {
  display: block;
}

.jbe-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}

.jbe-dropdown-grid a {
  color: #445578;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 8px;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.jbe-dropdown-grid a:hover {
  background: #f0f7ff;
  color: #457eff;
}

/* Right Actions */
.jbe-naukri-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.jbe-login-btn {
  color: #445578;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.jbe-login-btn:hover {
  background: #f0f7ff;
  color: #457eff;
}

.jbe-register-btn {
  color: #ffffff;
  background: #457eff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.jbe-register-btn:hover {
  background: #2557d6;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(69, 126, 255, 0.3);
}

.jbe-employer-btn {
  color: #445578;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.jbe-employer-btn:hover {
  border-color: #457eff;
  color: #457eff;
  background: #f0f7ff;
}

/* Search Bar Section - HIDDEN */
.jbe-naukri-search-bar {
  display: none;
}

.jbe-login-btn {
  color: #445578;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.jbe-login-btn:hover {
  background: #f0f7ff;
  color: #457eff;
}

.jbe-register-btn {
  color: #ffffff;
  background: #457eff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.jbe-register-btn:hover {
  background: #2557d6;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(69, 126, 255, 0.3);
}

.jbe-employer-btn {
  color: #445578;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border: 1px solid #d1d5db;
  border-radius: 20px;
  transition: all 0.2s ease;
}

.jbe-employer-btn:hover {
  border-color: #457eff;
  color: #457eff;
  background: #f0f7ff;
}

/* Search Bar Section - HIDDEN */
.jbe-naukri-search-bar {
  display: none;
}

/* ==============================================
   CORPORATE JOB BOARD FOOTER
   ============================================== */

.jbe-corporate-footer {
  background: #000000;
  color: #e5e7eb;
}

.jbe-footer-main {
  border-top: 2px solid #1f2937;
  padding: 64px 0 44px;
}

.jbe-footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.jbe-footer-main .jbe-footer-container {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr 1.5fr 1.5fr;
  gap: 40px;
  margin-bottom: 40px;
}

/* Brand Column */
.jbe-footer-brand-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jbe-footer-brand {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  background: linear-gradient(135deg, #60a5fa 0%, #c084fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.jbe-footer-brand-desc {
  margin: 0;
  font-size: 15px;
  color: #d1d5db;
  line-height: 1.7;
  font-weight: 400;
}

/* Social Links */
.jbe-footer-social {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.jbe-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(31, 41, 55, 0.4);
  border: 2px solid #374151;
  border-radius: 8px;
  color: #d1d5db;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.jbe-social-link:hover,
.jbe-social-link:focus {
  background: #1e40af;
  border-color: #1e40af;
  color: #fff;
  transform: translateY(-4px);
  outline: 2px solid #60a5fa;
  outline-offset: 2px;
}

.jbe-social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Footer Columns */
.jbe-footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jbe-footer-col h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff;
  line-height: 1.5;
}

.jbe-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.jbe-footer-col li {
  margin: 0 0 12px;
}

.jbe-footer-col a {
  color: #d1d5db;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1.6;
  padding: 4px 0;
  border-radius: 3px;
}

.jbe-footer-col a:hover,
.jbe-footer-col a:focus {
  color: #60a5fa;
  padding-left: 6px;
  outline: 2px solid #60a5fa;
  outline-offset: 1px;
}

/* Footer Bottom */
.jbe-footer-bottom {
  background: #0f0f0f;
  border-top: 2px solid #1f2937;
  padding: 28px 0;
}

.jbe-footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.jbe-footer-bottom-content p {
  margin: 0;
  font-size: 14px;
  color: #9ca3af;
  font-weight: 500;
  line-height: 1.6;
}

.jbe-footer-bottom-nav {
  display: flex;
  gap: 24px;
}

.jbe-footer-bottom-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.jbe-footer-bottom-nav li {
  margin: 0;
}

.jbe-footer-bottom-nav a {
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  line-height: 1.6;
  padding: 4px 0;
  border-radius: 3px;
}

.jbe-footer-bottom-nav a:hover,
.jbe-footer-bottom-nav a:focus {
  color: #60a5fa;
  outline: 2px solid #60a5fa;
  outline-offset: 1px;
}

/* ==============================================
   RESPONSIVE DESIGN
   ============================================== */

/* Tablet */
@media (max-width: 1024px) {
  .jbe-naukri-menu {
    gap: 20px;
    margin-left: 32px;
  }

  .jbe-naukri-actions {
    gap: 12px;
  }

  .jbe-employer-btn {
    display: none;
  }

  .jbe-search-inputs {
    border-radius: 20px;
  }

  .jbe-naukri-search-btn {
    padding: 14px 32px;
  }

  .jbe-footer-main .jbe-footer-container {
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
    gap: 32px;
  }

  .jbe-footer-brand-col {
    grid-column: 1 / -1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #1f2937;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .jbe-naukri-nav {
    padding: 0;
  }

  .jbe-naukri-container {
    padding: 0 16px;
  }

  .jbe-naukri-menu {
    display: none;
  }

  .jbe-mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .jbe-logo-link {
    font-size: 20px;
  }

  .jbe-naukri-actions {
    gap: 8px;
  }

  .jbe-login-btn,
  .jbe-register-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .jbe-naukri-search-bar {
    padding: 16px 0;
  }

  .jbe-search-inputs {
    flex-direction: column;
    border-radius: 12px;
  }

  .jbe-search-field {
    width: 100%;
    padding: 12px 16px;
  }

  .jbe-search-divider {
    display: none;
  }

  .jbe-naukri-search-btn {
    width: 100%;
    padding: 14px;
    border-radius: 0 0 12px 12px;
  }

  .jbe-search-input-field {
    padding: 8px 0;
    font-size: 14px;
  }

  .jbe-footer-main .jbe-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .jbe-footer-brand-col {
    grid-column: 1 / -1;
    border-bottom: 2px solid #1f2937;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .jbe-footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .jbe-footer-bottom-nav {
    flex-direction: column;
    gap: 16px;
  }

  .jbe-footer-bottom-nav ul {
    flex-direction: column;
    gap: 16px;
  }

  .jbe-footer-col h4 {
    font-size: 13px;
  }

  .jbe-footer-col a {
    font-size: 14px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .jbe-naukri-logo {
    padding: 10px 0;
  }

  .jbe-logo-link {
    font-size: 18px;
  }

  .jbe-login-btn,
  .jbe-register-btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .jbe-naukri-search-bar {
    padding: 12px 0;
  }

  .jbe-search-field {
    padding: 10px 14px;
  }

  .jbe-search-input-field {
    font-size: 13px;
  }

  .jbe-naukri-search-btn {
    font-size: 14px;
  }

  .jbe-footer-main .jbe-footer-container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .jbe-footer-brand-col {
    grid-column: auto;
  }

  .jbe-footer-col h4 {
    font-size: 13px;
  }

  .jbe-footer-col a {
    font-size: 13px;
  }

  .jbe-footer-bottom-content p {
    font-size: 13px;
  }

  .jbe-footer-bottom-nav a {
    font-size: 13px;
  }
}
