@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,700&display=swap);
@import url(foundation.min.css);
@import url(jquery.fancybox.css);
@import url(slick.css);

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
h1,
h2,
h3,
h4,
h5,
h6,
html,
body,
audio,
canvas,
video,
a,
small,
label,
legend,
button,
input,
textarea,
time,
.top-bar-section ul li > a {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.error > label > small {
  text-transform: none;
}

.museumtalk-stats img {
  max-width: 185px;
  margin-bottom: 55px;
}

.round {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: black;
  overflow: clip;
}

.round img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.stay-tuned-card label {
  font-size: 0 !important;
}

.button,
button {
  background-color: #257696;
}

.button:hover,
button:hover {
  background-color: #113644;
}

.top-bar-section li:last-child:not(.has-form) a.events:not(.button) {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #333333 !important;
}

.top-bar-section li:last-child:not(.has-form) a:hover.events:not(.button) {
  background-color: #999999 !important;
}

.st_fblike_hcount {
  margin-right: 25px;
}

.st_pinterest_hcount {
  margin-left: 20px;
}

.contain-to-grid,
.top-bar,
.top-bar-section ul {
  font-size: var(--font16);
  color: #666666 !important;
  background-color: transparent !important;
}

.top-bar-section {
  margin-top: 10px;
  padding: 0 10px;
}

.top-bar-section .has-dropdown > a:after {
  border-color: #666666 transparent transparent transparent;
}

ul.dropdown {
  background-color: #cccccc !important;
}

.slider,
.slider img {
  width: 100%;
}

.row {
  max-width: 1200px;
}

[data-magellan-expedition="fixed"] {
  width: 1200px;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.breadcrumbs {
  border: none;
  background: -o-linear-gradient(
    315deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
}

.breadcrumbs a,
.breadcrumbs .current {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: var(--font16);
  font-weight: 500;
  -webkit-transition:
    color 0.3s ease,
    text-shadow 0.3s ease;
  -o-transition:
    color 0.3s ease,
    text-shadow 0.3s ease;
  transition:
    color 0.3s ease,
    text-shadow 0.3s ease;
}

.breadcrumbs a:not(.current):hover,
.breadcrumbs a:hover i {
  color: var(--accent-teal);
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
}

.breadcrumbs .current {
  color: var(--accent-teal);
  font-weight: 600;
}

.breadcrumbs a::after {
  content: "/";
  margin-left: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs a:last-of-type::after {
  content: "";
  margin: 0;
}

div.breadcrumb {
  max-width: 1200px;
  margin: 2rem auto 2rem;
}

.breadcrumbs * {
  color: inherit;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.75);
}

.breadcrumbs *,
.breadcrumbs > .current {
  line-height: 1.5;
  text-transform: none;
  font-size: inherit;
}

.captcha input {
  margin-top: 8px;
}

body {
  opacity: 1;
  font-family: "Montserrat", sans-serif;
  background-color: var(--deep-bg);
  color: var(--text-light);
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0;
  background: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-header.scrolled {
  background: rgba(5, 8, 19, 0.7);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  height: 111px;
  overflow: clip;
}

.static-page__content iframe {
  width: 100%;
  height: 590px;
}

.site-header__row {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0;
}

.top-bar {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
}

.top-bar .name {
  height: auto;
  display: flex;
}

.top-bar .name a {
  display: inline-block;
  padding: 0;
  font-size: var(--font24);
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: -o-linear-gradient(
    45deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(45deg, var(--primary-purple), var(--accent-teal));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-bar .name a:hover {
  text-shadow: 0 0 20px var(--accent-teal);
}

/* Navigation Links */
.top-bar-section {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-section ul {
  background: transparent;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.top-bar-section li {
  position: relative;
  margin: 0;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: var(--font21);
  font-weight: 500;
  color: var(--text-light);
  text-decoration: none;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.05);
  border: 0px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;

  padding: 6px 23px;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
  color: #fff;
  background: rgba(106, 0, 255, 0.2);
  border-color: var(--primary-purple);
  -webkit-box-shadow:
    0 0 20px rgba(106, 0, 255, 0.4),
    0 0 40px rgba(0, 247, 255, 0.2);
  box-shadow:
    0 0 20px rgba(106, 0, 255, 0.4),
    0 0 40px rgba(0, 247, 255, 0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.top-bar-section li:not(.has-form) a:not(.button):active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* Active/Current Page Link */
.top-bar-section li.active:not(.has-form) a:not(.button),
.home-active li:first-of-type a {
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  border-color: var(--accent-teal);
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow:
    0 0 25px rgba(0, 247, 255, 0.5),
    0 0 50px rgba(106, 0, 255, 0.3);
  box-shadow:
    0 0 25px rgba(0, 247, 255, 0.5),
    0 0 50px rgba(106, 0, 255, 0.3);
  border-radius: 8px;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.home-active li:first-of-type a:hover {
  -webkit-box-shadow:
    0 0 30px rgba(0, 247, 255, 0.7),
    0 0 60px rgba(106, 0, 255, 0.5);
  box-shadow:
    0 0 30px rgba(0, 247, 255, 0.7),
    0 0 60px rgba(106, 0, 255, 0.5);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Remove old after elements */
.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  display: none;
}

/* Dropdown Menus */
.top-bar-section .has-dropdown > a {
  padding-right: 2.5rem !important;
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "⌄";
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: var(--accent-teal);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.top-bar-section .has-dropdown:hover > a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.top-bar-section ul.dropdown {
  background: rgba(5, 8, 19, 0.95) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 0.5rem;
  margin-top: 0.5rem;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  border-radius: 10px;
  margin: 0.25rem 0;
  background: rgba(255, 255, 255, 0.03);
}

.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  background: rgba(0, 247, 255, 0.1);
  color: var(--accent-teal);
  border-color: rgba(0, 247, 255, 0.3);
}

.top-bar .toggle-topbar.menu-icon a::after {
  top: -3px;
  left: 5px;
}

.top-bar {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.top-bar-section {
  margin-top: 0;
}

/* Mobile Menu Styles */
.top-bar .toggle-topbar.menu-icon {
  top: 0;
  left: auto;
  right: 2rem;
  margin-top: 0;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-bar .toggle-topbar.menu-icon:hover {
  background: rgba(106, 0, 255, 0.2);
  border-color: var(--primary-purple);
  -webkit-box-shadow: 0 0 15px rgba(106, 0, 255, 0.4);
  box-shadow: 0 0 15px rgba(106, 0, 255, 0.4);
}

.top-bar .toggle-topbar.menu-icon a {
  height: 20px;
  width: 25px;
  margin-top: 0;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--accent-teal);
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
  top: 0;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
  bottom: 0;
}

/* Hamburger Animation */
.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
  opacity: 0;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Mobile Menu Overlay */
.top-bar.expanded {
  background: rgba(5, 8, 19, 0.98);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.top-bar.expanded .top-bar-section {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: rgba(5, 8, 19, 0.98);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
}

.top-bar.expanded .top-bar-section ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 300px;
}

.top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) {
  width: 100%;
  text-align: center;
  padding: 1rem 2rem;
  font-size: var(--font16);
  border-radius: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 40px;
}

p {
  margin-bottom: 20px;
}

.homepage main {
  padding-top: 85px;
}

.innerpage main {
  padding-top: 85px;
}

.row--padding,
.columns,
.column {
  padding-left: 12px;
  padding-right: 12px;
}

.main__image img {
  width: 100%;
  opacity: 0.7;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

.row--lg {
  max-width: 1744px;
}

.form-validation input {
  margin-top: 8px;
}

#submitform {
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
}

.home-active li:first-of-type a {
  font-weight: 800;
  text-decoration: none;
}

ul.title-area #logo {
  display: inline-block;
}

.top-bar .name {
  height: initial;
}

/* Plain header links */
.top-bar-section li:not(.has-form) a:not(.button) {
  font-size: var(--font18);
  color: #fff;
  background-color: transparent;
  position: relative;
  display: inline-block;
}

/* Links with after element */
.top-bar-section li:not(.has-form) a:not(.button)::after,
li.has-dropdown.not-click:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: -3px;
  background-color: #fff;
}
.top-bar-section li:not(.has-form) ul.dropdown a:not(.button)::after {
  display: none;
}

/* No Dropdown Arrow */
.top-bar-section .has-dropdown > a {
  padding-right: 15px !important;
}
.top-bar-section .has-dropdown > a:after {
  display: none;
}

.top-bar-section ul li:hover:not(.has-form) > a,
.top-bar-section .dropdown li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  color: #fff;
  background-color: transparent;
}
.top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
  color: #f58220;
  background-color: #fff;
}

/* Language Switcher Styles */
.top-bar-section .inline-list.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-backdrop-filter: blur(10px);

  backdrop-filter: blur(10px);
  padding: 0.5rem 0.75rem;

  margin-left: 1rem;
}

.top-bar-section .inline-list.right li {
  margin: 0;
}

.top-bar-section .inline-list.right li a {
  font-size: 0.85rem !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.35rem 0.75rem !important;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.75) !important;
  background: transparent !important;
}

.top-bar-section .inline-list.right li a::after {
  display: none !important;
}

.top-bar-section .inline-list.right li.active a {
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  ) !important;
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  ) !important;
  color: white !important;
  -webkit-box-shadow: 0 0 15px rgba(0, 247, 255, 0.4);
  box-shadow: 0 0 15px rgba(0, 247, 255, 0.4);
}

.top-bar-section .inline-list.right li:not(.active) a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: var(--accent-teal) !important;
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
}

.main__image {
  position: relative;
  overflow: clip;
}

.main__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  opacity: 0.25;
}

