@charset "UTF-8";
@import 'font-awesome.min.css';
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Raleway:400,800,900");
@import url("https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Fleur+De+Leah&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anek+Malayalam:wght@100..800&family=Chilanka&display=swap");
@import "../../node_modules/fullcalendar/index.global.min.css";
@import "../../node_modules/tippy.js/dist/tippy.css";
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #f4f4f4;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */
body, input, select, textarea {
  color: #646464;
  font-family: "Anek Malayalam", "Source Sans Pro", Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 1920px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 980px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}

a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
  color: inherit;
  text-decoration: none;
}
a:before {
  -moz-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  border-bottom-color: transparent;
  color: #ffa600 !important;
}
a:hover:before {
  color: #ffa600 !important;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c3b3b;
  font-family: "Anek Malayalam", Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border-bottom: 0;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.7em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.7em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 4px rgba(160, 160, 160, 0.3);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0 2em;
}

code {
  background: rgba(160, 160, 160, 0.075);
  border: solid 1px rgba(160, 160, 160, 0.3);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}
pre code {
  display: block;
  line-height: 1.75em;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px rgba(160, 160, 160, 0.3);
  margin: 2em 0;
}
hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

* {
  font-size: 12px;
  user-select: none;
}

/* width*/
::-webkit-scrollbar {
  width: 5.5px;
  height: 10px;
}

/*Track*/
::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 0.15);
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover::-webkit-scrollbar-thumb {
  background: #6B72ff;
}

/*Handle*/
::-webkit-scrollbar-thumb {
  background: rgb(240, 240, 240);
  border-radius: 1px;
}

/*Handle on hover*/
::-webkit-scrollbar-thumb:hover {
  background: #6B72ff;
  border-radius: 2px;
}

