body {
  background-color: #eeebe5;
}

h2 {
  font-family: "Zilla Slab", serif;
  text-align: center;
  font-weight: bold !important;
  font-size: 2.5rem !important;
}

.page-offset-top {
  padding-top: 120px;
  padding-left: 120px;
  padding-right: 80px;
}

.left-aligned {
  margin-left: auto;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-hero {
  background-color: #45b06cff;
}

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout h4 {
  margin-bottom: 1.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.navbar {
  position: fixed !important;
  width: 100% !important;
  height: 78px !important;
  /* height: 0px; */
  margin-top: -8px !important;
  /* margin-top: -16px; */
  background-color: transparent !important;
  font-family: Arial, sans-serif !important;
  z-index: 9999 !important;
  overflow: hidden;
}

.navbar-top {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 10px 20px !important;
}

.home-link {
  margin-left: -20px;
  margin-top: -25px;
  padding: 0;
}

.home-link img {
  width: auto;
  padding: 15px;
}

d .home-link img {
  display: block;
}

.nav-icons {
  display: flex;
  gap: 10px;
  z-index: 1000;
}

.nav-icon {
  cursor: pointer;
}

.navbar-menu {
  position: fixed;
  top: -35vh;
  right: 0;
  width: 88vw;
  height: 140vh;
  background: transparent;
  overflow: hidden;
  z-index: 999;
}

.nav-bg {
  position: absolute;
  top: 75px;
  right: -380px;
  width: 100vw;
  height: 200vh;
  /* object-fit: contain; */
  z-index: 0;
  filter: brightness(100%);
  opacity: 0.9;
}

.navbar-menu img {
  width: 94%;
  height: auto;
}

.nav-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding: 44vh 0px 0px 42vw;
  z-index: 1;
  color: white;
  height: 105vh;
  overflow: hidden;
  line-height: 10px;
  gap: 10px;
  justify-content: end;
  margin-right: 15px;
}

.nav-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}

.project-menu {
  margin-left: 50px;
}

.human-menu {
  margin-top: -63px;
}

.sub-title {
  margin-top: 15px;
}

.sub-title a {
  line-height: 22px;
}

.nav-group p a {
  line-height: 18px;
}

a {
  text-decoration: none !important;
  font-size: 18px !important;
  color: whitesmoke !important;
  font-weight: bold !important;
}

.hidden {
  display: none !important;
}

.nav-group-dry {
  /* margin-left: -100px; */
}

.dry-menu {
  margin-left: 45px;
}

#nav-open-icon {
  background-color: #ff5c03;
}

.stats-section {
  position: relative;
  background-color: #f5f1e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.body-image {
  position: absolute;
  bottom: 0;
  left: 10%;
  max-width: 50%;
  max-height: 90%;
  opacity: 1;
  z-index: 1;
}

/* .slide-container {
    display: flex;
    width: 200%;
    transition: transform 0.8s ease;
    height: 100%;
    z-index: 2;
    position: relative;
}

.slide {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 0 100px;
    box-sizing: border-box;
}

.slide-content {
    max-width: 375px;
    text-align: right;
} */

.stat-block {
  font-weight: bold;
  color: #003366;
}

.stat-number {
  font-size: 3rem;
  margin-bottom: 20px;
}

.stat-text {
  font-size: 1.5rem;
}

.stat-text.large {
  font-size: 2rem;
  font-weight: bold;
  color: #e67373;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
}

.arrow.prev {
  left: 30px;
}

.arrow.next {
  right: 30px;
}

.hamburger-button {
  width: 60px;
  height: 60px;
  background-color: #4b74a0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px dotted white;
  gap: 6px;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hamburger-button div {
  width: 36px;
  height: 8px;
  background-color: white;
  border-radius: 41px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.footer-section {
  height: auto;
  background-color: #111;
  color: white;
  position: relative;
  scroll-snap-align: start;
  z-index: 5;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.footer {
  background: #343a40;
  color: white;
  text-align: center;
}

.container-center {
  max-width: 1300px;
  display: flex;
  margin: 0 auto;
}

.sponsor-carousel {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.sponsor-carousel h2 {
  font-size: 30px !important;
}

.sponsor-track {
  display: flex;
}

.sponsor-item {
  flex: 0 0 auto;
  margin: 0 20px;
}

.sponsor-item img {
  height: 100px;
  display: block;
}

.img-fluid {
  width: 250px;
}

.team-page {
  padding-top: 100px;
}

#section9 {
  padding-bottom: 5vh;
}

.dreapta {
  text-align: right;
}

.card-pacient-titlu {
  text-align: center;
}

.card-pacient {
  width: 80%;
  margin: 0 auto;
  background-color: #faebd7;
  padding: 15px;
}

.card-pacient2 {
  background-color: #ade9af;
}

.card-pacient3 {
  background-color: #ade3fb;
}

.card-pacient4 {
  background-color: #faebd7;
  padding: 10px;
  width: 95%;
  margin: 0 auto;
}

.cover4 {
  font-size: 24px;
  font-family: "Zilla Slab", serif;
  color: #fff;
  background-color: #07a597;
}

.card-pacient5 {
  background-color: #ade9af;
}

.card-pacient6 {
  background-color: #ade3fb;
}

.decription-column {
  display: flex;
}

.decription-column p {
  width: 45%;
  padding: 20px;
  margin: 20px;
}

.description-human {
  width: 70%;
  margin: 0 auto;
  padding: 20px;
}

.human-sidebar .section-nav {
  top: 70%;
}

/* ====== Table wrapper ====== */

.panel-body {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  overflow-x: auto;
  /* responsive horizontal scroll if needed */
}

/* ====== Table ====== */

.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell,
    Noto Sans, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  color: #0f172a;
}

.table thead th {
  text-align: left;
  font-weight: 600;
  color: #334155;
  background: #f8fafc;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
  white-space: nowrap;
}

.table tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  vertical-align: top;
}

.table tbody tr:hover {
  background: #f8fafc;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

/* make the first column compact */

.table thead th:nth-child(1),
.table tbody td:nth-child(1) {
  width: 56px;
  color: #64748b;
}

/* keep the Type column neat */

.table thead th:nth-child(4),
.table tbody td:nth-child(4) {
  white-space: nowrap;
}

/* ====== Tag (pill) styles ====== */

.tag,
.label {
  /* .label included to support your first row */
  display: inline-block;
  padding: 2px 10px;
  font-size: 11px;
  line-height: 20px;
  border-radius: 5px;
  font-weight: 600;
  border: 1px solid transparent;
  letter-spacing: 0.02em;
}

/* Basic = green */

.tag.basic,
.label-success,
[data-type="basic"] {
  background: #ecfdf5;
  color: #047857;
  border-color: #a7f3d0;
}

/* Composite = orange */

.tag.composite,
.label-warning,
[data-type="composite"] {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}

/* Improved = blue */

.tag.improved,
.label-info,
[data-type="improved"] {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.nav-item-orange span {
  color: #ff6c1b;
}

.nav-team {
  margin-top: -63px;
  margin-left: 10px;
}
.cerculet2 {
  margin-left: 20px;
}
.cerculet3 {
  margin-left: 50px;
}
.cerculet4 {
  margin-left: 70px;
}