html {
    font-family: TwitterChirp, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    /*background: #a1a1a1;*/
    scroll-behavior: smooth;
    background: #000000;
    pointer-events: cursor;
    text-select: none;
    overflow-x: hidden;
}

body {
    margin: 0;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

a {
    text-decoration: none;
    color: unset;
    -webkit-user-drag: none;
    app-region: no-drag;
}

hr {
    width: -webkit-fill-available;
}

input {
    width: -webkit-fill-available;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

button {
    border: none;
}

.dyn-class {
    top: var(--dyn-top);
  padding: var(--dyn-padding);
  background: var(--dyn-bg);
  border: var(--dyn-border);
  border-radius: var(--dyn-radius);
  width: var(--dyn-width);
  min-width: var(--dyn-min-width);
  max-width: var(--dyn-max-width);
  height: var(--dyn-height);
  aspect-ratio: var(--dyn-aspect);
  color: var(--dyn-color); /* example text color */
  box-sizing: border-box;
  box-shadow: var(--dyn-shadow);
  gap: var(--dyn-gap);
  
  margin: var(--dyn-margin);
  margin-left: var(--dyn-ml);
  margin-right: var(--dyn-mr);
  margin-top: var(--dyn-mt);
  margin-bottom: var(--dyn-mb);
  
  font-size: var(--dyn-fsize);
  letter-spacing: var(--dyn-letter-spacing);
  
  filter: var(--dyn-filter);
}

.p-0 {
    padding: 0;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.a-hover-underline:hover {
    text-decoration: underline;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.base_mustard {
    color: #ffb544;
}

.base_red {
    color: #f90404;
}

.base_green {
    color: #00bf63;
}

.base_blue {
    color: #04267b;
}

.base_ABM_yellow {
    color: rgb(255, 224, 102);
}

.base_HUMSS_red {
    color: rgb(255, 107, 107);
}

.base_STEM_blue {
    color: rgb(110, 197, 255);
}

.base_yellow {
    color: #feaa20;
}

.color-white {
    color: #ffffff;
    fill: #ffffff;
}

.color-black {
    color: #000000;
    fill: #000000;
}

.color-gray {
    color: gray;
    fill: gray;
}

.color-bluegray {
    color: #8c9aa5;
    fill: #8c9aa5;
}

.w-fill {
    width: -webkit-fill-available;
}

.maxw-fill {
    max-width: -webkit-fill-available;
}

.h-fill {
    height: -webkit-fill-available;
}

.maxh-fill {
    max-height: -webkit-fill-available;
}

.w-fill100 {
    width: 100%;
}

.maxw-fill100 {
    max-width: 100%;
}

.h-fill100 {
    height: 100%;
}

.maxh-fill100 {
    max-height: 100%;
}

.hover-underline:hover {
    text-decoration: underline;
}

.hidden {
    display: none!important;
}

.no-select {
    user-select: none;
}

.fs-italic {
    font-style: italic;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-3 {
    font-size: 3px;
}

.fs-4 {
    font-size: 4px;
}

.fs-5 {
    font-size: 5px;
}

.fs-6 {
    font-size: 6px;
}

.fs-7 {
    font-size: 7px;
}

.fs-8 {
    font-size: 8px;
}

.fs-9 {
    font-size: 9px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-41 {
    font-size: 41px;
}

.fs-42 {
    font-size: 42px;
}

.fs-43 {
    font-size: 43px;
}

.fs-44 {
    font-size: 44px;
}

.fs-45 {
    font-size: 45px;
}

.fs-46 {
    font-size: 46px;
}

.fs-47 {
    font-size: 47px;
}

.fs-48 {
    font-size: 48px;
}

.fs-49 {
    font-size: 49px;
}

.fs-50 {
    font-size: 50px;
}

.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}

.fd-row {
  flex-direction: row;
}
.fd-row-rev {
  flex-direction: row-reverse;
}
.fd-col {
  flex-direction: column;
}
.fd-col-rev {
  flex-direction: column-reverse;
}

.fw-wrap {
  flex-wrap: wrap;
}
.fw-nowrap {
  flex-wrap: nowrap;
}
.fw-wrap-rev {
  flex-wrap: wrap-reverse;
}

.jc-start {
  justify-content: flex-start;
}
.jc-end {
  justify-content: flex-end;
}
.jc-center {
  justify-content: center;
}
.jc-between {
  justify-content: space-between;
}
.jc-around {
  justify-content: space-around;
}
.jc-evenly {
  justify-content: space-evenly;
}

.ai-start {
  align-items: flex-start;
}
.ai-end {
  align-items: flex-end;
}
.ai-center {
  align-items: center;
}
.ai-baseline {
  align-items: baseline;
}
.ai-stretch {
  align-items: stretch;
}

.ac-start {
  align-content: flex-start;
}
.ac-end {
  align-content: flex-end;
}
.ac-center {
  align-content: center;
}
.ac-between {
  align-content: space-between;
}
.ac-around {
  align-content: space-around;
}
.ac-stretch {
  align-content: stretch;
}

.as-auto {
  align-self: auto;
}
.as-start {
  align-self: flex-start;
}
.as-end {
  align-self: flex-end;
}
.as-center {
  align-self: center;
}
.as-baseline {
  align-self: baseline;
}
.as-stretch {
  align-self: stretch;
}

.gap-0 { gap: 0; }
.gap-5 { gap: 5px; }
.gap-10 { gap: 10px; }
.gap-20 { gap: 20px; }
.gap-30 { gap: 30px; }
.gap-40 { gap: 40px; }
.gap-50 { gap: 50px; }

.flex-0 { flex: 0; }
.flex-1 { flex: 1; }
.flex-2 { flex: 2; }
.flex-3 { flex: 3; }

.fg-0 { flex-grow: 0; }
.fg-1 { flex-grow: 1; }

.fs-0 { flex-shrink: 0; }
.fs-1 { flex-shrink: 1; }

.tt-up {
    text-transform: uppercase;
}

.tt-low {
    text-transform: lowercase;
}

.maxw-50 {
    max-width: 50px;
}

.maxw-100 {
    max-width: 100px;
}

.maxw-150 {
    max-width: 150px;
}

.maxw-200 {
    max-width: 200px;
}

.maxw-250 {
    max-width: 250px;
}

.maxw-300 {
    max-width: 300px;
}

.roboto-font {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.margin-05em {
    
}

/* Tooltip style */
.custom-tooltip {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 1;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transform: translateY(0px); /* animate from above */
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.custom-tooltip.show {
  opacity: 1;
  transform: translateY(5px); /* animate to slightly below */
}

.parallax-1 {
  position: relative;
  overflow: hidden;
}

.parallax-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/ctfcai_front.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.parallax-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(1 38 125 / 70%);
  z-index: 2;
  backdrop-filter: blur(2px);
}

.parallax-1 > * {
  position: relative;
  z-index: 3;
}

.parallax-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  animation: parallax2frames 30s ease-in-out infinite;
}

@keyframes parallax2frames {
    0% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
    20% {
        background-image: url("../../assets/images/bible-fest/3.jfif");
    }
    40% {
        background-image: url("../../assets/images/bible-fest/11.jfif");
    }
    60% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
    80% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
    100% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
}

.parallax-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(16 15 56 / 74%);
  z-index: 2;
  backdrop-filter: blur(2px);
}

.parallax-2 > * {
  position: relative;
  z-index: 3;
}

.parallax-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  animation: parallax3frames 30s ease-in-out infinite;
}

@keyframes parallax3frames {
    0% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
    20% {
        background-image: url("../../assets/images/ctfcai-cover.jpg");
    }
    40% {
        background-image: url("../../assets/images/bible-fest/11.jfif");
    }
    60% {
        background-image: url("../../assets/images/science-quiz-bee.jpg");
    }
    80% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
    100% {
        background-image: url("../../assets/images/ctfcai_front.webp");
    }
}

.parallax-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(16 15 56 / 74%);
  z-index: 2;
  backdrop-filter: blur(2px);
}

.parallax-3 > * {
  position: relative;
  z-index: 3;
}

.parallax-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  animation: parallax4frames 30s ease-in-out infinite;
}

@keyframes parallax4frames {
    0% {
        background-image: url("../../assets/images/staff/louilyn.png");
    }
    20% {
        background-image: url("../../assets/images/staff/john.png");
    }
    40% {
        background-image: url("../../assets/images/staff/vher.jpg");
    }
    60% {
        background-image: url("../../assets/images/staff/cory.png");
    }
    80% {
        background-image: url("../../assets/images/staff/kenneth.png");
    }
    100% {
        background-image: url("../../assets/images/staff/gwen.png");
    }
}

.parallax-4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(16 15 56 / 74%);
  z-index: 2;
  backdrop-filter: blur(2px);
}

