:root {
  --issirc-orange: #f5821f;
  --issirc-orange-dark: #d9690a;
  --issirc-teal: #0ea7a0;
  --issirc-teal-dark: #0b7f7a;
  --issirc-yellow: #ffc93c;
  --issirc-cream: #fff8ef;
  --issirc-navy: #1f2a44;
  --issirc-text: #4a4a57;
  --radius-lg: 26px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  color: var(--issirc-text);
  background: #ffffff;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
.brand-font {
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}

/* ===== Top bar ===== */
.topbar {
  background: var(--issirc-navy);
  color: #fff;
  font-size: 0.85rem;
}
.topbar a {
  color: #fff;
  opacity: 0.9;
}
.topbar a:hover {
  opacity: 1;
  color: var(--issirc-yellow);
}
.topbar .divider {
  opacity: 0.35;
}

/* ===== Navbar ===== */
.navbar-issirc {
  padding: 0.65rem 0;
  box-shadow: 0 6px 24px rgba(31, 42, 68, 0.07);
}
.navbar-issirc .navbar-brand {
  font-family: "Baloo 2", cursive;
  font-weight: 800;
  font-size: 1.55rem;
  color: var(--issirc-teal-dark);
  letter-spacing: 0.5px;
}
.navbar-issirc .navbar-brand span {
  color: var(--issirc-orange);
}
.navbar-issirc .nav-link {
  font-weight: 700;
  color: var(--issirc-navy) !important;
  padding: 0.55rem 1rem !important;
  border-radius: 999px;
  font-size: 0.95rem;
}
.navbar-issirc .nav-link.active,
.navbar-issirc .nav-link:hover {
  color: var(--issirc-orange-dark) !important;
  background: #fff1e1;
}
.btn-issirc-primary {
  background: var(--issirc-orange);
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.6rem 1.5rem;
  box-shadow: 0 8px 18px rgba(245, 130, 31, 0.35);
  transition: 0.2s ease;
}
.btn-issirc-primary:hover {
  background: var(--issirc-orange-dark);
  color: #fff;
  transform: translateY(-2px);
}
.btn-issirc-outline {
  border: 2px solid var(--issirc-teal);
  color: var(--issirc-teal-dark);
  font-weight: 700;
  border-radius: 999px;
  padding: 0.55rem 1.4rem;
  background: transparent;
  transition: 0.2s ease;
}
.btn-issirc-outline:hover {
  background: var(--issirc-teal);
  color: #fff;
}

/* ===== Hero ===== */
.career-hero {
  position: relative;
  /* background: radial-gradient(circle at 12% 20%, rgb(166 193 255 / 83%) 0, rgb(60 154 255 / 0%) 45%), radial-gradient(circle at 92% 85%, rgba(14, 167, 160, 0.25) 0, rgba(14, 167, 160, 0) 40%), linear-gradient(135deg, #fff8ef 0%, #e7eeff 55%, #aec9f0 100%); */
  padding: 5rem 0 6.5rem;
  overflow: hidden;
}
.career-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(245, 130, 31, 0.15) 2px, transparent 2px);
  background-size: 26px 26px;
  opacity: 0.5;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--issirc-orange-dark);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(31, 42, 68, 0.08);
}
.career-hero h1 {
  font-weight: 800;
  font-size: clamp(2rem, 4vw, 3.1rem);
  color: var(--issirc-navy);
  line-height: 1.15;
}
.career-hero h1 .accent {
  color: var(--issirc-orange);
}
.career-hero p.lead {
  color: var(--issirc-text);
  font-size: 1.1rem;
  max-width: 520px;
}
.hero-stat-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 1.1rem 1.3rem;
  box-shadow: 0 14px 30px rgba(31, 42, 68, 0.09);
  text-align: center;
}
.hero-stat-card h3 {
  color: var(--issirc-teal-dark);
  font-weight: 800;
  margin-bottom: 0;
  font-size: 1.7rem;
}
.hero-stat-card small {
  color: #7a7a86;
  font-weight: 600;
}
.hero-visual {
  box-shadow: 0 24px 50px rgba(31, 42, 68, 0.14);
}
.hero-visual .blob {
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.icon-badge {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/* ===== Sections ===== */
section {
  padding: 4.5rem 0;
}
.section-eyebrow {
  color: var(--issirc-orange-dark);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.section-title {
  font-weight: 800;
  color: var(--issirc-navy);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}
.section-sub {
  color: #767685;
  max-width: 640px;
}

/* Why work with us */
.why-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 2rem 1.6rem;
  height: 100%;
  border: 1px solid #f1ede4;
  transition: 0.25s ease;
}
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(31, 42, 68, 0.1);
  border-color: transparent;
}
.why-card .icon-badge {
  margin-bottom: 1.1rem;
}
.why-card h5 {
  font-weight: 700;
  color: var(--issirc-navy);
}
.why-card p {
  font-size: 0.94rem;
  margin-bottom: 0;
}

.bg-teal {
  background: var(--issirc-teal);
  color: #fff;
}
.bg-orange {
  background: var(--issirc-orange);
  color: #fff;
}
.bg-yellow {
  background: var(--issirc-yellow);
  color: #7a4b00;
}
.bg-navy {
  background: var(--issirc-navy);
  color: #fff;
}

/* Culture strip */
.culture-section {
  background: var(--issirc-cream);
}
.culture-img {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(31, 42, 68, 0.1);
  aspect-ratio: 1/1;
}
.culture-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.culture-img:hover img {
  transform: scale(1.08);
}

/* Open positions */
.positions-section .nav-pills .nav-link {
  border-radius: 999px;
  font-weight: 700;
  color: var(--issirc-navy);
  padding: 0.5rem 1.2rem;
  border: 1px solid #e7e2d8;
  margin-right: 0.5rem;
}
.positions-section .nav-pills .nav-link.active {
  background: var(--issirc-teal);
  color: #fff;
  border-color: var(--issirc-teal);
}
.job-card {
  background: #fff;
  border: 1px solid #f1ede4;
  border-radius: var(--radius-md);
  padding: 1.6rem 1.7rem;
  margin-bottom: 1.1rem;
  transition: 0.2s ease;
}
.job-card:hover {
  border-color: var(--issirc-teal);
  box-shadow: 0 14px 30px rgba(14, 167, 160, 0.12);
}
.job-card .job-tag {
  display: inline-block;
  background: #fff1e1;
  color: var(--issirc-orange-dark);
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  margin-right: 0.4rem;
  margin-bottom: 1rem;
}
.job-card .job-tag.teal {
  background: #e4f8f6;
  color: var(--issirc-teal-dark);
}
.job-card h5 {
  font-weight: 800;
  color: var(--issirc-navy);
  margin-bottom: 0.35rem;
}
.job-meta {
  font-size: 0.86rem;
  color: #7a7a86;
}
.job-meta i {
  color: var(--issirc-orange);
  margin-right: 0.3rem;
}

/* Process / steps */
.process-step {
  text-align: center;
  padding: 0 1rem;
  position: relative;
}
.process-step .num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  border: 2px dashed var(--issirc-orange);
  color: var(--issirc-orange-dark);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-family: "Baloo 2", cursive;
  font-size: 1.2rem;
}
.process-step h6 {
  font-weight: 800;
  color: var(--issirc-navy);
}
.process-step p {
  font-size: 0.88rem;
}

