:root {
  --accent-color: #717171;
  --white-color: #fff;
  --black-color: #000;
  --gray-color: #f3f3f3;
  --red-color: #bd2525;
  --light-red-color: #ce4242;
  --green-color: #478a1b;
  --light-green-color: #69a740;
  --gray-color-300: #d8d8d8;
  --gray-color-500: #aeaeae;
  --gray-color-800: #3a3a3a;
  --light-gray-color: #d7dddf;
  --primary-color: #72aec8;
  --bs-primary-rgb: 114, 174, 200;
  --light-color: #f8f9fa;
  --dark-color: #212529;
  --light-blue-color: #edf1f3;
  --navbar-color-color: #131814;
  --swiper-theme-color: #4a4a4a;
  --swiper-pagination-color: #4a4a4a;
  --swiper-pagination-colors: rgb(248, 220, 63);
}

/* Changes */

.logo1 {
  width: 60px;
}
.logo {
  width: 50px;
}
.sb_web_logo {
  width: 55px;
}

.clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#articleItem {
  overflow: hidden;
}
.categoryBTN {
  height: 1.5rem;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  padding: 0 10px; /* keep nice spacing left/right */
  font-size: 0.75rem; /* optional text size adjust */
  line-height: 1; /* fix text alignment */
}
.articleCont p {
  color: var(--gray-color-800);
}

.articleImage {
  width: 100%; /* image will match container width */
  height: 250px; /* choose height you want */
  max-height: 250px; /* choose height you want */
  object-fit: cover; /* crop image perfectly */
  border-radius: 8px; /* optional */
  border: 0.2px solid rgba(210, 210, 210, 0.503);
}

.articleImageBanner {
  width: 100%; /* image will match container width */
  height: 500px; /* choose height you want */
  object-fit: cover; /* crop image perfectly */
  border-radius: 8px; /* optional */
}
.authorPic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover; /* prevents distortion */
}

.articleLeftText p {
  font-size: 0.8rem;
}

.header-text p {
  color: var(--dark-color);
  line-height: 0.5;
  font-size: 1.5em;
}
.header-text p:nth-child(2) {
  font-size: 1em;
}

.navlinks {
  border-radius: 10px;
  background-color: var(--primary-color);
}
.navlinks img {
  width: 160px;
  height: 160px;
}

#padding-custom {
  padding: 50px 0 25px 0;
}

#vice img {
  width: 300px;
  /* padding: 50px 0; */
}
.login-link {
  display: none;
}
.councilor-cont {
  border: 3px solid #fae741;
  border-radius: 10px;
  width: 250px;
  height: 300px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Clip any overflowing content */
}
.councilor-cont img {
  width: 100%; /* Make the image width 100% of its container */
  height: 100%; /* Make the image height 100% of its container */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
}
/* for vice */
.vice-cont {
  border: 3px solid #fae741;
  border-radius: 10px;
  width: 250px;
  height: 300px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Clip any overflowing content */
}
.vice-cont img {
  width: 100%; /* Make the image width 100% of its container */
  height: 100%; /* Make the image height 100% of its container */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
}

.news-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Clip any overflowing content */
}
.news-cont:hover {
  opacity: 90%;
  cursor: pointer;
}
.news-cont img {
  width: 100%; /* Make the image width 100% of its container */
  height: 100%; /* Make the image height 100% of its container */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
}

#footer {
  background-color: var(--gray-color-800);
  color: var(--white-color);
}

#footer-bottom {
  background-color: var(--dark-color);
  color: var(--white-color);
}

.footer-menu .menu-list a {
  color: var(--gray-color-300);
}

.footer-menu .menu-list :hover {
  color: var(--primary-color);
}

.admin_login:hover {
  cursor: pointer;
  color: var(--primary-color);
}

#about-us-header {
  background-color: var(--gray-color-800);
  color: var(--white-color);
}

#selected_person:hover {
  cursor: pointer;
}

/* For news */

html,
body {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom: 15px;
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}

