
/* =========================================================
DISHA RECRUITMENT
RECEPTIONIST / FRONT DESK MANAGER — BANGALORE
PAGE-SPECIFIC CSS
Load after css/global-new.css
No hero image by design.
========================================================= */

.doctor-job-page.design-engineer-job-page{
  --line:#dce7ef;
  --soft:#f5f9fd;
  --ink:#314f69;
  --muted:#637b91;
}

.doctor-shell{
  width:92%;
  max-width:1180px;
  margin:0 auto;
}

.skip-link{
  position:absolute;
  left:-9999px;
  top:8px;
  z-index:9999;
  padding:9px 14px;
  background:#fff;
  color:var(--blue);
  border-radius:6px;
  box-shadow:0 4px 16px rgba(0,0,0,.14);
}
.skip-link:focus{left:8px}

.doctor-breadcrumb-bar{
  background:#fff;
  border-bottom:1px solid #e7eef4;
}
.doctor-breadcrumb{
  min-height:36px;
  display:flex;
  align-items:center;
  gap:7px;
  overflow-x:auto;
  white-space:nowrap;
  font-size:11px;
  line-height:1.3;
}
.doctor-breadcrumb a{color:#577593}
.doctor-breadcrumb a:hover{color:var(--blue);text-decoration:underline}
.doctor-breadcrumb span[aria-current="page"]{color:#365875;font-weight:600}

/* Compact image-free job hero */
.doctor-hero{
  padding:34px 0 30px;
  background:linear-gradient(105deg,#f3f8fc 0%,#f8fbfe 72%,#f1faf5 100%);
  border-bottom:1px solid var(--line);
}
.doctor-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 350px;
  gap:52px;
  align-items:center;
}
.doctor-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:5px 10px;
  border-radius:999px;
  background:#e8f6ed;
  color:var(--green-dark);
  font-size:9px;
  font-weight:800;
  letter-spacing:.11em;
}
.doctor-eyebrow b{color:#72a184}
.doctor-hero h1{
  max-width:860px;
  margin:11px 0 12px;
  color:var(--blue);
  font:700 clamp(32px,3vw,42px)/1.12 "Poppins",Arial,sans-serif;
  letter-spacing:-.035em;
}
.doctor-hero__lead{
  max-width:820px;
  margin:0 0 18px;
  color:#536f89;
  font-size:15px;
  line-height:1.58;
}
.doctor-hero__lead strong{color:#315a7e}
.doctor-hero__facts{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  max-width:900px;
  border-top:1px solid #d6e2ec;
  border-bottom:1px solid #d6e2ec;
}
.doctor-hero__facts>div{
  min-height:62px;
  padding:10px 13px;
  border-right:1px solid #d6e2ec;
}
.doctor-hero__facts>div:first-child{padding-left:0}
.doctor-hero__facts>div:last-child{border-right:0}
.doctor-hero__facts small,
.doctor-hero__facts strong{display:block}
.doctor-hero__facts small{
  margin-bottom:3px;
  color:#748ba0;
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.06em;
}
.doctor-hero__facts strong{
  color:#234d70;
  font-size:11.5px;
  line-height:1.35;
}
.doctor-hero__actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:17px;
}
.doctor-btn{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:9px 17px;
  border-radius:8px;
  font:700 12px "Poppins",Arial,sans-serif;
  text-decoration:none;
  transition:.16s ease;
}
.doctor-btn:hover{transform:translateY(-1px)}
.doctor-btn--green,
.doctor-btn--apply{color:#fff;background:var(--green)}
.doctor-btn--green:hover,
.doctor-btn--apply:hover{color:#fff;background:var(--green-dark)}
.doctor-text-link{
  color:var(--blue);
  font-size:12px;
  font-weight:700;
}

/* Hero apply card */
.doctor-apply-card{
  padding:21px;
  border:1px solid #d4e1eb;
  border-top:3px solid var(--green);
  border-radius:10px;
  background:#fff;
  box-shadow:0 8px 24px rgba(18,60,105,.07);
}
.doctor-apply-card__label{
  display:block;
  margin-bottom:5px;
  color:var(--green-dark);
  font-size:9px;
  font-weight:800;
  letter-spacing:.1em;
}
.doctor-apply-card h2{
  margin:0 0 7px;
  color:var(--blue);
  font-size:20px;
  line-height:1.22;
}
.doctor-apply-card>p{
  margin:0 0 13px;
  color:#60788e;
  font-size:12.5px;
  line-height:1.5;
}
.doctor-contact{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 0;
  border-top:1px solid #e4edf4;
}
.doctor-contact__icon{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf5fb;
  color:var(--blue);
  font-size:11px;
}
.doctor-contact small,
.doctor-contact a{display:block}
.doctor-contact small{
  margin-bottom:1px;
  color:#7890a4;
  font-size:9px;
  font-weight:700;
}
.doctor-contact a{
  color:#275779;
  font-size:11.5px;
  font-weight:700;
}
.doctor-contact a:hover{text-decoration:underline}
.doctor-apply-card .doctor-btn--apply{
  width:100%;
  margin-top:11px;
}
.doctor-apply-card__note{
  margin:9px 0 0 !important;
  color:#8295a6 !important;
  font-size:9.5px !important;
}

/* Main sections — intentionally compact */
.doctor-section{
  padding:32px 0;
}
.doctor-section--white{background:#fff}
.doctor-section--tint{background:#f6f9fc}
.doctor-section-heading{margin-bottom:17px}
.doctor-section-kicker{
  display:block;
  margin-bottom:4px;
  color:var(--green-dark);
  font-size:9.5px;
  font-weight:800;
  letter-spacing:.11em;
}
.doctor-section h2{
  color:var(--blue);
  font:700 27px/1.18 "Poppins",Arial,sans-serif;
}
.doctor-section h3{
  color:var(--blue);
  font:700 17px/1.25 "Poppins",Arial,sans-serif;
}
.doctor-content-grid{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);
  gap:38px;
  align-items:start;
}
.doctor-content-grid article>p{
  max-width:760px;
  margin:10px 0 0;
  color:#4f6a82;
  font-size:14px;
  line-height:1.62;
}
.doctor-content-grid article>p strong{color:#2f5778}

.doctor-highlight-card{
  padding:17px 18px;
  border:1px solid #dce7ef;
  border-radius:10px;
  background:#fff;
}
.doctor-highlight-card__head{
  display:flex;
  align-items:center;
  gap:9px;
  margin-bottom:7px;
}
.doctor-highlight-card__head i{color:var(--green);font-size:15px}
.doctor-highlight-card__head h3{font-size:16px}
.doctor-highlight-card dl{margin:0}
.doctor-highlight-card dl>div{
  display:flex;
  justify-content:space-between;
  gap:15px;
  padding:7px 0;
  border-top:1px solid #e7eef4;
}
.doctor-highlight-card dt{
  color:#73889b;
  font-size:10.5px;
}
.doctor-highlight-card dd{
  margin:0;
  color:#2d5473;
  font-size:10.5px;
  font-weight:700;
  text-align:right;
}

/* Responsibility cards */
.doctor-card-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
}
.doctor-info-card{
  padding:17px 16px;
  border:1px solid #dce7ef;
  border-radius:9px;
  background:#fff;
  box-shadow:0 4px 14px rgba(18,60,105,.045);
}
.doctor-card-icon{
  display:inline-grid;
  width:31px;
  height:31px;
  place-items:center;
  margin-bottom:9px;
  border-radius:7px;
  background:#eaf6ee;
  color:var(--green-dark);
  font-size:13px;
}
.doctor-info-card h3{margin-bottom:6px;font-size:16px}
.doctor-info-card p{
  margin:0;
  color:#617a90;
  font-size:12.5px;
  line-height:1.52;
}

/* Requirements */
.doctor-requirements-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:13px;
}
.doctor-requirement{
  padding:16px;
  border:1px solid #dce7ef;
  border-radius:9px;
  background:#fff;
}
.doctor-requirement h3{
  display:flex;
  align-items:center;
  gap:7px;
  margin-bottom:6px;
  font-size:15px;
}
.doctor-requirement h3 i{color:var(--green);font-size:13px}
.doctor-requirement p{
  margin:0;
  color:#617a90;
  font-size:12.5px;
  line-height:1.5;
}
.doctor-requirement p strong{color:#315a7b}

/* Schedule */
.doctor-work-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 300px;
  gap:26px;
  align-items:stretch;
}
.doctor-schedule{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:14px;
  border:1px solid #dce7ef;
  border-radius:9px;
  overflow:hidden;
  background:#fff;
}
.doctor-schedule>div{
  padding:13px 14px;
  border-right:1px solid #dce7ef;
}
.doctor-schedule>div:last-child{border-right:0}
.doctor-schedule span,
.doctor-schedule strong{display:block}
.doctor-schedule span{
  margin-bottom:4px;
  color:#748a9d;
  font-size:9.5px;
  font-weight:700;
}
.doctor-schedule strong{
  color:#2d5575;
  font-size:12px;
}
.doctor-pay-card{
  padding:18px;
  border:1px solid #cfe0eb;
  border-top:3px solid var(--green);
  border-radius:9px;
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.doctor-pay-card>strong{
  display:block;
  margin:2px 0 4px;
  color:var(--blue);
  font:700 28px/1.1 "Poppins",Arial,sans-serif;
}
.doctor-pay-card p{
  margin:0;
  color:#617a90;
  font-size:11.5px;
  line-height:1.5;
}

/* Location */
.doctor-fit-grid{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) .8fr;
  gap:38px;
  align-items:center;
}
.doctor-fit-grid p{
  max-width:760px;
  margin:9px 0 0;
  color:#4f6a82;
  font-size:14px;
  line-height:1.62;
}
.doctor-fit-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.doctor-fit-points span{
  display:flex;
  align-items:center;
  gap:8px;
  padding:11px 12px;
  border:1px solid #dce7ef;
  border-radius:8px;
  background:#f8fbfe;
  color:#496a84;
  font-size:11px;
  font-weight:700;
}
.doctor-fit-points i{color:var(--green)}

/* Bottom CTA — based on supplied reference, tightened for compactness */
.doctor-cta{
  position:relative;
  overflow:hidden;
  background:#0b5aa5;
  border-top:1px solid #0a4c8d;
  border-bottom:1px solid #0a4c8d;
}
.doctor-cta:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--green);
}
.doctor-cta__inner{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr) auto;
  gap:24px;
  align-items:center;
  min-height:164px;
  padding:25px 0;
}
.doctor-cta__copy>span{
  display:block;
  margin-bottom:6px;
  color:#cde8da;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}
.doctor-cta__copy h2{
  max-width:650px;
  margin:0 0 7px;
  color:#fff;
  font:700 27px/1.18 "Poppins",Arial,sans-serif;
  letter-spacing:-.02em;
}
.doctor-cta__copy p{
  max-width:680px;
  margin:0;
  color:#d8e9f7;
  font-size:13px;
  line-height:1.48;
}
.doctor-cta__contact{
  display:grid;
  gap:8px;
}
.doctor-cta__contact-item{
  display:flex;
  align-items:center;
  gap:9px;
  padding-left:11px;
  border-left:1px solid rgba(255,255,255,.26);
}
.doctor-cta__contact-item>i{
  width:23px;
  color:#d5ecdf;
  text-align:center;
  font-size:12px;
}
.doctor-cta__contact-item small,
.doctor-cta__contact-item a{display:block}
.doctor-cta__contact-item small{
  color:#b9d4e8;
  font-size:8.5px;
  font-weight:600;
}
.doctor-cta__contact-item a{
  color:#fff;
  font-size:10.5px;
  font-weight:700;
}
.doctor-cta__actions{
  display:flex;
  flex-direction:column;
  gap:8px;
  min-width:128px;
}
.doctor-cta-btn{
  min-height:39px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:9px 13px;
  border-radius:7px;
  font:700 11.5px "Poppins",Arial,sans-serif;
  white-space:nowrap;
}
.doctor-cta-btn--green{background:#148c3b;color:#fff}
.doctor-cta-btn--green:hover{background:#107631;color:#fff}
.doctor-cta-btn--white{background:#fff;color:#0b4f9c}
.doctor-cta-btn--white:hover{background:#f0f6fb;color:#0b4f9c}

/* Avoid excessive white space from the global footer */
.doctor-job-page.design-engineer-job-page .hrx-footer{margin-top:0}

/* Responsive */
@media (max-width:1080px){
  .doctor-hero__grid{grid-template-columns:minmax(0,1fr) 320px;gap:30px}
  .doctor-card-grid,
  .doctor-requirements-grid{grid-template-columns:repeat(2,1fr)}
  .doctor-cta__inner{grid-template-columns:1fr 1fr}
  .doctor-cta__actions{grid-column:2;grid-row:1 / span 2;align-self:center}
}
@media (max-width:820px){
  .doctor-hero{padding:27px 0 25px}
  .doctor-hero__grid,
  .doctor-content-grid,
  .doctor-work-grid,
  .doctor-fit-grid{grid-template-columns:1fr}
  .doctor-apply-card{max-width:560px}
  .doctor-hero__facts{grid-template-columns:repeat(2,1fr)}
  .doctor-hero__facts>div:nth-child(2){border-right:0}
  .doctor-hero__facts>div:nth-child(3){border-top:1px solid #d6e2ec}
  .doctor-hero__facts>div:nth-child(4){border-top:1px solid #d6e2ec}
  .doctor-hero__facts>div:first-child{padding-left:13px}
  .doctor-schedule{grid-template-columns:repeat(2,1fr)}
  .doctor-schedule>div:nth-child(2){border-right:0}
  .doctor-schedule>div:nth-child(3){border-top:1px solid #dce7ef}
  .doctor-schedule>div:nth-child(4){border-top:1px solid #dce7ef}
  .doctor-schedule>div:last-child{border-right:0}
  .doctor-fit-points{max-width:620px}
  .doctor-cta__inner{grid-template-columns:1fr}
  .doctor-cta__actions{grid-column:auto;grid-row:auto;flex-direction:row;justify-content:flex-start}
}
@media (max-width:600px){
  .doctor-shell{width:92%}
  .doctor-hero h1{font-size:29px;line-height:1.14}
  .doctor-hero__lead{font-size:13.5px}
  .doctor-hero__facts{grid-template-columns:1fr 1fr}
  .doctor-hero__facts>div{min-height:58px;padding:9px 10px}
  .doctor-hero__facts>div:first-child{padding-left:10px}
  .doctor-hero__facts strong{font-size:10.5px}
  .doctor-hero__actions{align-items:flex-start;flex-direction:column;gap:10px}
  .doctor-section{padding:25px 0}
  .doctor-section h2{font-size:23px}
  .doctor-card-grid,
  .doctor-requirements-grid{grid-template-columns:1fr}
  .doctor-schedule{grid-template-columns:1fr}
  .doctor-schedule>div{border-right:0 !important;border-top:1px solid #dce7ef}
  .doctor-schedule>div:first-child{border-top:0}
  .doctor-fit-points{grid-template-columns:1fr}
  .doctor-cta__copy h2{font-size:23px}
  .doctor-cta__copy p{font-size:12.5px}
  .doctor-cta__actions{flex-direction:column;width:100%}
  .doctor-cta-btn{width:100%}
}
