.elementor-20494 .elementor-element.elementor-element-ce0849e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-20494 .elementor-element.elementor-element-b824f13{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== @font-face ===== */
@font-face {
  font-family: 'F37Bobby';
  src: url('https://shiftcare.com/wp-content/uploads/2025/07/F37Bobby-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F37 Jan';
  src: url('https://shiftcare.com/wp-content/uploads/2025/07/F37Jan-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F37 Jan';
  src: url('https://shiftcare.com/wp-content/uploads/2025/07/F37Jan-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'F37 Jan', sans-serif; color: #604b63; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ===== Hero ===== */
.sc-hero {
  background: linear-gradient(rgb(246,243,246) 0%, rgb(229,236,250) 100%);
  padding: 0;
}
.sc-hero .e-con-inner {
  display: flex;
  flex-direction: row;
  gap: 96px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px;
  align-items: center;
}
.sc-hero .text-col { flex: 1; display: flex; flex-direction: column; gap: 24px; }
.sc-hero .image-col { flex: 1; }
.hero-eyebrow {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #5175d1;
  letter-spacing: 0.5px;
}
.sc-hero h1 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #261127;
  line-height: 1.1;
}
.hero-body {
  font-family: 'F37 Jan', sans-serif;
  font-size: 20px;
  color: #604b63;
  line-height: 36px;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'F37 Jan', sans-serif;
  font-size: 15px;
  color: #604b63;
}
.hero-trust .stars { color: #f5a623; font-size: 18px; letter-spacing: 2px; }
.hero-trust strong { color: #261127; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 8px; }
.btn-primary {
  display: inline-block;
  background: #f25056;
  color: #fff;
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 28px;
  border-radius: 90px;
  transition: background 0.2s;
}
.btn-primary:hover { background: #d9434a; }
.btn-secondary {
  display: inline-block;
  border: 2px solid #5175d1;
  color: #5175d1;
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 28px;
  border-radius: 90px;
  background: transparent;
  transition: background 0.2s;
}
.btn-secondary:hover { background: rgba(81,117,209,0.06); }
a.btn-primary:hover,
a.btn-primary {
    color: #ffffff !important;
}
/* ===== Split Path Navigation ===== */
.split-paths {
  background: #fff;
  border-bottom: 1px solid #f6f3f6;
}
.split-paths .e-con-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 48px 32px;
  text-align: center;
}
.path-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 24px;
}
.path-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 2px solid #5175d1;
  border-radius: 90px;
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #5175d1;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s;
}
.path-btn.active, .path-btn:hover {
  background: #5175d1;
  color: #fff;
}
.split-paths p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  color: #604b63;
  line-height: 32px;
  max-width: 800px;
  margin: 0 auto;
}

/* ===== Feature Sections ===== */
.features-sec { background: #fff; }
.features-sec.tinted-bg { background: #fbf9fb; }

.features-Content_Wraper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
  max-width: 1216px;
  padding: 112px 10px 0;
  margin: 0 auto;
}
.features-Content_Wraper.row-reverse {
  direction: rtl;
}
.features-Content_Wraper.row-reverse > * {
  direction: ltr;
}

.features-sec .text-col {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
.features-sec .image-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.features-sec .image-col img {
  border-radius: 12px;
}
.subtitle {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7f6b80;
  letter-spacing: 0.5px;
}
.features-sec .text-col h2 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #261127;
  line-height: 1.2;
}
.features-sec .text-col > p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 20px;
  color: #604b63;
  line-height: 36px;
}
.icon-boxes {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.icon-box {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
.icon-box .icon-circle {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #f0edfa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.icon-box .icon-circle img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.icon-box h3 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #261127;
  margin-bottom: 4px;
}
.icon-box p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  color: #604b63;
  line-height: 30px;
}
.learn-more {
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #5175d1;
}
.learn-more:hover { text-decoration: underline; }

/* ===== Leakage Stack Table ===== */
.leakage-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 16px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #f6f3f6;
}
.leakage-table thead th {
  font-family: 'F37Bobby', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7f6b80;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 16px 20px;
  background: #fbf9fb;
  text-align: left;
  border-bottom: 2px solid #f6f3f6;
}
.leakage-table tbody td {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  color: #604b63;
  padding: 16px 20px;
  border-bottom: 1px solid #f6f3f6;
  line-height: 1.5;
}
.leakage-table tbody tr:last-child td { border-bottom: none; }
.leakage-table .cost-col {
  font-family: 'F37Bobby', sans-serif;
  font-size: 20px;
  color: #261127;
  font-weight: 400;
  white-space: nowrap;
}
.leakage-table .total-row td {
  background: #261127;
  color: #fff;
  font-family: 'F37Bobby', sans-serif;
  font-size: 18px;
}
.leakage-table .total-row .cost-col {
  color: #f25056;
  font-size: 24px;
}

/* ===== Review / Quote Block ===== */
.review-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 24px 16px;
  border: 1px solid #f6f3f6;
  background: #fbf9fb;
  border-radius: 6px;
  transition: box-shadow 0.3s;
}
.review-sec:hover { box-shadow: 0 25px 50px -12px rgba(96,115,143,0.25); }
.review-sec .quote-icon { width: 45px; height: 40px; flex-shrink: 0; }
.review {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: calc(100% - 60px);
}
.review > p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  color: #604b63;
  line-height: 24px;
  font-style: italic;
}
.client-details .name {
  font-family: 'F37Bobby', sans-serif;
  font-size: 16px;
  color: #604b63;
}
.client-details .designation {
  font-family: 'F37 Jan', sans-serif;
  font-size: 14px;
  color: #4151a5;
}
.rating { display: flex; gap: 4px; }
.rating img { max-width: 16px; }

/* ===== Calculator Section ===== */
.calc-section {
  background: linear-gradient(180deg, #f6f3f6 0%, #e5ecfa 100%);
  color: #261127;
  padding: 0;
}
.calc-section .e-con-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 96px 32px;
}
.calc-section h2 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #261127;
  text-align: center;
  margin-bottom: 8px;
}
.calc-subtitle {
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  color: #604b63;
  text-align: center;
  margin-bottom: 48px;
  line-height: 30px;
}
.calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.calc-inputs {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.calc-field label {
  display: block;
  font-family: 'F37Bobby', sans-serif;
  font-size: 16px;
  color: #261127;
  margin-bottom: 8px;
}
.calc-field .field-helper {
  font-family: 'F37 Jan', sans-serif;
  font-size: 13px;
  color: #7f6b80;
  margin-bottom: 10px;
  line-height: 1.4;
}
.calc-field .input-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.calc-field input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: rgba(81,117,209,0.2);
  border-radius: 3px;
  outline: none;
}
.calc-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5175d1;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(81,117,209,0.3);
}
.calc-field input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5175d1;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(81,117,209,0.3);
}
.calc-field .value-display {
  font-family: 'F37Bobby', sans-serif;
  font-size: 20px;
  color: #261127;
  min-width: 60px;
  text-align: right;
}
.calc-field .benchmark {
  font-family: 'F37 Jan', sans-serif;
  font-size: 13px;
  color: #7f6b80;
  margin-top: 4px;
}
.calc-field .benchmark .target { color: #0e8a6d; }
.calc-field .benchmark .warning { color: #d63a40; }

/* Staff count input */
.staff-input {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e0e5;
  border-radius: 8px;
  background: #fff;
  color: #261127;
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  outline: none;
  transition: border-color 0.2s;
}
.staff-input:focus { border-color: #5175d1; }
.staff-input::placeholder { color: #7f6b80; }

/* Results panel */
.calc-results {
  background: #fff;
  border: 1px solid #e5e0e5;
  border-radius: 16px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 8px 32px rgba(38,17,39,0.06);
}
.result-main {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #f6f3f6;
}
.result-label {
  font-family: 'F37 Jan', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7f6b80;
  margin-bottom: 8px;
}
.result-number {
  font-family: 'F37Bobby', sans-serif;
  font-size: 56px;
  color: #f25056;
  line-height: 1;
  margin-bottom: 12px;
}
.result-context {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  color: #604b63;
  line-height: 26px;
}
.result-context strong { color: #261127; }
.result-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f6f3f6;
}
.breakdown-row:last-child { border-bottom: none; }
.breakdown-label {
  font-family: 'F37 Jan', sans-serif;
  font-size: 14px;
  color: #604b63;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breakdown-value {
  font-family: 'F37Bobby', sans-serif;
  font-size: 18px;
  color: #261127;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.status-red { background: #f25056; }
.status-yellow { background: #f5a623; }
.status-green { background: #00c99c; }

.result-message {
  font-family: 'F37 Jan', sans-serif;
  font-size: 15px;
  color: #604b63;
  line-height: 24px;
  text-align: center;
  padding: 16px;
  background: rgba(242,80,86,0.06);
  border: 1px solid rgba(242,80,86,0.15);
  border-radius: 8px;
}

.calc-cta {
  text-align: center;
  margin-top: 8px;
}

/* ===== 5 Numbers Section ===== */
.numbers-section { background: #fff; }
.numbers-section .e-con-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 112px 32px 80px;
}
.numbers-section h2 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #261127;
  text-align: center;
  margin-bottom: 16px;
}
.numbers-intro {
  font-family: 'F37 Jan', sans-serif;
  font-size: 20px;
  color: #604b63;
  text-align: center;
  line-height: 36px;
  max-width: 700px;
  margin: 0 auto 56px;
}
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
.number-card {
  background: #fbf9fb;
  border: 1px solid #f6f3f6;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: box-shadow 0.2s;
}
.number-card:hover { box-shadow: 0 8px 24px rgba(96,115,143,0.12); }
.number-card .metric-number {
  font-family: 'F37Bobby', sans-serif;
  font-size: 14px;
  color: #5175d1;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.number-card h3 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 18px;
  color: #261127;
  font-weight: 400;
}
.number-card .target {
  font-family: 'F37Bobby', sans-serif;
  font-size: 28px;
  color: #261127;
}
.number-card .threshold {
  font-family: 'F37 Jan', sans-serif;
  font-size: 14px;
  color: #604b63;
  line-height: 22px;
}

/* ===== Solution Section ===== */
.solution-section { background: #fbf9fb; }
.solution-section .e-con-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 112px 32px;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 48px;
}
.solution-card {
  background: #fff;
  border: 1px solid #f6f3f6;
  border-radius: 12px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.solution-card .card-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #5175d1 0%, #7c9be8 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
}
.solution-card h3 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #261127;
}
.solution-card ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.solution-card li {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  color: #604b63;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
}
.solution-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5175d1;
}

/* ===== CTA Section ===== */
.cta-section {
  background: linear-gradient(135deg, #5175d1 0%, #7c9be8 100%);
  color: #fff;
}
.cta-section .e-con-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 96px 32px;
  text-align: center;
}
.cta-section h2 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}
.cta-section p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 20px;
  color: rgba(255,255,255,0.9);
  line-height: 34px;
  max-width: 700px;
  margin: 0 auto 40px;
}
.cta-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
.cta-box {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  backdrop-filter: blur(8px);
}
.cta-box h3 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.cta-box p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  line-height: 26px;
}

/* ===== FAQ / Accordion ===== */
.sc-faq { background: #fff; }
.sc-faq .e-con-inner {
  max-width: 1216px;
  margin: 0 auto;
  padding: 96px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sc-faq h2 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #261127;
  text-align: center;
  margin-bottom: 40px;
}
.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 896px;
  max-width: 100%;
}
.accordion-item {
  border: 2px solid #f6f3f6;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.accordion-item.active { border-color: #ebe5eb; }
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fff;
  cursor: pointer;
  user-select: none;
}
.accordion-header h3 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #4e3751;
  padding-right: 16px;
}
.accordion-icon {
  width: 32px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #7f6b80;
  flex-shrink: 0;
  font-weight: 300;
}
.accordion-item.active .accordion-icon { color: #f25056; }
.accordion-content {
  display: none;
  padding: 0 20px 20px;
}
.accordion-item.active .accordion-content { display: block; }
.accordion-content p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  color: rgb(96,75,99);
  line-height: 1.7;
}