/* .councilor-wrappers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
  grid-template-areas:
    ". . . . ."
    ". . . . .";
} */
.councilor-wrappers {
  text-align: center; /* Center the content */
  width: 100%;
  display: grid;
  gap: 3rem 9rem;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.admin-icon {
  display: flex;
  justify-content: start;
}

/* Agenda presentation layout */
#agenda-presentation-layout {
  display: flex;
  justify-content: center;
}
#present-bread {
  margin: 0 5em;
  padding: 0 3em;
}

#container1 {
  background-color: rgb(255, 255, 255);
  height: auto;
  padding: 4em 3em;
  /* max-width: 850px; */
  width: 850px;
  margin: 0 5em;
}
#container-res {
  background-color: rgb(255, 255, 255);
  height: auto;
  padding: 4em 3em;
  /* max-width: 850px; */
  width: 850px;
  margin: 0 5em;
}

#container1 p {
  color: black;
}
#container-res p {
  color: black;
}

/* End of agenda presentation layout */
@media screen and (max-width: 1260px) {
  .admin-icon {
    display: flex;
    justify-content: start;
    margin-left: -50px;
  }
  .admin-login {
    margin-left: -40px;
  }
}
@media screen and (max-width: 610px) {
  #preparer-names {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #preparer-names input {
    font-size: 1em;
  }
  .right-prep {
    display: block;
  }
  .center-approved {
    display: block;
  }
  .text-start-ap {
    padding-left: -120px;
  }
}

@media screen and (max-width: 600px) {
  .navlinks {
    border-radius: 10px;
    background-color: var(--primary-color);
  }
  .navlinks img {
    width: 90px;
    height: 90px;
  }
  .product-card-link {
    width: 190px;
  }
  .link-text {
    font-size: 10px !important;
  }
}

@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}

@media (max-width: 450px) {
  .link-gap {
    display: flex;
    gap: 10px !important;
  }
}
@media screen and (max-width: 1200px) {
  .header-text p {
    color: var(--dark-color);
    line-height: 0.5;
    font-size: 1.1em;
  }
  .header-text p:nth-child(2) {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1110px) {
  .header-text p {
    color: var(--dark-color);
    line-height: 0.5;
    font-size: 1em;
  }
  .header-text p:nth-child(2) {
    font-size: 0.7em;
  }
  .logo-div {
    margin-left: -20px;
  }
  .logo1 {
    width: 40px;
  }
}

@media (max-width: 585px) {
  .header-text {
    margin-left: -10px;
  }
  .header-text p {
    font-size: 0.9em;
    line-height: 0.1;
  }
  .header-text p:nth-child(2) {
    font-size: 0.7em;
  }
  .logo-div {
    margin-left: -20px;
  }
  .logo1 {
    width: 40px;
  }
  .navbar-toggler {
    margin-right: -20px;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
}
.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}
.img-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.25s ease;
}
.card-content {
  padding: 15px;
  text-align: left;
}
.card-title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #d4d4d4;
}
.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-text-layout {
  height: 60px;
  max-height: 60px; /* Adjust the height as needed */
  overflow: hidden;
  text-overflow: ellipsis;
}
#vice-mayor {
  background-color: var(--gray-color);
}
#councilors {
  background-color: var(--gray-color);
}

.person-pic {
  border: 3px solid #fae741;
  border-radius: 10px;
  width: 300px;
  max-width: 300px;
  height: 400px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Clip any overflowing content */
}

.person-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-details {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 360px;
  /* height: 360px; */
  margin-bottom: 5px;
  overflow: hidden; /* Clip any overflowing content */
}
.news-details img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-info {
  height: 100%;
}

.img-dash {
  padding-top: 90px;
}
.img-dash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mobile_banner {
  display: none;
}

.mobile_banner_img {
  padding-top: 90px;
}
.mobile_banner_img h1 {
  color: var(--navbar-color-color);
  margin-left: 20px;
  font-size: 3em;
}
.mobile_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* try */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--dark-color);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* for zooming text */
.zoom-text {
  position: fixed;
  right: 15px;
  top: 540px;
  z-index: 99999;
  background: var(--green-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s;
  border: none;
}

.zoom-text i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}