body {
  width: 100%;
  height: 100vh;
}
body .page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 336px);
}
body {
  /* This link sits over the div, full coverage */
}
body .overlay-link {
  position: absolute;
  inset: 0;
  /* top:0 right:0 bottom:0 left:0 */
  z-index: 9999;
  /* above inner content */
  display: block;
  background: transparent;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
body .overlay-link::after {
  /* accessible label without affecting layout */
  content: attr(aria-label);
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body .content-wrapper {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .content-wrapper .section {
  width: 100%;
  min-height: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #e2e1e3;
}
body .content-wrapper .dark {
  background-color: #000000;
}
body .content-wrapper .dark * {
  color: rgb(212, 212, 212);
}
body .content-wrapper .white {
  background-color: #ffffff;
}
body .content-wrapper .white * {
  color: #313131;
}
body .content-wrapper .banner {
  background-color: #183153;
  color: #ffffff;
  width: 100%;
  padding-inline: 5%;
  text-align: center;
  font-size: 14px;
  font-family: "Anek Malayalam";
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2509803922);
  border-top: 1px solid rgba(255, 255, 255, 0.0196078431);
  z-index: 999;
  overflow: none;
}
body .content-wrapper .banner b {
  color: #ffffff;
}
@media screen and (min-width: 737px) {
  body .content-wrapper .banner {
    font-size: 18px;
    line-height: 30px;
  }
}
body .content-wrapper .banner_xl {
  background-color: rgba(0, 0, 0, 0.1254901961);
  font-weight: bold;
  color: #183153;
  min-height: 100px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
body .content-wrapper .information {
  width: 100%;
}
body .content-wrapper .information .title {
  padding: 20px;
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  body .content-wrapper .information .title {
    font-size: 16px;
  }
}
body .content-wrapper .information .split-panel, body .content-wrapper .information .split-two-panel {
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .content-wrapper .information .split-panel .string-panel, body .content-wrapper .information .split-two-panel .string-panel,
body .content-wrapper .information .split-panel .img-panel,
body .content-wrapper .information .split-two-panel .img-panel {
  flex: 1 1 0;
  min-width: 0;
}
body .content-wrapper .information .split-panel hr, body .content-wrapper .information .split-two-panel hr {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: visible;
}
body .content-wrapper .information .split-panel hr::after, body .content-wrapper .information .split-two-panel hr::after {
  content: "◆";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-20%, -21.5%);
  visibility: visible;
  font-size: 14px;
  color: rgb(199, 199, 199);
}
body .content-wrapper .information .split-panel .string-panel, body .content-wrapper .information .split-two-panel .string-panel {
  text-align: justify;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 18px;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  line-break: anywhere;
  break-after: always;
}
body .content-wrapper .information .split-panel .string-panel .hr, body .content-wrapper .information .split-two-panel .string-panel .hr {
  visibility: visible;
}
body .content-wrapper .information .split-panel .string-panel h1, body .content-wrapper .information .split-two-panel .string-panel h1 {
  font-size: 1.5em;
}
@media screen and (max-width: 980px) {
  body .content-wrapper .information .split-panel .string-panel .hr, body .content-wrapper .information .split-two-panel .string-panel .hr {
    visibility: visible;
  }
}
body .content-wrapper .information .split-panel .text-aligh-left, body .content-wrapper .information .split-two-panel .text-aligh-left {
  align-items: flex-start;
}
body .content-wrapper .information .split-two-panel {
  width: 100%;
  flex-direction: row;
}
body .content-wrapper .information .split-two-panel .string-panel,
body .content-wrapper .information .split-two-panel .img-panel {
  width: 50%;
}
@media screen and (max-width: 1680px) {
  body .content-wrapper .information .split-panel,
  body .content-wrapper .information .split-two-panel {
    padding: 30px 20px;
    gap: 24px;
  }
  body .content-wrapper .information .split-panel h1,
  body .content-wrapper .information .split-two-panel h1 {
    font-size: 1.5em;
  }
  body .content-wrapper .information .split-panel .string-panel,
  body .content-wrapper .information .split-two-panel .string-panel {
    font-size: 16px;
    width: 100%;
    min-width: 100%;
  }
  body .content-wrapper .information .split-panel .img-panel,
  body .content-wrapper .information .split-two-panel .img-panel {
    width: 100%;
    margin-bottom: 0;
  }
  body .content-wrapper .information .split-panel .img-panel img,
  body .content-wrapper .information .split-two-panel .img-panel img {
    width: clamp(300px, 80vw, 620px);
    height: auto;
  }
  body .content-wrapper .information .split-two-panel {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 736px) {
  body .content-wrapper .information .split-panel h1,
  body .content-wrapper .information .split-two-panel h1 {
    font-size: 1rem;
  }
  body .content-wrapper .information .split-panel .string-panel,
  body .content-wrapper .information .split-two-panel .string-panel {
    font-size: 12px;
  }
  body .content-wrapper .information .split-panel .string-panel h1,
  body .content-wrapper .information .split-two-panel .string-panel h1 {
    font-size: 1rem;
  }
}
body .content-wrapper .image-sway {
  display: inline-block;
  animation: sway 20s ease-in-out infinite alternate;
  transform-origin: center;
}
@keyframes sway {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(3px, -2.5px) rotate(1deg);
  }
  50% {
    transform: translate(3px, 2.5px) rotate(-1deg);
  }
  75% {
    transform: translate(2.5px, -3px) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
body .content-wrapper .pattern-panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  background-image: url("/wp-content/themes/holyeyes/assets/media/images/banner-bg-1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 20px #000000;
}
body .content-wrapper .pattern-panel .pattern-panel-content {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 5px #000000;
}
@media screen and (max-width: 480px) {
  body .content-wrapper .pattern-panel .pattern-panel-content {
    padding-top: 20px;
    font-size: 12px;
  }
}
body .content-wrapper {
  /* the mask layer */
}
body .content-wrapper .masked-svg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
  background-color: #a7a7a7;
  -moz-mask-image: url(/wp-content/themes/holyeyes/assets/media/images/merc-pattern.svg);
  -webkit-mask-image: url(/wp-content/themes/holyeyes/assets/media/images/merc-pattern.svg);
  -ms-mask-image: url(/wp-content/themes/holyeyes/assets/media/images/merc-pattern.svg);
  mask-image: url(/wp-content/themes/holyeyes/assets/media/images/merc-pattern.svg);
  -moz-mask-repeat: repeat;
  -webkit-mask-repeat: repeat;
  -ms-mask-repeat: repeat;
  mask-repeat: repeat;
  -moz-mask-size: 160px 160px;
  -webkit-mask-size: 160px 160px;
  -ms-mask-size: 160px 160px;
  mask-size: 160px 160px;
  -moz-mask-position: center;
  -webkit-mask-position: center;
  -ms-mask-position: center;
  mask-position: center;
}
@media screen and (min-width: 481px) {
  body .content-wrapper {
    min-height: calc(100vh - 436px);
  }
}

.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang-switch {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-family: "Anek Malayalam";
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
}

.lang-switch .lang {
  background: none;
  border: 0;
  color: #969696;
  cursor: pointer;
  font: inherit;
  padding: 0;
  border-bottom: 2px solid transparent;
}

.lang-switch .lang.is-active {
  color: #ff7b00;
  font-weight: 600;
}

.page_bg-lines_wrap {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  pointer-events: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: 0%;
}

[r-dashed-lines=line] {
  background-image: linear-gradient(black 60%, rgba(255, 255, 255, 0) 0%);
  background-size: 1px 12px;
  background-repeat: repeat-y;
}

.page_bg-line_col {
  left: calc(-0.5 * var(--size--gutter));
  position: relative;
}

.page_bg-line {
  opacity: 0.08;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.page_bg-line_col.cc-first {
  opacity: 0;
}

/* place in your stylesheet */
#page-strip {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #00c3ff;
  transition: width 0.3s ease;
  z-index: 9999;
}

#page-strip.is-hidden {
  width: 0 !important;
} /* ensures clean reset */
@media (prefers-reduced-motion: reduce) {
  #page-strip {
    transition: none;
  }
}
.header-wrapper {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  align-content: space-between;
  flex-wrap: wrap;
}
.header-wrapper .titlebar {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  background-color: #183153;
}
.header-wrapper .titlebar .title {
  width: calc(100% - 192px);
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 500;
}
.header-wrapper .titlebar .translator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
}
.header-wrapper .titlebar .social-panel {
  height: 100%;
  width: 592px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
.header-wrapper .titlebar .social-panel .sm-icon {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 0px;
  padding-right: 10px;
}
.header-wrapper .titlebar .social-panel .sm-icon:hover {
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.header-wrapper .titlebar .social-panel .sm-icon:active {
  background-color: rgba(255, 255, 255, 0.3137254902);
}
.header-wrapper .titlebar .social-panel .sm-icon .fa,
.header-wrapper .titlebar .social-panel .sm-icon .name {
  min-width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .header-wrapper .titlebar {
    font-size: 9px;
    position: relative;
  }
  .header-wrapper .titlebar .title {
    height: 100%;
    width: auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0px;
  }
  .header-wrapper .titlebar .social-panel {
    width: 0px;
    overflow: hidden;
    display: none;
  }
}

#nav-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 56px;
  padding: 12px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(2px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1254901961);
  transition: all 0.3s linear;
  text-shadow: 1px 1px 2px rgba(129, 129, 129, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.0117647059);
}
#nav-bar:hover {
  background-color: #eeeeee;
}
#nav-bar .img {
  height: 50px;
  width: 50px;
  position: inherit;
  left: 0px;
  right: 0px;
}
#nav-bar .img img {
  height: 90%;
  width: 90%;
}
#nav-bar .nav-toggle-btn {
  margin-left: auto;
  font-size: 22px;
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
}
#nav-bar .menu {
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0;
  overflow: visible;
  border: none;
}
#nav-bar .menu > li {
  position: relative;
  border: none;
}
#nav-bar .button {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 1.2em;
  border: none;
}
#nav-bar .has-children .dropdown .button:hover {
  background-color: rgba(255, 255, 255, 0.3764705882);
  color: aqua;
  text-shadow: none;
  font-weight: 600;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1882352941);
}
#nav-bar .has-children .dropdown .button:active {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.0196078431);
}
#nav-bar .sub-toggle {
  display: none;
}
#nav-bar {
  /* hidden on desktop */
  /* desktop dropdown */
}
#nav-bar .has-children > .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #eeeeee;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 6px 0;
  border: none;
}