/* ===== Features Discovery Grid ===== */
.sc-features-grid { background: #fbf9fb; }
.sc-features-grid .e-con-inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px 32px;
}
.section-label {
  font-family: 'F37 Jan', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #7f6b80;
  letter-spacing: 0.5px;
}
.features-grid-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.feature-grid-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0 20px;
}
.feature-grid-item h2 {
  font-family: 'F37Bobby', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #261127;
}
.feature-grid-item p {
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  color: #604b63;
  line-height: 30px;
}
.feature-grid-item a {
  font-family: 'F37 Jan', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #5175d1;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .features-Content_Wraper { gap: 64px; padding: 80px 24px 0; }
  .features-sec .text-col h2 { font-size: 30px; }
  .numbers-grid { grid-template-columns: repeat(3, 1fr); }
  .calc-grid { gap: 32px; }
}

@media (max-width: 768px) {
  .sc-hero .e-con-inner { flex-direction: column; gap: 40px; padding: 56px 20px; }
  .sc-hero .image-col { display: none; }
  .sc-hero h1 { font-size: 36px; }
  .features-Content_Wraper {
    grid-template-columns: 1fr;
    direction: ltr !important;
    gap: 40px;
    padding: 64px 20px 0;
  }
  .features-Content_Wraper .text-col { order: 1; }
  .features-Content_Wraper .image-col { order: 2; width: 100%; }
  .numbers-grid { grid-template-columns: 1fr 1fr; }
  .solution-grid { grid-template-columns: 1fr; }
  .calc-grid { grid-template-columns: 1fr; }
  .calc-results { margin-top: 16px; }
  .cta-boxes { grid-template-columns: 1fr; }
  .features-grid-cols { grid-template-columns: 1fr; }
  .path-buttons { flex-direction: column; align-items: center; }
  .leakage-table { font-size: 14px; }
  .leakage-table thead th, .leakage-table tbody td { padding: 12px 12px; }
}

@media (max-width: 480px) {
  .sc-hero h1 { font-size: 28px; }
  .features-sec .text-col > p { font-size: 16px; line-height: 28px; }
  .numbers-grid { grid-template-columns: 1fr; }
  .result-number { font-size: 40px; }
  .calc-section h2 { font-size: 28px; }
}/* End custom CSS */