.parallax-4 > * {
  position: relative;
  z-index: 3;
}

.hover-scale {
    scale: 1;
    transition: 0.2s ease scale;
}

.hover-scale:hover {
    scale: 1.05;
}

.top-bar {
    position: fixed;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: row;
    top: 0;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    padding: 20px 50px;
    background: /*rgb(0 67 255 / 75%)*/none;
    scale: 1.02;
    backdrop-filter: none;
    z-index: 100;
    overflow: hidden;
    transition: 1s ease background, 0.2s ease transform, 0.5s ease padding, 0.5s ease scale, 0.5s ease backdrop-filter;
}
.top-bar.stylized {
    padding: 10px 50px;
    background: rgba(0,0,0,0.7);
    scale: 1;
    backdrop-filter: blur(2px);
}

.top-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(32deg, red, yellow, white, blue);
    opacity: /*0.75*/0;
    z-index: -1;
    transition: 1s ease opacity;
}

.top-bar.stylized::before {
    opacity: 0.25;
}

.top-bar-container-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-bar-container-2 {
    
}
.top-bar-logo {
    display: flex;
}
.top-bar-logo-image {
    width: 80px;
    aspect-ratio: 1/1;
}
.top-bar-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-bar-title-h1 {
    font-size: 37.2px;
    letter-spacing: 10px;
    line-height: 1;
    color: white;
}

