/* ==========================================================
   DISHA Recruitment
   Head – Marketing & Business Development — V3
   Fresh compact job-post design
   No hero image
   Load after css/global-new.css
   ========================================================== */

.disha-job-v3 {
  --blue: #0754a6;
  --blue-dark: #063f7e;
  --green: #0a913e;
  --green-dark: #087334;
  --ink: #163e64;
  --body: #526d87;
  --muted: #7890a5;
  --line: #dce6ef;
  --soft: #f5f9fc;
  --green-soft: #eef8f1;
  --white: #fff;

  margin: 0;
  color: var(--body);
  background: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

.disha-job-v3 *,
.disha-job-v3 *::before,
.disha-job-v3 *::after {
  box-sizing: border-box;
}

.disha-job-v3 h1,
.disha-job-v3 h2,
.disha-job-v3 h3,
.disha-job-v3 strong,
.disha-job-v3 .brand,
.disha-job-v3 .eyebrow,
.disha-job-v3 .section-kicker {
  font-family: "Poppins", Arial, sans-serif;
}

.disha-job-v3 h1,
.disha-job-v3 h2,
.disha-job-v3 h3,
.disha-job-v3 p {
  margin-top: 0;
}

.disha-job-v3 h1,
.disha-job-v3 h2,
.disha-job-v3 h3 {
  color: var(--blue);
}

.page-shell {
  width: min(1400px, calc(100% - 60px));
  margin-inline: auto;
}

/* ===================== HEADER ===================== */

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: .9;
  text-decoration: none;
}

.brand__name {
  color: var(--blue);
  font-size: 27px;
  font-weight: 800;
  letter-spacing: .06em;
}

