/* ====================================
   CAREER PAGE STYLES
   Add these styles to your existing style.css file
==================================== */

/* Career Hero Section */
.career-hero {
  padding: 180px 0 100px;
  background: linear-gradient(135deg, rgba(248, 93, 35, 0.05), rgba(196, 13, 100, 0.05));
  position: relative;
  overflow: hidden;
}

.career-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(248, 93, 35, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s ease-in-out infinite;
}

.career-hero-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.career-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(248, 93, 35, 0.1), rgba(196, 13, 100, 0.1));
  color: var(--orange-Dark);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  border: 1px solid var(--orange-Dark);
}

.career-title {
  font-size: 52px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 20px;
  line-height: 1.2;
}

.career-subtitle {
  font-size: 20px;
  color: var(--grey);
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.career-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 40px;
}

.career-stats .stat-item {
  text-align: center;
}

.career-stats .stat-item h3 {
  font-size: 42px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}

.career-stats .stat-item p {
  font-size: 16px;
  color: var(--grey);
  margin: 0;
}

/* === Why Join Section === */
.why-join-section {
  padding: 100px 0;
  background: #ffffff;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, rgba(248, 93, 35, 0.1), rgba(196, 13, 100, 0.1));
  color: var(--orange-Dark);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border: 1px solid var(--orange-Dark);
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 15px;
}

.section-description {
  font-size: 18px;
  color: var(--grey);
  max-width: 700px;
  margin: 0 auto;
}

.benefit-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

.benefit-card:hover {
  transform: translateY(-10px);
  border-color: var(--orange-Dark);
  box-shadow: 0 15px 40px rgba(248, 93, 35, 0.15);
}

.benefit-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.benefit-icon i {
  font-size: 36px;
  color: #ffffff;
}

.benefit-card:hover .benefit-icon {
  /* transform: rotate(360deg) scale(1.1); */
  transform: scale(1.1);
}

.benefit-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 15px;
}

.benefit-card p {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.6;
  margin: 0;
}

/* === Opening Section === */
.openings-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(248, 93, 35, 0.02), rgba(196, 13, 100, 0.02));
}

.openings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.job-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 24px;
  padding: 35px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.job-card:hover {
  transform: translateY(-8px);
  border-color: var(--orange-Dark);
  box-shadow: 0 20px 50px rgba(248, 93, 35, 0.15);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.job-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(248, 93, 35, 0.1), rgba(196, 13, 100, 0.1));
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.job-icon i {
  font-size: 28px;
  color: var(--orange-Dark);
}

.job-card:hover .job-icon {
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
}

.job-card:hover .job-icon i {
  color: #ffffff;
}

.job-type-badge {
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.job-type-badge.internship {
  background: linear-gradient(135deg, var(--blue-Dark), var(--blue-Light));
}

.job-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 15px;
}

.job-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--grey);
}

.job-meta span i {
  color: var(--orange-Dark);
  font-size: 16px;
}

.job-description {
  margin-bottom: 25px;
}

.job-description h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-top: 20px;
  margin-bottom: 12px;
}

.job-description h4:first-child {
  margin-top: 0;
}

.job-description p {
  font-size: 15px;
  color: var(--grey);
  line-height: 1.6;
  margin-bottom: 15px;
}

.job-description ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.job-description ul li {
  font-size: 14px;
  color: var(--grey);
  line-height: 1.8;
  margin-bottom: 8px;
}

.apply-btn {
  width: 100%;
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  color: #ffffff;
  border: none;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(248, 93, 35, 0.3);
}

.apply-btn i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.apply-btn:hover i {
  transform: translateX(5px);
}

/* Application Section */
.application-section {
  padding: 100px 0;
  background: linear-gradient(135deg, rgba(248, 93, 35, 0.05), rgba(196, 13, 100, 0.05));
}

.application-info h2 {
  font-size: 38px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 20px;
}

.application-info > p {
  font-size: 18px;
  color: var(--grey);
  margin-bottom: 40px;
  line-height: 1.6;
}

.application-steps {
  margin-top: 40px;
}

.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}

