/* ════════════════════════════════════════════
   GLOBAL: Fix Webflow animation hidden elements
   ════════════════════════════════════════════ */
[data-w-id] {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
}

/* ── Hero: layered overlay, headline, stats card (Job Seeker landing) ── */
.hero-section-2 {
  --js-accent: #0099ac;
  background-image:
    linear-gradient(120deg, rgba(15, 23, 42, 0.88) 0%, rgba(15, 23, 42, 0.5) 42%, rgba(15, 23, 42, 0.62) 100%),
    url('../images/flat-lay-work-space-with-notebook-keyboard.jpg') !important;
  /* Composition: props sit on the right — anchor left so copy sits over open area */
  background-position: left center !important;
  background-size: cover !important;
  background-attachment: scroll;
  min-height: 100dvh !important;
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(4.5rem, 11vh, 7rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 8vh, 5rem) !important;
  box-sizing: border-box !important;
}

.hero-section-2 .vertical-line {
  display: none !important;
}

.hero-content-wrap {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  max-width: 1120px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  padding: 0 !important;
}

.hero-section-2 .hero-content {
  max-width: 38rem !important;
}

.hero-section-2 .overflow-hidden-4 {
  overflow: visible !important;
}

.hero-title-3 {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: Oswald, sans-serif !important;
  font-weight: 600 !important;
  font-size: clamp(2rem, 4.6vw, 3.5rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.4) !important;
}

/* KPIs — strip below headline (Webflow #w-node-* rules otherwise misalign tiles) */
.hero-section-2 .counter-wrap-2 {
  position: relative !important;
  z-index: 4 !important;
  width: 100% !important;
  /* Slightly narrower band: keeps metrics over the darker left area of the flat-lay */
  max-width: min(920px, 100%) !important;
  margin: clamp(1.75rem, 4vh, 2.75rem) auto 0 0 !important;
  padding: 0 !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.85rem, 2.2vw, 1.35rem) !important;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  isolation: isolate !important;
}

.hero-section-2 .counter-wrap-2:focus,
.hero-section-2 .counter-wrap-2:focus-visible {
  outline: none !important;
}

/* Webflow ≥1280px / 1440px / 1920px: teal border, outline:1px #0099ac, tinted bg — all read as a “box” around KPIs */
@media screen and (min-width: 1280px) {
  .hero-section-2 .counter-wrap-2 {
    border: none !important;
    border-width: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    outline: none !important;
    outline-offset: 0 !important;
    mix-blend-mode: normal !important;
    background: transparent !important;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    max-width: min(920px, 100%) !important;
    padding: 0 !important;
    padding-bottom: 0 !important;
  }

  .hero-section-2 .counter-wrap-2 .counter-name-2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section-2 .counter-wrap-2 .counter-2 {
    height: auto !important;
    place-items: center center !important;
    grid-auto-flow: row !important;
    padding-left: clamp(0.75rem, 1.6vw, 1rem) !important;
    padding-right: clamp(0.75rem, 1.6vw, 1rem) !important;
    padding-bottom: 0 !important;
  }
}


/* Undo Webflow #w-node-* (IDs beat attribute selectors — fixes uneven tiles / 4th tile) */
.hero-section-2 .counter-wrap-2 [id^="w-node-"] {
  grid-area: auto !important;
  align-self: auto !important;
  justify-self: auto !important;
  place-self: auto !important;
}

.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b85-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b88-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b8d-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b90-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b95-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b98-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98b9d-63b6ab1d,
.hero-section-2 #w-node-_18188a10-02bf-1d27-54f1-8e4df2e98ba0-63b6ab1d {
  grid-area: auto !important;
  align-self: stretch !important;
  justify-self: stretch !important;
  place-self: auto !important;
}

.hero-section-2 .counter-wrap-2 .counter-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 0.4rem !important;
  min-height: clamp(5.5rem, 14vw, 6.75rem) !important;
  padding: clamp(1rem, 2.2vw, 1.25rem) clamp(0.75rem, 1.6vw, 1rem) !important;
  margin: 0 !important;
  border-radius: 14px !important;
  /* Opaque blend + light blur — same on every tile (backdrop alone varied over keyboard) */
  background: linear-gradient(
    180deg,
    rgba(30, 41, 59, 0.78) 0%,
    rgba(15, 23, 42, 0.74) 100%
  ) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.05) !important;
  backdrop-filter: blur(10px) saturate(1.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow:
    0 6px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.hero-section-2 .counter-wrap-2 .counter-2:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(0, 153, 172, 0.45) !important;
  background: linear-gradient(
    180deg,
    rgba(30, 41, 59, 0.86) 0%,
    rgba(15, 23, 42, 0.82) 100%
  ) !important;
  box-shadow:
    0 10px 32px rgba(0, 153, 172, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.09) !important;
}

