/* ==================>
BREADCRUMB
<================== */

.page-title {
  padding: 40px 0px 20px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.breadcrumb {
  color: rgb(255 255 255 / 50%);
  --bs-breadcrumb-divider-color: #fff;
}
.breadcrumb li a {
  color: #fff;
}

/* ==================>
COMMON
<================== */
.page_content {
  padding-block: calc(2rem + 1.5vw);
}

/* ==================>
Council Image
<================== */
.committee .committee-wrap {
  margin-bottom: 2rem;
}

.committee .committee-wrap [class*="col"] {
  margin-bottom: 2rem;
}

.comm-item {
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(315deg, #eef3f8, #f8f5fc);
  box-shadow: 0px 0px 20px 0px rgba(85, 128, 255, 0.1),
    inset 0px 15px 15px 0px rgba(223, 229, 247, 0.05);
  height: 100%;
  isolation: isolate;
  border-bottom: 6px solid #fff;
}

.comm-item h5 {
  display: inline-block;
  background: #bddbeb;
  color: #07527a;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 50vw;
  position: relative;
}

.comm-item h5::before,
.comm-item h5::after {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background: #07527a;
  top: 50%;
  z-index: -1;
}

.comm-item h5::before {
  left: -2rem;
}

.comm-item h5::after {
  right: -2rem;
}

.comm-item img {
  display: block;
  margin: 0 auto;
}

.comm-item p {
  margin-block: 0.25rem;
  color: #448797;
  font-weight: 600;
  line-height: 1.2;
}

.comm-item p span {
  font-size: 0.825rem;
  color: #212529;
}

.comm-item a:focus,
.comm-item a:hover {
  color: white;
}

.comm-item .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  font-size: 13px;
  padding: 1px 9px;
}
.comm-item .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.list-alpha {
  list-style-type: lower-alpha !important;
  margin-left: 1rem !important;
  /* line-height: 28px; */
}

.list-alpha li {
  padding-bottom: 10px;
  padding-left: 10px;
}

.list-roman {
  list-style-type: lower-roman !important;
  margin-left: 2rem !important;
}

.list-roman li {
  padding-bottom: 10px;
  padding-left: 10px;
}

.membership-guidelines h5 span {
  font-weight: normal;
  color: var(--body-clr);
  font-size: 16px;
}

/* GALLERY */

.gallery-thumbnail {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.gallery-thumbnail :is(img, video) {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center 35%;
  transition: all 0.5s ease;
  border-radius: 0.5rem;
}


label.error{
  color: #f00;
}
