
:root {
  --career-dark: #030d18;
  --career-slate: #0c1629;
  --career-muted: #94a3b8;
  --career-accent: #86BC25;
  --career-accent-soft: rgba(211, 211, 40, 0.1);
}

body {
  font-family: Calibri, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #F7F7F8;
  color: #171717;
}

main {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-bottom: 0;
}
.roles-section .section-heading{
  max-width: 100%;
}

.careers-hero {
  background-color: #F7F7F8;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: clamp(3rem, 5vw, 4.5rem) clamp(1.5rem, 6vw, 4rem);
}

.careers-hero .eyebrow {
  color: #000;
}

.hero-content {
  max-width: 540px;
}
.highlight{
    color: #86BC25;
}

.careers-work {
  background-color: #ffffff;
  padding: clamp(3rem, 5vw, 4rem) clamp(1.5rem, 6vw, 4rem);
  text-align: center;
  color: #0e0e0e;
}

.work-inner h2 {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 0.5rem;
}

.work-divider {
  width: 140px;
  height: 4px;
  margin: 0 auto 1rem;
  background: #86BC25;
  border-radius: 999px;
}

.work-description {
  max-width: 760px;
  margin: 0 auto 2rem;
  color: #555;
  font-size: 1.0rem;

}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
  position: relative;
  align-items: stretch;
}

.pillars-grid::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(15, 23, 42, 0.3);
  z-index: 0;
}

.hero-content h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  line-height: 1.25;
  font-weight:800;
  color: #1f2937; 
  
}

.hero-content h1 .hero-highlight {
  color: #86BC25;
}

.hero-content p {
  color: #555;
  font-size: 1.0rem;
}

.eyebrow {
  
  font-weight: 600;
  color: #555;
  margin-bottom: 0.75rem; 
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.careers-btn {
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 2rem;
}

.careers-btn.primary {
  background-color:#000;
  color: #86BC25;
  border-radius: 8px;
  
}



.careers-btn:hover {
  transform: translateY(-2px);
}

.hero-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.hero-card-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color:#1f2937;
  margin-bottom: 1rem;
}

.hero-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  color: #555;
  font-size: 1.0rem;
}

.hero-card-foot {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hero-card-label {
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: #86BC25;
  color: #1f2937;
  font-size: 0.85rem;
  border: 1px solid rgba(9, 9, 9, 0.7);
}

.careers-openings {
  padding: 0 clamp(1.5rem, 6vw, 4rem);
  background-color: #F7F7F8;
}

.pillar-card {
  background: #f9f9f9;
  border-radius: 18px;
  padding: 2rem 1.5rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 1;
  min-height: 300px;
}
.pillar-card:hover {
  background: white;
}

.pillar-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #fff4d5;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.pillar-icon i {
  font-size: 1.75rem;
  color: #171717;
}

.pillars-grid .pillar-card:nth-child(1) .pillar-icon {
  background: #86BC25; 
  border-color:#000;
   
}

.pillars-grid .pillar-card:nth-child(1) .pillar-icon i {
  color: #000;
}

.pillars-grid .pillar-card:nth-child(2) .pillar-icon {
  background: #000;
  border-color: white;
  
}

.pillars-grid .pillar-card:nth-child(2) .pillar-icon i {
  color: #86BC25;
}

.pillars-grid .pillar-card:nth-child(3) .pillar-icon {
  background: #86BC25;
  border-color:#000;
 
}

.pillars-grid .pillar-card:nth-child(3) .pillar-icon i {
  color: #000;
}

.pillar-card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
    color: #1f2937;

}

.pillar-card p {
  color: #555;
  margin: 0;
  font-size:1rem;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 2.5rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 3vw, 2.75rem);
  margin: 0.25rem 0;
}

.roles-section .section-heading h2 {
  font-weight: 800;
}

.roles-section {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.95), rgba(30, 30, 30, 0.95));
  padding: clamp(3rem, 5vw, 4rem) clamp(1.5rem, 6vw, 4rem);
  color: #f8fafc;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.roles-section .section-heading {
  text-align: center;
  margin-bottom: 2rem;
}

.roles-section .section-heading h2 {
  color: #ffffff;
}

.roles-section .section-heading p {
  color: rgba(248, 250, 252, 0.75);
  max-width: 660px;
  margin: 0 auto 2rem;
}

