/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2025 | 07:12:52 */
.elementor-heading-title {
  line-height: initial !important;
}
.padding-left-0 {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .zak-primary {
    padding-top: 0 !important;
  }
}

.search-input {
  border-radius: 10px 0 0 10px !important;
}
.search-input:hover, .search-input:focus {
  outline: none;
  box-shadow: none;
}
.search-btn, .search-btn:hover, .search-btn:focus {
  height: 100%;
  background: #e1e1e1;
  border-radius: 0 10px 10px 0;
}

.footer-logo img {
  height: 135px;
  width: auto;
}

/* NOTICE LIST */
.notice-list ul {
  margin-bottom: 0;
}
.notice-list ul li {
  margin-bottom: 10px;
}
.notice-list ul li:last-child {
  margin-bottom: 0;
}
.notice-list ul li a {
  font-size: 16px;
  letter-spacing: 0.176px;
  line-height: 28.8px;
  color: rgb(33, 37, 41);
}

/* PAGE VISITS COUNTER */
.hide-btn {
  display: none;
}
.counter-container {
  margin-top: 0;
  font-weight: 500;
		font-family: "Work Sans", Sans-serif;
	color:#fff;
	text-align:center;
}

.custom-card-details-button {
  background-color: #82c78b !important; /* Green */
}
.custom-card-pdf-link {
  color: #82c78b !important; /* Green */
}

/* RESOURCE TABLE */
.resource-table img {
  height: 20px;
}
.resource-table a {
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.resource-table tr th:last-child,
.resource-table tr td:last-child {
  width: 20% !important;
  text-align: center;
}

/* RTI TABLE */
.rti-table tr th {
  width: 45% !important;
}
.rti-table tr td {
  width: 45% !important;
}
.rti-table tr th:first-child {
  width: 10% !important;
}
.rti-table tr td:first-child {
  width: 10% !important;
}

/* TABLE MARGIN BOTTOM */
.line-height-list li {
  margin-bottom: 15px;
}
.line-height-list li:last-child {
  margin-bottom: 0;
}

/* CAROUSEL SECTION */
.wpcp-carousel-section .wpcp-single-item img {
  margin: 0 auto;
  max-height: 200px !important;
  object-fit: cover !important;
  width: auto !important;
  height: 200px !important;
  box-shadow: none;
}

/* DEFAULT TEXT */
.default-text * {
  color: #212529;
  font-family: "Work Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}

/* TABLEPRESS */
.tablepress thead th {
  background-color: #ff7700 !important; /* Green */
  color: #fff !important;
	font-family: "Work Sans", Sans-serif;
}
.tablepress tbody td{
		font-family: "Work Sans", Sans-serif;
}
.tablepress tbody tr.odd td {
  background-color: #eaf7ec !important; /* Lighter Shade of Green */
}
.tablepress tbody tr.even td {
  background-color: #F8F8F7 !important; /* Light Gray */
}

/* FOOTER MENU ACTIVE ITEM */
.footer-menu a.eael-item-active {
  font-weight: bold !important;
}

/* WATERMARK */
.watermark {
  position: relative;
  background-color: #F8F8F7; /* Light Gray */
  min-height: 804px;
}
.watermark-bg-white {
  position: relative;
  background-color: #FFFFFF;
  min-height: 804px;
}
.watermark-bg-white:before {
  background-image: url('/storage/2024/10/watermark-darker.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  max-width: 768px;
  max-height: 768px;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-50%);
}

/* ELEMENTOR SPECIFIC */
.office-bearer .elementor.elementor .e-con > .elementor-widget,
.office-bearer .elementor-widget-container,
.office-bearer .elementor-shortcode,
.office-bearer .info-box,
.office-bearer .e-con .elementor-widget {
  height: 100% !important;
}