.zoom-text:hover {
  background: var(--light-green-color);
  color: #fff;
}

.cancel-zoom {
  position: fixed;
  right: 15px;
  top: 540px;
  background: var(--red-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s;
  border: none;
}

.cancel-zoom i {
  font-size: 20px;
  color: #fff;
  line-height: 0;
}

.cancel-zoom:hover {
  background: var(--light-red-color);
  color: #fff;
}

/* End of zooming text */

.person-details {
  font-size: 12px;
}

/* ----------------------------------------------------------- */
/* on mobile devices below 600px
   */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Fonts */
:root {
  --body-font: "Lato", sans-serif;
  --heading-font: "Jost", sans-serif;
}

/*----------------------------------------------*/
/* 1 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 1.1 General Styles
  /*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
p {
  font-size: 1.2em;
  color: var(--gray-color-500);
}
ul.inner-list li {
  font-size: 1.2em;
}
a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/*------------ Background Color -----------*/
.bg-gray {
  background: var(--gray-color);
}
.bg-dark {
  background: var(--dark-color);
}
.bg-light {
  background: var(--light-color);
}
.bg-light-blue {
  background: var(--light-blue-color);
}

/* - Section Padding
  --------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}
.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}
.padding-large-custom {
  padding-top: 7em;
  padding-bottom: 4em;
}
.padding-present {
  padding-top: 2em;
  padding-bottom: 4em;
}
.padding-large-custom {
  padding-top: 12em;
  padding-bottom: 8em;
}
.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutter {
  padding: 0 !important;
}

/* no padding and margin */
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

/* - Section margin
  --------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-medium {
  margin-top: 5em;
  margin-bottom: 5em;
}
.margin-large {
  margin-top: 7em;
  margin-bottom: 7em;
}
.margin-xlarge {
  margin-top: 9em;
  margin-bottom: 9em;
}
@media only screen and (max-width: 700px) {
  .agenda_display_btn {
    padding: 0 30px !important;
    display: flex;
    flex-direction: column !important;
    gap: 10px !important;
    justify-content: center !important;
  }
  #container1 {
    margin: 0 3em;
    padding: 4em 2em;
  }
  #container-res {
    margin: 0 3em;
    padding: 2em 2em;
  }
  .table-present th:first-child {
    width: 5%;
  }
  .table-present th:last-child {
    width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .margin-small,
  .margin-medium,
  .margin-large {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .all-council-det {
    margin-top: -20px;
    text-align: center;
  }
}

/* - Section Title
  --------------------------------------------------------------*/
h3.card-title,
h3.cart-title {
  font-size: 1.5em;
}

/* - Section width
  --------------------------------------------------------------*/
.u-full-width {
  width: 100%;
  border: none;
}

/*--------------------------------------------------------------
  /** 2.10 Buttons
  --------------------------------------------------------------*/
/* - Button Sizes
  ------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
}
.btn.btn-medium {
  padding: 0.8em 2.8em;
  font-size: 1.1em;
  letter-spacing: 2px;
}
.btn.btn-large {
  padding: 2.4em 5.1em;
  font-size: 1.8em;
}

/* - Button Shapes
  ------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}
.btn.btn-outline-dark {
  border-color: rgba(0, 0, 0, 1);
  color: var(--dark-color);
}
.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
.btn.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--light-color);
}
.btn.btn-outline-light:hover {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}
.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}
.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}
.btn.btn-full {
  display: block;
  margin: 0.85em 0;
  width: 100%;
  letter-spacing: 0.12em;
}

/* no border radius */
.btn-rounded-none,
.btn-rounded-none::after {
  border-radius: 0;
}

/* - Buttons Color Scheme
  ------------------------------------------------------------- */
.btn.btn-normal {
  text-decoration: underline;
  border: none;
}
.btn.btn-normal:hover {
  text-decoration: none;
}
.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
  border: none;
}
.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}
.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-black:hover {
  background-color: var(--gray-color-800);
  color: var(--light-color);
}
.btn.btn-light {
  background-color: var(--light-color);
  color: var(--dark-color);
  border: none;
}
.btn.btn-light:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}
.btn.btn-primary {
  background: var(--primary-color);
  color: var(--light-color);
  border: none;
}
.btn.btn-primary:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

