/*!
 * Hanell International - Recruitment Services Page Styles
 * Developer: Brian Guvava | Company: BLAXIUM (https://blaxium.com)
 * Project: Hanell International Website Redesign v1.0.0
 * Last Updated: December 30, 2024
 * Color Scheme: Blue-Gray Theme
 */

/* =============================================================================
   RECRUITMENT HERO SECTION
   ============================================================================= */

.hero-recruitment {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #003B6D 0%, #6699CC 100%);
  color: #ffffff;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

/* =============================================================================
   CAREER OPPORTUNITIES SECTION
   ============================================================================= */

.career-opportunities {
  padding: 80px 0;
  background: #F5F6F9;
}

.opportunity-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 5px 20px rgba(0, 59, 109, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #EBEDF3;
  margin-bottom: 1.5rem;
}

.opportunity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 59, 109, 0.12);
}

.opportunity-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.opportunity-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003B6D;
  margin-bottom: 0.5rem;
}

.opportunity-department {
  color: #6699CC;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.opportunity-location {
  color: #676767;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.opportunity-status {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.status-open {
  background: rgba(0, 59, 109, 0.1);
  color: #003B6D;
}

.status-urgent {
  background: rgba(255, 193, 7, 0.1);
  color: #ffc107;
}

.opportunity-description {
  color: #676767;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.opportunity-requirements {
  margin-bottom: 1.5rem;
}

.opportunity-requirements h5 {
  color: #003B6D;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.requirements-list {
  list-style: none;
  padding: 0;
}

.requirements-list li {
  padding: 0.5rem 0;
  color: #676767;
  display: flex;
  align-items: center;
}

.requirements-list li i {
  color: #6699CC;
  margin-right: 10px;
  width: 16px;
}

.opportunity-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-apply {
  background: #003B6D;
  color: #ffffff;
  border: 2px solid #003B6D;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-apply:hover {
  background: #6699CC;
  border-color: #6699CC;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 59, 109, 0.3);
}

/* =============================================================================
   APPLICATION PROCESS SECTION
   ============================================================================= */

.application-process {
  padding: 80px 0;
  background: #ffffff;
}

.process-step {
  text-align: center;
  margin-bottom: 2rem;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #003B6D, #6699CC);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #003B6D;
  margin-bottom: 0.75rem;
}

.step-description {
  color: #676767;
  line-height: 1.6;
}

/* =============================================================================
   RESPONSIVE DESIGN
   ============================================================================= */

@media (max-width: 768px) {
  .opportunity-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  
  .opportunity-actions {
    flex-direction: column;
  }
  
  .btn-apply {
    text-align: center;
  }
}
  color: var(--color-white);
}

.hero-cta .btn-outline-light:hover {
  background: var(--color-white);
  border-color: var(--color-white);
  color: var(--recruitment-primary);
  transform: translateY(-2px);
}

/* Hero Form Card */
.hero-form-card {
  animation: fadeInRight 1s ease-out 0.7s both;
}

