/* ==========================================================================
   Locations page (locations/index — Mumbai). Page-specific styles.
   Shared: CTA/FAQ/structured-approach, .wcard/.wicon, .benefit-card, .itag,
   helpers — all in app.css. Prefix `lc-`.
   ========================================================================== */

.lc-h2 { font-size: 30px; font-weight: 600; line-height: 1.3; }

/* ---- Office Locations: city card as a link (office/index) ---- */
.office-card { text-decoration: none; color: inherit; height: 100%; }
.office-card:hover { color: inherit; }


/* ---- HERO (left-aligned, search + CTAs) ---- */
.lc-hero { position: relative; overflow: hidden; min-height: 470px; display: flex; align-items: center; }
.lc-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.lc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 32, 64, .94) 0%, rgba(6, 32, 64, .84) 42%, rgba(6, 32, 64, .4) 72%, rgba(6, 32, 64, .08) 100%); }
.lc-hero-inner { max-width: 1200px; position: relative; z-index: 2; padding: 54px 12px 66px; }
.lc-badge { display: inline-block; background: #115499; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 500; line-height: 20px; border-radius: 10px; padding: 11px 22px; margin-bottom: 18px; }
.lc-hero-title { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 50px; font-weight: 600; line-height: 58px; max-width: 680px; }
.lc-hero-sub { color: #c4d6ec; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; max-width: 560px; margin-top: 14px; }
.lc-search { display: flex; align-items: center; background: #fff; border-radius: 12px; padding: 7px 7px 7px 18px; max-width: 600px; margin-top: 26px; box-shadow: 0 16px 40px rgba(0, 0, 0, .22); flex-wrap: wrap; }
.lc-search-field { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 200px; }
.lc-search-ic { color: #9aa7b8; }
.lc-search-input { border: none; outline: none; font-size: 13.5px; width: 100%; color: #33445c; background: transparent; }
.lc-search-sep { width: 1px; height: 26px; background: #e4ebf3; margin: 0 12px; }
.lc-search-city { display: flex; align-items: center; gap: 8px; }
.lc-search-select { border: none; outline: none; font-size: 13.5px; color: #33445c; background: transparent; }
.lc-search-city .lc-search-input { width: 130px; }
.lc-search-btn { width: 42px; height: 42px; border-radius: 9px; background: #1f7ae0; border: none; color: #fff; display: flex; align-items: center; justify-content: center; margin-left: 10px; cursor: pointer; }
.lc-hero-cta { gap: 12px; margin-top: 18px; flex-wrap: wrap; }
.lc-btn-fill { display: inline-flex; align-items: center; justify-content: center; min-width: 250px; background: #1f7ae0; color: #fff; border: 1.6px solid #1f7ae0; border-radius: 20px; font-weight: 600; padding: 13px 26px; text-decoration: none; transition: .2s; }
.lc-btn-fill:hover { background: #0d5cbf; border-color: #0d5cbf; color: #fff; }
.lc-btn-outline { display: inline-flex; align-items: center; justify-content: center; min-width: 250px; border: 1.6px solid rgba(255, 255, 255, .6); color: #fff; border-radius: 20px; font-weight: 600; padding: 13px 26px; text-decoration: none; transition: .2s; }
.lc-btn-outline:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.lc-bc { margin-top: 30px; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 500; line-height: 24px; }
.lc-bc a { color: #cfe2f7; text-decoration: none; }
.lc-bc .sep { color: #cfe2f7; opacity: .6; padding: 0 8px; }
.lc-bc .current { color: #3f9bff; }

/* ---- CHALLENGES ---- */
.lc-challenges { background: #eef5fd; padding: 44px 0; }
.lc-challenges-inner { max-width: 1150px; }
.lc-challenge-img { width: 100%; height: 400px; object-fit: cover; border-radius: 18px; box-shadow: 0 20px 45px rgba(13, 60, 120, .14); }
.lc-chal-lead1 { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 16px 0 18px; }
.lc-chal-lead2 { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin-top: 18px; }
.lc-chal-list { display: flex; flex-direction: column; gap: 14px; }
.lc-chal-item { display: flex; gap: 12px; align-items: flex-start; }
.lc-chal-ic { color: #d8222a; font-size: 18px; margin-top: 2px; }
.lc-chal-text { color: #3a4d65; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; }

/* ---- TAILORED SOLUTIONS ---- */
.lc-tailored-row { margin-bottom: 32px; row-gap: 16px; }
.lc-tailored-lead { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 12px 0 0; }
.lc-btn-text { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 16px; line-height: 22px; }
.lc-wcard { background: #fff; border: 1px solid #e9eff6; border-radius: 14px; padding: 24px; height: 100%; box-shadow: 0 8px 22px rgba(13, 60, 120, .05); }
.lc-wicon-sm { width: 46px; height: 46px; border-radius: 11px; margin-bottom: 14px; }
.lc-card-h4 { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; color: #0e2a47; }
.lc-card-p { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; color: #5f7186; margin: 6px 0 0; }

/* ---- WHY CHOOSE US (interactive) ---- */
.lc-why-row { margin-bottom: 34px; row-gap: 14px; }
.lc-why-lead { color: #1B4977; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.lc-wmd-panel { background: linear-gradient(135deg, #1f7ae0, #1560b8); border-radius: 18px; padding: 38px; color: #fff; height: 100%; position: relative; overflow: hidden; min-height: 320px; }
.lc-wmd-bgicon { position: absolute; top: 24px; right: 30px; font-size: 96px; opacity: .12; }
.lc-wmd-head { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.lc-wmd-badge { width: 46px; height: 46px; border-radius: 12px; background: #d8222a; display: flex; align-items: center; justify-content: center; }
.lc-wmd-icon { font-size: 22px; color: #fff; }
.lc-wmd-bignum { opacity: .82; font-weight: 600; font-size: 15px; }
.lc-wmd-dtitle { color: #fff; font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 600; margin: 26px 0 14px; line-height: 36px; }
.lc-wmd-ddesc { color: #dceaff; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; margin: 0; }
.lc-wmd-list { border: 1px solid #e9eff6; border-radius: 18px; overflow: hidden; box-shadow: 0 10px 30px rgba(13, 60, 120, .06); background: #fff; }
.wmd-row { display: flex; gap: 16px; align-items: center; padding: 22px 26px; border-bottom: 1px solid #eef2f7; cursor: pointer; transition: background .2s; }
.wmd-row:last-child { border-bottom: none; }
.wmd-row:hover { background: #f6f9fd; }
.wmd-ic { width: 46px; height: 46px; border-radius: 12px; background: #1f7ae0; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 19px; flex: none; transition: .2s; }
.wmd-title { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 18px; line-height: 24px; color: #1f7ae0; transition: .2s; }
.wmd-num { color: #9aa7b8; font-size: 15px; margin-bottom: 2px; }
.wmd-row.active { background: #f4f9ff; }
.wmd-row.active .wmd-ic { background: #1f7ae0; color: #fff; }
.wmd-row.active .wmd-title { color: #1f7ae0; }

/* ---- Four Commitments (dark glass accordion) ---- */
.sv-h2-white2 {    color: #fff;    font-size: 30px;    font-weight: 600;    line-height: 36px; }
.sv-commit { position: relative; overflow: hidden; background: #0c54bf; padding: 44px 0; }
.sv-deco1 { position: absolute; right: -30px; top: 150px; width: 300px; opacity: .45; z-index: 0; pointer-events: none; }
.sv-deco2 { position: absolute; left: -70px; top: 340px; width: 230px; opacity: .4; z-index: 0; pointer-events: none; }
.sv-commit-inner { max-width: 1150px; position: relative; z-index: 1; }
.sv-commit-row { margin-bottom: 30px; row-gap: 14px; }
.sv-commit-lead { color: #cfe0f5; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.sv-commit-img { width: 100%; border-radius: 18px; }
.commit-acc .accordion-item { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .10); border-radius: 16px; margin-bottom: 16px; overflow: hidden; transition: background .25s; }
.commit-acc .accordion-item:has(.accordion-button:not(.collapsed)) { background: rgba(3, 28, 66, .45); }
.commit-acc .accordion-button { display: flex; align-items: center; gap: 14px; background: transparent; color: #fff; font-weight: 600; font-size: 18px; padding: 18px 24px; box-shadow: none; }
.commit-acc .accordion-button .cm-ic { width: 24px; flex: none; filter: brightness(0) invert(1); }
.commit-acc .accordion-button::after { filter: brightness(0) invert(1); margin-left: auto; }
.commit-acc .accordion-button:not(.collapsed) { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "icon chevron" "title title"; row-gap: 18px; padding: 24px 26px; }
.commit-acc .accordion-button:not(.collapsed) .cm-ic { grid-area: icon; }
.commit-acc .accordion-button:not(.collapsed) .cm-ttl { grid-area: title; font-size: 20px; }
.commit-acc .accordion-button:not(.collapsed)::after { grid-area: chevron; margin: 0; align-self: center; }
.commit-acc .accordion-body { color: #cfe0f5; font-size: 14px; padding: 0 26px 24px; line-height: 1.65; }



/* ---- INDUSTRY EXPERTISE (grid) ---- */
.lc-ind-grid { border-top: 1px solid #eef2f7; border-left: 1px solid #eef2f7; border-radius: 12px; overflow: hidden; }
.indcell { transition: background .25s ease; }
.indcell:hover { background: #eef5fd; }
.ind-ic { transition: background-color .25s ease; }
.indcell:hover .ind-ic { background: #d8222a; }
.lc-indcell { padding: 32px; height: 100%; border-right: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; }
.lc-ind-ic { width: 52px; height: 52px; border-radius: 13px; background: #1f7ae0; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.lc-ind-ic-img { width: 26px; filter: brightness(0) invert(1); }
.lc-ind-h4 { font-size: 18px; font-weight: 700; color: #1f6fc9; margin: 0; }
.lc-ind-p { font-size: 13px; color: #5f7186; margin: 10px 0 16px; line-height: 1.6; }
.lc-ind-tags { gap: 8px; }

/* ---- INDUSTRY WE HIRE FOR ---- */
.hm-ind-grid { border-top: 1px solid #eef2f7; border-left: 1px solid #eef2f7; border-radius: 12px; overflow: hidden; }
.indcell { transition: background .25s ease; }
.indcell:hover { background: #eef5fd; }
.hm-indcell { padding: 32px; height: 100%; border-right: 1px solid #eef2f7; border-bottom: 1px solid #eef2f7; }
.ind-ic { transition: background-color .25s ease; }
.indcell:hover .ind-ic { background: #d8222a; }
.hm-ind-ic { width: 52px; height: 52px; border-radius: 13px; background: #1f7ae0; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.hm-ind-ic-img { width: 26px; filter: brightness(0) invert(1); }
.hm-ind-h4 { font-family: 'Montserrat', sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; color: #1f6fc9; margin: 0; }
.hm-ind-p { font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 14px; line-height: 20px; color: #5f7186; margin: 10px 0 16px; }
.hm-ind-tags { gap: 8px; }
.hm-ind-tag { background: #eaf2fc; color: #1f6fc9; font-size: 12px; font-weight: 500; border-radius: 20px; padding: 6px 14px; }




/* ---- BENEFITS ---- */
.lc-benefits-lead { color: #1B4977; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 14px 0 16px; }
.lc-benefits-img { width: 100%; height: auto; object-fit: cover; border-radius: 14px; display: block; }
.lc-benefit-list { display: flex; flex-direction: column; gap: 8px; }

/* ---- FOUR COMMITMENTS (solid) ---- */
.lc-commit { background: #0051A5; padding: 44px 0; }
.lc-commit-inner { max-width: 1150px; }
.lc-commit-row { margin-bottom: 30px; row-gap: 14px; }
.lc-commit-h2 { color: #fff; font-size: 29px; font-weight: 600; }
.lc-commit-lead { color: #cfe0f5; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.lc-commit-img { width: 100%; border-radius: 14px; }
.lc-commit-ic { width: 22px; margin-right: 12px; filter: brightness(0) invert(1); }
.lc-commit-acc .accordion-item { background: #084A8E; border: none; border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.lc-commit-acc .accordion-button { background: transparent; color: #fff; font-weight: 600; font-size: 16px; padding: 20px 22px; box-shadow: none; }
.lc-commit-acc .accordion-button::after { filter: brightness(0) invert(1); }
.lc-commit-acc .accordion-body { color: #cfe0f5; font-size: 14px; padding: 0 22px 20px; }

/* ==========================================================================
   LOCATIONS — Missing base styles for shared includes
   (hm-sec-h2 / hm-sec-lead / hm-wmd-introrow are defined in home.css and
   services.css but location pages load neither — define them here so the
   industries-weserve and related includes render correctly.)
   ========================================================================== */
.hm-sec-h2 { font-family: 'Montserrat', sans-serif; font-size: 30px; font-weight: 600; line-height: 36px; color: #0e2a47; margin: 0; }
.hm-sec-lead { color: #5f7186; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px; line-height: 24px; margin: 0; }
.hm-sec-lead--blue { color: #1B4977; }
.hm-wmd-introrow { margin-bottom: 36px; row-gap: 14px; }

/* ==========================================================================
   LOCATIONS — Responsive (1920 → 320px)
   ========================================================================== */

/* ---- ≤991px  tablet landscape ---- */
@media (max-width: 991.98px) {
  .lc-hero-inner       { padding: 40px 12px 50px; }
  .lc-hero-title       { font-size: 42px; line-height: 1.14; }
  .lc-hero-sub         { font-size: 16px; }
  .lc-h2               { font-size: 26px; }
  .lc-challenge-img    { height: 320px; }
  .lc-challenges-inner { padding-left: 15px; padding-right: 15px; }
  .lc-commit-inner     { padding-left: 15px; padding-right: 15px; }
  .sv-commit-inner     { padding-left: 15px; padding-right: 15px; }
  .lc-wmd-panel        { padding: 28px; }
  .lc-wmd-dtitle       { font-size: 26px; }
  .lc-indcell          { padding: 24px; }
  .hm-indcell          { padding: 24px; }
  .hm-sec-h2           { font-size: 26px; line-height: 1.3; }
  .hm-sec-lead         { font-size: 16px; }
  .sv-h2-white2        { font-size: 26px; line-height: 1.3; }
  .sv-commit           { padding: 36px 0; }
  .sv-commit-lead      { font-size: 16px; }
}

/* ---- ≤767px  mobile landscape / small tablet ---- */
@media (max-width: 767.98px) {
  .lc-hero-inner       { padding: 34px 12px 44px; }
  .lc-hero-title       { font-size: 36px; line-height: 1.15; }
  .lc-hero-sub         { font-size: 15px; margin-top: 10px; }
  .lc-bc               { font-size: 14px; margin-top: 20px; }
  .lc-h2               { font-size: 23px; }
  .lc-challenges       { padding: 32px 0; }
  .lc-challenge-img    { height: 240px; }
  .lc-wmd-panel        { padding: 22px; min-height: 0; }
  .lc-wmd-dtitle       { font-size: 22px; line-height: 1.3; margin: 16px 0 10px; }
  .lc-indcell          { padding: 20px; }
  .hm-indcell          { padding: 20px; }
  /* Industry grid: 2-col on tablet (≥576px handled), 1-col on phone via ≤575px rule */
  .lc-ind-grid > .col-md-4 { flex: 0 0 auto; width: 50%; }
  /* Tailored solutions header — reduce gutter between title and CTA on tablet */
  .lc-tailored-row { row-gap: 10px; }
  /* Why Choose Us lead text */
  .lc-why-lead { font-size: 16px; }
  .lc-tailored-lead { font-size: 16px; }
  .lc-chal-lead1, .lc-chal-lead2 { font-size: 16px; }
  .lc-chal-text { font-size: 16px; }
  .lc-benefits-lead { font-size: 16px; }
  .hm-sec-h2           { font-size: 24px; }
  .sv-h2-white2        { font-size: 24px; }
  .sv-commit           { padding: 28px 0; }
  .sv-commit-lead      { font-size: 15px; }
  .commit-acc .accordion-button { font-size: 16px; padding: 16px 22px; }
  .lc-commit           { padding: 28px 0; }
  .lc-commit-h2        { font-size: 24px; }
  .lc-commit-acc .accordion-button { font-size: 15px; }
}

/* ---- ≤575px  mobile portrait ---- */
@media (max-width: 575.98px) {
  /* Hero */
  .lc-hero-inner       { padding: 26px 12px 34px; }
  .lc-hero-title       { font-size: 30px; line-height: 1.2; }
  .lc-hero-sub         { font-size: 14px; margin-top: 8px; }
  .lc-bc               { font-size: 13px; margin-top: 14px; }
  .lc-hero-cta         { gap: 8px; }
  .lc-btn-fill,
  .lc-btn-outline      { min-width: 0; width: 100%; }
  /* Search — fully stacked layout on mobile */
  .lc-search           { flex-direction: column; gap: 0; padding: 0; border-radius: 14px; overflow: hidden; max-width: 100%; }
  .lc-search-sep       { display: none; }
  .lc-search-field     { min-width: 0; width: 100%; flex: none; padding: 14px 16px; border-bottom: 1px solid #e4ebf3; gap: 10px; }
  .lc-search-city      { min-width: 0; width: 100%; flex: none; padding: 14px 16px; border-bottom: 1px solid #e4ebf3; gap: 10px; }
  .lc-search-city .lc-search-input { width: 100%; flex: 1; }
  .lc-search-input     { font-size: 14px; }
  .lc-search-btn       { width: 100%; height: 48px; border-radius: 0; margin-left: 0; font-size: 14px; font-weight: 600; letter-spacing: 0.2px; justify-content: center; gap: 8px; }
  .lc-search-btn::after { content: "Search Jobs"; font-size: 14px; font-weight: 600; }
  /* CTA buttons — full width stacked */
  .lc-hero-cta         { flex-direction: column; }
  /* Section headings */
  .lc-h2               { font-size: 21px; }
  .hm-sec-h2           { font-size: 21px; }
  .lc-card-h4          { font-size: 17px; }
  /* Body text — reduce on small screens */
  .lc-why-lead         { font-size: 15px; }
  .lc-tailored-lead    { font-size: 15px; }
  .lc-chal-lead1,
  .lc-chal-lead2       { font-size: 15px; }
  .lc-chal-text        { font-size: 15px; }
  .lc-benefits-lead    { font-size: 15px; }
  /* Single-column grids on mobile portrait */
  .lc-wcard-row > [class*="col-md-3"]  { flex: 0 0 auto; width: 100%; }
  .lc-ind-grid > .col-md-4             { flex: 0 0 auto; width: 100%; }
  /* Challenges */
  .lc-challenges       { padding: 26px 0; }
  .lc-challenge-img    { height: 200px; }
  /* WMD panel */
  .lc-wmd-panel        { padding: 18px; }
  .lc-wmd-dtitle       { font-size: 20px; line-height: 1.3; margin: 12px 0 8px; }
  .lc-wmd-bgicon       { font-size: 72px; }
  /* Industry cells */
  .lc-indcell          { padding: 16px; }
  .hm-indcell          { padding: 16px; }
  /* Commitments */
  .sv-h2-white2        { font-size: 22px; line-height: 1.3; }
  .sv-commit           { padding: 24px 0; }
  .sv-commit-lead      { font-size: 14px; }
  .commit-acc .accordion-button { font-size: 15px; padding: 14px 18px; }
  .lc-commit           { padding: 24px 0; }
  .lc-commit-h2        { font-size: 22px; }
  .lc-commit-lead      { font-size: 14px; }
  .lc-commit-acc .accordion-button { font-size: 14px; padding: 14px 16px; }
}

/* ---- ≤400px  very small phones ---- */
@media (max-width: 400px) {
  .lc-hero-title       { font-size: 27px; line-height: 1.2; }
  .lc-h2               { font-size: 20px; }
  .hm-sec-h2           { font-size: 20px; }
  .lc-card-h4          { font-size: 15px; }
  /* Industry grid already 1-col from ≤575px rule above */
  .lc-indcell          { padding: 14px; }
  .hm-indcell          { padding: 14px; }
  .lc-wmd-panel        { padding: 14px; }
  .lc-wmd-dtitle       { font-size: 18px; }
  .sv-h2-white2        { font-size: 20px; }
  .lc-commit-h2        { font-size: 20px; }
  .commit-acc .accordion-button { font-size: 14px; padding: 13px 16px; }
  .lc-commit-acc .accordion-button { font-size: 13px; padding: 13px 14px; }
}

/* ---- ≤340px  320px narrowest viewports ---- */
@media (max-width: 340px) {
  .lc-hero-title       { font-size: 24px; line-height: 1.22; }
  .lc-h2               { font-size: 19px; }
  .hm-sec-h2           { font-size: 19px; }
  .lc-badge            { font-size: 12px; padding: 9px 16px; }
}