/* - Buttons Aligns
  ------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}
.btn-center {
  text-align: center;
  display: block;
}
.btn-right {
  text-align: right;
  display: block;
}

/*----------------------------------------------*/
/* 2 SITE STRUCTURE */
/*----------------------------------------------*/

/* - Search Bar
  ------------------------------------------------------------- */
.search-box {
  background: var(--gray-color);
  position: relative;
}
.close-button {
  position: absolute;
  top: 20px;
  right: 120px;
  cursor: pointer;
  z-index: 9;
}
.search-box input.search-input {
  font-size: 1.3em;
  width: 70%;
  height: 30px;
  padding: 25px;
  border-radius: 80px;
  border-color: rgb(0 0 0 / 25%);
  background: transparent;
}
.search-box svg {
  width: 22px;
  height: 22px;
  color: var(--primary-color);
}
.search-box svg.search {
  margin-left: -50px;
}

/** Search Form
  --------------------------------------------------------------*/
.search-form input[type="search"].search-field {
  border: none;
  background: #f1f1f1;
  width: 100%;
  border-radius: 50px;
  padding: 10px 40px;
}
.search-form input[type="search"].search-field::focus {
  border-color: #af9aaa;
}
.search-form button {
  position: absolute;
  top: 6px;
  right: 9px;
  background: transparent;
  border: none;
}

/** Search Popup
  --------------------------------------------------------------*/
