.who-we-are-content{
  width: 100%;
  height: 250px;
  display: none;
  overflow: hidden;
  padding: 18px;
  margin-top: -30px;
}

.who-we-are:hover .who-we-are-content {
  display: block;
}

.dropdown-content {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding-left: 100px;
}

/* Mega Menu header, if needed */
.dropdown-content .header {
  padding: 16px;
}

.dropdown ul li {
  background-color: transparent !important;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 230px;
  padding: 10px;
  height: 250px;
  position: relative;
}

/* Style links inside the columns */
.column a {
  float: none;
  color: black;
  padding: 6px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
  font-family: var(--cleenhearts-heading-font, "DM Sans", sans-serif);
  /* font-weight: 700; */
    /* font-family: (--cleenhearts-font, "DM Sans", sans-serif); */
}

/* Add a background color on hover */
.column a:hover {
  background-color: #d3de34;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}


.mega-menu-content{
  /* position: absolute;
  top: 100%; */
  min-width: 1000px;
  width: 1000px;
  left: -500px;
  /* float: left;
  clear: both;
  display: block;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-left: 0px;

  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top left;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--cleenhearts-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--cleenhearts-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); */
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.w-5{
    display: none;
}

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination-container .disabled {
    color: #aaa;
    pointer-events: none;
}

.pagination-summary {
    font-weight: bold;
    margin: 0 10px;
}


/* form validation */
.text-danger {
    color: red;
    font-size: 0.875em;
}