body:not(.dark-mode) .roles-section {
  background: #f9fafb;
  color: #252525;
  border-color: rgba(15, 23, 42, 0.12);
}

body:not(.dark-mode) .roles-section .section-heading h2 {
  color: #111827;
}

body:not(.dark-mode) .roles-section .section-heading p {
  color: #4b5563;
}

body:not(.dark-mode) .roles-section .section-heading {
  margin-bottom: 1rem;
}

.roles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 1.5rem;
}

@media (max-width: 1024px) {
  .roles-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 640px) {
  .roles-grid {
    grid-template-columns: 1fr;
  }
}

.role-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  padding: 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.45);
  text-align: center;
  align-items: center;
}

.role-type {
  font-size: 1.0rem;
  color:  black;
  font-weight: 700;
}

.role-card h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #86BC25;
  font-weight: 700;
}

.role-card p {
  margin: 0;
  color: rgba(248, 250, 252, 0.75);
}

.role-card ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0;
  color: rgba(248, 250, 252, 0.75);
}

.education-note {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: rgba(248, 250, 252, 0.9);
}

body:not(.dark-mode) .role-card {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
}

body:not(.dark-mode) .role-type {
  color: #6b7280;
}

body:not(.dark-mode) .role-card h3 {
  color: #86BC25;
}

body:not(.dark-mode) .role-card p,
body:not(.dark-mode) .role-card ul {
  color: #374151;
}

body:not(.dark-mode) .education-note {
  color: #111827;
}

.careers-values {
  padding: 0 clamp(1.5rem, 6vw, 4rem);
  background-color: #F7F7F8;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  justify-items: center;
}

.value-card {
  background-color: #f9f9f9;
  border-radius: 18px;
  padding: 1.5rem;
  border: none;
  min-height: 180px;
  box-shadow: 0 25px 45px rgba(15, 23, 42, 0.1);
  text-align: center;
}

.value-card h3 {
  margin-bottom: 0.8rem;
  color: #1f2937; 
  font-size: 1.5rem;
  font-weight: 700
}

.value-card p {
  color: #555;
  margin: 0;
  font-size: 1rem;
}

.careers-responsibility {
  background-color: #f7f7f8;
  
  color: #1f2937;
}

.responsibility-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.careers-responsibility .eyebrow {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
}

.careers-responsibility h2 {
  margin: 0;
  font-size: 1.0rem;
 
  color: #555;
  line-height: 1.2;
  text-align: center;
}

.responsibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.responsibility-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 1.75rem;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(16px);
}

.responsibility-card h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #c8d52b;
  letter-spacing: 0.01em;
}

.responsibility-card p {
  margin: 0;
  color: #d9e0ff;
  line-height: 1.6;
  font-size: 1rem;
}

.responsibility-job-card {
  background-color: #ffffff;
  border-radius: 22px;
  padding: clamp(1.5rem, 3vw, 2rem);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.15);
  border: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 1.5rem;
  width: 100%;
  max-width: 920px;
}

.job-card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.job-logo {
  width: 60px;
  height: 60px;
  border-radius: 16px;
   background: #86BC25;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: black;
}

.job-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f2937;
}

.job-company {
  margin: 0;
  font-size: 0.95rem;
  color: #6b7280;
}

.job-apply {
    background: #86BC25;
  color: black;
  padding: 0.55rem 1.5rem;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(181, 249, 22, 0.3);
}

.job-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0 1rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.job-description {
  margin: 0;
  font-size: 1rem;
  color: #374151;
  line-height: 1.6;
}

.careers-cta {
  padding: 3rem clamp(1.5rem, 6vw, 4rem);
   background: #86BC25;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0 !important;
}


.careers-cta h2 {
  margin: 0.4rem 0 2rem;
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;

}

.careers-cta p {
  color: #555;
   margin: 0.4rem 0 2rem;
  font-size: 1rem;
}

.careers-cta .eyebrow {
  font-size: clamp(1.25rem, 2vw, 1.4rem);
  color: #000;
}

