:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-color-gray-950: #e5e5e5ff;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-size-size-xxlarge: 288px;
  --dl-color-gray-black50: #00000080;
  --dl-color-gray-black60: #00000099;
  --dl-color-gray-black80: #000000cc;
  --dl-color-pallet-green: #bcb4a3ff;
  --dl-size-size-maxwidth: 1328px;
  --dl-color-pallet-yellow: #efc14cff;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

.scrollable-list {
  max-height: calc(5 * 3rem); /* assuming each item is ~3rem tall */
  overflow-y: auto;
  padding: 0.5rem;
  width: 100%;
}

.item {
  padding: 0.5rem 0;
}

.date {
  font-weight: bold;
  font-size: 1rem;
  width: 240px;  /* fixed width for date column */
  flex-shrink: 0;
  display: flex;

}

.text {
  font-size: 1rem;
  color: #555;
  display: flex;
  flex-grow: 1; /* text takes the remaining space */
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis; /* adds ... if text is too long */
}
.text a {
  color: #0077cc; /* link color */
  text-decoration: underline;
  margin: 0 0.2rem;
}

/* Optional: Hide scrollbar on some browsers */
/* For WebKit browsers */
.scrollable-list::-webkit-scrollbar {
  width: 6px;
}
.scrollable-list::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.button {
  color: var(--dl-color-gray-black80);
  cursor: pointer;
  display: flex;
  padding: 0.5rem 1rem;
  position: relative;
  box-sizing: border-box;
  font-style: normal;
  transition: 0.3s;
  align-items: flex-start;
  flex-shrink: 1;
  font-weight: 500;
  line-height: 14px;
  padding-top: 12px;
  border-color: var(--dl-color-gray-black50);
  border-style: solid;
  border-width: 1px;
  padding-left: 24px;
  border-radius: 0px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
.button:hover {
  color: var(--dl-color-gray-white);
  border-color: var(--dl-color-pallet-yellow);
  background-color: var(--dl-color-pallet-yellow);
}
.input {
  color: var(--dl-color-gray-white);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  background-color: var(--dl-color-pallet-green);
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  transform: translateX(0%) !important;
}
.section-container {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  justify-content: center;
}
.max-width-container {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-space-space-oneandhalfunits);
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}
.column {
  display: flex;
  flex-direction: column;
}


.Heading-3 {
  font-size: 24px;
  font-style: normal;
  font-family: Jost;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.4em;
  text-transform: none;
  text-decoration: none;
}
.Content {
  font-size: 16px;
  font-family: Jost;
  font-weight: 400;
  letter-spacing: 0.02;
  text-transform: none;
  text-decoration: none;
}

.home-hero1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;  /* Prevent children from wrapping */
  gap: 64px;           /* Spacing between image and text */
  width: 100%;
}

.home-image {
  max-width: 100%;
  width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 0px; /* or 8px for soft corners */
}

.home-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  white-space: normal;
}

.home-text {
  white-space: normal; /* prevents name from splitting */
  max-width: 100%;
}

.home-text01 {
  font-size: 1.2rem;
  color: var(--dl-color-gray-700);
  font-family: Jost;
  font-weight: 500;
  margin-top: 1rem;
}
.Heading-1 {
  font-size: 36px;
  font-family: Jost;
  font-weight: 500;
  line-height: 47px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
}
.Heading-2 {
  font-size: 28px;
  font-family: Jost;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}
@media(max-width: 991px) {
  .navbar-logo-title {
    margin-left: 0px;
  }
}
@media(max-width: 767px) {
  .section-container {
    padding-top: var(--dl-space-space-twounits);
  }
  .max-width-container {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}

.home-navbar {
  position: relative;
  /* display: -ms-flexbox; */
  display: flex;
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.navbar {
  background-color: #bcb4a3cc;
}

.home-social-bar {
  display: flex;
  gap: 22px;
  align-items: center;
}

.home-social-bar a {
  font-size: 2.3rem;
  color: #111;
  text-decoration: none;
  transition: color 0.2s;
}

.home-social-bar a:hover {
  color: #474044;
}

.home-nav-bar {
  display: flex;
  gap: 38px;
  align-items: center;
}

.nav-link {
  color: #000;
  text-decoration: none;
  font-size: 1.13rem;
  padding: 8px 16px; /* Adds internal spacing inside buttons */
  border-radius: 2px;
  margin: 0 4px;      /* Optional: spacing between buttons */
  font-size: 1rem;
  border: none;
  transition: color 0.15s, border 0.15s, background 0.15s;
  display: inline-flex;
  align-items: center;
}

.home-nav-bar {
  display: flex;
  gap: 32px; /* Increase spacing between nav items */
  align-items: center;
  justify-content: center; /* Optional: centers nav bar */
}

.nav-link {
  padding: 8px 16px; /* Adds internal spacing inside buttons */
  margin: 0 4px;      /* Optional: spacing between buttons */
  font-size: 1rem;
}

.nav-link.active {
  color: #4F5165;
  border: 1px solid #222;
  background: transparent;
  font-weight: 500;
  box-sizing: border-box;
}

.nav-link:hover:not(.active) {
  color: #474044;
  /* background: #f6f6ff; */
}

.home-social-bar {
  display: flex;
  gap: 1rem; /* spacing between icons */
  align-items: center;
}

.hamburger {
  display: none; /* default hidden */
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

/* Mobile view */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .home-nav-bar {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .home-nav-bar.show {
    display: flex;
  }
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.custom-toggler {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 25px;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: black;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.open .top-bar {
  transform: rotate(45deg) translate(5px, 5px);
}

.open .middle-bar {
  opacity: 0;
}

.open .bottom-bar {
  transform: rotate(-45deg) translate(5px, -5px);
}