.top-bar-title-p {
    color: white;
}

.top-bar-right-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-container-chips {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar-container-chips-subcontainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.top-bar-chip-main {
    display: flex;
    align-items: center;
    background: #ffe4bb;
    border-radius: 9999px;
    padding: 6px 16px;
    justify-content: flex-start;
    transition: 0.2s ease;
}

.top-bar-chip-main:hover {
    scale: 1.05;
}

.top-bar-chip-child {
    display: flex;
    align-items: center;
}

.top-bar-chip-child-p {
    font-size: 14px;
    white-space: nowrap;
}

/* Top Bar Dropdown Menu */
.top-bar-right-container-inner-right {
    display: flex;
    align-items: center;
}
.top-bar-menu-action-button {
    border-radius: 9999px;
    padding: 4px;
    transition: 0.2s ease;
}
.top-bar-menu-action-button:hover {
    background: rgb(255 255 255 / 50%);
}
.top-bar-menu-dropdown-icon {
    display: flex;
    align-items: center;
    height: 32px;
    aspect-ratio: 1;
    color: white;
    justify-content: center;
    align-content: center;
}
.top-bar-menu-dropdown-icon-i {
    color: white;
    width: 32px;
    font-size: 32px;
    fill: white;
}
.top-bar-dropdown-menu {
    position: fixed;
    width: 300px;
    height: 470px;
    max-height: calc(-78px + 100dvh);
    transform: translateY(80px);
    right: 20px;
    border-radius: 30px;
    background: #282a2c;
    z-index: 101;
    overflow: hidden;
}
.top-bar-dropdown-menu-main-container {
    position: relative;
    display: block;
    height: -webkit-fill-available;
    padding: 8px;
    padding-right: 0;
    overflow-y: auto;
}
.top-bar-dropdown-menu-main-container::-webkit-scrollbar {
    width: 8px;
}

.top-bar-dropdown-menu-main-container::-webkit-scrollbar-track {
    background: transparent;
    margin-top: 34px;
    margin-bottom: 34px;
}

.top-bar-dropdown-menu-main-container::-webkit-scrollbar-thumb {
    background-color: rgba(227, 227, 227, 0.16);
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.top-bar-dropdown-menu-main-container::-webkit-scrollbar-thumb:hover {
    background-color: rgba(227, 227, 227, 0.32);
}
.top-bar-dropdown-menu-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    background: #1b1b1b;
    padding: 24px 20px;
    border-radius: 4px;
    margin-bottom: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
.top-bar-dropdown-menu-options:first-child {
    border-radius: 24px 24px 4px 4px;
}

.top-bar-dropdown-menu-options:last-child {
    margin-bottom: 0;
    border-radius: 4px 4px 24px 24px;
}
.top-bar-dropdown-menu-option {
    width: 100%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
    overflow: hidden;
}
.top-bar-dropdown-menu-option.active {
    background: cornflowerblue;
}
.top-bar-menu-profile-icon {
    display: flex;
    align-items: center;
    height: 32px;
    aspect-ratio: 1;
    color: white;
    justify-content: center;
    align-content: center;
}
#top-bar-dropdown-menu {
    visibility: hidden;
    bottom: -100%;
    opacity: 0;
    transition: all 0.3s ease;
}
#top-bar-dropdown-menu.active {
    visibility: visible;
    bottom: auto;
    opacity: 1;
}
.top-bar-dropdown-menu-option:hover {
    background: /*rgb(0 0 0 / 50%)*/ #282a2c;
}
/*
.top-bar-dropdown-menu-option:first-child:hover {
    background: rgb(0 0 0 / 50%);
    border-radius: 10px 10px 0 0;
}
.top-bar-dropdown-menu-option:last-child:hover {
    background: rgb(0 0 0 / 50%);
    border-radius: 0 0 10px 10px;
}
*/
.top-bar-dropdown-menu-option-hyperlink {
    display: flex;
    text-decoration: none;
    height: -webkit-fill-available;
    justify-content: center;
    align-content: center;
    width: -webkit-fill-available;
}
.top-bar-dropdown-menu-option-hyperlink-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: -webkit-fill-available;
}
.top-bar-dropdown-menu-option-hyperlink-container-icon, .top-bar-dropdown-menu-option-hyperlink-container-icon img {
    display: flex;
    font-size: 24px;
    width: 36px;
    height: 36px;
    color: white;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.top-bar-dropdown-menu-option-hyperlink-container-title {
    font-size: 14px;
    color: white;
    text-align: center;
    overflow: hidden;
    width: -webkit-fill-available;
}
.top-bar-dropdown-menu-option-hyperlink-container-title-p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    color: white;
    text-align: center;
}
.top-bar-chip-search-input-container {
    display: flex;
    width: 0;
    /*height: 10px;*/
    align-items: center;
    overflow: hidden;
}
.expanded_search {
    width: 10vw;
    max-width: 10vw;
    margin-left: 4px;
}
.top-bar-chip-search-input {
    width: -webkit-fill-available;
    max-width: 10vw;
    background: none;
    border: none;
}
.top-bar-chip-search-input:placeholder {
    color: gray;
}
@keyframes animateExpandSearchBar {
    from {
        width: 0;
        opacity: 0;
        margin-left: 0;
    }
    to {
        width: 10vw;
        opacity: 1;
        margin-left: 4px;
    }
}
@keyframes animateCollapseSearchBar {
    from {
        width: 10vw;
        opacity: 1;
        margin-left: 4px;
    }
    to {
        width: 0;
        opacity: 0;
        margin-left: 0;
    }
}
@keyframes animateExpandSearchBarMobile {
    from {
        width: 0;
        opacity: 0;
        margin-left: 0;
    }
    to {
        width: 50vw;
        opacity: 1;
        margin-left: 4px;
    }
}
@keyframes animateCollapseSearchBarMobile {
    from {
        width: 50vw;
        opacity: 1;
        margin-left: 4px;
    }
    to {
        width: 0;
        opacity: 0;
        margin-left: 0;
    }
}
.top-bar-chip-search-input-container.animate-expand {
    animation: animateExpandSearchBar 0.5s ease forwards;
}
.top-bar-chip-search-input-container.animate-collapse {
    animation: animateCollapseSearchBar 0.5s ease forwards;
}
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.background {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-image: url("../images/ctfcai_front.webp");
    background-color: #cccccc;
    z-index: 1;
}
.background::after {
    height: 100vh;
    width: 100vw;
    background-color: #01267d;
}
.main-container {
    position: absolute;
    width: -webkit-fill-available;
    z-index: 1;
}
.headline-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /*aspect-ratio: 1348/618;*/
    overflow: hidden;
}