.inner-wrapper {
  max-width: 1540px;
  padding: 0 10px;
  margin: 2rem auto 3rem;
}

.innerpage .caption {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 5rem;
  -webkit-animation: comeUp 0.6s forwards;
  animation: comeUp 0.6s forwards;
}

@-webkit-keyframes comeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes comeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ------- HERO ------- */

.slick-slider {
  margin-bottom: 0;
}

/* ------- ABOUT ------- */

/* ------- STATIC PAGE ------- */

.static-page__title {
  text-align: center;
  font-size: var(--font32);
}
.static-page__content p {
  font-size: var(--font20);
  line-height: 44px;
}

/* ------- CATEGORY PAGE ------- */

/* ------- FOOTER ------- */

.site-footer {
  background: var(--deep-bg);
  color: var(--text-light);
  padding: 3.5rem 0 0;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.footer__bottom svg {
  width: 170px;
  height: auto;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    to(var(--accent-teal))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(90deg, var(--primary-purple), var(--accent-teal));
  opacity: 0.8;
}

.site-footer__inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer__inner > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  min-width: 200px;
}

.footer-brand {
  position: relative;
}

.footer-logo {
  margin-bottom: 1rem;
}

.footer-logo img {
  max-height: 213px;
  width: auto;
}

.footer-description {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.site-footer__bottom {
  padding: 1.75rem 0;
}

.site-footer__copyrights {
  margin: 0;
  font-size: var(--font16);
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__copyrights a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.site-footer__copyrights a:hover {
  color: var(--accent-teal);
}

.site-footer__inner h4 {
  color: rgba(255, 255, 255, 0.95);
  font-size: var(--font16);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
  margin-top: 0;
  font-weight: 700;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: var(--font16);
  text-decoration: none;
  -webkit-transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  -o-transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  display: inline-block;
}

.footer-menu a:hover {
  color: var(--accent-teal);
  padding-left: 0.5rem;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0.65rem;
  font-size: var(--font16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact li i {
  color: var(--accent-teal);
  width: 16px;
  text-align: center;
}

.footer-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-social li {
  margin: 0;
}

.footer-social a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--font16);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  -webkit-transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  -o-transition:
    color 0.3s ease,
    padding-left 0.3s ease;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.footer-social a i {
  color: var(--accent-teal);
  width: 16px;
}

.footer-social a:hover {
  color: var(--accent-teal);
  padding-left: 0.5rem;
}

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

.imonline-credit img {
  max-height: 35px;
  width: auto;
  opacity: 0.75;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -o-transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.imonline-credit a:hover img {
  opacity: 0.95;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Caption styles copied from h1.main-title */
.caption {
  margin: auto;
  font-size: var(--font56);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  letter-spacing: 3px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  -webkit-animation: fadeUp 1s ease-out 0.3s both;
  animation: fadeUp 1s ease-out 0.3s both;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  max-width: 1000px;
}

/* Animation for caption */
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes widthGrow {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}

@keyframes widthGrow {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}

@-webkit-keyframes shimmer {
  0% {
    left: -100%;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }
  30% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@-webkit-keyframes pulse-glow {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes pulse-glow {
  0% {
    opacity: 0.3;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-3%, 3%);
    transform: translate(-3%, 3%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-3%, 3%);
    transform: translate(-3%, 3%);
  }
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes orbit-flow-1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg) translateX(800px)
      rotateZ(0deg);
    transform: translate(-50%, -50%) rotateZ(0deg) translateX(800px)
      rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg) translateX(800px)
      rotateZ(-360deg);
    transform: translate(-50%, -50%) rotateZ(360deg) translateX(800px)
      rotateZ(-360deg);
  }
}

@keyframes orbit-flow-1 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg) translateX(800px)
      rotateZ(0deg);
    transform: translate(-50%, -50%) rotateZ(0deg) translateX(800px)
      rotateZ(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg) translateX(800px)
      rotateZ(-360deg);
    transform: translate(-50%, -50%) rotateZ(360deg) translateX(800px)
      rotateZ(-360deg);
  }
}

