@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --tec-font-family-sans-serif: "Poppins", sans-serif !important;
}
body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p {
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* Home Page CSS Start */
.top-bar {
  background: #1d3075;
}
.footer-sec {
  background: #061d45;
}

.top-bar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-bar img {
  width: 100%;
}

.menu-bar img {
  width: 100%;
}
.menu-bar {
  position: absolute;
  margin-top: -20px;
  left: 0;
  right: 0;
  z-index: 2;
}

.hero-banner-sec img {
  width: 100%;
}

.pad-btwn {
  padding: 40px 0;
}

.col-12,
.col-6 {
  padding: 0px 20px;
}

.flex-box {
  display: flex;
}

.highlight-sec {
  background-image: url("./images/highlight-facts-bg.jpg");
}

.footer-bottom-sec {
  background: #002666;
}
.footer-bottom-sec p {
  margin-bottom: 0px;
  padding: 20px 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  opacity: 0.5;
}

.sec-title {
  text-transform: uppercase;
  font-weight: 800;
  color: #103176;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.single-meeting-sec,
.single-news-sec {
  background: #fff;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 28px;
  position: relative;
}

.meetings-sec,
.news-sec {
  padding: 30px;
}

.news-sec {
  background: linear-gradient(
    to bottom,
    rgba(223, 211, 189, 0.5),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 30px;
}

.single-news-sec {
  padding: 30px;
  margin-bottom: 50px;
}

.meeting-content-sec {
  width: 70%;
  padding: 10px 0;
}

.news-sec {
  padding: 30px !important;
}

.news-content-sec {
  width: 100%;
}

.news-right.date-sec {
  position: absolute;
  right: 0;
  width: fit-content;
  width: auto;
  top: -16px;
  height: 32px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 13px;
  padding: 6px 16px;
}

.news-right.date-sec p {
  font-size: 15px;
}

.news-content-sec h4 {
  font-weight: 700;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

.news-content-sec p {
  margin-bottom: 0px;
}

.date-sec {
  width: 139px;
  height: 129px;
  /* text-align: center; */
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: auto 100px;
  background: #103176;
  margin-right: 20px;
  /* padding: 10px 20px; */
  border-radius: 18px;
}

.date-sec span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.date-sec h4 {
  color: #c1a25f;
  font-size: 59px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 50px;
}

.date-sec {
  color: #fff;

  font-weight: 600;
  margin-bottom: 0px;
}

.meeting-content-sec h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
}

.view-btn a {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #103176;
  max-width: 260px;
  padding: 5px 10px 5px 20px;
  border-radius: 50px;
  margin-top: 40px;
  justify-content: space-between;
  color: #0e3475;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease-in-out;
}

.view-btn a:hover {
  background: #103176;
  border: 1px solid #103176;
  color: #fff !important;
}

.view-btn p {
  margin-bottom: 0px;
}

.about-sec,
.meetings-news-sec {
  position: relative;
}

.circle-plate-obj {
  position: absolute;
  bottom: 10%;
  right: -100px;
}

.half-gold-obj {
  position: absolute;
  top: 50px;
  left: 45vw;
}

.round-brown-obj {
  position: absolute;
  bottom: 10%;
  left: -50px;
}

.dotted-circles {
  position: absolute;
  bottom: 35%;
  right: -12vw;
}

.disabled-img {
  position: fixed;
  bottom: 10%;
  right: 2vw;
  z-index: 3;
}

/* Home Page CSS End */

/* Agreements Page CSS Start */

.inner-banner-sec {
  position: relative;
  z-index: 0;
}

.inner-page-title-sec h4 {
  /* position: absolute; */
  margin: auto;
  left: 0;
  right: 0;
  top: 80px;
  color: #fff;
  /* max-width: 85%; */
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 3px 3px 6px #000;
}

.breadscrumb {
  color: #000;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.breadscrumb a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.breadscrumb a:hover {
  color: #a47a00;
}

.breadscrumb a:last-child {
  pointer-events: none;
}

.inner-banner-sec img {
  width: 100%;
}

.innerpage-img {
  border-radius: 20px;
}

.inner-page-content {
  position: relative;
  height: 100%;
  display: flow-root;
  min-height: 300px;
}

.inner-page-content.pad-btwn {
  /* padding: 40px 0; */
}

.innerpage-img {
  border-radius: 20px;
  float: right;
  margin: 0px 0px 30px 30px;
  max-width: 500px;
}

.pdf-link img {
  margin-right: 10px;
}

.pdf-link {
  color: #103176;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.pdf-link:hover {
  color: #1452d2;
}
.inner-page-title-sec {
  position: absolute;
  z-index: 2;
  top: 30%;
  width: fit-content;
}

.inner-page-content li {
  list-style: none;
}

.inner-page-content ul {
  padding-left: 0px;
  margin-bottom: 40px;
}

/* Agreements Page CSS End */

/* Agenda and Meetings Table Page CSS Start */

.tabs {
  display: flex;
  flex-wrap: wrap;
  /* gap: 10px; */
  margin-bottom: 0px;
}

.tab {
  background: #e5eeff;
  padding: 10px 20px;
  font-size: 18px;
  color: #103176 !important;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #90b4ff;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  font-size: 15px;
}

.tab:hover {
  background: #103176;
  color: #fff !important;
}

.tab.active {
  background: #103176;
  color: #fff !important;
}

.table {
  border-collapse: collapse;
  text-align: left;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

th,
td {
  border: 1px solid #ccc;
  padding: 15px !important;
}

th {
  background-color: #f2f2f2;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

.table th {
  background: #eaf1ff;
  border: 1px solid #90b4ff !important;
  color: #103176;
  font-size: 18px;
  font-weight: 600;
}

/* tbody tr:hover {
  background: #f5f8ff;
} */

.table .pdf-link {
  margin-bottom: 0px;
}

.selected-tab-title {
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #103176;
}

/* Agenda and Meetings Table Page CSS End */

/* menu css start */

nav {
  background: #1d3075 !important;
  height: calc(100px - 72px);
}
.main-nav {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px);
  border-radius: 120px;
  display: flex;
  padding-left: 10px;
  position: relative !important;
  z-index: 9999;
  font-weight: 400;
  text-transform: lowercase;
  font-family: "Poppins", sans-serif;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.main-nav > li > a {
  text-transform: none !important;
}
.current-menu-item {
  background: none !important;
}
.current-menu-item a {
  color: #9b833e !important;
}
.main-nav ul {
  background: #ffffff !important;
}
.main-nav ul a {
  border-bottom: 1px solid #d2d2d2;
}

/* Custom own */
.hero-banner-sec {
  /* padding-top: 200px; */
}

.date-sec p {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}

.breadcrumb {
  color: #212529 !important;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 50px !important;
}
.breadcrumb a,
.breadcrumb span {
  color: #212529 !important;
}

.page-title {
  color: #212529 !important;
}

.tableContent a {
  color: #1452d2;
  text-decoration: underline;
}

.backaround_abs {
  position: absolute;
  right: 0;
  bottom: 100;
}
.backaround_abs img {
  width: auto;
}

/* next */

.ample-inner-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: #000;
  width: 100%;
  /* padding: 50px 0px !important; */
  text-align: left;
  background-position: 50% 0%;

  /* background-position: 50% 50%; */
}

.breadcrumb {
  color: #212529 !important;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
}

.page-title {
  float: left;
  font-weight: 700 !important;
  /* text-transform: uppercase; */
  margin: 0px;
  color: #0e3178 !important;
  font-size: 42px;
  margin-bottom: 2px;
}

p {
  color: #555555;
  line-height: 25px !important;
  font-size: 16px !important;
  transition-duration: 1s;
}
.wp-block-heading {
  margin-top: 20px !important;
}

.page-title {
  float: left;
  font-weight: 700 !important;
  /* text-transform: uppercase; */
  margin: 0px;
  color: #0e3178 !important;
  font-size: 32px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
}

article.post {
  padding: 0px !important;
  margin-bottom: 20px !important;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0 !important;
}

.col-print li .btn {
  padding: 6px 14px !important;
  font-size: 16px !important;
  border: solid 1px #1d3075 !important;
  background-color: #1d3075 !important;
  color: #fff;
  border-radius: 6px;
}

.wpfc-calendar-wrapper *,
.ui-selectmenu-menu {
  font-size: 14px !important;
  font-family: inter, sans-serif !important;
  font-weight: 600 !important;
}

.ui-widget-content {
  border: 1px solid #e7e7e7;
  background: #eeeeee url(images/ui-bg_inset-hard_100_eeeeee_1x100.png) 50%
    bottom repeat-x;
  background: #fff !important;
  color: #222222 !important;
  padding: 0px !important;
}

.fc button {
  line-height: 34px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto !important;
  min-height: 34px !important;
  padding: 0 0.6em !important;
  cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ffffff;
  background: #1484e6 url(images/ui-bg_diagonals-thick_22_1484e6_40x40.png) 50%
    50% repeat;
  font-weight: bold;
  background: none !important;
  border: 1px solid #ddd !important;
  color: #121e59 !important;
}

.wpfc-calendar-wrapper h2 {
  font-size: 26px !important;
  margin: 0 !important;
  font-family: inter, sans-serif !important;
  font-weight: 700 !important;
}
.page-head {
  padding-bottom: 20px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  /* border-bottom: 1px solid #ccc; */
}
.main-nav li a {
  font-size: 15px !important;
  text-transform: none;
  font-weight: 500;
}
.wpfc-calendar-wrapper h2 {
  font-size: 26px !important;
  margin: 0 !important;
}
.fc-head-container.ui-widget-header {
  padding: 0 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #c5ddfc url(images/ui-bg_diagonals-small_25_c5ddfc_40x40.png) 50%
    50% repeat;
  background: #e6e1c6 !important;
  color: #333333;
}

button.fc-month-button.ui-button.ui-state-default.ui-corner-left.ui-state-active {
  background: #1d3075 !important;
  color: #ffffff !important;
}
button.fc-prev-button.ui-button.ui-state-default.ui-corner-left,
button.fc-next-button.ui-button.ui-state-default.ui-corner-right {
  background: #1d3075 !important;
  color: #1d3fa3 !important;
}
/* menu css end */

.post-type-archive-news
  article.post.type-post.status-publish.has-post-thumbnail.hentry {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 0px 20px 2px !important;
  margin-bottom: 0px !important;
}
.post-navigation {
  display: none !important;
}
.post-type-archive-news time.posted-date,
.single-event time.posted-date {
  margin-left: 8px;
}
.post-type-archive-news h2.entry-title {
  margin-top: 0px !important;
  font-weight: 600;
}

.footer-top-sec {
  padding: 40px 0px;
}

/* New Calendar Start */
.tribe-events-c-top-bar__nav-list,
.tribe-events-c-nav__list,
.tribe-events-c-nav {
  background-color: #fff !important;
}

/* issues */
.tribe-filter-bar-c-checkbox:first-child {
  margin-top: 50px !important;
}
.select2-results__options {
  display: flex !important;
  justify-content: center !important;
  flex-direction: column !important;
}
/* New Calendar End */
/* Meetings Card  CSS start */

.meeting-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 0 0 1px #e3e3e3;
}

.bar {
  width: 4px;
  height: 70px; /* Ensure it's visible */
  border-radius: 4px;
  margin-right: 15px;
  flex-shrink: 0;
}
.meeting-info {
  overflow: hidden; /* Important to restrict overflowing content */
  width: 100%;
}

.meeting-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.meeting-date {
  font-size: 16px;
  color: #666;
}
.calendar-icon,
.time-icon {
  margin: 0px;
  padding: 0px;
}
.calendar-icon img,
.time-icon img {
  width: 14px;
  margin-top: -4px;
}
.tribe-events-sub-nav,
.tribe-events-nav-pagination {
  background-color: #fff !important;
}
.tribe-common-c-btn,
.tribe-events-c-view-selector,
.tribe-events,
.tribe-common,
.tribe-common .tribe-common-h3 {
  font-family: "Poppins", sans-serif !important;
}
.tribe-events .tribe-events-c-search__button {
  background-color: #1d3075 !important;
}
.tribe-events .tribe-events-c-search__button {
  background-color: #061d45;
  color: var(--tec-color-text-events-bar-submit-button);
}
.tribe-events-calendar-month__calendar-event-title {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.category-one {
  background-color: #2c9ed5 !important;
}
.category-two {
  background-color: #4f912e !important;
}
.category-three {
  background-color: #f97610 !important;
}
.category-four {
  background-color: #f34dc7 !important;
}
.tribe-events-event-meta.primary {
  margin-bottom: 0;
  padding-top: 0;
  position: static;
  width: 100% !important;
}
.tribe-events-schedule.tribe-clearfix {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  color: #000 !important;
}
.tribe-events-schedule h2 {
  margin-top: 0px;
}
.tribe-events-schedule h2 span {
  margin-top: 0px;
  color: #334aff !important;
  font-weight: 400;
}
.mt-6 {
  margin-top: 52px;
}
.tribe-events-venue-map {
  margin-top: var(--tec-spacer-7);
  order: 1;
  width: 100% !important;
}
td.tableContent p {
  margin-bottom: 0px !important;
}
nav.tribe-events-c-top-bar__nav {
  background: none !important;
}
/*  Meetings Card  CSS  End */
