@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.text-center{text-align:center;}
.space-10{height:10px;}
.space-20{height:20px;}
.space-30{height:30px;}
.space-40{height:40px;}
.neg-sp2{margin-top:-2px!important;}
.mobile-menu-btn{margin:0!important;}
p {font-size: 14px;line-height: 24px;}
.cal-wrapper{padding:150px 0 20px 0;position:relative;}
.cal-wrapper h2{color:#008CE3;font-size:42px;text-align:center;}
.roi-cal{background: #fff;
border-radius: 16px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
padding: 3rem 2rem;}
.roi-cal label{display:block;font-size: 17px;font-weight: 700;color: #3e4f66;}
.roi-cal input{width: 100%;
  padding: 10px 30px!important;
  outline: none;
  border: 1px solid #dee2e6;
  resize: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.button-all{background:#008ce3;border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;color:#fff;font-size:16px;font-weight:600;border:0;padding:10px 20px;text-transform:capitalize}
.button-all:hover{background:#333;}
.whitebox{background:#fff;border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;padding:30px;border:1px solid #dddddd;}
.whitebox p{color:#939393;font-size:20px;font-weight:400;line-height:24px;max-width:350px;}
.whitebox .txt01{color:#008ce3;font-size:32px;font-weight:600;line-height:42px;}
.button-calculated{background:#fff;border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;text-transform:capitalize;
  -o-border-radius: 50px !important;color:#949494;font-size:16px;font-weight:600;border:1px solid #949494;padding:10px 20px;}
.button-calculated:hover{border:1px solid #008ce3;color:#008ce3;}
.orgbox{background:#f5e7e7;border:1px solid #e9e2e2;border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;text-transform:capitalize;
  -o-border-radius: 50px !important;padding:10px 20px;text-align:center;}
.orgbox p{color:#939393;font-size:18px;font-weight:500;line-height:20px;margin:0;}
.orgbox p span{border:1px solid #f26a6a;border-radius:50%;width:20px;height:20px;padding:0 6px;color:#f26a6a;vertical-align:middle;margin:4px 0;font-size:12px;font-weight:500;margin-right:10px;}
#exampleModal .modal{box-shadow:none!important;border:0;background:transparent!important;margin:auto;border:0!important;}
#exampleModal .modal-dialog{width:1100px!important;margin:0 auto;}
#exampleModal .modal-header {
    background: transparent!important;
    border: 0;
    border-radius: 0;
    padding: 0;
}
#exampleModal .modal-header {
    background: transparent;
    border: 0!important;
}
#exampleModal .modal-header .btn-close {
    color: #000 !important;
    margin: 4px 14px;
    opacity: 1;
    z-index: 999;
}
#exampleModal .modal-content {
   position: relative;
   background-color: #fff;
}
#exampleModal .table>thead {
    vertical-align: bottom;
    border: 0;
    background: #008ce3!important;
    border-radius: 30px;color:#fff;
    box-shadow: none;
}
#exampleModal .modal-dialog {
        max-width: 1100px!important;
    }
#exampleModal .table th {
    background: transparent;
    border: 0;padding:10px 16px;color:#fff;
}
#exampleModal .table {
  border-collapse: separate; /* Important for border-radius */
  border-spacing: 0; /* Removes gap between cells */
  width: 100%;
}

#exampleModal .table thead tr {
  background-color: #008ce3; /* Light gray background */
  border-radius: 10px;
}

/* Apply rounded corners to the first and last header cells */
#exampleModal .table thead th:first-child {
  border-top-left-radius: 30px;
}

#exampleModal .table thead th:last-child {
  border-top-right-radius: 30px;
}
#exampleModal .table thead th:first-child {
  border-bottom-left-radius: 30px;
}

#exampleModal .table thead th:last-child {
  border-bottom-right-radius: 30px;
}
#exampleModal tbody td {
    border-right: 1px solid #dee2e6;
}

#exampleModal tbody td:last-child {
  border-right: none;
}
#exampleModal .total-txt{background:#008ce3;border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;color:#fff;font-size:16px;font-weight:600;border:0;padding:6px 30px;margin:10px auto;text-transform:capitalize;display: inline-block;}



#exampleModal tbody tr:last-child td {
    border-bottom: none; /* Removes bottom border on last row */
}