@-webkit-keyframes orbit-flow-2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg) translateX(1000px)
      rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(45deg) translateX(1000px)
      rotateZ(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(405deg) translateX(1000px)
      rotateZ(-405deg);
    transform: translate(-50%, -50%) rotateZ(405deg) translateX(1000px)
      rotateZ(-405deg);
  }
}

@keyframes orbit-flow-2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg) translateX(1000px)
      rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(45deg) translateX(1000px)
      rotateZ(-45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(405deg) translateX(1000px)
      rotateZ(-405deg);
    transform: translate(-50%, -50%) rotateZ(405deg) translateX(1000px)
      rotateZ(-405deg);
  }
}

/* Background Elements */
.wireframe-bust-container {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80vh;
  height: 80vh;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
  -webkit-animation: pulse-glow 4s ease-in-out infinite alternate;
  animation: pulse-glow 4s ease-in-out infinite alternate;
  background: -o-radial-gradient(
    circle,
    rgba(0, 247, 255, 0.18) 0%,
    rgba(106, 0, 255, 0.08) 50%,
    transparent 75%
  );
  background: radial-gradient(
    circle,
    rgba(0, 247, 255, 0.18) 0%,
    rgba(106, 0, 255, 0.08) 50%,
    transparent 75%
  );
  border-radius: 50%;
}

.orbiting-text-scene {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transform: translate(-50%, -50%) rotateX(15deg) rotateY(-5deg);
  transform: translate(-50%, -50%) rotateX(15deg) rotateY(-5deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: -2;
  pointer-events: none;
}

.orbit-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 3px var(--primary-purple);
  opacity: 0.25;
  mix-blend-mode: screen;
}

.ot-1 {
  font-size: 33vw;
  -webkit-animation: orbit-flow-1 35s linear infinite;
  animation: orbit-flow-1 35s linear infinite;
  -webkit-text-stroke-color: var(--accent-teal);
}

.ot-2 {
  font-size: 39vw;
  animation: orbit-flow-2 50s linear infinite reverse;
  opacity: 0.15;
}

.ot-3 {
  font-size: 27vw;
  -webkit-animation: orbit-flow-1 65s linear infinite;
  animation: orbit-flow-1 65s linear infinite;
  -webkit-text-stroke-color: var(--accent-teal);
  opacity: 0.1;
}

.bg-animation-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  overflow: hidden;
}

.bg-shape {
  position: absolute;
  -webkit-filter: blur(140px);
  filter: blur(140px);
  opacity: 0.35;
  -webkit-animation: float 25s ease-in-out infinite alternate;
  animation: float 25s ease-in-out infinite alternate;
}

.shape-1 {
  top: -5%;
  left: -5%;
  width: 65vw;
  height: 65vw;
  background: #6a00f0b3;
}

.shape-2 {
  bottom: -15%;
  right: -15%;
  width: 75vw;
  height: 75vw;
  background: var(--accent-teal);
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

/* Homepage Logo Wrapper */
.logo-wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden; /* Για το εφέ shimmer */
  border-radius: 20px;
  text-align: center;
  margin-bottom: 2rem;
}

.logo-wrapper img,
.logo-wrapper .logo-img {
  max-width: 600px;
  width: 100%;
  height: auto;
  /* ΠΟΛΥ ΕΝΤΟΝΗ ΑΣΠΡΗ ΣΚΙΑ */
  -webkit-filter: drop-shadow(0 0 180px rgba(255, 255, 255, 1))
    drop-shadow(0 0 60px #ffffff);
  filter: drop-shadow(0 0 180px rgba(255, 255, 255, 1))
    drop-shadow(0 0 60px #ffffff);
  position: relative;
  z-index: 12;
  display: block;
}

/* Φανταστικό εφέ "γυαλάδας" που περνάει πάνω από το λογότυπο */
.logo-wrapper::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -100%;
  width: 50%;
  height: 200%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.4)),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation: shimmer 4s infinite;
  animation: shimmer 4s infinite;
  z-index: 13;
}

