.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fefefe;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 20px;
	z-index: 9999;
	filter: drop-shadow(6px 10px 3px rgba(0, 0, 0, .16));
	max-width: 450px;
	box-sizing:border-box ;
	width: 100%;
	overflow: hidden;
}

.popup-content {
	position: relative;
}

.close {
	   position: absolute;
	top: -21px;
	cursor: pointer;
	right: -21px;
	font-size: 40px;
	background: #22A7F0;
	color: #fff;
	font-weight: 400;
	padding: 0 10px;
}

.popup-title {
	font-size: 24px;
	margin: 0 0 20px 0;
	font-family: sans-serif;
	text-align: center;
	color: #4db8f2;
	font-weight: 700;
}

.popup-details p {
	margin: 10px  0;
	font-size: 14px;
	font-family: sans-serif;

}

.popup-details p strong {
	font-weight: 600;
	display: inline-block;
	padding: 5px 10px;
	box-sizing: border-box;
}

.popup-details p span {
	display: inline-block;
	padding: 5px 10px;
	box-sizing: border-box;
}

.event_register a {
		background: #22A7F0;
	margin: 0 auto;
	border: 0;
	border-radius: 2px;
	color: #eee;
	display: block;
	font-family: Open Sans, sans-serif;
	font-size: 11px;
	font-weight: 400;
	opacity: .8;
	outline: none !important;
	padding: 12px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: width .3s ease;
	width: 100%;
	max-width: 100px;
}

.event-popup:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

body {
	margin: 0;
	font-family: Open Sans, sans-serif;
}
.fc-button-group button.fc-state-default {
	background: #2c3e50;
	box-shadow: none;
	color: #fff;
	font-size: 15px;
	text-shadow: none;
	padding-right: 10px;
	padding-left: 10px;
}
.fc-button-group .fc-state-default.fc-state-active {
	background: #1a252f !important;
	color: #fff;
}
.fc-button-group button.fc-state-default:hover {
	background: #1a252f;
}
.header_div {
	display: flex;
	align-items: center;
	background: #20232a;
	color: #fff;
}
.header_left ul li:last-child {
	padding-right: 0;
}
.header_left ul li {
	list-style: none;
	display: inline-block;
}
.header_left ul {
	padding: 0;
	margin: 0;
}
.header_left {
	display: flex;
	align-items: center;
	gap: 60px;
}
.container {
	margin: 0 auto;
	max-width: 1260px;
	padding: 0 30px;
	width: 100%;
}
.header_div .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img{
	filter: brightness(0) invert(1);
}
.header_right img {
	width: 32px;
}
.head_menu ul li a.active, .head_menu ul li a:hover {
	color: #fac863;
	background: #121419;
}
.head_menu ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	float: left;
	height: 70px;
	line-height: 70px;
	padding-left: 15px;
	padding-right: 15px;
}
.footer_div {
	background: #20232a;
	color: #fff;
	font-size: 14px;
	clear: both;
}
.footer_div .container {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ft_information span, .ft_information a:hover {
	color: D9AA09;
	font-weight: bold;
}
.ft_information p {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
}
.ft_information a {
	color: #fff;
	text-decoration: none;
}
.ft_information h2 {
	font-size: 26px;
}
.footer_right ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.footer_right ul li {
	list-style: none;
	padding-bottom: 12px;
}
.footer_right ul {
	padding: 0;
}
.copyright {
	font-size: 15px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #fff;
}
.footer_right h2 {
	font-size: 26px;
}
div#calendar {
	background: #fff;
	border-top: 4px solid #fac863;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	margin-top: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 50px;
}
.fc-header-toolbar .fc-today-button.fc-state-disabled {
	background-color: #2c3e50;
	box-shadow: none;
	color: #fff;
}
.fc-header-toolbar .fc-today-button {
	background: #2c3e50;
	box-shadow: none;
	color: #fff;
	font-weight: normal;
}
.fc-widget-header table tr th {
	padding: 2px 4px;
	font-size: 14px;
	font-weight: normal;
}
.fc-center h2 {
	font-size: 24px;
	font-weight: 500;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	padding: 4px;
}
.fc-content-skeleton .fc-event-container a.fc-time-grid-event {
	background: #2c3e50;
}
.fc-view .fc-widget-content .fc-time-grid .fc-slats tr {
	background: #fff;
}
.fc-unthemed td.fc-today {
	background: #fff;
}
.fc-highlight {
	background: #2c3e50;
	opacity: 0.5;
}
.page-content h1 u {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 34px;
	font-weight: 900;
	text-decoration: none;
}
.fc-agenda-view .fc-week.fc-widget-content tr, .fc-agenda-view .fc-time-grid td {
	font-size: 14px;
}