.careers-footer {
  background-color: #F7F7F8;
  color: #0f172a;
  padding: 3rem clamp(1.5rem, 6vw, 4rem);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.footer-grid h4 {
  color: #0f172a;
  margin-bottom: 0.75rem;
}

.footer-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.footer-grid a {
  color: #0f172a;
  text-decoration: none;
}

.footer-logo {
  max-width: 140px;
  margin-bottom: 0.85rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding-top: 1rem;
  font-size: 0.9rem;
}
 footer a:hover {
            color: #86BC25 !important;
        }
  footer a {
            transition: color 0.3s ease;
        }

.policy-links {
  display: flex;
  gap: 0.5rem;
}

.policy-links span {
  color: rgba(15, 23, 42, 0.4);
}

body.dark-mode {
  background-color: #0f0f0f;
  color: #e2e8f0;
}

body.dark-mode .careers-hero {
  background-color: #0f0f0f;
}

body.dark-mode .hero-content h1 {
  color: #e2e8f0;
}

body.dark-mode .hero-content p {
  color: white;
}

body.dark-mode .hero-card {
  background: #161616;
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.75);
}

body.dark-mode .hero-card-title {
  color: #f8fafc;
}

body.dark-mode .hero-card ul,
body.dark-mode .hero-card ul li,
body.dark-mode .hero-card-foot {
  color: white;
}

body.dark-mode .hero-card-label {
  background: #86BC25;
  color: #1f2937;
    border: 1px solid rgba(9, 9, 9, 0.7);
}

body.dark-mode .careers-work {
  background-color: #0f0f0f;
  color: #e2e8f0;
}

body.dark-mode .careers-work h2 {
  color: #f8fafc;
}

body.dark-mode .careers-work .work-divider {
  background: #86BC25;
}

body.dark-mode .careers-work .work-description {
  color: white;
}

body.dark-mode .careers-responsibility {
  background-color: #191919;
  color: #e2e8f0;
}

body.dark-mode .careers-responsibility .eyebrow {
  color: #86BC25;
}

body.dark-mode .careers-responsibility h2 {
  color: #f8fafc;
}

body.dark-mode .responsibility-job-card {
  background-color:#0f0f0f ;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.65);
}

body.dark-mode .job-logo {
  background: #86BC25;
  color: #141414;
}

body.dark-mode .job-title {
  color: #f8fafc;
}

body.dark-mode .job-company {
  color: white;
}

body.dark-mode .job-meta {
  color: white;
}

body.dark-mode .job-description {
  color: white;
}