.hero-form-card .card {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 20px;
  box-shadow: var(--recruitment-card-shadow);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hero-form-card .card-header {
  background: var(--recruitment-gradient);
  border-radius: 20px 20px 0 0;
  border: none;
  padding: 1.5rem;
}

.hero-form-card .card-title {
  color: var(--color-white);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.hero-form-card .card-title i {
  margin-right: 0.5rem;
  color: var(--recruitment-accent);
}

.hero-form-card .card-body {
  padding: 2rem;
}

.recruitment-form .form-label {
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 0.5rem;
}

.recruitment-form .form-control,
.recruitment-form .form-select {
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.recruitment-form .form-control:focus,
.recruitment-form .form-select:focus {
  border-color: var(--recruitment-secondary);
  box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.15);
}

.recruitment-form .btn-primary {
  background: var(--recruitment-gradient);
  border: none;
  border-radius: 10px;
  padding: 0.875rem 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.recruitment-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
}

.scroll-down-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.scroll-down-link:hover {
  color: var(--color-white);
  transform: translateY(-5px);
}

.scroll-down-link i {
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

/* =============================================================================
   RECRUITMENT OVERVIEW SECTION
   ============================================================================= */

.recruitment-overview {
  background: linear-gradient(135deg, var(--recruitment-light) 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.recruitment-overview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(30, 58, 138, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--recruitment-gradient);
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--color-text-light);
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

/* Service Highlight Cards */
.service-highlight-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: var(--recruitment-card-shadow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(30, 58, 138, 0.1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--recruitment-gradient);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.service-highlight-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--recruitment-card-hover-shadow);
}

.service-highlight-card:hover::before {
  transform: scaleX(1);
}

.service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--recruitment-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: transform 0.3s ease;
}

.service-highlight-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-icon i {
  font-size: 2rem;
  color: var(--color-white);
}

.service-highlight-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

.service-highlight-card p {
  color: var(--color-text-light);
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  text-align: left;
}

.service-features li {
  padding: 0.5rem 0;
  color: var(--color-text);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.service-features i {
  color: var(--recruitment-secondary);
  margin-right: 0.75rem;
  font-size: 0.9rem;
}

.service-highlight-card .btn {
  margin-top: auto;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid var(--recruitment-primary);
  transition: all 0.3s ease;
}

.service-highlight-card .btn:hover {
  background: var(--recruitment-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}

/* Overview CTA Section */
.overview-cta {
  background: var(--recruitment-gradient);
  border-radius: 25px;
  padding: 3rem 2rem;
  text-align: center;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  margin-top: 2rem;
}

.overview-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: 
    radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: float 30s linear infinite;
}

.overview-cta h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}

.overview-cta p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  position: relative;
  z-index: 2;
}

.cta-buttons {
  position: relative;
  z-index: 2;
}

.cta-buttons .btn {
  border-radius: 30px;
  padding: 0.875rem 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.cta-buttons .btn-primary {
  background: var(--color-white);
  color: var(--recruitment-primary);
  border: 2px solid var(--color-white);
}

.cta-buttons .btn-primary:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
  transform: translateY(-3px);
}

.cta-buttons .btn-outline-primary {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: var(--color-white);
}

.cta-buttons .btn-outline-primary:hover {
  background: var(--color-white);
  color: var(--recruitment-primary);
  border-color: var(--color-white);
  transform: translateY(-3px);
}

/* Animation Classes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes float {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* =============================================================================
   RESPONSIVE DESIGN
   ============================================================================= */

/* Large Desktop */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 4rem;
  }
  
  .service-highlight-card {
    padding: 3rem 2.5rem;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1399px) {
  .hero-title {
    font-size: 3.25rem;
  }
}