.mobile-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #20232a;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.mobile-menu li {
    border-bottom: 1px solid #ddd;
}
.mobile-menu li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
}
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 7px);
    margin-left: -4px;
}
.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(12px, -6px);
    margin-left: -10px;
}
.mobile-menu.show {
    display: block;
    animation: slideDown 0.3s forwards;
    border-top: 1px solid #fff;
    margin-top: 25px;
}
@keyframes slideDown {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
.page-content, .header_div, .inner_page {
    padding: 0 20px;
}
.footer_div .container {
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
}
.page-content .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.contact-form {
    float: left !important;
    width: 46% !important;
}
.container {
    padding: 0;
}
}
@media only screen and (max-width: 767px) {
.fc-view, .fc-view > table {
    z-index: 1;
}
.head_menu ul li a {
    width: 100%;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
body.menu-open .overlay {
    display: block;
}
.header_div {
	position: relative;
    z-index: 5;
}
.logo {
    order: 1;
}
.header_left {
    padding-top: 10px;
    padding-bottom: 5px;
    gap: 45px;
}
.head_menu ul li a {
    height: 40px;
    line-height: 40px;
}
.header_left ul li {
    display: block;
    float: left;
    width: 100%;
}
.desktop-menu {
    display: none;
}
.mobile-menu-toggle {
    display: flex;
}
.ft_information p br {
    display: none;
}
.ft_information h2, .footer_right h2 {
    text-align: left;
}
.contact-form form {
    width: 95%;
}
.contact-info, .contact-form {
    width: 100% !important;
}
.fc-view {
    width: 550px;
}
.fc-view-container {
    overflow-x: auto;
}
.container {
    max-width: 100%;
}
.footer_div .container {
    display: block;
}
.page-content .container {
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.fc-toolbar .fc-right {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.fc-toolbar .fc-left, .fc-toolbar .fc-right {
    width: 100%;
}
}

.modern-filter-box {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  padding: 18px 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  width: fit-content;
}

/* Modern Filter Form */
.modern-filter-form {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Label */
.modern-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
  color: #222;
  gap: 8px;
}

/* Icon */
.modern-label .icon {
  font-size: 1.3rem;
}

/* Select2 Container */
.select2-container.select2-modern {
  width: 260px !important;
}

/* Select2 Single Select Box */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: 14px;
  height: 44px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: border-color 0.2s;
  font-size: 1.08rem;
}

/* Selected text */
.select2-selection__rendered {
  color: #222;
  font-size: 1.08rem;
  line-height: 44px;
  padding-right: 32px;
}

/* Arrow */
.select2-selection__arrow {
  height: 100%;
  top: 50% !important;
  right: 8px !important;
  transform: translateY(-50%);
  width: 28px;
  display: flex;
  align-items: center;
}


/* Dropdown results */
.select2-dropdown {
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  overflow: hidden;
  z-index: 9999;
	position: absolute !important;
}

/* Dropdown options */
.select2-results__option {
  
  font-size: 1rem;
  cursor: pointer;
}

.select2-results__option--highlighted {
  background-color: #2c3e50 !important;
  color: #fff !important;
}

/* Search field inside dropdown */
.select2-search--dropdown .select2-search__field {
  font-size: 0.98rem;
  border-radius: 8px;
  border: 1px solid #ccc;
}

/* Filter Button */
.filter-btn {
  padding: 10px 24px;
  background-color: #2C3E4F;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,123,255,0.18);
  transition: background 0.2s, box-shadow 0.2s;
}

.filter-btn:hover {
  background-color: #1e2b37;
  box-shadow: 0 6px 16px rgba(0,123,255,0.22);
}

/* Responsive (optional) */
@media (max-width: 600px) {
  .modern-filter-box, .modern-filter-form {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .select2-container.select2-modern {
    width: 100% !important;
  }
}