body.dark-mode .job-apply {
  background: #86BC25;
  color: #0f172a;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}

body.dark-mode .job-apply:hover {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

body.dark-mode .pillars-grid::before {
  border-top-color: rgba(226, 232, 240, 0.25);
}

body.dark-mode .pillar-card {
  background: #111111;
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.65);
}

body.dark-mode .pillar-card h3 {
  color: #f8fafc;
}

body.dark-mode .pillar-card p {
  color: white;
}

body.dark-mode .pillar-icon {
  background: #0a162c;
  border-color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .eyebrow{
  color:white !important;
}
body.dark-mode .job-apply-card h2 {
    color:white !important;
}
body.dark-mode .job-apply-form label{
    color:white !important;
}

body.dark-mode .pillar-icon i {
  color: var(--career-accent);
}

body.dark-mode .careers-values {
  background-color: #000000;
}

body.dark-mode .value-card {
  background-color: #212222;
  color: #e2e8f0;
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.6);
}

body.dark-mode .value-card h3,
body.dark-mode .value-card p {
  color: #f8fafc;
}

body.dark-mode .roles-grid {
  background: transparent;
}

body.dark-mode .role-card {
  background: #212222;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.65);
}

body.dark-mode .role-type,
body.dark-mode .role-card p,
body.dark-mode .role-card ul {
  color: white;
}

body.dark-mode .role-card h3 {
  color: #86BC25;
}

body.dark-mode .careers-cta {
  background-color: #86BC25;
  
}

body.dark-mode .careers-cta .eyebrow,
body.dark-mode .careers-cta h2,
body.dark-mode .careers-cta p {
  color: black !important;
}

body.dark-mode .careers-cta .eyebrow {
  font-size: clamp(1.25rem, 2vw, 1.4rem);
}

body.dark-mode .careers-footer {
  background-color: #03060e;
  border-top-color: rgba(255, 255, 255, 0.1);
  color: white;
}

body.dark-mode .footer-grid h4,
body.dark-mode .footer-grid a,
body.dark-mode .policy-links span,
body.dark-mode footer a {
  color: #e5e7ff !important;
}

body.dark-mode .navbar-toggler-icon {
  filter: invert(1) brightness(1.5);
}

body.dark-mode .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  main {
    gap: 2.5rem;
  }

  .careers-hero {
    padding: 2rem 1.25rem 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-card {
    padding: 1.75rem;
  }

  .hero-card ul {
    font-size: 0.95rem;
  }

  .hero-card-foot {
    justify-content: center;
  }

  .pillars-grid::before {
    display: none;
  }

  .pillar-card {
    padding: 1.5rem;
    min-height: auto;
  }

  .careers-work,
  .careers-openings,
  .careers-values,
  .careers-cta,
  .careers-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .careers-values {
    padding-top: 0;
    padding-bottom: 0;
  }

  .careers-cta {
    align-items: flex-start;
    text-align: left;
  }

  .careers-cta h2 {
    font-size: 1.75rem;
  }

  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .roles-grid,
  .values-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.careers-job-hero {
    background: linear-gradient(135deg, #eaebeb 0%, #f1f1f2 60%, #fdfdff 100%);
    border-radius: 32px;
    padding: clamp(2.5rem, 4vw, 3.5rem);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    color: #f8fafc;
    
}
.careers-job-hero .eyebrow {
    color: #000;
}
.career-section {
    font-family: Calibri , 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: visible;
}

.job-apply-section.career-section {
    overflow: visible;
}
.job-hero-content h1 {
    font-size: 2rem;
    font-size: 800;
}
.job-hero-content .hero-job-summary {
    color: #555;
    line-height: 1.6;
    font-size:1.0rem;
}
.job-attributes {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.job-badge {
        background: #86BC25;
    color: #1f2937;
    border-radius: 999px;
    padding: 0.35rem 1rem;
    
   font-size: 1.0rem;
  
}
.job-hero-card {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01));
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 240px;
}
.job-hero-card h3 {
    color:#1f2937 ;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 800;
}
.job-hero-card p {
    margin: 0;
    color: #555;
    line-height: 1.65;
}
.job-hero-card-foot {
    margin-top: 1.25rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.job-hero-label {
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: #86BC25;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.8rem;
    color:black;
}
.job-detail-grid {
    padding: clamp(2rem, 4vw, 3rem);
    background: #ffffff;
    background-image: radial-gradient(circle at top right, rgba(211, 211, 40, 0.25), transparent 55%),
                      radial-gradient(circle at 20% 60%, rgba(15, 23, 42, 0.06), transparent 45%);
    background-blend-mode: soft-light, normal;
    border-radius: 28px;
   
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: -2.5rem;
    z-index: 2;
}
.job-section {
    background: linear-gradient(180deg, #f7f7f8, #f1f3f7);
    border-radius: 20px;
    padding: 1.5rem;
    color: #0f172a;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(207, 213, 222, 0.6);
}
.job-section h3 {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #0f172a;
}
.job-section p {
    margin: 0;
    line-height: 1.6;
}
.job-section ul {
    margin: 0;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.job-section li {
    font-size: 1.0rem;
    line-height: 1.5;
    color: #0f172a;
}
.job-apply-section {
    padding: clamp(2rem, 5vw, 3rem);
   
    border-radius: 32px;
    margin-bottom: 0.5rem;
   
}
.job-apply-card {
    background: linear-gradient(135deg, #050b17, #141a2b 55%, #1e2436);
    border-radius: 32px;
    padding: clamp(2rem, 4vw, 3.5rem);
    display: grid;
    gap: 1.5rem;
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.6);
}
.career-job-detail .job-apply-section {
    background-color: #f5f6fb;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 20px 30px rgba(15, 23, 42, 0.08);
}
.career-job-detail .job-apply-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 25px 55px rgba(15, 23, 42, 0.12);
}
.career-job-detail .job-apply-card .eyebrow {
    color: #1f2937;
    letter-spacing: 0rem;
}
.career-job-detail .job-apply-card h2 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-weight: 800;
}
.career-job-detail .apply-copy {
    text-align: center;
}
.career-job-detail .job-apply-card h2 .story-highlight {
    color: #86BC25;
}
.career-job-detail .job-apply-form label {
    color: #555
}
.career-job-detail .job-apply-form label span {
    font-weight: 700;
}
.career-job-detail .job-apply-form input,
.career-job-detail .job-apply-form textarea {
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fdfdff;
    color: #555;
}
.career-job-detail .job-apply-form button {
    border-radius: 8px;
    padding: 0.95rem 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: #86BC25;
    color: black;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
}
.career-job-detail .job-apply-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.3);
}
.job-apply-card .eyebrow {
    color: #86BC25;
}
.job-apply-card h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: #f8fafc;
}
.job-apply-form {
    display: grid;
    gap: 1rem;
}
.job-apply-form label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: white;
}
.job-apply-form label .required {
    color: #dc2626;
    margin-left: 0.25rem;
}
.job-apply-form input[type="file"] {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: #fdfdff;
    color: #555;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-family: inherit;
}
.job-apply-form input,
.job-apply-form textarea,
.job-apply-form select {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(15, 23, 42, 0.8);
    color: #f8fafc;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    font-family: inherit;
}
.job-apply-form select {
    min-height: 3rem;
    background: rgba(15, 23, 42, 0.8);
    color: #f8fafc;
}