@media screen and (min-width: 981px) {
  #nav-bar .has-children:hover > .dropdown,
  #nav-bar .has-children:focus-within > .dropdown {
    display: block;
  }
}
/* Mobile override (your breakpoint mixin) */
@media screen and (max-width: 980px) {
  #nav-bar {
    position: sticky;
    top: 0;
  }
  #nav-bar .nav-toggle-btn {
    display: block;
  }
  #nav-bar .menu {
    display: none;
  }
  #nav-bar {
    /* closed by default */
  }
  #nav-bar.is-open .menu {
    display: block;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    backdrop-filter: blur(6px);
    color: #183153;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: auto;
    padding: 10px 12px 20px;
    height: calc(100vh - 86px);
  }
  #nav-bar .menu {
    background: white;
  }
  #nav-bar {
    /* stacked list */
  }
  #nav-bar .menu > li {
    border-bottom: 1px solid #eee;
  }
  #nav-bar .menu > li:last-child {
    border-bottom: 0;
  }
  #nav-bar .button {
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
  }
  #nav-bar .has-children {
    padding-right: 36px;
  }
  #nav-bar .has-children .dropdown {
    background: white;
  }
  #nav-bar .sub-toggle {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 0;
    width: 28px;
    height: 44px;
    background: none;
    border: 0;
    cursor: pointer;
  }
  #nav-bar .sub-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0.7;
  }
  #nav-bar {
    /* tree behavior: submenus in flow */
  }
  #nav-bar .has-children > .dropdown {
    position: static;
    display: none;
    margin: 6px 0 8px 12px;
    padding: 0;
    border-left: 2px solid #eee;
  }
  #nav-bar .has-children.open > .dropdown {
    display: block;
  }
  #nav-bar .has-children.open > .sub-toggle::after {
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #nav-bar {
    /* disable desktop hover in mobile */
  }
  body.no-scroll {
    overflow: hidden;
  }
}
.hero-wrapper {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-wrapper .video {
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-wrapper .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* or "contain" if you don’t want crop */
}
.hero-wrapper .dot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.6) 1px, transparent 1px);
  background-size: 4px 4px;
  /* controls dot density */
  pointer-events: none;
  /* don't block clicks */
}
.hero-wrapper .float-content {
  width: 100%;
  height: calc(100% - 200px);
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.hero-wrapper .float-content .fmc-logo {
  height: 100%;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hero-wrapper .float-content .fmc-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 736px) {
  .hero-wrapper .float-content .fmc-logo {
    width: 100%;
    height: 50%;
  }
}
.hero-wrapper .float-content .fmc-photo {
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-wrapper .float-content .fmc-photo img {
  height: 100%;
}
@media screen and (max-width: 736px) {
  .hero-wrapper .float-content .fmc-photo {
    width: 100%;
    height: 100%;
  }
  .hero-wrapper .float-content .fmc-photo img {
    height: 80%;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 736px) {
  .hero-wrapper .float-content {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .hero-wrapper .float-content .fmc-photo {
    height: 100%;
    width: 100%;
  }
}
.hero-wrapper .hero-text {
  height: 200px;
  width: 100%;
  color: #183153;
  z-index: 3;
  font-size: 12px;
  font-family: "Cinzel Decorative";
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.062745098);
  border-top: 1px solid rgba(255, 255, 255, 0.5647058824);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
  backdrop-filter: blur(1px);
  transition: all 0.5s linear;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1882352941);
  position: relative;
}
.hero-wrapper .hero-text .main {
  width: calc(100% - 200px);
  font-size: 24px;
  text-align: right;
  padding-inline: 10px;
}
.hero-wrapper .hero-text .sub {
  width: calc(100% - 200px);
  font-size: 20px;
  text-align: left;
  padding-inline: 10px;
}
.hero-wrapper .hero-text .logo {
  width: 400px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wrapper .hero-text .logo img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .hero-wrapper .hero-text {
    flex-direction: column;
    padding-bottom: 20px;
  }
  .hero-wrapper .hero-text .main {
    order: 2;
    height: 50px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-wrapper .hero-text .sub {
    order: 3;
    height: 50px;
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
  .hero-wrapper .hero-text .logo {
    order: 1;
    height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-wrapper .hero-text .logo img {
    width: 80%;
    height: 80%;
  }
}

#global-modal {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1254901961);
  backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#global-modal .wrapper {
  height: 100px;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.1254901961);
  backdrop-filter: blur(2px);
  position: absolute;
  border-radius: 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1254901961);
  display: flex;
  flex-direction: column;
}
#global-modal .wrapper .button-panel {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
#global-modal .wrapper .button-panel .button {
  background-color: rgb(214, 214, 214);
  padding: 8px 16px;
}
#global-modal .wrapper .button-panel .button:hover {
  background-color: red;
}
#global-modal .wrapper #modal-message {
  width: 100%;
  height: 50px;
}

