/*
Theme Name: Simple Minimal 20-23 Theme
Theme URI: https://universityofawakening.com/
Author: Axel Isaac
Author URI: https://websiteflex.com/
Description: A simplified version of Twenty Twenty-Three.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simple, minimal
Text Domain: minimal-tt3
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

header {
display: block;
}

h1, h2 {
    text-align: center;
}
h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4rem;
  font-weight: 900;
}

.solid-onetitle .emoji {
  all: unset !important; 
   display: flex !important; 
  flex-direction: column !important;
  width: 1em !important;           
  height: 1em !important;
  vertical-align: baseline !important;
  clear: both !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-basis: 100% !important;
  align-self: flex-start !important;
}

.alignwide { 
max-width: 800px; 
margin-left: auto; 
margin-right: auto; 
padding: 20px;
}

.alignfull,
.wp-block[data-align="full"] {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50%;
    margin-right: -50%;
    max-width: 100%;
	padding: 20px 0px;
}

.logo-container .logo {
    display: flex;
    height: 49px;
    margin: 0px;
    padding: 0px;
    width: auto;
    justify-content: center;
}

.logo-container a {
    display: flex;
    align-items: center;
    text-decoration: none; 
}
.logo-container .logo {
    margin-right: 12px;
} 
.logo-title {
    color: #ffffff;
    font-size: 12px;  
    font-weight: 600; 
    text-shadow:
1px 1px 2px rgba(0,0,0,0.75),
0 0 4px rgba(0,0,0,0.5); 
    white-space: nowrap; 
    text-align: center;
} 
    .custom-sticky-header {
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      width: 70%;
      margin: 0 auto;
      padding: 5px 9px 5px 7px;
      backdrop-filter: blur(6px) saturate(180%);
      border-radius: 50px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: 0 8px 32px rgba(31, 38, 135, 0.2), inset 0 4px 20px rgba(255, 255, 255, 0.3);
      z-index: 1000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: box-shadow 0.25s ease-in-out, transform 0.25s ease-in-out;
    }
    /* glassy inner overlay */
    .custom-sticky-header::after {
      content: '';
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      border-radius: 50px;
      pointer-events: none;
      z-index: -1;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(2px);
      box-shadow: 0px 0px 20px rgb(0 0 0 / 90%);
    }
    .custom-sticky-header:hover {
      backdrop-filter: blur(3px);
      border: 1px solid rgba(255, 255, 255, 0.5);
      box-shadow: none !important;
      transform: translateY(4px);
    }
.custom-sticky-header:hover::after {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  box-shadow: none !important;
}

.custom-sticky-header.scrolled {
    position: fixed;
    top: 0px;
}

/* Ensure menu visibility */
.main-nav {
    display: flex;
    align-items: center;
}

.main-nav .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav .menu li {
    margin-left: 6px;
}

/* Menu enhancements */
.main-nav {
    display: flex;
    align-items: center;
}

.menu-toggle {
    display: none; /* Hidden on desktop */
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 25px;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: white;
	border: 1px solid black;
    transition: all 0.3s ease;
}
.hamburger {
     left: -7px !important;
    top: 11px !important;
}
.hamburger {
    top: 50%;
}
.hamburger::before {
    top: -10px;
}
.hamburger::after {
    top: 10px;
}

.menu-toggle.active .hamburger {
    background: transparent;
}

.menu-toggle.active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
}

.menu-toggle.active .hamburger::after {
    transform: rotate(-45deg);
    top: 0;
}

.menu-container {
    display: flex;
}

.main-nav .menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.main-nav .menu li {
    margin-left: 6px; 
    position: relative;
}

.main-nav .menu a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-shadow:
     -1px -1px 0 #4f4f4f,
      1px -1px 0 #4f4f4f,
     -1px  1px 0 #4f4f4f,
      1px  1px 0 #4f4f4f,
      0    0    4px rgba(0,0,0,0.3),
      0    0    8px rgba(0,0,0,0.2),
      0    0   12px rgba(0,0,0,0.1);
  transition:
    transform 0.15s ease,
    text-shadow 0.15s ease,
    background-color 0.2s ease;
    border-radius: 25px;
    border: 1px dotted transparent;
    padding-left: 12px;
    padding-right: 12px;
}

.main-nav .menu a:hover,
.main-nav .menu .current-menu-item a {
    transform: translate(2px, 2px);
    text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.4), 1px -1px 0 rgba(255, 255, 255, 0.4), -1px 1px 0 rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2), 0 0 8px rgba(0, 0, 0, 0.1);
    color: whitesmoke;
    background-color: rgba(255, 255, 255, 0.04);
    border-radius: 25px;
    border: 1px dotted rgb(226 226 226 / 22%);
    padding-left: 12px;
    padding-right: 12px;
}



/* Mobile popup menu */
/* Updated mobile popup menu */
@media (max-width: 1200px) {
    .menu-container {
        position: fixed;
        top: 0;
        width:100vw;
        height: 100vh;
        background-color: rgba(18, 18, 18, 0.95);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        z-index: 999;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: opacity 0.5s ease, transform 0.5s ease;
        opacity: 0;
        transform: scale(0.95);
    }
    .menu-container.open {
        display: flex;
        opacity: 1;
        transform: scale(1);
    }
    .main-nav .menu {
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%; 
        max-width: 300px; /* Prevent ultra-wide items */
    }
    .main-nav .menu li {
        margin: 10px 0;
        text-align: center;
        width: 100%;
    }
    .main-nav .menu a {
        font-size: 24px;
        padding: 10px 20px;
        display: block; /* Full-width for touch */
        white-space: nowrap; 
        text-overflow: ellipsis; 
    }

    .menu-toggle {
        display: block !important; 
    }
    .custom-sticky-header {
        justify-content: space-between; 
    }
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end; 
    }
}

/* Hamburger button enhancements */
.menu-toggle {
    display: none; /* Hidden on desktop */
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 30px;
    z-index: 1001; 
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff; 
    transition: all 0.3s ease;
    border-radius: 2px; 
}
.hamburger {
    top: 50%;
}
.hamburger::before {
    top: -12px;
}
.hamburger::after {
    top: 12px;
}
.menu-toggle.active .hamburger {
    background: transparent;
}
.menu-toggle.active .hamburger::before {
    transform: rotate(45deg);
    top: 0;
}
.menu-toggle.active .hamburger::after {
    transform: rotate(-45deg);
    top: 0;
}

/* Fallback for no backdrop-filter */
@supports not (backdrop-filter: blur(20px)) {
    .menu-container {
        background-color: rgba(18, 18, 18, 0.98); /* More solid */
    }
}
/* Fallback for no backdrop-filter */
@supports not (backdrop-filter: blur(10px)) {
    .menu-container {
        background-color: rgba(18, 18, 18, 0.95);
    }
}