html {
  scrollbar-width: none;
}

body {
  overflow-y: scroll;
}

body::-webkit-scrollbar {
  display: none;
}



header .navbar .get-consult-btn {
  background-color: var(--nebular-cross) !important;
  font-weight: bold;
  color: white;
  padding: 10px 12px;
  padding-left: 32px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
  line-height: 1;
}



header .navbar .get-consult-btn .btn-text {
  padding-bottom: 3.1px;
  font-size: 20px;
  /* adjust only the text */
}

header .navbar .get-consult-btn .btn-icon {
  background: white;
  color: var(--base-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

header .navbar .get-consult-btn .btn-icon i {
  font-size: 1rem;
  line-height: 1;
}




/* Responsive: hide on small screens */
@media (max-width: 575.98px) {
  header .navbar .get-consult-btn {
    display: none !important;
  }
}





.custom-logo-text {
  font-family: 'Arial Rounded MT', Arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #00b0f0;
  display: inline-block;
}


@media (min-width: 1200px) {
  .company-menu {
    margin: -29px !important;
  }
}

.box:hover {
  background-color: #00b0f0 !important;
}