.page-heading ul li,
.page-heading ul li a {
  line-height: 0 !important;
}

.page-heading ul li a span.icons {
  margin-right: 13px;
}

.b_title {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.why-us-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  padding: 20px 0;
}

.why-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
}

.why-icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
}

.why-icon {
  width: 65px;
  height: 65px;
  border: 6px solid #0e789a;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon img {
  width: 32px;
  height: 32px;
}

.why-text {
  font-size: 15px;
  line-height: 1.3;
  color: #282828;
  /* max-width: 420px; */
  font-weight: 600;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
  .why-us-container {
    grid-template-columns: 1fr;
  }
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 30px;
  /* max-width: 1100px; */
  margin: auto;
  padding: 20px 0;
}

.industry-box {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #f7fbfd 40%,
    #d3e7f0 75%,
    #a9c8d9 100%
  );
  border-radius: 12px;
  padding: 14px 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #086083;
  border: 1px solid #70a4b9;
  transition: 0.2s ease;
  cursor: pointer;
}

/* Optional Hover effect */
.industry-box:hover {
  background: linear-gradient(to bottom, #f7fdff 0%, #d9ecf5 40%, #b8d3e0 100%);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 992px) {
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }
}

.healthcare-section {
  /* max-width: 1300px; */
  margin: auto;
  background: #f2f7f9;
  padding: 30px 0px;
  display: flex;
  gap: 40px;
}

/* LEFT SIDE */
.left-panel {
  width: 35%;
}

.tag {
  /* background: linear-gradient(
    to bottom,
    #00a3c8 0%, #0089b0 50%,
   #006f97 100% 
  ); */
  /* padding: 12px 20px; */
  /* border-radius: 10px; */
  color: #006f97;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  display: block;
  /* margin-bottom: 18px; */
  text-align: center;
  border: none;
}

.sub-text {
  font-size: 20px;
  color: #005d82;
  line-height: 1.4;
  /* margin-bottom: 18px; */
  font-style: italic;
}

.left-image img {
  width: 100%;
  border-radius: 8px;
}

/* RIGHT SIDE */
.right-panel {
  width: 65%;
  padding-right: 8px;
}

/* Scrollbar styling */
.client-grid::-webkit-scrollbar {
  width: 6px;
}

.client-grid::-webkit-scrollbar-thumb {
  background: #8abed2;
  border-radius: 4px;
}

/* CLIENT GRID */
.client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-height: 500px;
  padding-right: 10px;
  overflow-y: auto;
}

.client-box {
  background: #fff;
  border: 1px solid #7eb1c2;
  border-radius: 10px;
  padding: 20px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-box img {
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.health-row {
  display: flex;
  gap: 25px;
}

.left-image {
  position: relative;
  overflow: hidden;
}

.bg-overlay {
  background: #0099c1;
  opacity: 30%;
  top: 0;
  height: 600px;
  width: 100%;
  position: absolute;
}

.title-section {
  display: flex;
  gap: 25px;
  padding: 20px 0;
  align-items: center;
}

.title-left {
  width: 35%;
}

.title-right {
  width: 65%;
}

.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 0 20px rgba(0, 0, 0, 0.08);
  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: #005978;
  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 #005978;
}

.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;
}
.mobile-dropdown {
  display: none; /* show dropdown on mobile */
}

@media (max-width: 1200px) {
  .healthcare-section {
    flex-direction: column;
  }

  .client-box {
    padding: 10px;
  }

  .client-grid {
    max-height: 420px;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .healthcare-section {
    flex-direction: column;
    padding: 10px 0;
  }

  .client-box {
    padding: 10px;
  }

  .client-grid {
    max-height: 300px;
  }

  .tag {
    width: 100%;
    padding: 5px;
    font-size: 22px;
  }
  .sub-text {
    font-size: 18px;
  }
  .industry-box {
    font-size: 14px;
  }
  .request-form h2 {
    font-size: 22px;
  }
  .checkbox-list p {
    font-size: 14px;
  }
  .why-text {
    font-size: 13px;
  }
  .page-heading .slogan {
    font-size: 14px;
  }
  .b_title {
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .title-section {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }

  .tag {
    margin: 0;
  }

  .title-left,
  .title-right {
    width: 100%;
  }

  .left-panel {
    display: none;
  }

  .right-panel {
    width: 100%;
  }

  .sub-text {
    text-align: center;
  }

  .industry-box {
    font-size: 14px;
    padding: 10px 5px;
  }

  .industry-grid {
    gap: 10px;
    padding: 0;
  }

  .sub-text {
    font-size: 18px;
  }

  .form-section {
    padding: 30px 0;
  }
  .page-heading .slogan {
    display: none;
  }
  .why-us-container {
    gap: 20px 60px;
  }
}

@media (max-width: 600px) {
  .client-grid::-webkit-scrollbar {
    width: 2px;
  }

  .client-grid {
    padding-right: 8px;
  }

  .why-text {
    font-size: 13px;
  }

  .why-us-container {
    gap: 15px;
    padding: 0;
  }

  .why-item {
    align-items: center;
  }

  .request-form h2 {
    font-size: 18px;
  }

  .request-form {
    padding: 15px 10px;
  }

  .checkbox-list p {
    text-align: left;
    font-size: 14px;
  }

  .checkbox-grid label {
    font-size: 13px;
  }

  .form-btn {
    flex-direction: column;
  }

  .industry-grid {
    display: none; /* hide desktop grid on mobile */
  }
  .mobile-dropdown {
    display: block; /* show dropdown on mobile */
  }

  #mobile-category-select {
    padding: 5px;
    width: 100%;
    border: 1px solid #005978;
    border-radius: 5px;
    font-size: 16px;
    color: #006f97;
    /* font-style: italic; */
    font-weight: 600;
  }
   #mobile-category-select:focus{
    outline: none;
   }
  .tag {
    width: 100%;
    padding: 5px;
    font-size: 20px;
  }
      .healthcare-section {
        flex-direction: column;
        padding: 5px 0;
    }
}

@media (max-width: 320px) {
  .client-grid {
    gap: 10px;
  }
}

#phone {
  padding-left: 75px !important;
}
.hidden-input {
  display: none;
}