/* Tablet */
@media (max-width: 991.98px) {
  .hero-recruitment {
    height: auto;
    min-height: 600px;
    padding: 4rem 0;
  }
  
  .hero-title {
    font-size: 2.75rem;
    text-align: center;
  }
  
  .hero-content {
    text-align: center;
    margin-bottom: 3rem;
  }
  
  .hero-form-card {
    animation: fadeInUp 1s ease-out 0.9s both;
  }
  
  .stat-number {
    font-size: 2.25rem;
  }
  
  .service-highlight-card {
    margin-bottom: 2rem;
  }
  
  .overview-cta {
    padding: 2.5rem 1.5rem;
  }
  
  .overview-cta h3 {
    font-size: 1.75rem;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero-recruitment {
    min-height: 500px;
    padding: 3rem 0;
  }
  
  .hero-title {
    font-size: 2.25rem;
    line-height: 1.3;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .hero-stats .col-6 {
    margin-bottom: 1rem;
  }
  
  .stat-number {
    font-size: 1.875rem;
  }
  
  .stat-label {
    font-size: 0.8rem;
  }
  
  .hero-cta .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }
  
  .hero-form-card .card-body {
    padding: 1.5rem;
  }
  
  .service-highlight-card {
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .service-icon {
    width: 70px;
    height: 70px;
  }
  
  .service-icon i {
    font-size: 1.75rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .overview-cta {
    padding: 2rem 1rem;
  }
  
  .overview-cta h3 {
    font-size: 1.5rem;
  }
  
  .cta-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .scroll-indicator {
    display: none;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.875rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
  
  .stat-number {
    font-size: 1.5rem;
  }
  
  .service-highlight-card {
    padding: 1.5rem 1rem;
  }
  
  .hero-form-card .card-body {
    padding: 1rem;
  }
}

/* =============================================================================
   ACCESSIBILITY ENHANCEMENTS
   ============================================================================= */

/* Focus indicators */
.recruitment-form .form-control:focus,
.recruitment-form .form-select:focus,
.service-highlight-card .btn:focus,
.cta-buttons .btn:focus {
  outline: 2px solid var(--recruitment-secondary);
  outline-offset: 2px;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-form-card,
  .service-highlight-card,
  .scroll-down-link i {
    animation: none;
  }
  
  .service-highlight-card:hover,
  .service-icon,
  .btn {
    transform: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .hero-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  
  .service-highlight-card {
    border: 2px solid var(--recruitment-primary);
  }
}

/* =============================================================================
   PRINT STYLES
   ============================================================================= */

@media print {
  .hero-recruitment {
    height: auto;
    min-height: auto;
    page-break-after: always;
  }
  
  .hero-form-card,
  .scroll-indicator {
    display: none;
  }
  
  .service-highlight-card {
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ccc;
  }
}

/* =============================================================================
   DETAILED SERVICES SECTION
   ============================================================================= */

.detailed-services {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 0;
}

.service-detail-section {
  margin-bottom: 80px;
  position: relative;
}

.service-detail-section:last-child {
  margin-bottom: 0;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--recruitment-gradient);
  color: var(--color-white);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  box-shadow: var(--recruitment-card-shadow);
}

.service-detail-content h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

.service-detail-content .lead {
  font-size: 1.125rem;
  color: var(--color-text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.service-features-detailed {
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--color-white);
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--recruitment-card-shadow);
}

.feature-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--recruitment-gradient);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 1.25rem;
}

.feature-content h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 0.5rem;
}

.feature-content p {
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.5;
}

/* Service Metrics Cards */
.service-metrics-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--recruitment-card-shadow);
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.service-metrics-card:hover {
  border-color: var(--recruitment-accent);
  box-shadow: var(--recruitment-card-hover-shadow);
}

.service-metrics-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 2rem;
  text-align: center;
}

.metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.metric-item {
  text-align: center;
  padding: 1rem;
  background: var(--recruitment-light);
  border-radius: 12px;
  transition: background-color 0.3s ease;
}

.metric-item:hover {
  background: var(--recruitment-accent);
  color: var(--color-white);
}

.metric-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 0.5rem;
}

.metric-item:hover .metric-value {
  color: var(--color-white);
}

.metric-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-item:hover .metric-label {
  color: var(--color-white);
}

/* Popular Roles */
.popular-roles h5,
.assignment-types h5,
.executive-levels h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

.role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.role-tag {
  background: var(--recruitment-gradient);
  color: var(--color-white);
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}

/* Assignment Types */
.assignment-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.assignment-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background: var(--recruitment-light);
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--recruitment-primary);
}

.assignment-item i {
  color: var(--recruitment-secondary);
}

/* Executive Levels */
.level-distribution {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.level-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.level-bar {
  flex: 1;
  height: 8px;
  background: var(--recruitment-light);
  border-radius: 4px;
  overflow: hidden;
}

.level-fill {
  height: 100%;
  background: var(--recruitment-gradient);
  transition: width 2s ease;
  border-radius: 4px;
}

.level-item span {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--recruitment-primary);
  min-width: 120px;
}

/* =============================================================================
   INDUSTRY SPECIALIZATIONS SECTION
   ============================================================================= */

.industry-specializations {
  padding: 100px 0;
  background: var(--color-white);
}

.industry-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--recruitment-card-shadow);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.industry-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--recruitment-gradient);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.industry-card:hover::before {
  transform: scaleX(1);
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--recruitment-card-hover-shadow);
  border-color: var(--recruitment-accent);
}

.industry-icon {
  width: 80px;
  height: 80px;
  background: var(--recruitment-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--color-white);
  font-size: 2rem;
  transition: all 0.3s ease;
}

