  @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


/* ===== EMPLOYERS PAGE SPECIFIC STYLES ===== */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* Import base manpower styles */
@import url('manpower.css');

/* ===== HEADER RESPONSIVE OVERRIDE ===== */
@media (max-width: 991px) {
  .menu {
    background: rgba(255, 255, 255, 0.5);
  }
  
  header ul li ul {
    background: rgba(255, 255, 255, 0.5);
  }
}

/* ===== HERO SECTION - EMPLOYERS ===== */
.hero-tl {
  background-image:
    linear-gradient(rgba(17, 17, 17, 0.45), rgba(17, 17, 17, 0.55)),
    url('images/employer.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-tl .gradien {
  background: radial-gradient(circle at 20% 20%, rgba(204, 46, 46, 0.35), transparent 60%);
}

/* ===== EMPLOYER SPECIFIC COLORS ===== */
.hero-badge {
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.2), rgba(59, 130, 246, 0.2));
  box-shadow: 0 8px 25px rgba(0, 87, 255, 0.2);
}

/* ===== INDUSTRIES SECTION ===== */
.industries-section {
  background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
  position: relative;
}

.industries-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  z-index: 1;
}

.industries-section .container {
  position: relative;
  z-index: 2;
}

.industry-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.industry-icon {
  margin-bottom: 1rem;
}

.industry-stats {
  margin-top: 1rem;
}

.industry-stats .badge {
  font-size: 0.8rem;
  padding: 0.5rem 1rem;
}

/* ===== WORKFORCE PROGRAMS SECTION ===== */
.workforce-programs-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.workforce-programs-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/ent.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.workforce-programs-section .container {
  position: relative;
  z-index: 2;
}

.workforce-programs-section .subtitle,
.workforce-programs-section h2,
.workforce-programs-section p {
  color: white !important;
}

.program-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.program-features {
  list-style: none;
  padding-left: 0;
}

.program-features li {
  padding: 0.25rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.program-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* ===== PROCESS SECTION ===== */
.process-section {
  background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
  position: relative;
}

.process-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/stat.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.process-section .container {
  position: relative;
  z-index: 2;
}

.process-step {
  background: white;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border-left: 4px solid #e9ecef;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 87, 255, 0.1);
  border-left-color: var(--blue);
}

.step-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #3b82f6);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0 auto 20px;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  background: linear-gradient(135deg, #222f69 0%, #605a66 100%);
  position: relative;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  z-index: 1;
}

.contact-section .container {
  position: relative;
  z-index: 2;
}

.contact-card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--blue);
}

.contact-form .form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 12px 15px;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 87, 255, 0.25);
}

.contact-form .form-label {
  font-weight: 600;
  color: var(--black);
  margin-bottom: 8px;
}

/* ===== EMPLOYER SERVICE CARDS ===== */
.service-card:hover {
  border-color: rgba(0, 87, 255, 0.2);
  box-shadow: 0 40px 80px rgba(0, 87, 255, 0.15);
}

.service-card .icon-wrap {
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.1), rgba(0, 87, 255, 0.05));
}

.service-card:hover .icon-wrap {
  background: white;
  transform: scale(1.1) rotate(5deg);
}

.service-card:hover .icon-wrap::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--blue), #3b82f6);
  opacity: 1;
  z-index: -1;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
  .hero-tl {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
  }

  .contact-card {
    padding: 30px;
  }

  .process-step {
    padding: 25px 15px;
  }
}

@media (max-width: 576px) {
  .contact-card {
    padding: 20px;
  }

  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}