.growth-roadmap {
  padding: 20px 0px;
}
.page-heading2 {
    background-image: url(../img/insights_header_new.svg);
    margin-bottom: 10px;
}
.page-heading ul li span.sub-page-title {
  display: inline-block;
  margin-left: 0.6rem;
  line-height: 1rem;
  position: relative;
}

.page-heading ul li, .page-heading ul li a{
  line-height: 0;
}
.b_title {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.section-title {
  font-size: 1.6rem;
  color: #006388;
  font-weight: 700;
  width: 80%;
  margin-bottom: 1rem;
}

.challenge-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /* background: #f9fcfe; */
  border: 1px solid #7fabbe;
  border-radius: 8px;
  padding: 8px 15px;
  /* margin-bottom: 1.5rem; */
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);

  gap: 60px;
}

.challenge-content {
  flex: 1;
}

.challenge-title {
  color: #1a7091;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.challenge-box p {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.challenge-icon {
  flex-shrink: 0;
  margin: auto 2rem;
}

.challenge-icon img {
  width: 130px;
  /* height: 110px; */
  /* opacity: 0.9; */
}

.solution h3 {
  color: #0072a8;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.solution p {
  font-size: 0.95rem;
}

.solution-section {
  padding: 20px 0px;
}

.solution-container {
}
.solution-wrapper {
  display: flex;
  gap: 30px;
}

.solution-left {
  flex: 1 1 60%;
}

.solution-right {
  flex: 1 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-right img {
  width: 100%;
  /* border-radius: 6px; */
  object-fit: cover;
  width: 380px;
}

.solution-title {
  color: #006388;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.solution-left p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 4rem;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  align-items: center;
}

.solution-item.wide {
  grid-column: span 2;
}

.solution-item img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  opacity: 0.9;
}

.solution-item h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.25rem;
}

.solution-item p {
  font-size: 1.1rem;
  margin: 0;
  text-align: left;
  color: #000;
}