#promo_video {
    width: 100%;
    height: /*100%*/100vh;
    object-fit: cover;
    object-position: center;
}

.headline_element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% center;
    animation: pan-object 20s ease-in-out infinite;
}

@keyframes pan-object {
    0% {
        object-position: 0% center;
    }
    50% {
        object-position: 100% center;
    }
    100% {
        object-position: 0% center;
    }
}

.headline_element-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(1 38 125 / 50%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/*
.headline-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
*/
.promo-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(1 38 125 / 50%);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.promo-video-overlay.no-overlay {
    opacity: 0;
}
.headline-container.no-overlay .promo-video-overlay {
    opacity: 0;
}
.promo-video-action-button-container { 
    position: absolute;
    display: flex;
    /* top: 90%; */
    /* left: 90%; */
    right: 0;
    transform: translate(-50%, -150%);
    color: white;
    text-align: center;
    z-index: 1;
    align-items: center;
    gap: 12px;
}
.main-content {
    position: absolute;
    width: -webkit-fill-available;
    top: 104px;
}
.main-content-first-logotitle {
    position: absolute;
    top: 50%;
    left: /*20%*/50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.main-content-first-logotitle-image {
    width: 270px;
}

.main-content-first-logotitle-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.main-content-first-logotitle h1,
.main-content-first-logotitle p {
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.main-content-first-logotitle-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-content > div {
    position: relative;
}

/* Image Carousel */
.carousel-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    background: rgb(34 35 35 / 42%);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(2px);
}

.carousel {
    display: flex;
    position: relative;
    height: 500px;
}

.carousel-class-landscape-4x3 {
    height: unset;
    aspect-ratio: 4/3;
}

.carousel-class-portrait-3x4 {
    height: unset;
    aspect-ratio: 3/4;
}

.carousel-images {
    display: flex;
    transition: transform 0.5s ease;
}   

.carousel-images img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.image-carousel-action-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.42);
    color: white;
    border: none;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    z-index: 1;
}