/* Divider element */
.divider {
  height: 5px;
  width: 120px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    to(var(--accent-teal))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(90deg, var(--primary-purple), var(--accent-teal));
  margin: 0 auto 3rem;
  border-radius: 50px;
  -webkit-box-shadow:
    0 0 35px var(--accent-teal),
    0 0 15px var(--primary-purple);
  box-shadow:
    0 0 35px var(--accent-teal),
    0 0 15px var(--primary-purple);
  -webkit-animation: widthGrow 1s 0.6s both;
  animation: widthGrow 1s 0.6s both;
}

/* Tilt wrapper for 3D effects */
.tilt-wrapper {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: fadeUp 1s ease-out 0.8s both;
  animation: fadeUp 1s ease-out 0.8s both;
}

/* Intro text block with glassmorphism */
.intro-text-block {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 4rem 3rem;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.7);
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition:
    transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
}

div#tiltBlock {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.intro-text-block p {
  font-size: var(--font21);
  line-height: 1.9;
  margin-bottom: 2rem;
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 1);
}

.highlight {
  color: var(--accent-teal);
  font-weight: 800;
  text-shadow: 0 0 15px rgba(0, 247, 255, 0.7);
}

strong {
  color: var(--accent-teal);
  font-weight: 800;
  text-shadow: 0 0 15px rgba(0, 247, 255, 0.7);
}

/* Container for homepage content */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-bottom: 0;
}

/* Form Stay Tuned Section */
.form-stay-tuned {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 3rem 2rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 4rem 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.form-stay-tuned:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
}

/* Form Input Styling */
.form-stay-tuned input,
.form-stay-tuned textarea,
.form-stay-tuned select {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: var(--text-light) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: var(--font16) !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 7px 1rem !important;
}

.form-stay-tuned input::-webkit-input-placeholder,
.form-stay-tuned textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-stay-tuned input::-moz-placeholder,
.form-stay-tuned textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-stay-tuned input:-ms-input-placeholder,
.form-stay-tuned textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-stay-tuned input::-ms-input-placeholder,
.form-stay-tuned textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-stay-tuned input::placeholder,
.form-stay-tuned textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-stay-tuned input:focus,
.form-stay-tuned textarea:focus,
.form-stay-tuned select:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: var(--accent-teal) !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 247, 255, 0.3) !important;
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.3) !important;
  outline: none !important;
}

/* Form Label Styling */
.form-stay-tuned label {
  color: var(--text-light);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: block;
}

/* Form Row Spacing */
.form-stay-tuned .row {
  margin-bottom: 1.5rem;
}

.form-stay-tuned .columns {
  padding: 0 0.75rem;
}

/* Form Button Styling */
.form-stay-tuned .button,
.form-stay-tuned button {
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 14px 40px;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--font16);
  cursor: pointer;
}

.form-stay-tuned .button:hover,
.form-stay-tuned button:hover {
  -webkit-box-shadow:
    0 0 30px rgba(0, 247, 255, 0.5),
    0 10px 40px rgba(147, 51, 234, 0.3);
  box-shadow:
    0 0 30px rgba(0, 247, 255, 0.5),
    0 10px 40px rgba(147, 51, 234, 0.3);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Error Message Styling */
.form-stay-tuned .error {
  color: #ff6b6b;
  font-size: var(--font16);
  margin-top: 0.5rem;
}

.form-stay-tuned .error input {
  border-color: #ff6b6b !important;
}

/* Contact Form Styling */
#contact {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 3rem 2rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 4rem auto;
  max-width: 900px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
}

#contact:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
}

#contact form {
  margin: 0;
  padding: 0;
}

/* Contact Form Input Styling */
#contact input,
#contact textarea,
#contact select {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: var(--text-light) !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: var(--font16) !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#contact input::-ms-input-placeholder,
#contact textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

#contact input:focus,
#contact textarea:focus,
#contact select:focus {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: var(--accent-teal) !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 247, 255, 0.3) !important;
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.3) !important;
  outline: none !important;
}

/* Contact Form Label Styling */
#contact label {
  color: var(--text-light);
  font-weight: 600;
  text-transform: none;
  font-size: 0.85rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  display: block;
}

/* Contact Form Row Spacing */
#contact .row {
  margin-bottom: 1.5rem;
}

#contact .columns {
  padding: 0 0.75rem;
}

.top-bar:before,
.top-bar:after {
  display: none;
}

/* Contact Form Button Styling */
#contact input[type="submit"],
#contact button {
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  ) !important;
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 2px !important;
  padding: 14px 40px !important;
  border-radius: 12px !important;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  font-size: var(--font16) !important;
  cursor: pointer !important;
}
.innerpage ul.title-area {
  display: block !important;
}

[class*="block-grid-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contact input,
#contact textarea,
#contact select {
  padding: 9px 14px !important;
}

#contact input[type="submit"]:hover,
#contact button:hover {
  -webkit-box-shadow:
    0 0 30px rgba(0, 247, 255, 0.5),
    0 10px 40px rgba(147, 51, 234, 0.3) !important;
  box-shadow:
    0 0 30px rgba(0, 247, 255, 0.5),
    0 10px 40px rgba(147, 51, 234, 0.3) !important;
  -webkit-transform: translateY(-2px) !important;
  -ms-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
}

/* Contact Form Error Styling */
#contact .error {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

#contact .error input,
#contact .error textarea {
  border-color: #ff6b6b !important;
}