.brand__sub {
  margin-top: 5px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .22em;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.main-nav a {
  color: #07509b;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--green);
}

.main-nav .nav-cta {
  padding: 12px 19px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
}

/* ===================== BREADCRUMB ===================== */

.breadcrumb-bar {
  border-bottom: 1px solid #e7eef4;
  background: #fff;
}

.breadcrumb {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow-x: auto;
  white-space: nowrap;
  color: #536f89;
  font-size: 11px;
}

.breadcrumb a {
  color: #557694;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--green);
}

/* ===================== HERO ===================== */

.hero {
  padding: 46px 0 38px;
  background:
    radial-gradient(circle at 92% 25%, rgba(10,145,62,.05), transparent 25%),
    linear-gradient(105deg, #f4f9fd 0%, #f8fbfe 70%, #f2faf5 100%);
  border-bottom: 1px solid var(--line);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 365px;
  gap: 72px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  margin-bottom: 13px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e9f7ee;
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.eyebrow span {
  color: #78a38a;
}

.hero h1 {
  max-width: 850px;
  margin-bottom: 17px;
  font-size: clamp(34px, 3.1vw, 48px);
  line-height: 1.13;
  letter-spacing: -.035em;
}

.hero__intro {
  max-width: 790px;
  margin-bottom: 30px;
  color: #526b85;
  font-size: 15px;
  line-height: 1.75;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 850px;
  border-top: 1px solid #d8e3ec;
  border-bottom: 1px solid #d8e3ec;
}

.hero-fact {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-right: 1px solid #d8e3ec;
}

.hero-fact:first-child {
  padding-left: 0;
}

.hero-fact:last-child {
  border-right: 0;
}

.fact-icon {
  display: inline-flex;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e4ef;
  border-radius: 50%;
  color: var(--blue);
  background: #f7fbff;
  font-size: 14px;
}

.hero-fact small,
.hero-fact strong {
  display: block;
}

.hero-fact small {
  margin-bottom: 3px;
  color: #71879c;
  font-size: 9px;
  font-weight: 700;
}

.hero-fact strong {
  color: #264d6d;
  font-size: 12px;
}

.hero-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--green {
  color: #fff;
  background: var(--green);
  box-shadow: 0 7px 17px rgba(10,145,62,.16);
}

.btn--green:hover,
.btn--apply:hover {
  color: #fff;
  background: var(--green-dark);
}

.hero-link {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hero-link:hover {
  color: var(--green);
}

/* Apply card */
.apply-card {
  padding: 24px;
  border: 1px solid #d6e2ec;
  border-top: 3px solid var(--green);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20,61,94,.08);
}

.apply-card__eyebrow {
  margin-bottom: 8px;
  color: var(--green-dark);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.apply-card h2 {
  margin-bottom: 9px;
  font-size: 21px;
  line-height: 1.25;
}

.apply-card > p {
  margin-bottom: 14px;
  color: #60788f;
  font-size: 12px;
  line-height: 1.6;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-top: 1px solid #edf1f4;
}

.contact-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf6fc;
  color: var(--blue);
  font-size: 11px;
}

.contact-icon--phone {
  background: #edf8f1;
  color: var(--green);
  font-size: 8px;
}

.contact-line a {
  color: #234f70;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.contact-line a:hover {
  color: var(--green);
}

.btn--apply {
  width: 100%;
  margin-top: 9px;
  color: #fff;
  background: var(--green);
}

.email-subject {
  margin-top: 14px;
  padding: 10px 11px;
  border-radius: 6px;
  background: #f2f7fb;
}

.email-subject span {
  display: block;
  margin-bottom: 4px;
  color: #7890a4;
  font-size: 9px;
}

.email-subject strong {
  color: #355b78;
  font-size: 10px;
  line-height: 1.4;
}

.apply-note {
  margin: 13px 0 0 !important;
  padding-top: 13px;
  border-top: 1px solid #e5edf3;
  font-size: 10px !important;
}

/* ===================== TOP REQUIREMENTS ===================== */

.requirements-top {
  padding: 22px 0 27px;
  background: #fff;
}

.section-kicker {
  margin-bottom: 9px;
  color: var(--green-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.requirement-cell {
  min-height: 100px;
  padding: 15px 14px;
  text-align: center;
  border-right: 1px solid var(--line);
  background: #fff;
}

.requirement-cell:last-child {
  border-right: 0;
}

.requirement-cell span,
.requirement-cell strong {
  display: block;
}

.requirement-cell span {
  margin-bottom: 11px;
  color: #70879b;
  font-size: 10px;
  font-weight: 700;
}

.requirement-cell strong {
  color: #214c70;
  font-size: 12px;
  line-height: 1.45;
}

/* ===================== CONTENT ===================== */

.content-area {
  padding: 22px 0 54px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 18px;
}

.section-heading h2,
.info-section h2 {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.3;
}

.section-heading p {
  max-width: 480px;
  margin: 0 0 1px;
  color: #657d92;
  font-size: 12px;
  line-height: 1.55;
  text-align: right;
}

/* Responsibilities: four-column board */
.responsibility-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.responsibility {
  min-width: 0;
  padding: 19px 19px 18px;
  border-right: 1px solid var(--line);
  background: #fff;
}

.responsibility:last-child {
  border-right: 0;
}

.responsibility__head {
  min-height: 78px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f6;
}

.responsibility__head span {
  display: inline-flex;
  flex: 0 0 auto;
  width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4fa;
  color: var(--blue);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 9px;
  font-weight: 800;
}

.responsibility h3 {
  margin: 1px 0 0;
  font-size: 14px;
  line-height: 1.35;
}

.responsibility ul {
  margin: 14px 0 0;
  padding-left: 15px;
}

.responsibility li {
  margin-bottom: 8px;
  color: #536d84;
  font-size: 11px;
  line-height: 1.55;
}

.responsibility li::marker {
  color: var(--green);
}

/* Two-column information areas */
.two-column-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  border-top: 1px solid var(--line);
}

.info-section {
  padding: 27px 35px 4px 0;
  min-width: 0;
}

.info-section--right {
  padding-left: 35px;
  padding-right: 0;
  border-left: 1px solid var(--line);
}

.info-section h2 {
  margin-bottom: 14px;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 22px;
  color: #536d84;
  font-size: 11px;
  line-height: 1.5;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green);
  font-weight: 800;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag-list span {
  padding: 7px 9px;
  border: 1px solid #d5e1eb;
  border-radius: 6px;
  background: #fbfdff;
  color: #416581;
  font-size: 10px;
  font-weight: 600;
}

.two-column-section--lower {
  margin-top: 25px;
}

.info-section p {
  margin-bottom: 11px;
  color: #5b7389;
  font-size: 11px;
  line-height: 1.65;
}

.confidential-note {
  display: flex;
  gap: 10px;
  margin-top: 13px;
  padding: 11px 13px;
  border-left: 3px solid var(--green);
  border-radius: 2px;
  background: var(--green-soft);
}

.lock {
  flex: 0 0 auto;
  color: var(--green);
  font-size: 11px;
}

.confidential-note p {
  margin: 0;
  color: #597363;
  font-size: 10px;
  line-height: 1.55;
}

.confidential-note strong {
  color: var(--green-dark);
}

/* Process */
.process-row {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.process-row > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}

.process-row b {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf4fa;
  color: var(--blue);
  font-size: 10px;
}

.process-row span {
  color: #315775;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
}

.process-row i {
  color: #a0b5c7;
  font-style: normal;
  text-align: center;
}

.process-note {
  margin-top: 14px !important;
  color: var(--green-dark) !important;
  text-align: center;
}

/* ===================== APPLY STRIP ===================== */

.apply-strip {
  background: #eef6fc;
  border-top: 1px solid #dbe8f2;
  border-bottom: 1px solid #dbe8f2;
}

.apply-strip__inner {
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  align-items: center;
  gap: 35px;
}

.apply-strip__intro h2 {
  margin-bottom: 3px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1.25;
}

.apply-strip__intro p {
  margin: 0;
  color: #607990;
  font-size: 11px;
}

.apply-strip__contact {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 22px;
}

.strip-contact {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-left: 20px;
  border-left: 1px solid #d5e2ed;
}

.strip-contact > span {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--blue);
  font-size: 11px;
}

.strip-contact small,
.strip-contact a {
  display: block;
}

.strip-contact small {
  margin-bottom: 3px;
  color: #6f8599;
  font-size: 9px;
}

.strip-contact a {
  color: #214e70;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.strip-contact a:hover {
  color: var(--green);
}

.btn--blue {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 5px 13px rgba(7,84,166,.15);
}

.btn--blue:hover {
  color: #fff;
  background: var(--blue-dark);
}

/* ===================== FOOTER ===================== */

.site-footer {
  background: #073967;
}

.footer__inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  margin-bottom: 2px;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
}

.site-footer span,
.site-footer a {
  color: #c9d9e7;
  font-size: 10px;
}

.site-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  color: #bce8cb;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1120px) {
  .main-nav {
    gap: 13px;
  }

  .main-nav a:nth-child(4),
  .main-nav a:nth-child(5) {
    display: none;
  }

  .hero__grid {
    gap: 40px;
  }

  .requirements-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .requirement-cell:nth-child(3) {
    border-right: 0;
  }

  .requirement-cell:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }

  .responsibility-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .responsibility:nth-child(2) {
    border-right: 0;
  }

  .responsibility:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .apply-strip__contact {
    gap: 12px;
  }
}