/* Testimonial-ish quote from director */
.quote-card {
  background: linear-gradient(135deg, var(--issirc-teal) 0%, var(--issirc-teal-dark) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 2.6rem;
  position: relative;
  overflow: hidden;
}
.quote-card i.bi-quote {
  font-size: 2.6rem;
  opacity: 0.5;
}

/* Application form */
.apply-section {
  background: radial-gradient(circle at 85% 10%, rgba(245, 130, 31, 0.12) 0, transparent 45%), #fffdf9;
}
.apply-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2.4rem;
  box-shadow: 0 20px 50px rgba(31, 42, 68, 0.1);
}
.form-control,
.form-select {
  border-radius: 12px;
  border: 1.5px solid #e7e2d8;
  padding: 0.65rem 0.9rem;
  font-size: 0.95rem;
}
.form-control:focus,
.form-select:focus {
  border-color: var(--issirc-teal);
  box-shadow: 0 0 0 0.2rem rgba(14, 167, 160, 0.15);
}
.form-label {
  font-weight: 700;
  color: var(--issirc-navy);
  font-size: 0.9rem;
}
.upload-box {
  border: 2px dashed #dcd5c6;
  border-radius: 14px;
  padding: 1.4rem;
  text-align: center;
  color: #8b8b95;
  cursor: pointer;
  transition: 0.2s;
}
.upload-box:hover {
  border-color: var(--issirc-orange);
  background: #fff8ef;
}

/* CTA banner */
.cta-banner {
  background: var(--issirc-navy);
  border-radius: var(--radius-lg);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.cta-banner::after {
  content: "";
  position: absolute;
  right: -60px;
  top: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 201, 60, 0.25), transparent 70%);
}


.cta-banner .text-section-heading {
  background-color: #507eeb;
  width: fit-content;
  margin: 0px auto;
  color: #fff;
  padding: 5px 10px 10px;
  border-radius: 13px;
}