.step-item::after {
  content: '';
  position: absolute;
  left: 24px;
  top: 60px;
  width: 2px;
  height: calc(100% + 10px);
  background: linear-gradient(180deg, var(--orange-Dark), var(--pink));
  opacity: 0.3;
}

.step-item:last-child::after {
  display: none;
}

.step-number {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 8px;
}

.step-content p {
  font-size: 15px;
  color: var(--grey);
  margin: 0;
  line-height: 1.6;
}

.application-box {
  background: #ffffff;
  border: 2px solid var(--orange-Dark);
  border-radius: 24px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(248, 93, 35, 0.1);
}

.application-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}

.application-icon i {
  font-size: 48px;
  color: #ffffff;
}

.application-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 15px;
}

.application-box > p {
  font-size: 16px;
  color: var(--grey);
  margin-bottom: 25px;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--orange-Dark), var(--pink));
  color: #ffffff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.email-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(248, 93, 35, 0.3);
  color: #ffffff;
}

.email-link i {
  font-size: 24px;
}

.application-guidelines {
  text-align: left;
  background: rgba(248, 93, 35, 0.05);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
}

.application-guidelines h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--darkGrey);
  margin-bottom: 15px;
}

.application-guidelines ul {
  padding-left: 20px;
  margin: 0;
}

.application-guidelines ul li {
  font-size: 14px;
  color: var(--grey);
  line-height: 1.8;
  margin-bottom: 10px;
}

.application-guidelines strong {
  color: var(--darkGrey);
  font-weight: 600;
}

.contact-alternative {
  padding-top: 25px;
  border-top: 2px solid #e9ecef;
}

.contact-alternative p {
  font-size: 14px;
  color: var(--grey);
  margin-bottom: 10px;
}

.contact-alternative a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-Dark);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-alternative a:hover {
  color: var(--pink);
  transform: translateX(5px);
}

/* ====================================
   RESPONSIVE DESIGN FOR CAREER PAGE
==================================== */

/* Large Tablets and Small Laptops (992px - 1199px) */
@media (max-width: 1199px) {
  .career-hero {
    padding: 160px 0 80px;
  }
  
  .career-title {
    font-size: 46px;
  }
  
  .career-subtitle {
    font-size: 18px;
  }
  
  .career-stats {
    gap: 40px;
  }
  
  .career-stats .stat-item h3 {
    font-size: 38px;
  }
}

/* Tablets (768px - 991px) */
@media (max-width: 991px) {
  .career-hero {
    padding: 140px 0 70px;
  }
  
  .career-title {
    font-size: 40px;
  }
  
  .career-subtitle {
    font-size: 17px;
  }
  
  .career-stats {
    gap: 30px;
  }
  
  .why-join-section,
  .openings-section,
  .application-section,
  .career-faq {
    padding: 80px 0;
  }
  
  .section-title {
    font-size: 36px;
  }
  
  .benefit-card {
    padding: 30px 25px;
  }
  
  .openings-grid {
    grid-template-columns: 1fr;
  }
  
  .application-info h2 {
    font-size: 32px;
  }
  
  .application-box {
    margin-top: 40px;
    padding: 40px 30px;
  }
}