.search-popup {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.search-popup.is-visible {
  opacity: 1;
  visibility: visible;
  cursor: -webkit-image-set(
      url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E")
        1x,
      url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E")
        2x
    ),
    pointer;
  cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"),
    pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.search-popup-container {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  box-shadow: none;
  cursor: default;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.is-visible .search-popup-container {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-popup-form {
  position: relative;
  margin: 0 0 3em 0;
}
.search-popup-form .form-control {
  padding: 0 0 0.375em 0;
  font-size: 2em;
}
.search-popup-form #search-popup-submit {
  display: none;
}
.search-popup .search-popup-close {
  display: block;
  position: absolute;
  top: 2em;
  right: 2em;
  margin: -0.5em;
  padding: 0.5em;
  line-height: 0;
}
.search-popup .search-popup-close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.search-popup .search-popup-close i {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  fill: rgba(0, 0, 0, 0.5);
}
.search-popup .search-popup-close:hover i {
  fill: rgba(0, 0, 0, 1);
}
.search-popup .cat-list-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.6em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.search-popup .cat-list {
  margin: 0;
  list-style-type: none;
}
.search-popup .cat-list-item {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.015em;
  font-size: 2em;
}
.search-popup .cat-list-item a {
  position: relative;
}
.search-popup .cat-list-item a::after {
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 1px;
  border-bottom: 1px solid #ff9697;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.search-popup .cat-list-item a:hover::after {
  height: 1px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.search-popup .cat-list-item::after {
  content: "/";
  padding: 0 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: text-top;
}
.search-popup .cat-list-item:last-child::after {
  display: none;
}

@media only screen and (max-width: 991px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.425em;
  }
  .navbar li {
    font-size: 10px;
  }
  .pages-items li {
    font-size: 8px;
    padding-left: 10px;
  }
  .login-link {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
}
@media only screen and (max-width: 575px) {
  .search-popup .cat-list-item,
  .search-popup-form .form-control {
    font-size: 1.125em;
  }
  .search-popup .search-popup-close {
    top: 1em;
    right: 1em;
  }
  .councilor-wrappers {
    display: block; /* Change display property to block */
  }
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 10px;
    z-index: 99999;
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  /* .all-council-det {
    text-align: left;
  } */

  .zoom-text {
    position: fixed;
    right: 15px;
    top: 450px;
    z-index: 99999999;
    background: var(--green-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all 0.4s;
    border: none;
    cursor: zoom-in;
  }

  .zoom-text i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
  }

  .zoom-text:hover {
    background: var(--light-green-color);
    color: #fff;
  }

  .cancel-zoom {
    position: fixed;
    right: 15px;
    top: 450px;
    background: var(--red-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all 0.4s;
    border: none;
  }

  .cancel-zoom i {
    font-size: 20px;
    color: #fff;
    line-height: 0;
  }

  .cancel-zoom:hover {
    background: var(--light-red-color);
    color: #fff;
    cursor: pointer;
  }
}

.search-popup input[type="search"] {
  font-size: 24px;
  height: 60px;
  padding: 26px;
}
.search-popup .search-form button {
  top: 12px;
  right: 15px;
}
.search-popup .search-form button svg {
  height: 28px;
  width: 28px;
}

/* 1. Header
  /*----------------------------------------------*/
.site-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease-out;
}
.navbar-toggler svg.navbar-icon {
  width: 25px;
  height: 25px;
}
.navbar-nav .nav-item a.nav-link {
  color: var(--accent-color);
}
.navbar-nav .nav-item a.nav-link.active,
.navbar-nav .nav-item a.nav-link:focus,
.navbar-nav .nav-item a.nav-link:hover {
  color: var(--primary-color);
}

/*------------ Offcanvas -------------- */
#header-nav .navbar-toggler:focus {
  box-shadow: none;
}
#header-nav .offcanvas.show {
  z-index: 9999;
  background-color: var(--light-blue-color);
}
#header-nav .offcanvas-end {
  width: 500px;
}
.offcanvas.show .nav-item a.nav-link {
  font-size: 2em;
}
.offcanvas.show .offcanvas-body .navbar-nav {
  align-items: unset !important;
  padding-left: 20px;
}

/*------------ Top User Icons -----------*/
.site-header .user-items svg {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #navbar .user-items {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .news_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }
}

/* 2. Billboard
  /*----------------------------------------------*/
/*------------Swiper Arrow -----------*/
#billboard .swiper-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
}
.swiper-icon.swiper-arrow svg {
  fill: var(--light-gray-color);
}
.swiper-icon.swiper-arrow:hover svg,
.swiper-icon.swiper-arrow:focus svg {
  fill: var(--primary-color);
}
#billboard .swiper-arrow.swiper-arrow-prev {
  left: 0;
}
#billboard .swiper-arrow.swiper-arrow-next {
  right: 0;
}

@media only screen and (max-width: 767px) {
  /* #billboard .banner-content {
    margin-top: 210px;
  } */
  /* #billboard .image-holder {
    margin-top: -390px;
    opacity: 0.3;
  }
  #billboard .swiper-arrow {
    top: 400px;
  }
  .drs_details {
    margin-top: 85px;
  } */

  #container1 {
    margin: 0 2em;
  }
  #container-res {
    margin: 0 2em;
  }
}

/* 3. Icon Box - Company Services
  /*----------------------------------------------*/
.icon-box .icon-box-icon svg {
  width: 26px;
  height: 26px;
  fill: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  #vice-mayor .icon-box {
    flex-wrap: wrap;
  }
}

/* 4. Product
  /*----------------------------------------------*/