.hero-section-2 .counter-wrap-2 .counter-2 > * {
  width: 100% !important;
  max-width: 100% !important;
}

.hero-section-2 .counter-wrap-2 .visible-height {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.hero-section-2 .counter-wrap-2 .number-prefix {
  font-family: Oswald, sans-serif !important;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem) !important;
  font-weight: 600 !important;
  color: #fff !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  padding: 0 !important;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35) !important;
}

.hero-section-2 .counter-wrap-2 .counter-name-2 {
  opacity: 1 !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: clamp(0.72rem, 1.4vw, 0.82rem) !important;
  font-weight: 600 !important;
  color: rgba(248, 250, 252, 0.9) !important;
  line-height: 1.3 !important;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

/* Webflow ≤991px can set .counter-wrap-2 { position:absolute; left/right } — keep KPIs in normal flow */
@media screen and (max-width: 991px) {
  .hero-section-2 .counter-wrap-2 {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
}

@media (max-width: 900px) {
  .hero-section-2 .counter-wrap-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 520px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 420px) {
  .hero-section-2 .counter-wrap-2 {
    grid-template-columns: 1fr 1fr !important;
    gap: 0.65rem !important;
    max-width: none !important;
  }
  .hero-section-2 .counter-wrap-2 .counter-2 {
    min-height: 0 !important;
    padding: 0.85rem 0.5rem !important;
  }
  .hero-section-2 .counter-wrap-2 .number-prefix {
    font-size: 1.2rem !important;
  }
}

/* ── Fix counter numbers hidden by Webflow translateY(100%) ── */
.number-prefix {
  transform: none !important;
  -webkit-transform: none !important;
  opacity: 1 !important;
}
.visible-height {
  overflow: visible !important;
}

/* Partner strip under hero */
.about-section-3 {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
}

.about-header-3 {
  padding-top: clamp(2.5rem, 6vw, 4rem) !important;
  padding-bottom: 0.5rem !important;
}

.container-one-3 {
  padding-bottom: clamp(2rem, 5vw, 3.5rem) !important;
}

/* ════════════════════════════════════════════
   PARTNER / ABOUT SECTION HEADER
   ════════════════════════════════════════════ */
.about-title-3,
.about-title-3.text-xxl {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  color: #1a1a2e !important;
  font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-align: center !important;
  max-width: 52rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ════════════════════════════════════════════
   PROCESS / AWARD SECTION
   ════════════════════════════════════════════ */
.heading-8 {
  font-size: 28px !important;
  line-height: 1.35 !important;
  color: #1a1a2e !important;
  margin-bottom: 12px !important;
}
.paragraph-7 {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  color: #555 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

/* ════════════════════════════════════════════
   ABOUT / "WHAT SETS SATTVA APART" SECTION
   ════════════════════════════════════════════ */
.about-page-wrapper {
  overflow: visible !important;
  padding: 72px 40px !important;
  background: #fff;
}
.about-page-wrap { max-width: 1200px !important; margin: 0 auto !important; }
.about-page {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 72px !important;
  grid-template-columns: none !important;
}
.about-content-wrap {
  flex: 1 !important;
  margin-top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}
.about-title-one,
.about-title-two-2,
.about-header-details,
.about-content-wrap h2,
.about-content-wrap h3,
.about-content-wrap [data-w-id] {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
}
.about-title-one {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  color: #0099ac !important;
  margin: 0 !important;
}
.about-title-two-2 {
  font-size: 36px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}
.about-header-details {
  opacity: 1 !important;
  transform: none !important;
}
.details-text-2 {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}
.about-page-header {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.about-image-wrap {
  overflow: visible !important;
  margin-top: 0 !important;
  flex-shrink: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex: 0 0 420px;
}
.about-page-image {
  width: 100% !important;
  max-width: 420px !important;
  height: 380px !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.14) !important;
  display: block !important;
  object-fit: cover !important;
  margin: 0 auto !important;
}
.about-text-image-wrap,
.about-right-block,
.about-vertical-line,
.service-content-wrap {
  display: none !important;
}

/* ════════════════════════════════════════════
   VISION / MISSION SECTION HEADER
   ════════════════════════════════════════════ */
.container-one-6 {
  padding: 0 40px 60px !important;
  /* background: #f9fbfc; */
}
.mission_div {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.header-job-seeker {
  text-align: center !important;
  padding: 56px 0 32px !important;
}
.header-job-seeker .heading-4 {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #0099ac !important;
  padding: 0 0 10px !important;
  font-family: Open Sans, sans-serif !important;
}
.header-job-seeker .heading-5 {
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin: 0 0 14px !important;
  line-height: 1.2 !important;
  font-family: Oswald, sans-serif !important;
}
.text-block-4 {
  font-size: 15px !important;
  color: #666 !important;
  line-height: 1.7 !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

/* Vision / Mission cards */
.about-service {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 28px !important;
  justify-content: center !important;
  align-items: stretch !important;
  padding: 0 0 40px !important;
  width: 100% !important;
}
.about-service-item {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  flex: 1 1 0 !important;
  min-width: 0 !important;
  max-width: none !important;
  background: #fff !important;
  border: 1px solid #d8edf0 !important;
  border-top: 4px solid #0099ac !important;
  border-radius: 14px !important;
  padding: 36px 32px !important;
  box-shadow: 0 4px 20px rgba(0,153,172,0.08) !important;
  transition: box-shadow 0.25s, transform 0.25s !important;
  text-align: left !important;
}
.about-service-item:hover {
  box-shadow: 0 10px 32px rgba(0,153,172,0.16) !important;
  transform: translateY(-4px) !important;
}
.about-service-logo-wrap {
  margin-bottom: 8px;
}
.about-service-title-3 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  padding: 12px 0 14px !important;
  font-family: Oswald, sans-serif !important;
}
.about-service-details {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.75 !important;
}

/* ── Recruiting graphic image ── */
.job_image {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 20px 40px !important;
}
.image-7 {
  max-width: 64% !important;
  width: 64% !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* ════════════════════════════════════════════
   EMPLOYERS / RECRUITERS / CANDIDATES SECTION
   ════════════════════════════════════════════ */
.employer-intro {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: auto auto !important;
  gap: 0 32px !important;
  padding: 0 !important;
  margin: 0 0 16px !important;
}
/* Row 1: headers (div-block-6, div-block-7, div-block-8) */
.div-block-6,
.div-block-7,
.div-block-8 {
  background: #0099ac !important;
  border-radius: 14px 14px 0 0 !important;
  padding: 32px 28px 24px !important;
  text-align: center !important;
}
.div-block-6 { grid-column: 1; grid-row: 1; }
.div-block-7 { grid-column: 2; grid-row: 1; }
.div-block-8 { grid-column: 3; grid-row: 1; }

.employer-header {
  margin-bottom: 6px;
}
.heading-6 {
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  font-family: Oswald, sans-serif !important;
  margin: 0 0 4px !important;
  text-align: center !important;
}
.sub-content {
  color: rgba(255,255,255,0.88) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: Open Sans, sans-serif !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}

/* Row 2: text bodies — each is an anonymous <div> wrapping .employer-text */
.employer-intro > div:not(.div-block-6):not(.div-block-7):not(.div-block-8) {
  background: #fff !important;
  border: 1px solid #d8edf0 !important;
  border-top: none !important;
  border-radius: 0 0 14px 14px !important;
  padding: 24px 28px 32px !important;
}
.employer-intro > div:nth-child(2) { grid-column: 1; grid-row: 2; }
.employer-intro > div:nth-child(4) { grid-column: 2; grid-row: 2; }
.employer-intro > div:nth-child(6) { grid-column: 3; grid-row: 2; }

.employer-text {
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.78 !important;
  text-align: left !important;
  padding: 0 !important;
  font-family: Open Sans, sans-serif !important;
}

/* ════════════════════════════════════════════
   LIVE JOBS SECTION
   ════════════════════════════════════════════ */
.js-jobs-section {
  background: #f4f8fb;
  padding: 64px 40px 72px;
}
.js-jobs-header {
  text-align: center;
  margin-bottom: 40px;
}
.js-jobs-badge {
  display: inline-block;
  background: #e8f6f8;
  color: #0099ac;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.js-jobs-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
  font-family: Oswald, sans-serif;
}
.js-jobs-sub {
  color: #666;
  font-size: 16px;
  margin: 0 0 28px;
}
.js-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border: 1.5px solid #0099ac;
  border-radius: 12px;
  padding: 11px 18px;
  box-shadow: 0 2px 12px rgba(0,153,172,.08);
}
.js-search-bar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
  background: transparent;
  font-family: Open Sans, sans-serif;
}
.js-jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px;
  max-width: 1200px;
  margin: 0 auto;
}
.js-jobs-loading {
  grid-column: 1/-1;
  text-align: center;
  color: #888;
  padding: 48px 0;
  font-size: 15px;
}
.js-job-card {
  background: #fff;
  border: 1px solid #e0f0f3;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 2px 14px rgba(0,153,172,.07);
  transition: box-shadow .22s, transform .22s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.js-job-card:hover {
  box-shadow: 0 10px 32px rgba(0,153,172,.16);
  transform: translateY(-3px);
}
.js-job-id {
  font-size: 11px;
  color: #b0b8c1;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.js-job-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.3;
}
.js-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.js-job-badge {
  background: #e8f6f8;
  color: #007a8a;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
}
.js-job-skills {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  flex: 1;
}
.js-job-actions { margin-top: auto; }
.js-apply-btn {
  display: inline-block;
  background: #0099ac;
  color: #fff !important;
  border: none;
  border-radius: 9px;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none !important;
  transition: background .2s, transform .15s;
  letter-spacing: .01em;
}
.js-apply-btn:hover {
  background: #007a8a;
  transform: translateY(-1px);
}
.js-no-results {
  grid-column: 1/-1;
  text-align: center;
  color: #888;
  padding: 48px 0;
}

/* ── Job Detail Drawer ── */
.jd-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(10,20,30,.55);
  backdrop-filter: blur(3px);
  z-index: 9998;
  opacity: 0;
  transition: opacity .25s;
}
.jd-overlay.open { display: block; opacity: 1; }

.jd-drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(680px, 100vw);
  height: 100dvh;
  background: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  box-shadow: -4px 0 40px rgba(0,0,0,.18);
}
.jd-drawer.open { transform: translateX(0); }

.jd-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 32px 20px;
  border-bottom: 1px solid #e8f0f3;
  flex-shrink: 0;
}
.jd-drawer-title-group { flex: 1; min-width: 0; }
.jd-drawer-job-id {
  font-size: 11px;
  color: #b0b8c1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.jd-drawer-job-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.25;
}
.jd-close-btn {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: none;
  background: #f0f4f6;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: #555;
  transition: background .15s, color .15s;
  margin-top: 2px;
}
.jd-close-btn:hover { background: #e0eaee; color: #1a1a2e; }

.jd-drawer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 32px;
  border-bottom: 1px solid #e8f0f3;
  flex-shrink: 0;
}
.jd-meta-badge {
  background: #e8f6f8;
  color: #007a8a;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 500;
}

.jd-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 32px;
}
.jd-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0099ac;
  margin: 0 0 10px;
}
.jd-skills-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}
.jd-skill-tag {
  background: #f0f8f9;
  border: 1px solid #c2e8ee;
  color: #1a1a2e;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 500;
}
.jd-description {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}
.jd-description p { margin: 0 0 10px; }
.jd-description ul, .jd-description ol { padding-left: 20px; margin: 0 0 10px; }
.jd-description strong { color: #1a1a2e; }

.jd-drawer-footer {
  padding: 20px 32px;
  border-top: 1px solid #e8f0f3;
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.jd-apply-btn {
  flex: 1;
  background: #0099ac;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s;
  text-align: center;
}
.jd-apply-btn:hover { background: #007a8a; }
.jd-back-btn {
  background: #f0f4f6;
  color: #555;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}
.jd-back-btn:hover { background: #e0eaee; color: #1a1a2e; }

/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 900px) {
  .about-page {
    flex-direction: column !important;
    gap: 40px !important;
  }
  .about-image-wrap { flex: none !important; }
  .about-page-image {
    max-width: 100% !important;
    height: 260px !important;
  }
  .employer-intro {
    grid-template-columns: 1fr !important;
    grid-template-rows: none !important;
    gap: 0 !important;
  }
  .div-block-6 { grid-column: 1; grid-row: 1; }
  .div-block-7 { grid-column: 1; grid-row: 3; }
  .div-block-8 { grid-column: 1; grid-row: 5; }
  .employer-intro > div:nth-child(2) { grid-column: 1; grid-row: 2; }
  .employer-intro > div:nth-child(4) { grid-column: 1; grid-row: 4; }
  .employer-intro > div:nth-child(6) { grid-column: 1; grid-row: 6; }
  .div-block-6, .div-block-7, .div-block-8 {
    border-radius: 14px 14px 0 0 !important;
  }
  .employer-intro > div:not(.div-block-6):not(.div-block-7):not(.div-block-8) {
    border-radius: 0 0 14px 14px !important;
    margin-bottom: 20px !important;
  }
  .image-7 { max-width: 90% !important; width: 90% !important; }
}

@media (max-width: 700px) {
  .about-service { flex-direction: column !important; }
  .js-jobs-section { padding: 48px 20px 56px; }
  .about-page-wrapper { padding: 48px 20px !important; }
  .container-one-6 { padding: 0 20px 48px !important; }
  .header-job-seeker .heading-5 { font-size: 26px !important; }
}

@media (max-width: 600px) {
  .jd-drawer-header, .jd-drawer-meta, .jd-drawer-body, .jd-drawer-footer {
    padding-left: 18px; padding-right: 18px;
  }
  .jd-drawer-job-title { font-size: 18px; }
}

@media (max-width: 640px) {
  .hero-section-2 {
    justify-content: flex-start !important;
    padding-top: clamp(3.5rem, 12vh, 5rem) !important;
    padding-bottom: clamp(2rem, 6vh, 3rem) !important;
  }
  .hero-content-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  .hero-title-3 {
    text-align: center !important;
  }
  .counter-wrap-2 {
    margin-top: clamp(1.25rem, 4vh, 2rem) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

