.head-title {
  font-family: "ubuntu-medium" !important;
  font-size: 24px;

  text-align: start;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 32px;
  display: flex;
  letter-spacing: 0;
  color: #004990;
  width: 100%;
}


p a {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #004990;
  line-height: 22px;
  margin: 0;
  padding: 0;
  font-size: 16px;

  text-decoration: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #212121;
}

h3 {
  font-family: "ubuntu-medium" !important;
  background: transparent;
  width: 100%;
  color: #212121;
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-size: 20px;

  text-decoration: none;
}
.accordion-wrapper {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#accordion {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
}
#accordion .dropdown-btn {
  background-color: transparent;
  justify-content: space-between;
  font-family: "ubuntu-medium" !important;
  font-size: 16px;

  padding: 0px;
  text-align: start;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 22px;
  letter-spacing: 0;
  color: #212121;
  display: flex;
  gap: 8px;

  border: 0px solid transparent;
  border-radius: 8px;
  width: 100%;
}
#accordion .dropdown-btn img {
  transition: 200ms ease;
}
#accordion .rotate img {
  rotate: -180deg;
}
.index-text-wrap {
  font-family: "ubuntu-regular" !important;
  font-size: 16px;
  text-align: start;
  word-wrap: break-word;
  text-decoration: none;
  line-height: 22px;
  display: flex;
  gap: 8px;
  letter-spacing: 0;
  color: #212121;
  max-height: 0;
  padding-top: 0px;
  overflow: hidden;
  transition: max-height 300ms ease-in-out; /* Smooth transition */
}

.index-text-wrap.show {
  max-height: 5000px; /* Adjust this value as needed based on content size */
}
.index-grid-wrap {
  display: flex;
  flex-direction:column;
  gap: 8px;
  max-height: 0;
  padding-top: 0px;
  overflow: hidden;
  transition: max-height 300ms ease-in-out, padding-top 300ms ease-in-out;
}
.index-grid-wrap.show {
  padding-top: 24px;
  max-height: 5000px;
}
.index-text {
  padding-top: 16px;
}
.bold-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bold-link a {
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  color: #212121;
  line-height: 22px;
  align-items: center;
  font-size: 16px;

  text-decoration: none;
  display: flex;
  gap: 8px;
}


.h-card.grid {
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  letter-spacing: 0;
  font-family: "ubuntu-medium" !important;
  color: #212121;
  line-height: 24px;
  align-items: center;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
.h-card .title {
    font-size: 20px;
    line-height:22px;
}
.h-card img {
    width: 72px;
    object-fit: contain;
    height: 72px;
    border-radius: 99px;
    border: 1px solid #e0e0e0;
    margin-top: 6px;
    margin-bottom: 6px;
}

.company-name {
  line-height: 22px;
  font-size: 16px;
  font-family: "ubuntu-regular" !important;
}
.date {
  line-height: 22px;
  font-size: 15px;
}
.row {
  --bs-gutter-y: 24px !important;
}