.industry-card:hover .industry-icon {
  transform: scale(1.1) rotate(5deg);
}

.industry-card h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

.industry-card p {
  color: var(--color-text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.industry-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--recruitment-light);
  border-radius: 12px;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--recruitment-primary);
}

.stat-label {
  font-size: 0.75rem;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.key-roles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.role-chip {
  background: var(--recruitment-gradient);
  color: var(--color-white);
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}

/* Industry Trends */
.industry-trends-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--recruitment-card-shadow);
  border: 2px solid var(--recruitment-light);
}

.industry-trends-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 2rem;
  text-align: center;
}

.trend-chart h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 1.5rem;
}

.chart-bars {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.bar-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bar-label {
  min-width: 140px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--recruitment-primary);
}

.bar-container {
  flex: 1;
  height: 20px;
  background: var(--recruitment-light);
  border-radius: 10px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: var(--recruitment-gradient);
  transition: width 2s ease;
  border-radius: 10px;
}

.bar-value {
  min-width: 60px;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--recruitment-primary);
}

.trend-insights h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

.insights-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.insights-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  border-bottom: 1px solid var(--recruitment-light);
}

.insights-list li:last-child {
  border-bottom: none;
}

.insights-list i {
  font-size: 1rem;
}

/* =============================================================================
   RECRUITMENT PROCESS SECTION
   ============================================================================= */

.recruitment-process {
  background: linear-gradient(135deg, var(--recruitment-primary) 0%, var(--recruitment-secondary) 100%);
  padding: 100px 0;
  color: var(--color-white);
}

.recruitment-process .section-title,
.recruitment-process .section-subtitle {
  color: var(--color-white);
}

.process-timeline {
  margin-top: 4rem;
  position: relative;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLeft 0.8s ease forwards;
  position: relative;
}

.timeline-step:nth-child(1) { animation-delay: 0.2s; }
.timeline-step:nth-child(2) { animation-delay: 0.4s; }
.timeline-step:nth-child(3) { animation-delay: 0.6s; }
.timeline-step:nth-child(4) { animation-delay: 0.8s; }
.timeline-step:nth-child(5) { animation-delay: 1.0s; }

.step-marker {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}

.step-number {
  width: 60px;
  height: 60px;
  background: var(--color-white);
  color: var(--recruitment-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.step-icon {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: var(--recruitment-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 1.125rem;
}

.step-content {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.step-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--color-white);
}

.step-content p {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.step-details ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.step-details li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

.step-details li::before {
  content: '•';
  color: var(--recruitment-accent);
  font-weight: bold;
  font-size: 1.2rem;
}

.step-duration {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--recruitment-accent);
  font-weight: 600;
  font-size: 0.875rem;
}

/* Process Metrics */
.process-metrics-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  margin-top: 3rem;
  box-shadow: var(--recruitment-card-shadow);
}

.process-metrics-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 2rem;
  text-align: center;
}

.metric-box {
  background: var(--recruitment-light);
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
}

.metric-box:hover {
  transform: translateY(-3px);
  box-shadow: var(--recruitment-card-shadow);
  border-color: var(--recruitment-accent);
}

.metric-icon {
  width: 60px;
  height: 60px;
  background: var(--recruitment-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: var(--color-white);
  font-size: 1.5rem;
}

.metric-content .metric-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 0.5rem;
}

.metric-content .metric-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 0.75rem;
}

.metric-change {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.metric-change.positive {
  color: var(--color-success);
}

.metric-change i {
  font-size: 0.75rem;
}

/* =============================================================================
   SUCCESS METRICS SECTION
   ============================================================================= */

.success-metrics {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 0;
}

.kpi-card {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--recruitment-card-shadow);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.kpi-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--recruitment-gradient);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.kpi-card:hover::before {
  transform: scaleX(1);
}

.kpi-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--recruitment-card-hover-shadow);
  border-color: var(--recruitment-accent);
}

.kpi-icon {
  width: 80px;
  height: 80px;
  background: var(--recruitment-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: var(--color-white);
  font-size: 2rem;
  transition: all 0.3s ease;
}

.kpi-card:hover .kpi-icon {
  transform: scale(1.1) rotate(5deg);
}

.kpi-number {
  font-size: 3rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 0.5rem;
}

.kpi-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 0.5rem;
}