@media (max-width: 850px) {
  .page-shell {
    width: min(100% - 38px, 1400px);
  }

  .main-nav a:nth-child(2),
  .main-nav a:nth-child(3),
  .main-nav a:nth-child(6) {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .apply-card {
    max-width: 500px;
  }

  .hero-facts {
    max-width: none;
  }

  .two-column-section {
    grid-template-columns: 1fr;
  }

  .info-section,
  .info-section--right {
    padding: 27px 0 4px;
    border-left: 0;
  }

  .info-section--right {
    border-top: 1px solid var(--line);
  }

  .apply-strip__inner {
    grid-template-columns: 1fr;
    padding: 25px 0;
  }
}

@media (max-width: 650px) {
  .page-shell {
    width: min(100% - 30px, 1400px);
  }

  .site-header__inner {
    min-height: 62px;
  }

  .brand__name {
    font-size: 22px;
  }

  .main-nav .nav-cta {
    display: inline-flex;
    padding: 10px 12px;
    font-size: 10px;
  }

  .hero {
    padding: 34px 0 31px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .desktop-break {
    display: none;
  }

  .hero__intro {
    font-size: 13px;
  }

  .hero-facts {
    grid-template-columns: 1fr 1fr;
  }

  .hero-fact,
  .hero-fact:first-child {
    padding: 10px;
    border-bottom: 1px solid #d8e3ec;
  }

  .hero-fact:nth-child(2) {
    border-right: 0;
  }

  .hero-fact:nth-child(3),
  .hero-fact:nth-child(4) {
    border-bottom: 0;
  }

  .hero-fact:nth-child(4) {
    border-right: 0;
  }

  .hero-links {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-links .btn {
    width: 100%;
  }

  .hero-link {
    text-align: center;
  }

  .requirements-grid {
    grid-template-columns: 1fr 1fr;
  }

  .requirement-cell:nth-child(3) {
    border-right: 1px solid var(--line);
  }

  .requirement-cell:nth-child(2),
  .requirement-cell:nth-child(4),
  .requirement-cell:nth-child(6) {
    border-right: 0;
  }

  .requirement-cell:nth-child(3),
  .requirement-cell:nth-child(4) {
    border-bottom: 1px solid var(--line);
  }

  .requirement-cell:nth-child(5),
  .requirement-cell:nth-child(6) {
    border-bottom: 0;
  }

  .responsibility-board {
    grid-template-columns: 1fr;
  }

  .responsibility,
  .responsibility:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .responsibility:last-child {
    border-bottom: 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading p {
    margin-top: 9px;
    text-align: left;
  }

  .process-row {
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .process-row i {
    display: none;
  }

  .process-row span {
    font-size: 8px;
  }

  .apply-strip__contact {
    grid-template-columns: 1fr;
  }

  .strip-contact {
    padding: 9px 0 0;
    border-left: 0;
    border-top: 1px solid #d5e2ed;
  }

  .apply-strip__contact .btn {
    width: 100%;
  }

  .footer__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px 0;
  }
}

/* DISHA reusable job CTA — load after global-new.css */
.disha-job-cta{position:relative;overflow:hidden;background:linear-gradient(112deg,#064b91 0%,#075eae 55%,#07559e 100%);margin:0}
.disha-job-cta:before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;background:#159447}
.disha-job-cta__inner{width:min(1400px,calc(100% - 60px));min-height:190px;margin:auto;display:grid;grid-template-columns:minmax(330px,1.45fr) minmax(350px,1fr) auto;align-items:center;gap:42px;padding:30px 0}
.disha-job-cta__copy{max-width:610px}
.disha-job-cta__eyebrow{display:block;margin-bottom:8px;color:#aee0c2;font:800 10px "Open Sans",Arial,sans-serif;letter-spacing:.13em}
.disha-job-cta__copy h2{margin:0 0 8px;color:#fff;font:700 27px/1.25 "Poppins",Arial,sans-serif;letter-spacing:-.02em}
.disha-job-cta__copy p{max-width:570px;margin:0;color:#e1edf8;font:13px/1.6 "Open Sans",Arial,sans-serif}
.disha-job-cta__contact{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-left:30px;border-left:1px solid rgba(255,255,255,.22)}
.disha-job-cta__contact-item{display:flex;align-items:center;gap:11px;min-width:0}
.disha-job-cta__icon{flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.13);color:#fff;font-size:14px}
.disha-job-cta__contact-item small{display:block;margin-bottom:4px;color:#bcd4e9;font:9px "Open Sans",Arial,sans-serif}
.disha-job-cta__contact-item a{display:block;color:#fff;font:700 12px/1.5 "Open Sans",Arial,sans-serif;text-decoration:none}
.disha-job-cta__contact-item a:hover{color:#bde7ce}
.disha-job-cta__actions{display:flex;flex-direction:column;gap:9px;min-width:160px}
.disha-job-cta__btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:10px 19px;border-radius:7px;font:700 12px "Poppins",Arial,sans-serif;text-decoration:none;transition:transform .16s ease,background .16s ease}
.disha-job-cta__btn:hover{transform:translateY(-1px)}
.disha-job-cta__btn--primary{background:#159447;color:#fff;box-shadow:0 7px 16px rgba(0,0,0,.14)}
.disha-job-cta__btn--primary:hover{background:#0d7e3b;color:#fff}
.disha-job-cta__btn--secondary{background:#fff;color:#0757a6}
.disha-job-cta__btn--secondary:hover{background:#edf6fd;color:#0757a6}
.disha-job-cta__btn span{font-size:14px}
@media(max-width:1050px){
.disha-job-cta__inner{grid-template-columns:1fr 1fr;gap:24px 30px}
.disha-job-cta__copy{grid-column:1/-1;max-width:800px}
.disha-job-cta__actions{flex-direction:row;min-width:0}
.disha-job-cta__btn{flex:1}
}
@media(max-width:680px){
.disha-job-cta__inner{width:min(100% - 32px,600px);display:block;padding:28px 0 30px}
.disha-job-cta__copy h2{font-size:23px}
.disha-job-cta__copy p{font-size:12.5px}
.disha-job-cta__contact{grid-template-columns:1fr;margin-top:21px;padding:17px 0 0;border-top:1px solid rgba(255,255,255,.2);border-left:0}
.disha-job-cta__actions{margin-top:20px}
}
@media(max-width:420px){.disha-job-cta__actions{flex-direction:column}.disha-job-cta__btn{width:100%}}