body:not(.dark-mode) .job-apply-form select {
    background: #ffffff;
    color: #0f172a;
}

body.dark-mode .job-apply-form select {
    background:#ffffff;
    color: #0f172a;
}
.job-apply-form textarea {
    resize: vertical;
}
.job-apply-form button {
    border: none;
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background: linear-gradient(135deg, #86BC25, #9fb11d);
    color: #0f172a;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.job-apply-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(211, 211, 40, 0.4);
}
body.dark-mode .careers-job-hero {
    /* background: linear-gradient(135deg, #0c0c0c, #131313 60%, #10192f 100%); */
    background: rgba(25, 25, 26, 0.75);
}
body.dark-mode .job-section {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #e2e8f0;
}

body.dark-mode .job-section h3 {
    color: #f8fafc;
}

body.dark-mode .job-section p,
body.dark-mode .job-section ul,
body.dark-mode .job-section li {
    color: white;
}

body.dark-mode .job-detail-grid {
    background: rgba(25, 25, 26, 0.75);
}
body.dark-mode .job-apply-card {
    background-color: #000;
}
body.dark-mode  .job-hero-card h3{
    color:white;
}
body.dark-mode  .job-hero-card p{
    color:white;
}
@media (max-width: 768px) {
    .job-detail-grid {
        margin-top: 1rem;
    }

    .job-apply-section {
        padding: 1rem 0.75rem;
        border-radius: 20px;
        margin-bottom: 0.25rem;
    }

    .job-apply-card {
        padding: 1.5rem 1.25rem;
        border-radius: 20px;
        gap: 1.25rem;
    }

    .job-apply-card h2 {
        font-size: 1.75rem;
    }

    .apply-copy {
        text-align: left;
    }

    .job-apply-form {
        gap: 0.85rem;
    }

    .job-apply-form input,
    .job-apply-form textarea,
    .job-apply-form select,
    .job-apply-form input[type="file"] {
        width: 100%;
        box-sizing: border-box;
        font-size: 0.95rem;
        padding: 0.75rem 0.85rem;
    }

    .job-apply-form label {
        font-size: 0.8rem;
        letter-spacing: 0.05em;
    }

    .job-apply-form button {
        width: 100%;
        padding: 0.9rem 1rem;
        font-size: 0.9rem;
    }

    .career-job-detail .job-apply-section {
        padding: 1rem 0.75rem;
    }

    .career-job-detail .job-apply-card {
        padding: 1.5rem 1.25rem;
    }
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* Floating WhatsApp circle */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px #0003;
    z-index: 999;
    animation: pulse 1.5s infinite;
}

/* Icon inside */
.whatsapp-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body.dark-mode .theme-toggle svg {
    stroke: #fff;
}
.careers-cta a{
  color:black ;
  text-decoration: none;
}

.job-openings-section {
    background: #ffffff;
    padding: 4rem clamp(1.5rem, 6vw, 4rem);
}

.job-openings-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.job-openings-title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #1f2937;
    text-align: center;
    margin-bottom: 1.5rem;
}

.job-openings-desc {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.85;
    text-align: center;
    margin-bottom: 1.75rem;
}