#exampleModal1 .modal{box-shadow:none!important;border:0;background:transparent!important;margin:auto;border:0!important;}
#exampleModal1 .modal-dialog{width:1100px!important;margin:0 auto;}
#exampleModal1 .modal-header {
    background: transparent!important;
    border: 0;
    border-radius: 0;
    padding: 0;
}
#exampleModal1 .modal-header {
    background: transparent;
    border: 0!important;
}
#exampleModal1 .modal-header .btn-close {
    color: #000 !important;
    margin: 4px 14px;
    opacity: 1;
    z-index: 999;
}
#exampleModal1 .modal-content {
   position: relative;
   background-color: #fff;
}
#exampleModal1 .table>thead {
    vertical-align: bottom;
    border: 0;
    background: #008ce3!important;
    border-radius: 30px;color:#fff;
    box-shadow: none;
}
#exampleModal1 .modal-dialog {
        max-width: 1100px!important;
    }
#exampleModal1 .table th {
    background: transparent;
    border: 0;padding:10px 15px;color:#fff;
}
#exampleModal1 .table {
  border-collapse: separate; /* Important for border-radius */
  border-spacing: 0; /* Removes gap between cells */
  width: 100%;
}

#exampleModal1 .table thead tr {
  background-color: #008ce3; /* Light gray background */
  border-radius: 10px;
}

/* Apply rounded corners to the first and last header cells */
#exampleModal1 .table thead th:first-child {
  border-top-left-radius: 30px;
}

#exampleModal1 .table thead th:last-child {
  border-top-right-radius: 30px;
}
#exampleModal1 .table thead th:first-child {
  border-bottom-left-radius: 30px;
}

#exampleModal1 .table thead th:last-child {
  border-bottom-right-radius: 30px;
}
.txtblue{color:#008ce3!important;}
#exampleModal1 .table thead th:first-child {
  border-bottom-left-radius: 30px;
}

#exampleModal1 .table thead th:last-child {
  border-bottom-right-radius: 30px;
}
#exampleModal1 tbody td {
    border-right: 1px solid #dee2e6;
}

#exampleModal1 tbody td:last-child {
  border-right: none;
}
#exampleModal1 .total-txt{background:#008ce3;border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;color:#fff;font-size:16px;font-weight:600;border:0;padding:6px 30px;margin:10px auto;text-transform:capitalize;display: inline-block;}

#exampleModal1 tbody tr:last-child td {
    border-bottom: none; /* Removes bottom border on last row */
}
#exampleModal tbody tr:last-child td {
    border-bottom: none; /* Removes bottom border on last row */
}

#exampleModal3.modal{box-shadow:none!important;border:0;background:transparent!important;margin:auto;border:0!important;}
#exampleModal3.modal-dialog{width:1100px!important;margin:0 auto;}
#exampleModal3.modal-header {
    background: transparent!important;
    border: 0;
    border-radius: 0;
    padding: 0;
}
#exampleModal3.modal-header {
    background: transparent;
    border: 0!important;
}
#exampleModal3.modal-header .btn-close {
    color: #000 !important;
    margin: 4px 14px;
    opacity: 1;
    z-index: 999;
}
#exampleModal3.modal-content {
   position: relative;
   background-color: #fff;
}
#exampleModal3.table>thead {
    vertical-align: bottom;
    border: 0;
    background: #008ce3!important;
    border-radius: 30px;color:#fff;
    box-shadow: none;
}
#exampleModal3.modal-dialog {
        max-width: 1100px!important;
    }
#exampleModal3.table th {
    background: transparent;
    border: 0;padding:10px 16px;color:#fff;
}
#exampleModal3.table {
  border-collapse: separate; /* Important for border-radius */
  border-spacing: 0; /* Removes gap between cells */
  width: 100%;
}

#exampleModal3.table thead tr {
  background-color: #008ce3; /* Light gray background */
  border-radius: 10px;
}

/* Apply rounded corners to the first and last header cells */
#exampleModal3.table thead th:first-child {
  border-top-left-radius: 30px;
}

#exampleModal3.table thead th:last-child {
  border-top-right-radius: 30px;
}
#exampleModal3.table thead th:first-child {
  border-bottom-left-radius: 30px;
}