.kpi-period {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin-bottom: 1rem;
}

.kpi-trend {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--recruitment-secondary);
  background: var(--recruitment-light);
  padding: 0.5rem 1rem;
  border-radius: 15px;
}

/* Performance Dashboard */
.performance-dashboard {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--recruitment-card-shadow);
  height: 100%;
}

.performance-dashboard h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 2rem;
  text-align: center;
}

.dashboard-section {
  margin-bottom: 2.5rem;
}

.dashboard-section:last-child {
  margin-bottom: 0;
}

.dashboard-section h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

.success-rates {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rate-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: var(--recruitment-light);
  border-radius: 12px;
}

.rate-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 180px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--recruitment-primary);
}

.rate-label i {
  color: var(--recruitment-secondary);
}

.rate-bar {
  flex: 1;
  height: 12px;
  background: rgba(30, 58, 138, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.rate-fill {
  height: 100%;
  background: var(--recruitment-gradient);
  transition: width 2s ease;
  border-radius: 6px;
}

.rate-value {
  min-width: 40px;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--recruitment-primary);
}

/* Regional Stats */
.regional-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.region-item {
  padding: 1rem;
  background: var(--recruitment-light);
  border-radius: 12px;
  text-align: center;
}

.region-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 0.5rem;
}

.region-metric {
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-text-muted);
  margin-bottom: 0.25rem;
}

.region-growth {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-success);
}

/* Metrics Highlights */
.metrics-highlights {
  background: var(--color-white);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: var(--recruitment-card-shadow);
  height: 100%;
}

.metrics-highlights h3 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--recruitment-primary);
  margin-bottom: 2rem;
  text-align: center;
}

.highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--recruitment-light);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.highlight-item:hover {
  background: var(--recruitment-accent);
  color: var(--color-white);
}

.highlight-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--recruitment-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 1.125rem;
}

.highlight-content h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 0.5rem;
}

.highlight-item:hover .highlight-content h5 {
  color: var(--color-white);
}

.highlight-content p {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin: 0;
  line-height: 1.5;
}

.highlight-item:hover .highlight-content p {
  color: var(--color-white);
}

.metrics-cta {
  margin-top: 2rem;
  padding: 1.5rem;
  background: var(--recruitment-light);
  border-radius: 12px;
  text-align: center;
}

.metrics-cta h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--recruitment-primary);
  margin-bottom: 1rem;
}

/* =============================================================================
   ANIMATIONS
   ============================================================================= */

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Counter animation class */
.counting {
  animation: countUp 0.6s ease;
}

/* =============================================================================
   RESPONSIVE DESIGN
   ============================================================================= */

@media (max-width: 991px) {
  .service-detail-section .order-lg-2 {
    order: -1;
  }
  
  .service-detail-section .order-lg-1 {
    order: 0;
  }
  
  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .metrics-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .timeline-step {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .step-marker {
    align-self: center;
  }
  
  .step-icon {
    position: static;
    transform: none;
    margin-top: 1rem;
  }
  
  .regional-stats {
    grid-template-columns: 1fr;
  }
  
  .chart-bars .bar-item {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .bar-label {
    min-width: auto;
    text-align: center;
  }
  
  .bar-value {
    min-width: auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .detailed-services,
  .industry-specializations,
  .recruitment-process,
  .success-metrics {
    padding: 60px 0;
  }
  
  .service-detail-content h3 {
    font-size: 1.75rem;
  }
  
  .service-detail-content .lead {
    font-size: 1rem;
  }
  
  .industry-card {
    padding: 1.5rem;
  }
  
  .industry-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .kpi-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .kpi-number {
    font-size: 2.5rem;
  }
  
  .step-content {
    padding: 1.5rem;
  }
  
  .metric-box {
    padding: 1rem;
  }
  
  .metric-content .metric-number {
    font-size: 2rem;
  }
  
  .performance-dashboard,
  .metrics-highlights {
    padding: 1.5rem;
  }
}