/* Success Message */
.successmessage {
  background: rgba(76, 175, 80, 0.2);
  border: 1px solid rgba(76, 175, 80, 0.5);
  border-radius: 12px;
  padding: 1.5rem;
  color: #4caf50;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}

.section-title {
  font-size: var(--font40);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 2rem;
  background: white;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    to(var(--accent-teal))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(90deg, var(--primary-purple), var(--accent-teal));
  border-radius: 2px;
  -webkit-box-shadow: 0 0 15px var(--accent-teal);
  box-shadow: 0 0 15px var(--accent-teal);
}

/* Schedule and Archive Sections */
.schedule,
.archive {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 3rem 2rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  max-width: 1540px;
  margin: 100px auto;
}

.talks-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* .schedule:hover,
.archive:hover {
  transform: translateY(-5px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
} */

.archive .neon-button {
  margin-bottom: 0;
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* Talks Grid Layout */
.talks-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

/* Talk Card Styling */
.talk-card {
  background: var(--glass);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}

.talk-card:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  border-color: var(--accent-teal);
  -webkit-box-shadow: 0 10px 40px rgba(0, 247, 255, 0.1);
  box-shadow: 0 10px 40px rgba(0, 247, 255, 0.1);
  text-decoration: none;
  color: inherit;
}

/* Status Tags */
.status-tag {
  font-size: 0.7rem;
  font-weight: 900;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}

.upcoming .status-tag {
  background: var(--accent-teal);
  color: var(--deep-bg);
  -webkit-box-shadow: 0 0 15px rgba(0, 247, 255, 0.4);
  box-shadow: 0 0 15px rgba(0, 247, 255, 0.4);
}

.past .status-tag {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  color: red;
}

ul.pagination {
  margin: 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.pagination li a {
  font-size: var(--font16);
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #999; /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li.current a {
  background: var(
    --accent-teal
  ); /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  color: black;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: rgba(
    0,
    0,
    0,
    0.514
  ); /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

ul.pagination li a {
  color: #999;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

ul.pagination li:hover a {
  color: white; /* CHANGE THIS WITH THE ACTUAL PRIMARY-COLOR VAR NAME */
}

/* Talk Date */
.talk-date {
  font-weight: 700;
  color: var(--accent-teal);
  display: block;
  margin-bottom: 0.5rem;
  font-size: var(--font18);
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
}

.alert-box.success {
  text-align: center;
  font-size: 16px;
}

[data-abide] .error small.error,
[data-abide] span.error,
[data-abide] small.error {
  background: transparent !important;
}

.talk-speaker {
  font-weight: 700;
  color: white;
  display: block;
  margin-bottom: 0.5rem;
  font-size: var(--font16);
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
}

.btns {
  font-weight: 700;
  color: white;

  margin-bottom: 0.5rem;
  font-size: var(--font16);
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
}

/* Talk Card Titles */
.talk-card h3 {
  font-size: var(--font24);
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.innerpage .stay-tuned-wrapper {
  margin-top: 50px;
}

/* Talk Card Descriptions */
.talk-card p {
  font-size: var(--font16);
  opacity: 0.8;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: var(--text-light);
}

.left-card {
  max-width: 60%;
}

option {
  color: var(--primary-purple);
}

.neon-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: transparent;
  color: var(--accent-teal);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid var(--accent-teal);
  -webkit-box-shadow: 0 0 20px rgba(0, 247, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 247, 255, 0.3);
  border-radius: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  margin-top: 1rem;
  padding: 0.5rem;
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 9px;
  font-size: var(--font18);
  padding: 1rem;
}

.inner-wrapper .neon-button {
  font-size: var(--font16);
  padding: 7px 14px;
  margin-top: 0;
}

.inner-wrapper .talk-card p {
  margin-top: 8px;
}

.stay-tuned-card #submitform {
  margin-top: 30px;
  padding: 14px 20px;
  color: white;
  font-size: var(--font21);
  margin-right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innerpage .talk-card.upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 37rem;
  gap: 5px;
}

.footer__bottom > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.footer__bottom svg {
  width: 250px;
  height: auto;
}

.footer__bottom p {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    to(var(--accent-teal))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(90deg, var(--primary-purple), var(--accent-teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: var(--font24);
  text-align: center;
  text-shadow: 0 2px 16px rgba(217, 122, 61, 0.25);
}

.talk-card p {
  margin-top: 1rem;
  margin-bottom: 0;
}

.neon-button:hover {
  background: var(--accent-teal);
  color: var(--deep-bg);
  -webkit-box-shadow:
    0 0 30px rgba(0, 247, 255, 0.6),
    0 0 60px rgba(0, 247, 255, 0.4);
  box-shadow:
    0 0 30px rgba(0, 247, 255, 0.6),
    0 0 60px rgba(0, 247, 255, 0.4);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  text-decoration: none;
}

.top-bar .toggle-topbar.menu-icon a {
  color: #000000;
  margin-top: 10px;
}

.top-bar .toggle-topbar.menu-icon a {
  position: relative;
  width: 2.4rem;
  padding-right: 0;
  height: auto;
}

/* .top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
  } */

.top-bar .toggle-topbar.menu-icon a::after {
  display: none !important;
}

.top-bar .toggle-topbar.menu-icon a span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 4.3px;
  background: var(--accent-teal);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span + span {
  margin-top: 0.3rem;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(1) {
  -webkit-animation: ease 0.7s top forwards;
  animation: ease 0.7s top forwards;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(1) {
  -webkit-animation: ease 0.7s top-2 forwards;
  animation: ease 0.7s top-2 forwards;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled forwards;
  animation: ease 0.7s scaled forwards;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(2) {
  -webkit-animation: ease 0.7s scaled-2 forwards;
  animation: ease 0.7s scaled-2 forwards;
}

.top-bar.expanded .toggle-topbar.menu-icon a span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom forwards;
  animation: ease 0.7s bottom forwards;
}

.top-bar .toggle-topbar.menu-icon a span:nth-child(3) {
  -webkit-animation: ease 0.7s bottom-2 forwards;
  animation: ease 0.7s bottom-2 forwards;
}

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes top-2 {
  0% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes top-2 {
  0% {
    top: 0.5rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    top: 0.5rem;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 0.7rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  50% {
    bottom: 0.7rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.top-bar.expanded .title-area {
  background: #ffffff;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  text-align: center;
}

.top-bar {
  height: 130px;
}

ul.dropdown {
  background: transparent !important;
}

/* MY CSS */

:root {
  --primary-purple: #6a00f0;
  --accent-teal: #00f7ff;
  --deep-bg: #050813;
  --text-light: #e0e0e0;
  --glass: rgba(255, 255, 255, 0.05);
  --font69: 4.3125rem;
  --font56: 3.5rem;
  --font40: 2.5rem;
  --font18: 1.125rem;
  --font24: 1.5rem;
  --font20: 1.25rem;
  --font32: 2rem;
  --font21: 1.35rem;
  --font16: 1rem;
}

/* Slideshow Styles */
.slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
}

.slideshow-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main_slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main_slide.active {
  opacity: 1;
}

.main_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  z-index: -10;
  max-height: 950px;
  object-fit: cover;
  min-height: 600px;
}
.top-bar-section .right {
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  border-color: var(--accent-teal);
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow:
    0 0 25px rgba(0, 247, 255, 0.5),
    0 0 50px rgba(106, 0, 255, 0.3);
  box-shadow:
    0 0 25px rgba(0, 247, 255, 0.5),
    0 0 50px rgba(106, 0, 255, 0.3);
  padding: 14px;
  font-size: var(--font18);
  color: white !important;
  border-radius: 8px;
}

.info-slidshow {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding-right: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--deep-bg)),
    color-stop(70%, rgba(5, 8, 19, 0.85)),
    to(transparent)
  );
  background: -o-linear-gradient(
    right,
    var(--deep-bg) 0%,
    rgba(5, 8, 19, 0.85) 70%,
    transparent 100%
  );
  background: linear-gradient(
    to left,
    var(--deep-bg) 0%,
    rgba(5, 8, 19, 0.85) 70%,
    transparent 100%
  );
  color: var(--text-light);
  z-index: 2;
  padding-top: 140px;
}

.info-slidshow h2 {
  font-size: var(--font32);
  font-weight: 700;
  margin: 0;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  color: var(--text-light);
  font-size: var(--font69);
  margin-bottom: 10px;
}

.info-slidshow h2::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  width: 85%;
  height: 20%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    to(var(--accent-teal))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    to right,
    var(--primary-purple),
    var(--accent-teal)
  );
  border-radius: 2px;
}
.info-slidshow span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(224, 224, 224, 0.7);
  display: inline-block;
  margin-top: 12px;
}

.info-slidshow .speaker,
.info-slidshow .date {
  padding: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin: 7px 0;
  border-radius: 8px;
  font-size: var(--font24);
  color: var(--text-light);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #000000ad;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.info-slidshow .speaker span,
.info-slidshow .date span {
  font-size: var(--font24);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-teal);
  text-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
  min-width: 70px;
  margin-top: 0px;
}
.info-slidshow .speaker div,
.info-slidshow .date div {
  font-size: var(--font16);
  font-weight: 600;
  color: var(--text-light);
}

.info-slidshow .date {
  padding-right: 16px;
}

.info-slidshow p {
  font-size: var(--font20);
  margin-top: 10px;
  line-height: 1.6;
  margin: 20px 0;
  color: rgba(224, 224, 224, 0.9);
}

#submitform,
.info-slidshow .cta {
  margin-right: 0;
  margin-top: 15px;
  padding: 18px 35px;
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  color: var(--deep-bg);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: var(--font18);
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  height: 54px;
}

.info-slidshow .cta:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 247, 255, 0.4);
  box-shadow: 0 5px 15px rgba(0, 247, 255, 0.4);
}

.slick-prev,
.slick-next,
.slideshow-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 247, 255, 0.15);
  color: var(--accent-teal);
  border: 1px solid var(--accent-teal);
  width: 50px;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
  font-size: var(--font24);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  font-family: monospace;
}