#global-modal.hidden {
  z-index: -10;
  display: none;
}

#global-modal {
  transition: opacity 0.2s ease;
  opacity: 0;
}

#global-modal:not(.hidden) {
  opacity: 1;
}

.footer-wrapper {
  width: 100%;
  height: 250px;
  min-height: 250px;
  background-color: #183153;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.footer-wrapper .footer-content {
  height: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.footer-wrapper .footer-content .identity {
  width: 200px;
  height: 100%;
}
.footer-wrapper .footer-content .identity::before {
  content: "";
}
.footer-wrapper .footer-content .identity .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75%;
}
.footer-wrapper .footer-content .identity .logo img {
  height: 85%;
  filter: drop-shadow(-1.5px 1.5px 1px #000000);
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-wrapper .footer-content .identity .logo img:hover {
  filter: drop-shadow(-2.5px 2.5px 10px #000000);
  height: 95%;
}
.footer-wrapper .footer-content .identity .logo img:active {
  filter: drop-shadow(-0.5px 0.5px 1px rgba(0, 0, 0, 0));
}
.footer-wrapper .footer-content .identity .address {
  color: rgb(255, 255, 255);
  font-size: 12px;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 0.4cm;
}
.footer-wrapper .footer-content .mid-section-panel {
  height: 100%;
  width: calc(100% - 200px);
  color: white;
  display: flex;
}
.footer-wrapper .footer-content .mid-section-panel .timings {
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.footer-wrapper .footer-content .mid-section-panel .timings img {
  height: 100%;
}
.footer-wrapper .copyright-notice {
  width: 100%;
  height: 50px;
  font-size: 12px;
  color: rgb(233, 233, 233);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  text-align: center;
  box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.2509803922);
  border-top: 1px solid rgba(255, 255, 255, 0.0196078431);
  position: relative;
}
.footer-wrapper .copyright-notice .copyright-text {
  position: absolute;
  left: 10px;
}
.footer-wrapper .copyright-notice .legal-links {
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 980px) {
  .footer-wrapper .copyright-notice {
    justify-content: center;
    padding-left: 0px;
  }
}
@media screen and (max-width: 980px) {
  .footer-wrapper {
    height: 550px;
  }
  .footer-wrapper .footer-content {
    width: 100%;
    height: 550px;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .footer-wrapper .footer-content .identity {
    height: 250px;
    width: 100%;
  }
  .footer-wrapper .footer-content .mid-section-panel {
    width: 100%;
    height: 250px;
  }
  .footer-wrapper .copyright-notice {
    position: unset;
  }
  .footer-wrapper .copyright-notice .copyright-text {
    position: unset;
  }
  .footer-wrapper .copyright-notice .legal-links {
    position: unset;
  }
  .footer-wrapper .copyright-notice {
    flex-direction: column;
  }
}

.contact-card-banner {
  width: 100%;
  height: 100px;
  background-color: #183153;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.contact-card-banner .item {
  height: 100%;
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5647058824);
}
.contact-card-banner .item:hover {
  background-color: rgba(255, 255, 255, 0.1254901961);
}
.contact-card-banner .item b {
  color: white;
}
.contact-card-banner .item .fa {
  width: 50px;
  height: 50px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-card-banner .item .value {
  width: 240px;
  padding-left: 10px;
}
@media screen and (max-width: 980px) {
  .contact-card-banner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 10px;
  }
  .contact-card-banner .item {
    width: 100%;
    height: 100px;
  }
}

/* Grid */
.lg-grid3 {
  width: 90%;
  height: 100%;
  display: flex;
  gap: 10px;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: auto;
}

.lg-item {
  margin: 0;
  min-width: 60px;
}

.lg-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lg-item img:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Modal */
.lg-modal {
  position: fixed;
  inset: 0;
  display: none;
  opacity: 0;
  background: rgba(15, 15, 20, 0.75);
  backdrop-filter: blur(2px);
  z-index: 9999;
  transition: opacity 0.18s ease;
  place-items: center;
}

.lg-modal.open {
  display: grid;
  opacity: 1;
}

.lg-frame {
  position: relative;
  max-width: 92vw;
  max-height: 92vh;
  animation: lgIn 0.18s ease;
}

@keyframes lgIn {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.lg-img, .lg-img.lg-ghost {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

/* Controls */
.lg-close,
.lg-prev,
.lg-next {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.12);
  color: #ffffff;
  border: 0;
  padding: 32px 20px;
  border-radius: 5%;
  cursor: pointer;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
.lg-close:hover,
.lg-prev:hover,
.lg-next:hover {
  background: rgba(0, 0, 0, 0.3);
}
.lg-close:active,
.lg-prev:active,
.lg-next:active {
  background-color: rgb(252, 1, 1);
}

.lg-prev {
  left: 52px;
}

.lg-next {
  right: 52px;
}

.lg-close {
  top: -46px;
  right: 0;
  transform: none;
  background: rgba(0, 0, 0, 0.55);
  display: none;
}

.lg-prev:hover,
.lg-next:hover,
.lg-close:hover {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 640px) {
  .lg-prev {
    left: 8px;
  }
  .lg-next {
    right: 8px;
  }
  .lg-close {
    top: 8px;
    right: 8px;
  }
}
/* Base grid */
.lg-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  padding: 50px 10px 50px 10px;
  width: 95%;
  height: 100%;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

.lg-item {
  margin: 0;
}

.lg-item img {
  width: 100%;
  height: 160px; /* default */
  object-fit: cover;
  border-radius: 6px;
  display: block;
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Grow sizes based on count tiers (set by PHP) */
.lg-grid.lg-one .lg-item img {
  height: 60vh;
  border-radius: 10px;
} /* single image: hero */
.lg-grid.lg-few .lg-item img {
  height: 320px;
}

.lg-grid.lg-some .lg-item img {
  height: 220px;
}

.lg-grid.lg-many .lg-item img {
  height: 160px;
}

/* Optional: make first item larger when few */
.lg-grid.lg-few .lg-item:first-child {
  grid-column: span 2;
}

@media (max-width: 640px) {
  .lg-grid.lg-few .lg-item:first-child {
    grid-column: auto;
  }
}
/* Hover polish */
.lg-item img:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Lightbox touch-friendly tweaks */
.lg-modal {
  touch-action: pan-y;
} /* allow vertical scroll gestures */
.lg-img, .lg-img.lg-ghost {
  user-select: none;
}

.lg-frame {
  position: relative;
}

.lg-img, .lg-img.lg-ghost {
  will-change: transform;
  transition: all 0.3s linear;
}

.lg-img.lg-ghost {
  pointer-events: none;
}

.vn-podcast {
  --gap: 14px;
  --radius: 5px;
  margin: 0;
  padding: 0;
}
.vn-podcast__header {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
.vn-podcast__header .vn-podcast__disclaimer {
  opacity: 0.8;
  font-size: 0.85em;
}
.vn-podcast__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
}
.vn-podcast__item {
  display: flex;
  gap: var(--gap);
  padding: 14px;
  border: 1px solid rgba(125, 125, 125, 0.2);
  border-radius: var(--radius);
  background: rgba(125, 125, 125, 0.06);
  min-height: 250px;
}
.vn-podcast__media {
  flex: 0 0 72px;
}
.vn-podcast__media .vn-podcast__img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  display: none;
}
.vn-podcast__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  height: 100%;
}
.vn-podcast__body .vn-podcast__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}
.vn-podcast__body .vn-podcast__meta {
  font-size: 0.85em;
  opacity: 0.8;
  display: flex;
  gap: 8px;
  align-items: center;
}
.vn-podcast__body .vn-podcast__meta .vn-podcast__dot {
  opacity: 0.8;
}
.vn-podcast__body .vn-podcast__audio {
  width: 100%;
  height: 22px;
}
.vn-podcast__body .vn-podcast__desc summary {
  cursor: pointer;
  opacity: 0.9;
}
.vn-podcast__body .vn-podcast__desc p {
  margin: 6px 0 0;
  opacity: 0.95;
}
.vn-podcast__body .vn-podcast__link {
  text-decoration: underline;
  font-size: 0.95em;
}
.vn-podcast__footer {
  margin-top: 10px;
}
.vn-podcast__feed {
  opacity: 0.2;
}
.vn-podcast.vn--minimal .vn-podcast__media {
  display: none;
}
.vn-podcast.vn--minimal .vn-podcast__desc {
  display: none;
}
.vn-podcast.vn--minimal .vn-podcast__link {
  display: none;
}
.vn-podcast.vn--minimal .vn-podcast__item {
  padding: 12px;
  height: 100%;
}
.vn-podcast.vn--minimal .vn-podcast__title {
  font-size: 0.95rem;
}
.vn-podcast.vn--minimal .vn-podcast__meta {
  font-size: 0.8em;
}
.vn-podcast.vn--minimal .vn-podcast__audio {
  height: 28px;
}

.width-100, .bound {
  width: 100%;
}

.height-100 {
  height: 100%;
  min-height: 100%;
}

@media screen and (min-width: 981px) {
  .bound {
    max-width: 1440px;
  }
}

hr {
  width: 100%;
  height: 1px;
  position: relative;
  overflow: visible;
}
hr::after {
  content: "◆";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-20%, -21.5%);
  visibility: visible;
  font-size: 14px;
  color: rgb(199, 199, 199);
}

img.mix {
  mix-blend-mode: multiply;
}

img.mix-darken {
  mix-blend-mode: darken;
}

img.xxs {
  scale: 0.35;
}

img.xs {
  scale: 0.5;
}

img.s {
  scale: 0.75;
}

img.xl {
  scale: 1.5;
}

.pad-lr-10 {
  padding-inline: 10px;
}

.img-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.img-panel img {
  width: min(90%, 600px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.6s linear;
}
.vn-podcast {
  --gap: 14px;
  --radius: 10px;
  width: 100%;
}
.vn-podcast__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 20px;
}
.vn-podcast__header > .vn-podcast__disclaimer {
  opacity: 0.7;
  font-size: 0.85rem;
}
.vn-podcast__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--gap);
}
.vn-podcast__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--gap);
  padding: 14px;
  border: 1px solid rgba(125, 125, 125, 0.2);
  border-radius: var(--radius);
  background: rgba(125, 125, 125, 0.06);
}
.vn-podcast__media {
  flex: 0 0 72px;
}
.vn-podcast__media .vn-podcast__img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.vn-podcast__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vn-podcast__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.25;
}
.vn-podcast__meta {
  font-size: 0.85em;
  opacity: 0.8;
  display: flex;
  gap: 8px;
  align-items: center;
}
.vn-podcast__excerpt {
  font-size: 0.95em;
  line-height: 1.5;
  opacity: 0.95;
}
.vn-podcast__audio {
  flex: 1 1 100%;
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 6px;
}
.vn-podcast__footer {
  margin-top: 10px;
}
.vn-podcast.vn--minimal .vn-podcast__media {
  display: none;
}