.image-carousel-action-button.prev {
    left: 10px;
}

.image-carousel-action-button.next {
    right: 10px;
}

.section-anchor {
    position: absolute;
    top: -100px;
}

/* About Section */

.about-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: white;
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0,0,50,0.6);
    padding: 40px;
}

.about-section > div:first-of-type {
    font-size: 32px;
    font-weight: 700;
    /*color: #2c3e50;*/
}

.about-section-content-1 {
    
}

.about-section-cd-map {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.about-section iframe {
    border-radius: 7px;
    width: 100%;
    height: 100%;
    border: none;
}

.about-section .map-container {
    padding: 4px;
    background: linear-gradient(32deg, red, yellow, white, blue);
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    resize: none;
    max-width: 100%;
    width: 80%;
    height: 500px;
}

/* Events Section */

.events-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    color: #fff;
}

.events-section-outer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.events-section-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.events-section-carousel {
    max-width: 40%;
}

/* Facilities Section */

.facilities-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    color: #fff;
}

.facilities-section-outer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.facilities-section-inner-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.facilities-section-carousel {
    max-width: 40%;
}

/* Enrollment Section */

.enrollment-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 40px;
    color: #fff;
}

.enrollment-section-outer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.enrollment-section-inner-wrapper {
    display: flex;
    gap: 20px;
}

.enrollment-section-carousel {
    max-width: 40%;
}

.front-image-container {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: 1s ease;
}

.front-image-container.show {
    visibility: visible;
    opacity: 1;
}

.chips-icon {
    font-size: 20px;
    margin-right: 8px;
}

.footer {
    display: flex;
    width: -webkit-fill-available;
    background-color: #4c4c7f;
    align-items: center;
    flex-direction: column;
}

.footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: -webkit-fill-available;
    gap: 120px;
    margin: 50px 0 /*50px*/;
}

.footer-upper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}

.footer-upper-child-1 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.footer-logo {
    width: 200px;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 10%;
}

.footer-upper-child-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 70px;
    padding-top: 70px;
}

.footer-lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    gap: 35px;
}

.staff-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: -webkit-fill-available;
    gap: 4px;
}

.staff-container-subsection {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: -webkit-fill-available;
    padding: 0 20px;
}

.staff-container-subsection-main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    min-width: 100px;
}

.staff-container-subsection-main-title-p {
    font-size: 32px;
    font-weight: 700;
    rotate: -90deg;
}

.staff-container-subsection-photo {
    width: 100px;
    max-width: 100px;
    border-radius: 9999px;
    aspect-ratio: 1;
}