.slick-prev:hover,
.slick-next:hover,
.slideshow-nav:hover {
  background: rgba(0, 247, 255, 0.3);
}

.slick-prev,
.slideshow-nav.prev {
  left: 20px;
}

.slick-next,
.slideshow-nav.next {
  right: 20px;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-dots,
.slideshow-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slick-dots li button,
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 247, 255, 0.4);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
  color: transparent;
  font-size: 0;
}

.slick-dots li button:hover,
.dot:hover {
  background: rgba(0, 247, 255, 0.6);
}

.slick-dots li.slick-active button,
.dot.active {
  background: var(--accent-teal);
  width: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 247, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 247, 255, 0.5);
}

.static-page__content {
  max-width: 980px;
  margin: auto;
}

ul.title-area #logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: right;
}

ul.title-area img.logo-text {
  max-width: 130px;
}

ul.title-area img {
  max-height: 100px;
}
.talk-card.past {
  max-width: 37rem;
}

.talk-card.upcoming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule .talks-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
}
.talks-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-bar-section {
  margin-top: 0;
  gap: 140px;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

/* Museum Stats Section */
.museumtalk-stats {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 5rem 2rem;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
  position: relative;
  margin: 6rem auto;
  max-width: 1200px;
  overflow: hidden;
}

.museumtalk-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    color-stop(var(--accent-teal)),
    to(var(--primary-purple))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal),
    var(--primary-purple)
  );
  background: linear-gradient(
    90deg,
    var(--primary-purple),
    var(--accent-teal),
    var(--primary-purple)
  );
  -webkit-animation: shimmer-line 3s infinite;
  animation: shimmer-line 3s infinite;
}

@-webkit-keyframes shimmer-line {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes shimmer-line {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.museumtalk-stats .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.stat-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

h2 {
  color: white;
}

.stat-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-purple)),
    to(var(--accent-teal))
  );
  background: -o-linear-gradient(
    left,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(90deg, var(--primary-purple), var(--accent-teal));
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.stat-item:hover::after {
  opacity: 1;
}

.stat-value {
  font-size: var(--font69);
  font-weight: 900;
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 247, 255, 0.3);
  -webkit-filter: drop-shadow(0 0 20px rgba(106, 0, 240, 0.4));
  filter: drop-shadow(0 0 20px rgba(106, 0, 240, 0.4));
}