.product-store .product-card .cart-concern {
  bottom: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.product-store .product-card-link .cart-concern-link {
  bottom: 75px;
  width: 100%;
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.product-card {
  width: 250px;
}
.product-card-link {
  width: 250px;
}
.product-store .product-card:hover .cart-concern {
  bottom: 90px;
  opacity: 1;
}
.product-store .product-card-link:hover .cart-concern-link {
  bottom: 60px;
  opacity: 1;
}
.product-card .cart-concern svg {
  width: 16px;
  height: 16px;
  fill: var(--light-color);
  margin-left: 9px;
}
.product-card-link .cart-concern-link svg {
  width: 16px;
  height: 16px;
  fill: var(--light-color);
  margin-left: 9px;
}

/* For link */

@media screen and (max-width: 570px) {
  .product-card-link {
    width: 200px;
  }
  .cart-concern-link {
    padding: 0 10px;
  }
}

/* end link */

.product-card .card-detail span {
  font-size: 1.5em;
}

@media only screen and (max-width: 575px) {
  .product-store .product-card .card-detail {
    padding: 10px;
  }
  #billboard .image-holder {
    /* margin-top: -390px; */
    /* opacity: 0.3; */
    display: none;
  }
  #billboard .swiper-arrow {
    top: 400px;
  }
  #mobile_banner {
    display: block;
  }
  #container1 {
    margin: 0.5em;
  }
  #container1 p {
    font-size: 0.8em;
  }
  #container-res {
    margin: 0.5em;
  }
  #container-res p {
    font-size: 0.8em;
  }
  #id_correspondence_title p {
    font-size: 1em !important;
  }
  #id_brgy_action_title p {
    font-size: 1em !important;
  }
}

/*------------Swiper Pagination -----------*/
.product-store
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
}
.swiper-pagination span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

/* 5. Testimonial
  /*----------------------------------------------*/
.review-item blockquote {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}
.rating svg.star {
  width: 16px;
  height: 16px;
  fill: var(--primary-color);
}
#testimonials .swiper-arrow svg {
  width: 45px;
  height: 45px;
  fill: var(--light-gray-color);
}
#testimonials {
  background-color: var(--white-color);
}
.review-content .swiper-arrow {
  top: 0;
  bottom: 0;
  z-index: 2;
}
.review-content .swiper-arrow.swiper-arrow-next {
  right: 0;
}
.review-content .quotation svg.quote {
  color: var(--light-blue-color);
}

@media only screen and (max-width: 767px) {
  #testimonials blockquote {
    font-size: 2em;
  }
  .review-content .swiper-arrow {
    bottom: -420px;
  }
}

/* 6. Subscribe
  /*----------------------------------------------*/
.subscribe-content p {
  color: var(--gray-color-500);
}

@media only screen and (max-width: 1199px) {
  .subscription-form input.form-control,
  .subscription-form button {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* 7. Instagram
  /*----------------------------------------------*/
#instagram figure.instagram-item {
  width: 20%;
}
figure.instagram-item img.insta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-item .icon-overlay {
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  color: var(--light-color);
  opacity: 0;
  transition: 0.9s ease-out;
}
.instagram-item:hover .icon-overlay {
  top: 0;
  opacity: 1;
}
.instagram-item .icon-overlay svg.instagram {
  height: 50px;
}

@media only screen and (max-width: 991px) {
  .belowImageDiv {
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .titleDiv {
    margin-bottom: 1rem !important;
  }

  .articleLeftText {
    display: flex !important;
    width: 80% !important;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .articleRightText {
    width: 80% !important;
  }
  #articleTitle {
    width: 90% !important;
  }
  #datePublishedDiv {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  #instagram figure.instagram-item {
    width: 30%;
  }
}

@media only screen and (max-width: 501px) {
  #instagram figure.instagram-item {
    width: 100%;
  }
}
@media only screen and (max-width: 501px) {
  #container1 {
    width: 451px;
  }
  #container-res {
    width: 451px;
  }
}
@media only screen and (max-width: 400px) {
  .articleLeftText p {
    font-size: 0.7rem;
  }
}

/* 8. Footer
  /*----------------------------------------------*/
/*------------ Social Icon -----------*/
.social-links svg {
  width: 20px;
  height: 20px;
  color: var(--light-gray-color);
}
.social-links svg:hover {
  color: var(--primary-color);
}
.social-links li {
  padding-right: 30px;
}

/* 9. About Us Page
  /*----------------------------------------------*/