/* 3 columns on small screens, 4 on medium, 6 on large */
.staff-container-subsection-inner {
    display: flex;
    width: -webkit-fill-available;
    gap: 16px;
    justify-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.staff-container-subsection-title-image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.staff-container-subsection-title-subtitle-subcontainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
    gap: 4px;
}

/* FAQ Section */

.faq-section {
    /*max-width: 80vw;*/
    margin: 0 auto;
    background: linear-gradient(to bottom right, #f0f4f8, #e6f0ff);
    /*padding: 30px;*/
    /*border-radius: 12px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: calc(30px + 10%);
    padding-right: calc(30px + 10%);
    font-family: Arial, sans-serif;
    width: -webkit-fill-available;
    gap: 25px;
}

.faq-section h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.faq-container {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.faq-container-subsection-questions {
    min-width: 200px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-container-subsection-question {
    padding: 15px 20px;
    background-color: #f2f2f2;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-container-subsection-question:hover {
    background-color: #e0e0e0;
    transform: scale(1.02);
}

.faq-container-subsection-answer {
    min-width: 300px;
    background: #ffffff;
    flex: 2;
    background-color: #fafafa;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}

.faq-container-subsection-answer-title-container p {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.faq-container-subsection-answer-container {
    line-height: 1.6;
    color: #333;
}

.faq-container-subsection-answer-container p {
    color: #555;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-container-subsection-answer-container.animate {
    animation: fadeInUp 0.4s ease forwards;
}

.glow-forever {
    animation: pulse-glow 1.5s infinite ease-in-out;
    box-shadow: 0 0 12px rgba(252, 163, 130, 0.8);
}

@keyframes pulse-glow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 12px rgba(252, 163, 130, 0.8);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(252, 163, 130, 1);
    }
}


/* STAFF PROFILE PAGE */

.staff-profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* RESEARCH PAPERS PAGE */

.research-papers-container-inner-subsection-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.research-papers-container-inner-subsection {
    width: 30%;
    background: #c2c2c242;
    border-radius: 16px;
}

.research-papers-container-inner{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.research-papers-container-inner-subsection-b {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100px;
}

.research-papers-container-inner-subsection-element {
    display: flex;
    align-items: center;
    white-space: wrap;
}

.research-papers-container-inner-subsection-element-b {
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
    margin: 0 10px;
}

/* COPYRIGHT AND DISCLAIMER PAGE */

.copyright_and_disclaimer-section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: white;
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0,0,50,0.6);
    padding: 40px;
}

.copyright_and_disclaimer-section > div:first-of-type {
    font-size: 32px;
    font-weight: 700;
}

/* Toast */
#toast-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast {
    min-width: 200px;
    max-width: 300px;
    padding: 12px 16px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    animation: fadein 0.3s ease, fadeout 0.3s ease 4.7s;
    background-color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 1;
}

.toast.success {
    background-color: #28a745;
}

.toast.warning {
    background-color: #ffc107;
    color: #212529;
}

.toast.error {
    background-color: #dc3545;
}

@keyframes fadein {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeout {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(10px); }
}