.stat-label {
  font-size: var(--font16);
  font-weight: 600;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}

/* Container που κεντράρει την κάρτα */
.stay-tuned-wrapper {
  padding: 50px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  padding-top: 0;
}

/* Η Κάρτα */
.stay-tuned-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  width: 100%;
  background: transparent;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  position: relative;
}

/* Αριστερό Μέρος με το Gradient */
.card-visual {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  filter: drop-shadow(0 0 180px rgba(255, 255, 255, 1))
    drop-shadow(0 0 60px #ffffff);
  position: relative;

  min-height: 300px;
}

/* Εφέ κόκκου (grain) για να μοιάζει με την εικόνα */
.visual-texture {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: url("../img/logo.png");
  background-position: center;
  background-size: contain;
  scale: 0.9;
}

.top-bar-section .right a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--font16);
}

/* Δεξί Μέρος Content */
.card-content {
  -webkit-box-flex: 1.2;
  -ms-flex: 1.2;
  flex: 1.2;
  background: white;
  padding: 60px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-content h2 {
  font-size: var(--font40);
  font-weight: 900;
  margin-bottom: 10px;
  background: -o-linear-gradient(
    315deg,
    var(--primary-purple),
    var(--accent-teal)
  );
  background: linear-gradient(
    135deg,
    var(--primary-purple),
    var(--accent-teal)
  );
}

.card-content .section-title::after {
  display: none;
}

.card-content .subtitle {
  font-size: var(--font16);
  color: #666;
  margin-bottom: 30px;
}

/* Το "Floating" Input Bar */
.input-floating-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 8px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.field-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.input-floating-group input {
  width: 100%;
  border: none !important;
  padding: 15px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: var(--font16);
  color: #333;
}

.input-floating-group input:focus {
  outline: none;
}

/* Button στυλ Subscribe */
.subscribe-btn {
  background: #050813;
  color: #fff;
  border: none;
  padding: 0 30px;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.subscribe-btn:hover {
  background: var(--primary-purple);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 20px;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 1640px) {
  :root {
    --font69: 50px;
    --font56: 38px;
    --font40: 32px;
    --font32: 24px;
    --font24: 22px;
    --font21: 20px;
    --font20: 19px;
    --font18: 17px;
    --font16: 16px;
  }

  ul.title-area #logo {
    flex-direction: column !important;
  }

  .schedule,
  .archive,
  .museumtalk-stats {
    max-width: 1100px;
    margin: 3rem auto !important;
    padding: 20px;
  }

  .info-slidshow p {
    margin: 0 0;
  }

  .info-slidshow h2 {
    margin-bottom: 20px;
  }

  .info-slidshow {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding-right: 11%;
  }

  .top-bar-section {
    gap: 80px;
  }

  .left-card {
    max-width: 50%;
  }

  .info-slidshow {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 6px 17px;
  }
}

@media (max-width: 1200px) {
  :root {
    --font69: 45px;
    --font56: 34px;
    --font40: 28px;
    --font32: 22px;
    --font24: 21px;
    --font21: 19px;
    --font20: 18px;
    --font18: 16px;
    --font16: 15px;
  }

  .footer__bottom svg {
    width: 170px;
    height: auto;
  }
  .schedule,
  .archive,
  .museumtalk-stats {
    padding: 20px;
  }

  .museumtalk-stats img {
    max-width: 130px;
    margin-bottom: 20px;
  }

  .top-bar-section {
    gap: 10px;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 5px 3px;
  }

  .info-slidshow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 30px;
  }

  .schedule,
  .archive,
  .museumtalk-stats {
    width: 90%;
  }

  .round {
    width: 150px;
    height: 150px;
  }

  /* .site-footer__inner > div {
    flex: 1 1 50%;
  } */

  .talk-card.upcoming {
    gap: 1rem;
  }

  ul.title-area #logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    max-width: 122px;
  }
}