.job-openings-notice {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 1.25rem 2rem;
    font-size: 0.97rem;
    color: #1f2937;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

.job-openings-notice a {
    color: #86BC25;
    font-weight: 600;
    text-decoration: none;
}

.job-openings-notice a:hover {
    text-decoration: underline;
}

.job-search-box {
    background: #f3f4f6;
    border-radius: 10px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.job-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #1f2937;
    background: #ffffff;
    outline: none;
    font-family: inherit;
    transition: border-color 0.2s;
}

.job-input:focus {
    border-color: #86BC25;
}

.job-search-filters {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 0.75rem;
    align-items: center;
}

.job-select {
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #6b7280;
    background: #ffffff;
    outline: none;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.2s;
    appearance: auto;
}

.job-select:focus {
    border-color: #86BC25;
}

.job-search-btn {
    background: #86BC25;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-search-btn:hover {
    background: #6fa01e;
}

@media (max-width: 768px) {
    .job-search-filters {
        grid-template-columns: 1fr;
    }
    .job-search-btn {
        width: 100%;
        padding: 0.75rem;
    }
}

body.dark-mode .job-openings-section { background: #1b1b1b; }
body.dark-mode .job-openings-title { color: #f3f4f6; }
body.dark-mode .job-openings-desc { color: #9ca3af; }
body.dark-mode .job-openings-notice { background: #111; color: #d1d5db; }
body.dark-mode .job-search-box { background: #111; }
body.dark-mode .job-input { background: #1a1a1a; border-color: #1c1d1d; color: #f3f4f6; }
body.dark-mode .job-select { background: #1a1a1a; border-color: #232323; color: #9ca3af; }
body.dark-mode .job-input::placeholder { color: #6b7280; }

.job-listings-section {
    background: #f7f7f8;
    padding: 2rem clamp(1.5rem, 6vw, 4rem) 4rem;
}

.job-listings-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.job-listing-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 1.5rem 2rem;
}

.job-listing-card:first-child {
    border-radius: 8px 8px 0 0;
}

.job-listing-card:last-child {
    border-radius: 0 0 8px 8px;
}

.job-listing-card:not(:last-child) {
    border-bottom: none;
}

.job-listing-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.job-listing-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.job-listing-apply {
    flex-shrink: 0;
    border: 1.5px solid #1f2937;
    color: #1f2937;
    background: transparent;
    padding: 0.45rem 1.25rem;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.job-listing-apply:hover {
    background: #86BC25;
    color: #000;
    border-color: #86BC25;
}

.job-listing-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 1rem 0;
}

.job-listing-meta {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    font-size: 0.88rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.job-listing-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.job-listing-meta i {
    color: #86BC25;
    font-size: 0.85rem;
}

.job-listing-desc {
    font-size: 0.92rem;
    color: #4b5563;
    line-height: 1.75;
    margin: 0;
}

body.dark-mode .job-listings-section { background: #161616; }
body.dark-mode .job-listing-card { background: #1f1f1f; border-color: rgba(255,255,255,0.08); }
body.dark-mode .job-listing-card:not(:last-child) { border-bottom: none; }
body.dark-mode .job-listing-title { color: #f3f4f6; }
body.dark-mode .job-listing-apply { border-color: #f3f4f6; color: #f3f4f6; }
body.dark-mode .job-listing-apply:hover { background: #86BC25; color: #000; border-color: #86BC25; }
body.dark-mode .job-listing-divider { border-color: rgba(255,255,255,0.08); }
body.dark-mode .job-listing-meta { color: #9ca3af; }
body.dark-mode .job-listing-desc { color: #9ca3af; }

.job-clear-btn {
    border: 1.5px solid #1f2937;
    background: transparent;
    color: #1f2937;
    padding: 0.45rem 1.25rem;
    border-radius: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.3s, color 0.3s;
}

.job-clear-btn:hover {
    background: #1f2937;
    color: #fff;
}

.job-no-results {
    text-align: center;
    padding: 4rem 2rem;
}

.job-no-results-icon {
    font-size: 4rem;
    color: #d1d5db;
    margin-bottom: 1.5rem;
    display: block;
}

.job-no-results-text {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.25rem;
}

.job-back-btn {
    border: 1.5px solid #1f2937;
    background: transparent;
    color: #1f2937;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.3s, color 0.3s;
}

.job-back-btn:hover {
    background: #86BC25;
    border-color: #86BC25;
    color: #000;
}

body.dark-mode .job-clear-btn { border-color: #f3f4f6; color: #f3f4f6; }
body.dark-mode .job-clear-btn:hover { background: #f3f4f6; color: #000; }
body.dark-mode .job-no-results-text { color: #f3f4f6; }
body.dark-mode .job-no-results-icon { color: #374151; }
body.dark-mode .job-back-btn { border-color: #f3f4f6; color: #f3f4f6; }