@media (max-width: 768px) {
  .solution-container {
    flex-direction: column;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-right img {
    width: 100%;
    margin-top: 1rem;
  }
}

.engagement-approach {
  padding: 10px 0;
}

.engagement-approach .section-title {
  color: #0072a8;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.engagement-approach p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.approach-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.approach-image {
  flex: 1 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.approach-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.approach-details {
  flex: 1 1 65%;
}

.stage {
  margin-bottom: 1.5rem;
}

.stage h4 {
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.stage ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stage ul li {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
}

.stage ul li::before {
  content: "»";
  position: absolute;
  left: 0;
  color: #0072a8;
  font-weight: bold;
}

@media (max-width: 768px) {
  .approach-content {
    flex-direction: column;
  }

  .approach-image img {
    max-width: 220px;
    margin: 0 auto 1rem;
  }
}

.sub-title {
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.8rem;
}

.table-wrapper {
  overflow-x: auto;
  margin-bottom: 1.5rem;
}

.respondent-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #92c0ce;;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.respondent-table th {
  background-color: #c3dfe5;
  color: #046088;
  padding: 10px 14px;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #92c0ce;
  font-weight: 700;
}

.table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.95rem;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #92c0ce;;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.table-wrapper table th {
  background-color: #c3dfe5;
  color: #046088;
  padding: 10px 14px;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #92c0ce;
  font-weight: 700;
}

.table-wrapper table thead tr:first-child td {
  background-color: #c3dfe5;
  color: #046088;
  padding: 10px 14px;
  text-align: center;
  font-size: 1.3rem;
  border: 1px solid #92c0ce;
  font-weight: 700;
}

.table-wrapper table thead tr:first-child td:first-child {
   border-top-left-radius: 12px;
}
.table-wrapper table thead tr:first-child td:last-child {
   border-top-right-radius: 12px;
}

.table-wrapper table td p{
  margin: 0;
  text-align: left;
}

.table-wrapper table tbody td{
  border: 1px solid #92c0ce;
  padding: 10px 14px;
  background-color: #f7fbfc;
  /* vertical-align: top; */
  font-size: 1.2rem;
}
.respondent-table th:first-child {
  border-top-left-radius: 12px;
  /* border-right: 1px solid #92c0ce; */
}
.respondent-table th:last-child {
  border-top-right-radius: 12px;
}

.respondent-table td {
  border: 1px solid #92c0ce;
  padding: 10px 14px;
  background-color: #f7fbfc;
  /* vertical-align: top; */
  font-size: 1.2rem;
}

.respondent-table thead tr th {
  /* border-bottom: 2px solid #cbe5f0; */
}

.respondent-table tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.respondent-table tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

/* .respondent-table tr:nth-child(even) td {
  background-color: #f9fcfe;
} */

/* Stage 3 Section */
.stage-analysis h4 {
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.stage-analysis ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stage-analysis li {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding-left: 1.2rem;
}

.stage-analysis li::before {
  content: "»";
  position: absolute;
  left: 0;
  color: #0072a8;
  font-weight: bold;
}

@media (max-width: 768px) {
  .respondent-table th,
  .respondent-table td {
    font-size: 0.85rem;
  }

  .stage-analysis h4 {
    font-size: 0.95rem;
  }
}

.impact-box {
  padding: 10px;

  border: 1px solid #92bece;
  border-radius: 15px;
  margin-top: 30px;
}
.impact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: linear-gradient(to right, #035f85, #1282aa);
  padding: 15px;
  border-radius: 8px;
  /* margin-bottom: 1.5rem; */
  gap: 30px;
}

.impact-content {
  flex: 1;
}

.impact-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.impact-content ul li{
  color: #fff;
  font-size: 1.2rem;
}

.impact-box p {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

.impact-icon {
  flex-shrink: 0;
  margin: auto 1rem;
}

.impact-icon img {
  width: 135px;
  height: 135px;
  /* opacity: 0.9; */
}

.hidden-input {
  display: none;
  opacity: 0;
  width: 100%;
  float: left;
  transition: opacity 0.3s ease-in-out;
}

.form-section {
  text-align: center;
  padding: 30px;
  /* background-color: #eff9fd; */
}

.input_icon {
  width: 20px;
  height: 20px;
}

.input-group .form-control {
  border-left: none;
}

.input-group-text {
  background: transparent;
  border: 1px solid #5691ab;
}

.request-form {
  background: #ecfaffa6;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 1px solid #005978;
  padding: 15px 25px;
}

.request-form .form-control {
  border-radius: 6px;
  box-shadow: none;
  font-size: 13px;
  height: 40px;
}

.request-form .form-control .disp_secur_code {
  width: 50%;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
  resize: vertical;
}

.btn-primary {
  background-color: #005978;
  border-color: #005978;
}

.btn-primary:hover {
  background-color: #00455d;
  border-color: #00455d;
}

.form-wrap {
  margin-top: 10px;
}

.input-group-text img {
  width: 18px;
  height: 18px;
}

#captcha_code {
  width: 80px;
  height: 40px;
  margin-right: 0 !important;
  border: 1px solid #005978;
}

.refreshCaptcha {
  width: 5% !important;
  height: auto !important;
}

.checkbox-list {
  font-style: italic;
  margin-bottom: 15px;
}

.checkbox-list .form-check {
  margin-bottom: 10px;
  font-size: 13px;
  color: #005978;
  padding: 0;
}

.checkbox-list p {
  padding: 0;
  color: #005978;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.request-form h2 {
  color: #005f85;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

#captcha_val {
  width: 50%;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 8px 8px;
  font-size: 15px;
  color: #00394f;
}

.checkbox-grid input[type="checkbox"] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  accent-color: #007ca8;
  cursor: pointer;
}

.checkbox-grid label {
  display: flex;
  font-size: 14px;
  align-items: flex-start;
  cursor: pointer;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 17px;
  height: 17px;
  margin: 0px 5px 0px 0;
  border: 1.5px solid #2a84a5;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input[type="checkbox"]::after {
  content: "";
  background-image: url("../images/consulting_images/check1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 30%;
  left: 75%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease-in-out;
}

input[type="checkbox"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

.form-check {
  display: inline-flex;
}

.security_div {
  gap: 10px;
}

.security_code {
  margin: 0;
  font-style: italic;
  font-size: 13px;
  color: #464646;
}

.h2border {
  width: 18.4%;
  margin-left: 4px;
  border-bottom: 2px solid #005f85;
}

.form-control {
  font-style: italic;
}

.form-control:focus {
  border-color: #5691ab;
}

.input-group-prepend {
  margin-right: 0;
}

.exp-btn {
  padding: 6px 20px;
  border: 1px solid #005978;
  background: linear-gradient(to bottom, #23a7d6 0%, #0d3f5c 100%);
  font-weight: 600;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  border-radius: 8px;
  color: #fff;
}

.form-btn {
  gap: 10px;
}

#phone {
  padding-left: 80px !important;
}

.basicSlider {
  border: none;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.15);
  padding: 25px 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.basicSlider .MS-content .item {
  border-right: none;
  width: 18%;
}

.basicSlider .MS-content {
  height: 40px;
}
.basicSlider .MS-content .item img {
  line-height: 20px;
  vertical-align: middle;
  width: 100px;
  height: 40px;
}

@media (max-width: 1200px) {
  .b_title {
    font-size: 22px !important;
  }
}

@media (max-width: 992px) {
  .section-title {
    font-size: 1.4rem;
    width: 100%;
  }
  .challenge-title {
    font-size: 1.4rem;
  }
  .challenge-box p {
    font-size: 1.1rem;
  }
  .challenge-box {
    gap: 20px;
  }
  .solution-title {
    font-size: 1.4rem;
  }
  .solution-wrapper {
    flex-direction: column;
  }
  .solution-right {
    display: none;
  }
  .stage h4 {
    font-size: 1.3rem;
  }
  .stage ul li {
    font-size: 1.1rem;
  }
  .sub-title {
    font-size: 1.3rem;
  }

  .respondent-table th {
    font-size: 1.2rem;
  }
  .respondent-table td {
    font-size: 1.1rem;
  }
  .stage-analysis h4 {
    font-size: 1.3rem;
  }
  .stage-analysis li {
    font-size: 1.1rem;
  }
  .impact-title {
    font-size: 1.4rem;
  }
  .impact-box p {
    font-size: 1.1rem;
  }
  .challenge-icon img {
    width: 70px;
    height: 80px;
  }
  .impact-icon img {
    width: 90px;
    height: 90px;
  }
  .basicSlider .MS-content .item {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .solution-grid {
    grid-template-columns: 1fr 1fr;
  }
  .approach-image {
    display: none;
  }
  .b_title {
    font-size: 16px !important;
  }
  .request-form h2 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .challenge-icon {
    display: none;
  }
  .impact-icon {
    display: none;
  }
  section {
    padding: 10px 0 !important;
  }
  .page-heading ul {
    height: 0;
  }
  .solution-item.wide {
    grid-column: unset;
  }
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .respondent-table th {
    padding: 8px;
    font-size: 1;
  }
  .respondent-table td {
    padding: 8px;
  }
  .respondent-table th {
    font-size: 1rem;
  }
  .respondent-table td {
    font-size: 0.8rem;
  }

  .request-form h2 {
    font-size: 20px;
  }
  .request-form {
    padding: 15px 10px;
  }
  .request-form .form-control {
    font-size: 12px;
  }

  .basicSlider .MS-content .item {
    border-right: none;
    width: 35%;
  }
  .basicSlider .MS-content {
    height: 50px;
  }
  .basicSlider .MS-content .item img {
    height: 30px;
  }
  .basicSlider {
    padding: 15px 10px;
  }
  .form-btn {
    flex-direction: column;
  }
}