/* Mobile Landscape - 640px and below */
@media screen and (max-width: 940px) {
  :root {
    --font69: 38px;
    --font56: 28px;
    --font40: 22px;
    --font32: 21px;
    --font24: 20px;
    --font21: 18px;
    --font20: 17px;
    --font18: 16px;
    --font16: 15px;
  }

  /* .logo-text {
    display: none;
  } */

  .innerpage .caption {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
    -webkit-animation: comeUp 0.6s forwards;
    animation: comeUp 0.6s forwards;
  }

  .innerpage main {
    padding-top: 90px;
  }

  .static-page__content p {
    font-size: var(--font20);
    line-height: 34px;
  }

  .stat-item {
    width: 100%;
    padding: 0;
  }

  /* Social Media */
  .st_linkedin_hcount {
    display: none;
  }

  .top-bar .toggle-topbar.menu-icon a::after {
    display: none !important;
  }

  #submitform,
  .info-slidshow .cta {
    margin-right: 0;
    margin-top: 20px;
    padding: 14px 14px;

    height: 40px;
  }

  .footer__bottom svg {
    width: 170px;
    height: auto;
  }

  .footer__bottom > div {
    gap: 18px;
  }

  /* Grid */
  [class*="block-grid-"] {
    max-width: 330px;
    margin: auto;
  }

  /* Breadcrumbs */
  .breadcrumbs *,
  .breadcrumbs > .current {
  }

  /* Typography */
  .caption {
  }

  /* Logo */
  .logo-wrapper img,
  .logo-wrapper .logo-img {
    max-width: 400px;
  }

  /* Intro */
  .intro-text-block {
    padding: 2.5rem 1.5rem;
  }

  .ot-1 {
    font-size: 50vw;
  }

  .ot-2 {
    font-size: 60vw;
  }

  /* Schedule and Archive */
  .schedule,
  .archive {
    padding: 2rem 1rem;
    margin: 2rem 0;
  }

  .talks-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .talk-card {
    padding: 1.5rem;
  }

  .left-card {
    max-width: 100%;
  }

  .round {
    border-radius: 0;
    width: 100%;
  }

  .talk-card.upcoming {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .talk-card h3 {
  }

  .section-title {
  }

  /* Header and Navigation */
  .site-header {
    padding: 0.5rem 0;
  }

  .site-header__row {
    padding: 0 0rem;
  }

  .top-bar .title-area {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
  }

  .slick-prev,
  .slideshow-nav.prev,
  .slick-next,
  .slideshow-nav.next {
    display: none !important;
  }

  .neon-button {
    padding: 5px;
    line-height: 2;
    height: 42px;
    margin-top: 20px;
  }

  .top-bar .name a {
    letter-spacing: 1px;
  }

  .info-slidshow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 30px;
  }

  ul.title-area {
    max-width: 100%;
  }

  .title-area {
    width: 100%;
  }
  .top-bar .top-bar-section {
    display: none;
  }

  .top-bar .toggle-topbar.menu-icon a {
    color: #000000;
    margin-top: 0px;
  }

  .top-bar .toggle-topbar.menu-icon {
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .top-bar-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-bar {
    padding: 0;
  }

  .top-bar .toggle-topbar {
    display: block !important;
  }

  .top-bar.expanded .top-bar-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .homepage main {
    padding-top: 80px;
  }

  .innerpage main {
    padding-top: 90px;
  }

  [class*="block-grid-"] {
    gap: 1rem;
  }

  /* Footer */
  .site-footer {
    padding: 2.5rem 0 0;
  }

  .site-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 1.5rem;
  }

  .main__image img {
    width: 100%;
    opacity: 0.7;
    min-height: 420px;
  }

  .site-footer__inner > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  .imonline-credit {
    text-align: center;
    margin-top: 1rem;
  }

  .site-footer__bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .site-footer__inner {
    gap: 0rem;
    padding-bottom: 0rem;
  }

  .site-footer__bottom .text-right {
    text-align: center !important;
  }

  .top-bar.expanded .title-area {
    background: var(--deep-bg);
    height: 100px;
  }

  .card-content {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    padding: 20px;
  }

  .title-area img {
    max-width: 300px;
  }

  ul.title-area img.logo-text {
    max-width: 120px;
  }

  .title-area img {
    max-width: 80px;
    padding-top: 9px;
    padding-left: 6px;
  }

  ul.title-area img {
    max-height: 71px;
  }

  .site-header {
    padding: 0rem 0;
  }

  .top-bar {
    height: 110px;
  }

  .site-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .footer-contact li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .site-footer__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .schedule .talks-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }

  .talks-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .talk-card.upcoming {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
  }

  .intro-text-block p {
    line-height: 1.2;
  }

  .top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 20px;
    line-height: 1;
    border-radius: 8px;
  }

  .site-header.scrolled {
    height: auto;
  }
}

/* Tablets - 768px and below */
@media (max-width: 640px) {
  :root {
    --font69: 30px;
    --font56: 22px;
    --font40: 20px;
    --font32: 18px;
    --font24: 16px;
    --font21: 16px;
    --font20: 16px;
    --font18: 16px;
    --font16: 15px;
  }

  /* Slideshow */
  .info-slidshow {
    width: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(5, 8, 19, 0)),
      color-stop(50%, var(--deep-bg))
    );
    background: -o-linear-gradient(
      top,
      rgba(5, 8, 19, 0) 0%,
      var(--deep-bg) 50%
    );
    background: linear-gradient(
      to bottom,
      rgba(5, 8, 19, 0) 0%,
      var(--deep-bg) 50%
    );
    padding: 10px;
  }

  .info-slidshow h2 {
    margin-bottom: 15px;
  }

  .info-slidshow p {
  }

  .top-bar.expanded {
    height: 100dvh;
  }

  .info-slidshow .speaker,
  .info-slidshow .date {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 12px;
  }

  .info-slidshow .speaker span,
  .info-slidshow .date span {
  }

  .slick-prev,
  .slick-next,
  .slideshow-nav {
    width: 40px;
    height: 40px;
  }

  .main_slide img {
    min-height: 420px;
  }

  .museumtalk-stats {
    padding: 10px;
  }

  .info-slidshow .speaker,
  .info-slidshow .date {
    gap: 8px;
    padding: 8px 12px;
    margin-bottom: 2px;
  }

  .container {
    padding: 10px;
  }

  .slick-prev,
  .slideshow-nav.prev {
    left: 10px;
  }

  .slick-next,
  .slideshow-nav.next {
    right: 10px;
  }

  /* Museum Stats */
  .museumtalk-stats {
    padding: 3rem 1.5rem;
    margin: 4rem auto;
  }

  .museumtalk-stats .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }

  .stat-item {
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .stat-value {
  }

  .stat-label {
  }
}

/* Mobile Portrait - 480px and below */
@media (max-width: 480px) {
  /* Slideshow */
  .info-slidshow {
    padding: 20px;
  }

  .info-slidshow h2 {
    margin-bottom: 12px;
  }

  .info-slidshow span,
  .info-slidshow .speaker,
  .info-slidshow .date {
  }

  .info-slidshow p {
    margin: 15px 0;
  }

  .slick-prev,
  .slick-next,
  .slideshow-nav {
    width: 36px;
    height: 36px;
  }

  .slick-dots,
  .slideshow-dots {
    bottom: 15px;
    gap: 6px;
  }

  .slick-dots li button,
  .dot {
    width: 8px;
    height: 8px;
  }

  .slick-dots li.slick-active button,
  .dot.active {
    width: 24px;
  }

  /* Museum Stats */
  .stat-value {
  }

  .stat-label {
  }

  .stat-item {
    width: 100%;
    padding: 0;
  }
}