/*------------ Video Icon -----------*/
.video-item a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-item svg.video-player {
  width: 80px;
  height: 80px;
  padding: 19px;
  border-radius: 50%;
}

/* - Shop Page
  --------------------------------------------------------------*/
/* ----------- Search Bar -----------*/
.shopify-grid select#input-sort {
  font-size: 1.2em;
  color: var(--dark-grey-color);
  border: none;
  padding: 0;
  text-align: center;
}

/* ----------- SideBar -----------*/
.sidebar input.search-field {
  width: 290px;
  height: 50px;
  box-shadow: 5px 5px 15px 5px #eee;
  border: 1px solid #eee;
  padding-left: 20px;
  outline-offset: 0;
}
.sidebar .search-icon {
  padding: 14px;
}
.sidebar svg.search {
  width: 20px;
  height: 20px;
}
.sidebar h5.widget-title {
  font-size: 1.4em;
  margin-bottom: 15px;
}
.sidebar .sidebar-list li {
  font-size: 1.2em;
}
.sidebar .sidebar-list li a {
  color: var(--dark-30);
}
.sidebar .sidebar-list li a:hover {
  color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  .widget-search-bar form {
    flex-wrap: wrap;
  }
}

/* ----------- Pagination -----------*/
.paging-navigation .pagination .page-numbers {
  font-size: 1.4em;
  color: var(--gray-color-500);
}
.paging-navigation .pagination .page-numbers:hover {
  color: var(--primary-color);
}
.paging-navigation .pagination svg {
  width: 35px;
}

/* 10. Single Product Page
  /*----------------------------------------------*/
/*------------ Product Info -----------*/
.product-info .rating svg.star-fill {
  fill: var(--dark-color);
}
.product-info .select-list li.select-item {
  font-size: 1.2em;
}
.product-quantity .input-group {
  width: 140px;
  gap: 2px;
}
.product-quantity #quantity {
  height: auto;
  width: 20px;
  border: none;
  margin: 0;
  padding: 0;
}
.product-quantity #quantity,
.product-quantity .btn-number {
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}
.single-product .cart-wrap h4.item-title {
  font-size: 1.5em;
}
.single-product .product-quantity .stock-number {
  font-size: 1.2em;
}
.meta-product h4.item-title {
  font-size: 1.2em;
}

/*------------ Product Info Tabs -----------*/
.product-info-tabs .tabs-listing button {
  font-size: 2em;
  color: var(--dark-color);
}
.product-info-tabs .nav-tabs .nav-link {
  border: none;
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
}

@media only screen and (max-width: 991px) {
  .product-info-tabs .tabs-listing button {
    font-size: 1.2em;
    padding-right: 20px !important;
  }
}

/* 10. Cart Page
  -----------------------------------------------------*/
.shopify-cart .card-price .money {
  font-size: 1.5em;
}
.shopify-cart .total-price .money {
  font-size: 2.9em;
}
.total-price .cart-totals {
  font-size: 1.5em;
}
.shopify-cart .table th {
  width: 30%;
}

/* 11. Checkout Page
  --------------------------------------------------------------*/
.list-group-item span {
  font-size: 1.2em;
}

/* 12. Blog Page
  --------------------------------------------------------------*/
/*------------ Sidebar -----------*/
.sidebar-post-item h4.card-title {
  font-size: 1.2em;
}

/* 13. Sibgle Post Page
  --------------------------------------------------------------*/
#single-post-navigation .post-navigation span.page-nav-title {
  font-size: 1.5em;
}
.post-navigation svg {
  width: 30px;
  height: 45px;
}
.post-navigation:hover svg,
.post-navigation:focus svg {
  fill: var(--primary-color);
}

#video_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#closing_vid_cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

#prayer_vid,
#national_vid {
  padding: 50px;
}
#prayer,
#national_anthem {
  width: 80vw;
  height: 20vh;
}

#next_vid {
  margin-top: -30px;
}

/* 
.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 10px;
  grid-template-areas:
    ". . ."
    ". . .";
} */