/* Small Tablets and Large Phones (576px - 767px) */
@media (max-width: 767px) {
  .career-hero {
    padding: 120px 0 60px;
  }
  
  .career-title {
    font-size: 32px;
  }
  
  .career-subtitle {
    font-size: 16px;
  }
  
  .career-stats {
    flex-direction: column;
    gap: 25px;
  }
  
  .career-stats .stat-item h3 {
    font-size: 32px;
  }
  
  .why-join-section,
  .openings-section,
  .application-section,
  .career-faq {
    padding: 60px 0;
  }
  
  .section-badge {
    font-size: 12px;
    padding: 6px 16px;
  }
  
  .section-title {
    font-size: 30px;
  }
  
  .section-description {
    font-size: 16px;
  }
  
  .benefit-card {
    padding: 35px 25px;
    margin-bottom: 20px;
  }
  
  .benefit-icon {
    width: 70px;
    height: 70px;
  }
  
  .benefit-icon i {
    font-size: 32px;
  }
  
  .benefit-card h3 {
    font-size: 20px;
  }
  
  .job-card {
    padding: 30px 25px;
  }
  
  .job-title {
    font-size: 22px;
  }
  
  .job-meta {
    flex-direction: column;
    gap: 10px;
  }
  
  .application-info h2 {
    font-size: 28px;
  }
  
  .application-info > p {
    font-size: 16px;
  }
  
  .step-item {
    gap: 15px;
  }
  
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  
  .step-content h4 {
    font-size: 18px;
  }
  
  .step-content p {
    font-size: 14px;
  }
  
  .application-box h3 {
    font-size: 24px;
  }
  
  .email-link {
    font-size: 18px;
    padding: 15px 30px;
  }
  
  .faq-question {
    padding: 20px 25px;
  }
  
  .faq-question h4 {
    font-size: 16px;
  }
}

/* Mobile Phones (480px - 575px) */
@media (max-width: 575px) {
  .career-hero {
    padding: 100px 0 50px;
  }
  
  .career-badge {
    font-size: 11px;
    padding: 6px 18px;
  }
  
  .career-title {
    font-size: 28px;
  }
  
  .career-subtitle {
    font-size: 15px;
  }
  
  .why-join-section,
  .openings-section,
  .application-section,
  .career-faq {
    padding: 50px 0;
  }
  
  .section-title {
    font-size: 26px;
  }
  
  .section-description {
    font-size: 15px;
  }
  
  .benefit-card {
    padding: 30px 20px;
  }
  
  .benefit-icon {
    width: 65px;
    height: 65px;
  }
  
  .benefit-icon i {
    font-size: 28px;
  }
  
  .job-card {
    padding: 25px 20px;
  }
  
  .job-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .job-title {
    font-size: 20px;
  }
  
  .job-description h4 {
    font-size: 15px;
  }
  
  .job-description p,
  .job-description ul li {
    font-size: 13px;
  }
  
  .apply-btn {
    padding: 14px 25px;
    font-size: 15px;
  }
  
  .application-info h2 {
    font-size: 24px;
  }
  
  .application-info > p {
    font-size: 15px;
  }
  
  .step-item {
    gap: 12px;
  }
  
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .step-item::after {
    left: 19px;
  }
  
  .step-content h4 {
    font-size: 16px;
  }
  
  .step-content p {
    font-size: 13px;
  }
  
  .application-box {
    padding: 35px 25px;
  }
  
  .application-icon {
    width: 80px;
    height: 80px;
  }
  
  .application-icon i {
    font-size: 40px;
  }
  
  .application-box h3 {
    font-size: 22px;
  }
  
  .application-box > p {
    font-size: 14px;
  }
  
  .email-link {
    font-size: 16px;
    padding: 14px 25px;
  }
  
  .email-link i {
    font-size: 20px;
  }
  
  .application-guidelines {
    padding: 20px;
  }
  
  .application-guidelines h4 {
    font-size: 16px;
  }
  
  .application-guidelines ul li {
    font-size: 13px;
  }
  
  .contact-alternative a {
    font-size: 16px;
  }
  
  .faq-question {
    padding: 18px 20px;
  }
  
  .faq-question h4 {
    font-size: 15px;
  }
  
  .faq-answer p {
    font-size: 14px;
  }
  
  .faq-item.active .faq-answer {
    padding: 0 20px 20px;
  }
}

/* Small Mobile Phones (375px - 479px) */
@media (max-width: 479px) {
  .career-title {
    font-size: 24px;
  }
  
  .career-subtitle {
    font-size: 14px;
  }
  
  .section-title {
    font-size: 22px;
  }
  
  .job-card {
    padding: 20px 15px;
  }
  
  .application-box {
    padding: 30px 20px;
  }
}

/* Extra Small Devices (below 375px) */
@media (max-width: 374px) {
  .career-title {
    font-size: 22px;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .benefit-card h3 {
    font-size: 18px;
  }
  
  .job-title {
    font-size: 18px;
  }
}