.center-all {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.flex-direction-column-om {
    flex-direction: row;
}

.reverse-flex-direction-row-opc {
    flex-direction: row-reverse;
}

.odom {
    display: none;
}

.odopc {
    display: flex;
}

@media (max-width: 768px) {
    .odom {
        display: flex;
    }
    .odopc {
        display: none;
    }
    .top-bar, .top-bar.stylized {
        flex-direction: row;
        align-items: flex-start;
        padding: 10px 20px;
        gap: 10px;
    }
    .top-bar.hide {
        /*transform: translateY(-100%);*/
    }
    .top-bar-container-1 {
        gap: 10px;
    }
    /*
    .top-bar-logo {
        display: none;
    }
    */
    .top-bar-logo-image {
        width: 40px
    }
    .top-bar-title {
        display: none;
        gap: 10px;
    }
    .top-bar-chip-main {
        padding: 3px 8px;
    }
    .chips-icon {
        font-size: 16px;
        margin-right: 4px;
    }
    .top-bar-chip-child-p {
        font-size: 11px;
    }
    .top-bar-menu-profile-icon {
        display: none;
    }
    .image-carousel-action-button {
        display: none;
    }
    .front-image-container {
        display: flex;
        justify-content: center;
        height: 100vh;
    }
    /*.headline-container {
        display: none;
    }*/
    .main-content {
        position: absolute;
        width: -webkit-fill-available;
        top: 107px;
    }
    .main-content-first-logotitle {
        left: 50%;
    }
    .top-bar-right-container {
        display: flex;
        width: -webkit-fill-available;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        flex-grow: 1;
        min-width: 0;
        /*overflow: auto;*/
    }
    
    .top-bar-container-chips {
        display: flex;
        flex-shrink: 1;
        overflow-x: auto;
        white-space: nowrap;
        align-items: center;
        gap: 8px;
        max-width: 100%;
        overflow-y: hidden;
        padding: 25px;
        padding-left: 0;
        padding-right: 0;
        margin: -25px;
        margin-left: 0;
        margin-right: 0;
    }
    
    .top-bar-container-chips-subcontainer {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: nowrap; /* <--- important: disables wrapping */
    }
    
    .top-bar-container-chips::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .expanded_search {
        width: 50vw;
        max-width: 50vw;
    }
    .top-bar-chip-search-input {
        max-width: 50vw;
    }
    .top-bar-chip-search-input-container.animate-expand {
        animation: animateExpandSearchBarMobile 0.5s ease forwards;
    }
    .top-bar-chip-search-input-container.animate-collapse {
        animation: animateCollapseSearchBarMobile 0.5s ease forwards;
    }
    #top-bar-dropdown-menu {
        display: block;
        transform: unset;
        left: 0;
        right: unset;
        border-radius: 28px 28px 0 0;
        bottom: -100%;
        height: 50vh;
        width: -webkit-fill-available;
        transition: 0.5s ease bottom;
    }
    #top-bar-dropdown-menu.active {
        bottom: 0;
    }
    .top-bar-dropdown-menu-options {
        justify-content: center;
        flex-wrap: wrap;
    }
    .footer-container {
        gap: 50px;
    }
    .footer-upper {
        flex-direction: column;
    }
    .footer-upper-child-2 {
        gap: 10px;
    }
    .footer-lower {
        padding: 0 30px;
    }
    .ta-c-m {
        text-align: center;
    }
    .faq-section {
        /*max-width: 100vw;*/
        padding: 10px;
    }
    .faq-container {
        flex-direction: column;
    }
    .faq-container-subsection-question {
        font-size: 13px;
        padding: 10px 15px;
    }
    .section-anchor {
        position: absolute;
        top: -60px;
    }
    .about-section-cd-map {
        flex-direction: column;
    }
    .staff-container-subsection {
        flex-direction: column;
        gap: 10px;
    }
    .staff-container-subsection-main-title-p {
        rotate: unset;
    }
    .about-section {
      padding: 20px;
    }

    .about-section .section-title {
      font-size: 32px;
    }

    .about-columns {
      flex-direction: column;
    }

    .about-columns > div {
      width: 100%;
    }

    .values-map {
      align-items: flex-start;
    }

    .values-grid {
      flex-direction: column;
      gap: 10px;
    }
    .map-wrapper {
      aspect-ratio: 4/3;
    }
    .events-section-inner-wrapper {
        flex-direction: column;
    }
    .events-section-carousel {
        max-width: 100%;
    }
    .facilities-section-inner-wrapper {
        flex-direction: column;
    }
    .facilities-section-carousel {
        max-width: 100%;
    }
    .flex-direction-column-om {
        flex-direction: column;
    }
    .reverse-flex-direction-row-opc {
        flex-direction: inherit;
    }
}

.staff-profile-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 12px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.staff-profile-photo-container {
    flex: 0 0 auto;
}

.staff-profile-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.staff-profile-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.staff-profile-text {
    margin: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.staff-profile-text.name {
    font-size: 1.5rem;
    font-weight: 600;
}

.staff-profile-text.age {
    font-size: 1rem;
    color: #666;
}

.staff-profile-text.about {
    font-size: 1rem;
    line-height: 1.5;
}

.tox-promotion {
    display: none;
}

/* Responsive Design */
@media (max-width: 600px) {
    .footer-logo {
        width: 150px;
    }
    
    .staff-profile-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .staff-profile-details {
        align-items: center;
    }
}

@media (max-width: 330px) {
    .main-content-first-logotitle-image {
        width: 100%;
    }
}