.vn-rss {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.vn-rss__source-logo {
  background-color: #c00;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vn-rss__source-logo img {
  width: 200px;
  padding: 10px;
}
.vn-rss__header h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.vn-rss__header small {
  display: block;
  margin-top: 0.25rem;
  opacity: 0.6;
  font-size: 0.8rem;
}
.vn-rss__list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 737px) {
  .vn-rss__list {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
.vn-rss__item {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(233, 233, 233);
  border-radius: 0.5rem;
  overflow: hidden;
  transition: all 0.2s ease;
}
.vn-rss__item:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgb(255, 255, 255);
  transform: translateY(-2px);
}
.vn-rss__media {
  overflow: hidden;
  padding-inline: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
}
.vn-rss__media img {
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.vn-rss__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 1.2rem 1.2rem;
  flex: 1 1 auto;
  text-align: justify;
  word-break: keep-all;
}
.vn-rss__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.4rem 0;
  text-transform: capitalize;
  text-align: left;
  word-break: normal;
  line-break: normal;
  line-height: 1.3;
}
.vn-rss__meta {
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}
.vn-rss__excerpt {
  flex: 1 1 auto;
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 0.9rem;
}
.vn-rss__link {
  align-self: flex-start;
  font-size: 0.85rem;
  text-decoration: none;
  color: var(#ffa600, #ffd86f);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.vn-rss__link:hover {
  border-color: currentColor;
  color: #fff;
}
.vn-rss__link:before {
  content: "🔗";
}
.vn-rss__footer {
  font-size: 0.75rem;
  opacity: 0.5;
  margin-top: 0.5rem;
}
.vn-rss__empty {
  font-size: 0.9rem;
  opacity: 0.6;
}
.vn-rss.vn--minimal .vn-rss__item:hover {
  transform: none;
}
.vn-rss.vn--minimal .vn-rss__media img {
  border-radius: 0.4rem;
}
.vn-rss.vn--card .vn-rss__item {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border: none;
}
.vn-rss.vn--list .vn-rss__list {
  display: flex;
  flex-direction: column;
}
.vn-rss.vn--list .vn-rss__item {
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
.vn-rss.vn--list .vn-rss__item .vn-rss__media {
  flex: 0 0 160px;
}
.vn-rss.vn--list .vn-rss__item .vn-rss__media img {
  border-radius: 0.3rem;
}
.vn-rss.vn--list .vn-rss__item .vn-rss__body {
  padding: 0.5rem 0;
}

/* src/scss/_vn-ml.scss */
.vn-ml {
  --gap: 1rem;
  display: block;
  width: 100%;
}
.vn-ml__source-logo {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.vn-ml__source-logo img {
  width: 200px;
  padding: 10px;
}
.vn-ml__filter select {
  width: 100%;
  padding: 8px;
  border: 3px solid rgba(204, 204, 204, 0.5019607843);
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.5647058824);
}
.vn-ml__hdr {
  display: grid;
  gap: var(--gap);
  margin-bottom: 1rem;
}
.vn-ml__title {
  margin: 0;
}
.vn-ml__player {
  background: #f6f6f6;
  padding: 0.75rem;
  border-radius: 0.5rem;
}
.vn-ml__audio {
  width: 100%;
}
.vn-ml__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
}
.vn-ml__filter {
  display: grid;
  gap: 0.25rem;
  font-size: 0.9rem;
}
.vn-ml__filter > span {
  opacity: 0.8;
}
.vn-ml__select {
  min-width: 10ch;
  padding: 0.35rem 0.5rem;
}
.vn-ml__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 737px) {
  .vn-ml__list {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
.vn-ml__item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(232, 232, 232, 0.3137254902);
  border-radius: 0.5rem;
  background: #fff;
}
.vn-ml__item.is-current {
  border: 3px solid #c9ffcc;
  box-shadow: 0 0 0 2px rgba(60, 100, 255, 0.08) inset;
}
.vn-ml__play {
  inline-size: 2.25rem;
  block-size: 2.25rem;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
  font-size: 1rem;
  line-height: 2.1rem;
  text-align: center;
}
.vn-ml__meta {
  display: grid;
  gap: 0.25rem;
}
.vn-ml__line {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}
.vn-ml__ep-title {
  font-weight: 600;
}
.vn-ml__dur {
  opacity: 0.7;
  font-size: 0.9rem;
}
.vn-ml__sub {
  display: flex;
  gap: 0.75rem;
  font-size: 0.9rem;
  opacity: 0.85;
}
.vn-ml__link {
  text-decoration: underline;
}
.vn-ml__ftr {
  margin-top: 0.75rem;
  opacity: 0.75;
  font-size: 0.85rem;
}

#pwa-splash {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: grid;
  place-items: center;
  z-index: 99999;
  animation: fadeout 0.2s ease 0.2s forwards;
}

