/* Page Content Styles */
body {
  padding-top: 90px;
}

.career-hero {
  background: linear-gradient(135deg, #001145 0%, #002966 50%, #0055aa 100%);
  padding: 80px 0 60px;
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.career-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/><circle cx="20" cy="20" r="0.5" fill="white" opacity="0.05"/><circle cx="80" cy="30" r="0.8" fill="white" opacity="0.08"/></svg>');
  animation: float 20s infinite linear;
  opacity: 0.1;
  z-index: 1;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-100px);
  }
}

.career-hero .container {
  position: relative;
  z-index: 2;
}

.career-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.career-hero p {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.career-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.section-title {
  color: #001145;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.section-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

/* Why Join Us Section */
.why-join-us {
  background: white;
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.benefit-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  border: 2px solid #e9ecef;
}

.benefit-card:hover {
  border-color: #0055aa;
  box-shadow: 0 8px 25px rgba(0, 85, 170, 0.15);
  transform: translateY(-5px);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #001145, #002966);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 1.8rem;
}

.benefit-card h5 {
  color: #001145;
  font-weight: 700;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.benefit-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Application Process */
.application-process {
  background: white;
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.process-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.step-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 2px solid #e9ecef;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 200px;
  max-width: 250px;
}

.step-card:hover {
  border-color: #0055aa;
  box-shadow: 0 8px 25px rgba(0, 85, 170, 0.15);
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #001145, #002966);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h5 {
  color: #001145;
  font-weight: 700;
  margin-bottom: 0.3rem;
  font-size: 1rem;
}

.step-content p {
  color: #666;
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0;
}

.step-arrow {
  color: #0055aa;
  font-size: 1.5rem;
  flex-shrink: 0;
}

/* Application Card */
.application-card {
  background: white;
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top: 4px solid #001145;
}

.application-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #001145, #002966);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2.5rem;
  box-shadow: 0 8px 20px rgba(0, 17, 69, 0.3);
}

.application-card h3 {
  color: #001145;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.application-card .lead {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.email-section {
  background: linear-gradient(135deg, #001145, #002966);
  border-radius: 12px;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.email-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  flex-shrink: 0;
}

.email-content {
  text-align: left;
}

.email-content h5 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.email-link {
  color: white;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.email-link:hover {
  color: #cce4ff;
  text-decoration: underline;
}

.application-tips {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
  border-left: 4px solid #0055aa;
}

.application-tips h6 {
  color: #001145;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.application-tips ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.application-tips li {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}

.application-tips li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0055aa;
  font-weight: 700;
}

.apply-btn {
  background: linear-gradient(135deg, #001145, #002966);
  color: white;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 20px rgba(0, 17, 69, 0.3);
}

.apply-btn:hover {
  background: linear-gradient(135deg, #0055aa, #0077ee);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 85, 170, 0.4);
  color: white;
  text-decoration: none;
}

/* Career Contact */
.career-contact {
  background: linear-gradient(135deg, #001145, #002966);
  color: white;
  padding: 3rem;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.career-contact h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.career-contact p {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}

.contact-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-btn {
  background: white;
  color: #001145;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.contact-btn:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: #001145;
  text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .process-steps {
    flex-direction: column;
    align-items: stretch;
  }

  .step-card {
    max-width: 100%;
  }

  .step-arrow {
    transform: rotate(90deg);
    margin: 0.5rem 0;
  }
}

@media (max-width: 768px) {
  .career-hero {
    padding: 60px 0 40px;
  }

  .career-hero h1 {
    font-size: 2.2rem;
  }

  .career-hero p {
    font-size: 1.1rem;
    max-width: 90%;
  }

  .career-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .section-description {
    font-size: 1rem;
  }

  .why-join-us,
  .application-process,
  .application-card {
    padding: 2rem 1.5rem;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .benefit-card h5 {
    font-size: 1.1rem;
  }

  .application-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }

  .application-card h3 {
    font-size: 1.6rem;
  }

  .email-section {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .email-content {
    text-align: center;
  }

  .email-link {
    font-size: 1.1rem;
  }

  .career-contact {
    padding: 2rem 1.5rem;
  }

  .career-contact h4 {
    font-size: 1.5rem;
  }

  .contact-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .contact-btn {
    width: 220px;
    justify-content: center;
    padding: 15px 30px;
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .career-hero {
    padding: 50px 0 30px;
  }

  .career-hero h1 {
    font-size: 1.8rem;
  }

  .career-hero p {
    font-size: 1rem;
  }

  .career-section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .why-join-us,
  .application-process,
  .application-card {
    padding: 1.5rem 1rem;
  }

  .benefit-card {
    padding: 1.5rem 1rem;
  }

  .step-card {
    padding: 1rem;
  }

  .step-content h5 {
    font-size: 0.95rem;
  }

  .step-content p {
    font-size: 0.8rem;
  }

  .apply-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 30px;
    font-size: 1rem;
  }

  .contact-btn {
    width: 200px;
    font-size: 1rem;
    padding: 12px 25px;
  }
}

/* Hover effects for touch devices */
@media (hover: none) {
  .benefit-card:hover,
  .step-card:hover {
    transform: none;
    box-shadow: inherit;
  }

  .apply-btn:hover,
  .contact-btn:hover {
    transform: none;
    background: white;
    box-shadow: none;
  }
}

/* Landscape mobile */
@media (max-height: 500px) and (orientation: landscape) {
  .career-hero {
    padding: 20px 0;
  }

  .career-section {
    padding: 30px 0;
  }
}