#exampleModal3.table thead th:last-child {
  border-bottom-right-radius: 30px;
}
.txtblue{color:#008ce3!important;}
#exampleModal3.table thead th:first-child {
  border-bottom-left-radius: 30px;
}

#exampleModal3.table thead th:last-child {
  border-bottom-right-radius: 30px;
}
#exampleModal3tbody td {
    border-right: 1px solid #dee2e6;
}

#exampleModal3tbody td:last-child {
  border-right: none;
}
#exampleModal3.total-txt{background:#008ce3;border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;color:#fff;font-size:16px;font-weight:600;border:0;padding:6px 30px;margin:10px auto;text-transform:capitalize;display: inline-block;}

#exampleModal3tbody tr:last-child td {
    border-bottom: none; /* Removes bottom border on last row */
}
.txt101{font-size:18px;font-weight:400;color:#999;font-family: "Poppins", sans-serif;text-align:center;}
.alert-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 24px 0;
  font-size: 1rem;
  font-weight: 500;
}
.alert-icon {
  font-size: 1.6rem;
  line-height: 1.6rem;
  margin-top: 2px;
}
/* UNDERSTAFFED Style */
.alert-understaffed {
  background-color: #FFE5E5;
  border-left: 6px solid #CC0000;
  color: #880000;
}
/* OVERSTAFFED Style */
.alert-box, .alert-overstaffed {
  display: none;
  align-items: flex-start;
  gap: 15px;
  background-color: #ffecec;
  border: 1px solid #f5c2c7;
  padding: 20px;
  border-radius: 5px;
  color: #a94442;
}

.alert-overstaffed {
  background-color: #e6ffed;
  border-color: #a8e6cf;
  color: #1e824c;
}
.roi-card {
  max-width: 800px;
  padding: 40px 30px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  text-align: center;margin:0 auto;
}

.roi-card h2 {
  font-size: 34px;
  color: #1e2a38;
  font-weight: 700;
  margin-bottom: 20px;
}

.roi-card p {
  font-size: 16px;
  color: #1e2a38;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-btn {
  display: inline-block;
  background-color: #0076ed;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #005bb5;
}
.disabled-btn:disabled {
  background-color: #cccccc; /* gray background */
  color: #666666;            /* dim text */
  cursor: not-allowed;
  opacity: 0.6;border: 1px solid #cccccc;
}
.staffing-benefits {
  padding: 0;
  font-family: 'Segoe UI', sans-serif;
}

.benefits-box {
  max-width: 1000px;
  margin: auto;
  padding:20px;
}

.benefits-box .intro-text,
.benefits-box .conclusion-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #333;
}

.checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}

.checklist li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 28px;
  position: relative;
  color: #333;
}

.checklist li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
.currency-input {
  position: relative;
  display: inline-block;
  width: 100%;
}
.hight{height: 44px!important;}
.currency-input .currency-symbol {
  position: absolute;
  left: 16px;
  top: 42%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  pointer-events: none;
}