#pwa-splash img {
  width: 128px;
  height: 128px;
  opacity: 0;
  animation: popin 0.2s ease forwards;
}

@keyframes popin {
  from {
    transform: scale(0.2);
    opacity: 0;
  }
  to {
    transform: scale(0.6);
    opacity: 1;
  }
}
@keyframes fadeout {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.tpr-form {
  border: 1px solid #e6e6e6;
  padding: 16px;
  border-radius: 8px;
  max-width: 640px;
  width: 100%;
}
.tpr-form h3 {
  margin: 0 0 12px;
}

.tpr-row {
  margin: 0 0 12px;
}
.tpr-row label {
  display: block;
  font-weight: 600;
  margin: 0 0 6px;
}
.tpr-row input,
.tpr-row select,
.tpr-row textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.tpr-actions {
  margin-top: 12px;
}
.tpr-actions button {
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  background: #1e73be;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.tpr-notice {
  margin: 10px 0;
  padding: 10px;
  border-radius: 6px;
}
.tpr-notice.is-ok {
  background: #e8f9ef;
  color: #106c33;
  border: 1px solid #bfe7cf;
}
.tpr-notice.is-err {
  background: #fdecea;
  color: #8a1c1c;
  border: 1px solid #f5c2c0;
}

.tpr-hp {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.committee-wrap {
  padding: 10px 0;
  width: 100%;
  z-index: 2;
  height: auto;
}
.committee-wrap h1 {
  margin: 12px 0 6px;
  text-align: center;
}
.committee-wrap .desc {
  margin: 0 0 10px;
  color: #555;
  text-align: center;
}
.committee-wrap .badge {
  margin-left: 8px;
  font-size: 0.75rem;
  background: #e9efff;
  padding: 2px 6px;
  border-radius: 4px;
}
.committee-wrap .order-panel {
  margin-top: 0px;
  height: 150px;
}
.committee-wrap .order-panel .members {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.committee-wrap .order-panel .members .member {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f8f9fb;
  padding: 12px;
  border-radius: 5px;
}
.committee-wrap .order-panel .members .member img {
  object-fit: cover;
  border-radius: 5px;
}
.committee-wrap .order-panel .members .member .meta {
  height: 100%;
}
.committee-wrap .order-panel .members .member .meta .name {
  font-size: 0.95rem;
  font-weight: 700;
}
.committee-wrap .order-panel .members .member .meta .role {
  font-size: 0.95rem;
  color: #666;
}
.committee-wrap .order-panel .members .default-photo {
  width: auto;
}
.committee-wrap .order-panel .members .default-photo img {
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  .committee-wrap {
    height: auto;
    flex-direction: column;
  }
  .committee-wrap .order-panel {
    height: auto;
  }
}

.spiritual-holymasstimings .string-panel .schedule-table {
  width: 100%;
  border-collapse: collapse;
}
.spiritual-holymasstimings .string-panel .schedule-table th,
.spiritual-holymasstimings .string-panel .schedule-table td {
  padding: 18px 12px;
  text-align: left;
  vertical-align: middle;
}
.spiritual-holymasstimings .string-panel .schedule-table tr {
  border-bottom: 1px solid #222;
}

@media screen and (min-width: 481px) and (max-width: 736px) {
  .schedule-table thead {
    display: none;
  }
  .schedule-table tr {
    display: block;
    padding: 0px 0;
    border-bottom: 1px solid #222;
  }
  .schedule-table td {
    display: flex;
    gap: 12px;
    padding: 8px 0;
    text-align: left;
    font-size: 16px;
  }
  .schedule-table td::before {
    content: attr(data-label);
    flex: 0 0 90px;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
  }
}
.player-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-family: sans-serif;
  margin: auto;
}
.player-container .main-stage {
  flex: 3;
  height: 100%;
  overflow: hidden;
  background-color: #292929;
  /* Responsive Video Hack */
}
.player-container .main-stage .video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.player-container .main-stage .video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player-container .main-stage .video-info {
  height: 100%;
  background: #f9f9f9;
  padding-left: 10px;
  padding-top: 10px;
}
.player-container .video-menu {
  flex: 1;
  background: #f9f9f9;
  padding: 15px;
  height: 100%;
  overflow-y: auto;
  border: 1px solid #ddd;
}
.player-container .video-menu .video-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  transition: 0.2s;
}
.player-container .video-menu .video-item:hover {
  background: #ececec;
}
.player-container .video-menu .active {
  border-left: 5px solid #ff0000;
  background: #fff;
}

@media screen and (max-width: 736px) {
  .player-container {
    flex-direction: column;
    height: 100%;
  }
  .player-container .video-menu {
    height: 100%;
    min-height: 600px;
  }
}
/* Styling to match your screenshot */
.calendar-container {
  height: calc(100vh - 86px);
  max-height: calc(100vh - 86px);
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
}
.calendar-container .calendar-card {
  width: 100%;
  height: calc(100% - 100px);
}

#parish-calendar {
  height: 100%;
  margin: 40px auto;
  padding: 10px;
  border-radius: 0px;
}

.fc-header-toolbar {
  text-transform: capitalize;
}

.fc-daygrid-event {
  border: none !important;
  padding: 2px 5px;
  font-size: 1em;
}

/* Event Colors - Matching the blue in your screenshot */
.fc-event-main {
  background-color: #3788d8 !important;
  color: white !important;
}

.fc-daygrid-day-frame {
  height: 110px;
}

.tippy-box {
  background-color: #ffffff;
  color: #333;
  border: 1px solid #ddd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  padding: 5px;
}

.tippy-arrow {
  color: #ffffff;
}

@media screen and (max-width: 736px) {
  .calendar-container {
    font-size: 9.5px;
  }
  .fc-daygrid-day-frame {
    height: 100px;
  }
}

/*# sourceMappingURL=main.css.map */