.currency-input input {
  padding-left: 20px; /* space for the $ */
  width: 100%;
  box-sizing: border-box;
}
input, input[type="text"], input[type="search"], isindex, textarea, button {
    outline: 0;
    margin: 0 auto;
    padding: 10px 30px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top30{margin-top:30px;}
.roi-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.roi-popup {
  background: #F3F9FF;
  padding: 0;
  width: 100%;
  max-width: 784px;gap: 24px;
  border-radius: 500px 16px 16px 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.roi-popup .leftmg{left:4%;}
.roi-popup img{max-width:100%;height:350px;;
}
.roi-popup input, input[type="text"] {
  width: 100%;
  padding: 10px;
  margin: 0 0 10px 0!important;
  font-size: 16px;
}
.roi-popup button {
  background: #007BFF;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
}
.roi-popup .left{background:url(https://providerpassport.co/assets/images/popup-img.jpg);background-repeat:no-repeat;background-size:cover;background-position:60%;border-radius: 10px 0 0 10px;}
.roi-popup .right{padding: 30px 30px 30px 25px;border-radius:0 10px 10px 0;}
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
/* Mobile responsive popup */
@media (max-width: 767px) {
  .roi-popup {
    border-radius: 200px 200px 16px 16px; /* arch effect */
    max-width: 95%;
    padding: 20px;
    text-align: center;
  }

  .roi-popup .row {
    flex-direction: column;
  }

  .roi-popup .col-lg-6,
  .roi-popup .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  /* Logo section */
  .roi-popup .col-lg-6:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px;
  }

  .roi-popup img {
    max-width: 160px;
    height: auto;
  }

  /* Title */
  .roi-popup h3 {
    margin: 15px 0;
    font-size: 22px;
    font-weight: 600;
  }

  /* Form */
  .roi-popup .right {
    padding: 0 15px 20px;
    border-radius: 0 0 16px 16px;
    text-align: center;
  }

  .roi-popup input.formfield {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 16px;
  }

  /* Submit Button */
  .roi-popup button {
    width: 100%;
    padding: 14px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
  }
}
.formfield{border-radius: 30px;
    border: 1px solid #E0E0E0;color:#909AA7;
    margin-bottom: 10px;}
.modall{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(51, 51, 51, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.modall-container {
  display: flex;
  max-width: 720px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}
.modall-title {
  font-size: 26px;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #000;
}
.modall-desc {
  margin: 6px 0 30px 0;
}
.modall-left {
  padding: 40px 30px 40px;
  background: #fff;
  flex: 1.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}
.modall-button {
  color: #7d695e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 10px 40px;
  border-radius: 30px;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.modall-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.modall-right {
  flex: 2;
  font-size: 0;
  transition: 0.3s;
  overflow: hidden;
}
.modall-right img {
  width: 100%;
  height: 100%;
  transform: scale(2);
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 1.2s;
}
.modall.is-open {
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
.modall.is-open .modall-button {
  opacity: 0;
}
.modall.is-open .modall-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.modall.is-open .modall-right img {
  transform: scale(1);
}
.modall.is-open .modall-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.modall-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modall-buttons a {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
}
.input-button {
  padding: 8px 15px;
  outline: none;
  border: 0;
  color: #fff;font-weight:600;
  border-radius: 4px;
  background: #007bff;
  font-family: "Open Sans", sans-serif;
  transition: 0.3s;
  cursor: pointer;
}
.input-button:hover {
  background: #3092fb;
}
.input-block {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.input-block input {
  outline: 0;
  border: 0;
  padding: 4px 0 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.input-block input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.input-block input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.input-block input::placeholder {
  color: #ccc;
  opacity: 1;
}
.input-block:focus-within {
  border-color: #8c7569;
}
.input-block:focus-within .input-label {
  color: rgba(140, 117, 105, 0.8);
}

.icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

.scroll-down {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #7d695e;
  font-size: 32px;
  font-weight: 800;
  transform: translate(-50%, -50%);
}
.scroll-down svg {
  margin-top: 16px;
  width: 52px;
  fill: currentColor;
}
.container-box {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
        margin-top: 30px;
    }

    /* Hide download button in PDF */
    .no-print {
        display: block;
    }
    @media print {
        .no-print {
            display: none !important;
        }
    }
    @media print {
    #downloadBtn {
        display: none !important;
    }
}
@media (max-width: 750px) {
  .modall-container {
    width: 90%;
  }

  .modall-right {
    display: none;
  }
}
@media (min-width:100px) and (max-width:767px){
.cal-wrapper {padding: 110px 0 40px 0;}
.cal-wrapper h2 {font-size: 32px;}
.roi-cal {padding: 20px;text-align:center;}
.whitebox{padding:20px;text-align:center;margin-bottom:10px;}
.whitebox p {font-size: 14px;max-width: 100%;}
.whitebox .txt01 {font-size: 24px;margin-bottom: 10px;}
.button-calculated{margin-bottom:10px;}
.roi-cal label {font-size: 14px;margin-bottom: 10px;}
.roi-cal input{margin-bottom:20px;}
.orgbox p {font-size: 12px;}
.benefits-box .intro-text, .benefits-box .conclusion-text {font-size: 14px;line-height: 1.6;margin-bottom: 20px;}
.benefits-box {max-width: 100%;padding:10px;}
.checklist li {font-size: 14px;margin-bottom: 15px;padding-left: 40px;text-align: left;}
#resultsSection2 h5 {font-size: 16px; line-height: 28px;}
.alert-box{font-size:14px;}
.alert-icon svg { height: 50px;}
}

/* ROI Calculator New Design */
.green{color:#00AA1C;}
.roi-section {
    align-items: center;
    background: #f3f9ff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 90px;
    display: flex;
    height: 516px
}

.roi-section img {
    margin: 80px 0 0 0;
    width: 80%;
    float: right;
    text-align: right
}

.item .img-wrap:after {
    content: '';
    display: block;
    height: 9999px
}

.roi-style1 {
    position: relative;
    margin-top: 140px
}
.roi-style1 h1 {
    color: #000;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px;
}
.roi-style1 p {
    color: #1d242e;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -.7px;
    text-align: justify;
    max-width:500px;margin-bottom:20px;
}
.analyze{background:#008CE3;border:0;padding:8px 20px;color: #FFF;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border: 1px solid #008CE3;border-radius:50px;
    transition: box-shadow 0.25s cubic-bezier(.4,0,.2,1) 0s, transform 0.25s cubic-bezier(.4,0,.2,1) 0s;
}
.button .analyze:hover {
    color: #fff;
    background-color: #008CE3;
    box-shadow: rgba(0, 0, 0, .14) 0 8px 17px 2px, rgba(0, 0, 0, .12) 0 3px 14px 2px, rgba(0, 0, 0, .2) 0 5px 5px -3px;
    transform: scale(1.03);
}
  .intro { color: #5e6c7f; font-size: 1.05rem; }

    .steps-wrapper {
      position: relative;
      padding: 2.5rem 0 3.5rem;
    }

    /* Full-width line */
.back-line {
    position: absolute;
    top: 50%;
    left: -40px;
    right: -40px;
    height: 3px;
    background: #0588fc;
    z-index: 0;
    transform: translateY(-50%);
}

    /* Start and end dots */
    .back-line::before,
    .back-line::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #0588fc;
      border: 0;
      transform: translateY(-50%);
      z-index: 1;
    }
    .back-line::before { left: 0; transform: translate(-50%, -50%); }
    .back-line::after  { right: 0; transform: translate(50%, -50%); }

    .steps-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    .step-card {
      background: #eef7ff;
      border-radius: 16px;
      padding: 26px 18px;
      text-align: center;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
      flex: 0 0 22%;
      max-width: 22%;
      min-width: 200px;
      position: relative;-webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
    }
.step-card:hover {
  transform: translateY(5px);
}
    .step-number {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 2px solid #058aff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      color: #058aff;
      font-size: 20px;
      margin: 0 auto 14px auto;
      background: #fff;
      z-index: 2;
      position: relative;
    }

    .step-text {
      font-size: 0.95rem;
      font-weight: 600;
      color: #000;
      line-height: 1.3;
    }
    .text-below{color: #5e6c7f; font-size: 1.05rem;}
    @media (max-width: 991.98px) {
      .back-line { display: none; } /* Hide line+dots on stacked layout */
      .step-card { flex: 0 0 45%; max-width: 45%; }
    }

    @media (max-width: 575.98px) {
      .step-card { flex: 0 0 100%; max-width: 100%; }
    }
    section.calculate{background:#f3f9ff;padding:40px 0;}
	.calc-wrapper {
      max-width: 950px;
      margin: 0 auto;
    }
    .calc-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      padding: 3rem 2rem;
    }
    .calc-title {
      font-weight: 700;
      font-size: 1.75rem;
      margin-bottom: .5rem;
      color: #000;
    }
    .calc-subtitle {
      color: #6c757d;
      margin-bottom: 2rem;
      font-size: 1rem;
    }
    .form-control {
      border-radius: 12px;
      padding: .75rem 1rem;
    }
    .btn-primary {
      background-color: #058aff;
      border: none;
      padding: .75rem 2rem;
      font-size: 1rem;
      border-radius: 50px;
    }
    .btn-primary:hover {
      background-color: #006ae6;
    }
    .form-label {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #3e4f66;
}
.form-control{border-radius:10px!important;}
.minhgt{min-height:86px;}
.result-card {
      background:linear-gradient(-80deg, #e7f4ff, #ffffff);
      border-radius: 20px;
      box-shadow:0 4px 12px 0 rgba(0,0,0,0.09);
      padding: 2rem;
      text-align: center;
    }
    .result-card h5 {
      font-size: 18px;
      font-weight: 600;
      color: #058aff;
    }
    .result-card h2 {
      font-size: 2.4rem;
      font-weight: 700;
      margin: .25rem 0;
    }
    .result-card p {
      color: #5E6C7F;
      font-size: 15px;margin-bottom:20px;
    }
	.resulttxt{
    color: #3E4F66;
    margin-bottom: 2rem;
    font-size: 1rem;
}
    .btn-outline {
      border: 1px solid #b4bbc4;
      border-radius: 25px;
      padding: 0.4rem 1.25rem;
      font-size: 14px;
      background: #fff;
      color: #5E6C7F;
      transition: 0.3s;
    }
    .btn-outline:hover {
      background: #f0f0f0;
    }
    .alert-custom {
      border-radius: 10px;
      background: #E6FEEA;
      padding: 10px 20px;
      font-size: 16px;
      font-weight: 500;
      color: #00AA1C;
    }
 /*   .alert-box {
  display: block !important;
  padding: 15px;
  background: #ffe6e6;
  border: 1px solid #cc0000;
  color: #cc0000;
  margin: 10px 0;
  border-radius: 8px;
}*/
.alert-overstaffed {
  background: #e6ffe6;
  border: 1px solid #009900;
  color: #009900;
}
    .info-card {
      background: #e6f3ff;
      border-radius: 16px;
      padding: 40px 38px;
      box-shadow:0 4px 12px 0 rgba(0,0,0,0.09);max-width: 800px;margin: 0 auto;
    }
    .info-card h4{color:#000;font-weight:600;font-size:28px;line-height:38px;margin-bottom:20px;text-align:center;}
    .info-icon {
      background: #058aff;
      border-radius: 12px;
      padding: 0.75rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1rem;
    }
    .info-icon svg {
      color: #fff;
      width: 42px;
      height: 42px;
    }
    .info-card p{font-size:16px;color:#5E6C7F;line-height:24px;font-weight:500;text-align:left;}
    .btn-main {
      background-color: #058aff;
      color: #fff;
      padding: .75rem 2rem;
      font-size: 1rem;
      border-radius: 50px;
      border: none;
    }
    .btn-main:hover {
      background-color: #0b5ed7;
    }
.center-element {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
    .center-element {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), only screen and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-width: 414px) and (-webkit-min-device-pixel-ratio: 2) {
    .center-element {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}
@media only screen and (max-device-width: 767px) and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
    .center-element {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}
@media (min-width: 100px) and (max-width: 767px) {
    .center-element {
        position: relative;
        top: 0;
        transform: translateY(0);
    }
}
@media (min-width:100px) and (max-width:767px){
    .roi-section{height:auto;}
    .roi-section img {margin: 50px auto 0 auto; width: 100%;float: none;text-align: center;}
    .roi-style1 h1 {font-size: 32px;line-height: 44px;text-align: center;}
    .roi-style1 p {font-size: 16px;line-height: 24px;text-align: center;max-width: 100%;}
    .roi-style1 .button{text-align:center;margin:14px auto 0 auto;}
    .intro, .text-below {color: #5e6c7f; font-size: 15px; text-align: center; padding: 0 10px;line-height: 24px;}
    .steps-wrapper {position: relative; padding: 1rem 0 1rem;}
    .calc-title {font-weight: 700;font-size: 32px;margin-bottom: 14px;color: #000;padding: 0 10px;}
    .calc-subtitle {margin-bottom: 20px;font-size: 15px;}
    .form-label { margin-bottom: 14px;}
    .minhgt { min-height: auto;}
    .alert-custom{padding: 16px 26px;font-size:14px;}
    .info-card h4 {font-size: 24px;line-height: 34px;}
    .info-card p {font-size: 14px;line-height: 24px;text-align: center;}
    .info-card{padding:30px;}
    .roi-popup{max-width:96%;height:auto;margin:0 auto;}
    .roi-popup .leftmg{left:0;}
    .comparison-box ul li {margin: 10px 0;line-height: 20px;}
}