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


h1, h2 {
    text-align: center;
}

h1,
h2,
#introtext,
.support-main-title {
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

h3 {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

h2 { font-size: 1.6rem; }          /* small */

@media (min-width: 600px) {
  h2 { font-size: 2.1rem; }      /* medium */
}

@media (min-width: 900px) {
  h2 { font-size: 2.6rem; }      /* large */
}


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

.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;
}


header {
display: block;
}

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


/* Stable header-logo rendering. */
.custom-sticky-header .logo-container .uoa-header-logo {
    display: block;
    flex: 0 0 49px;
    width: 49px;
    height: 49px;
    max-width: 49px;
    object-fit: contain;
    margin: 0 12px 0 0;
    padding: 0;
}

.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;
}




/* Simple Side-by-side that stacks on smaller screens */
.two-column-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 48px);
  width: 100%;
  max-width: 100%;
  align-items: center;
}

.two-column-grid > div {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .two-column-grid {
    grid-template-columns: 1fr;
  }
}

.two-column-grid img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  margin-inline: auto;
}


/* UNIVERSITY - OF - AwWAKENING css image */

.uoa-title-element {
  --main-blue: #012e77;

  --near-black-blue: #010a22;
  --dark-navy: #010f2a;
  --navy: #04122e;
  --deep-blue: #03153e;
  --blue-face: #18366e;

  --rim-blue: #1952a9;
  --electric-blue: #0078ff;
  --cyan-blue: #3d8bda;
  --soft-cyan: #6bbcf7;

  --dark-chrome: #425881;
  --chrome: #92a2c0;
  
  
  width: 100%;
  max-width: 100%;
  min-width: 0;

  aspect-ratio: 16 / 9;
  position: relative;
  display: grid;
  place-items: center;

  overflow: hidden;
  isolation: isolate;

  container-type: inline-size;

  background:
    radial-gradient(circle at 50% 78%, rgba(0, 120, 255, 0.16), transparent 17%),
    radial-gradient(circle at 50% 48%, rgba(1, 46, 119, 0.18), transparent 46%),
    #000;
}

.uoa-title-element,
.uoa-title-element * {
  box-sizing: border-box;
}

.uoa-title-inner {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  
height: auto;

  display: grid;
  place-items: center;

  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: visible;
}

.uoa-word {
  position: relative;
  z-index: 1;

  max-width: 100%;
  min-width: 0;

  margin: 0;
  font-family: "Cinzel", "Trajan Pro", "Times New Roman", Georgia, serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: 0.075em;
  white-space: nowrap;
  text-align: center;

  color: transparent;

  background:
    linear-gradient(
      180deg,
      var(--dark-chrome) 0%,
      var(--blue-face) 8%,
      var(--navy) 18%,
      var(--main-blue) 34%,
      var(--dark-navy) 48%,
      var(--near-black-blue) 58%,
      var(--deep-blue) 70%,
      var(--main-blue) 84%,
      var(--blue-face) 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-stroke: 1px var(--chrome);

  text-shadow:
    1px 1px 0 #001944,
    2px 2px 0 #00163d,
    3px 3px 0 #001236,
    4px 4px 0 #000e2b,
    5px 5px 0 #00091f,
    6px 6px 0 #000515,
    0 0 3px rgba(0, 120, 255, 0.95),
    0 0 7px rgba(0, 120, 255, 0.9),
    0 0 15px rgba(25, 82, 169, 0.9),
    0 0 30px rgba(1, 46, 119, 0.9),
    8px 10px 14px rgba(0, 0, 0, 1);
}

.uoa-word::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -2;

  color: var(--near-black-blue);
  -webkit-text-stroke: 6px #000;

  text-shadow:
    0 0 8px rgba(0, 120, 255, 0.85),
    0 0 20px rgba(25, 82, 169, 0.85),
    0 0 42px rgba(1, 46, 119, 0.9);
}

.uoa-word::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;

  color: transparent;
  -webkit-text-stroke: 1.75px var(--electric-blue);

  text-shadow:
    0 0 4px rgba(0, 120, 255, 1),
    0 0 10px rgba(61, 139, 218, 0.95),
    1px 1px 0 #00091f;
}

.uoa-university {
  font-size: clamp(1.2rem, 13.6cqw, 5rem);
}

.uoa-of {
  font-size: clamp(0.8rem, 14.1cqw, 2.8rem);
  letter-spacing: 0.045em;
}

.uoa-awakening {
  font-size: clamp(1.35rem, 14cqw, 5.65rem);
  letter-spacing: 0.07em;
}

.uoa-middle-row {
  width: 92%;
  max-width: 100%;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(8px, 3cqw, 32px);
  margin: clamp(4px, 1.2cqw, 14px) 0;

  overflow: hidden;
}

.uoa-line {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 38%;
  height: 3px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--main-blue) 12%,
      var(--rim-blue) 30%,
      var(--electric-blue) 47%,
      var(--cyan-blue) 50%,
      var(--electric-blue) 53%,
      var(--rim-blue) 70%,
      var(--main-blue) 88%,
      transparent 100%
    );

  box-shadow:
    0 0 4px rgba(61, 139, 218, 0.9),
    0 0 10px rgba(0, 120, 255, 0.9),
    0 0 22px rgba(1, 46, 119, 0.95);
}

.uoa-bottom-mark {
  max-width: 100%;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: clamp(10px, 4cqw, 44px);

  margin-top: clamp(8px, 2cqw, 24px);
  margin-bottom: 0;

  overflow: hidden;
}

.uoa-short-line {
  width: clamp(36px, 10cqw, 110px);
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent,
      var(--main-blue) 18%,
      var(--rim-blue) 35%,
      var(--electric-blue) 48%,
      var(--cyan-blue) 50%,
      var(--electric-blue) 52%,
      var(--rim-blue) 65%,
      var(--main-blue) 82%,
      transparent
    );

  box-shadow:
    0 0 5px rgba(61, 139, 218, 0.85),
    0 0 14px rgba(0, 120, 255, 0.95),
    0 0 24px rgba(1, 46, 119, 0.85);
}

.uoa-star {
  position: relative;
  flex: 0 0 auto;

  width: clamp(22px, 5.6cqw, 62px);
  height: clamp(22px, 5.6cqw, 62px);

  filter:
    drop-shadow(0 0 7px rgba(0, 120, 255, 1))
    drop-shadow(0 0 18px rgba(61, 139, 218, 0.8))
    drop-shadow(0 0 34px rgba(1, 46, 119, 0.9));
}

.uoa-star::before,
.uoa-star::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;

  background:
    linear-gradient(
      180deg,
      var(--soft-cyan) 0%,
      var(--electric-blue) 18%,
      var(--rim-blue) 35%,
      var(--main-blue) 50%,
      var(--rim-blue) 65%,
      var(--electric-blue) 82%,
      var(--soft-cyan) 100%
    );
}

.uoa-star::before {
  width: 13%;
  height: 100%;

  clip-path: polygon(
    50% 0%,
    100% 42%,
    100% 58%,
    50% 100%,
    0% 58%,
    0% 42%
  );
}

.uoa-star::after {
  width: 100%;
  height: 13%;

  clip-path: polygon(
    0% 50%,
    42% 0%,
    58% 0%,
    100% 50%,
    58% 100%,
    42% 100%
  );
}

@container (max-width: 420px) {
  .uoa-title-inner {
    padding: 4cqw 1cqw;
  }

  .uoa-word {
    -webkit-text-stroke: 0.7px var(--chrome);

    text-shadow:
      1px 1px 0 #001944,
      2px 2px 0 #00163d,
      3px 3px 0 #001236,
      4px 4px 0 #00091f,
      0 0 5px rgba(0, 120, 255, 0.9),
      0 0 16px rgba(1, 46, 119, 0.95),
      5px 7px 10px rgba(0, 0, 0, 1);
  }

  .uoa-word::before {
    -webkit-text-stroke: 4px #000;
  }

  .uoa-word::after {
    -webkit-text-stroke: 1.2px var(--electric-blue);
  }

  .uoa-line {
    height: 2px;
  }

  .uoa-short-line {
    height: 1.5px;
  }
}



/* Theme button for all plugins and templates */

.all-plugins-btn{
  background: #637b96;
  color: #fff;
  border: 1px black solid;
  border-radius: 10px;
  cursor: pointer;

}
.all-plugins-btn:hover{
  background: #1e73be;
  box-shadow: none;  /* disappears on hover */
}



/* Performance: shared footer styles moved out of inline template <style> blocks. */
.footer-wrapper {
  margin-top: -17px;
  background-color: #dcdcde;
  overflow: visible;
  color: black;
  font-size: 20px;
}
.ftr-solid-fullbox {
  position: relative;
  z-index: 2;
  overflow: visible;
  background-color: #dcdcde;
  box-shadow: 0 -25px 50px -25px rgba(0,0,0,0.9);
  padding: 1rem;

}
.ftr-solid-fullbox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
  opacity: 0;

}
.ftr-solid-fullbox:hover {
  box-shadow: none;

}
.ftr-solid-fullbox:hover::before {
  opacity: 1;
}
.footer-simple {
  position: relative;
  bottom: -60px;
  background-color: #dcdcde;
  overflow: visible;
  color: #000;
  font-size: 20px;
}
.ftr-solid p {
  font-size: 20px;
}
.ftr-solid {
  position: relative;
  z-index: 2;
  background-color: #dcdcde;
  box-shadow: 0 -25px 50px -25px rgba(0,0,0,0.9);
  padding: 1rem;
}

/* Performance: section background moved from footer inline CSS to the cached stylesheet. */
#section1::before,
#section2::before,
#section3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 105%;
  min-height: 100vh;
  background-color: #11284b;
  background-image: url('https://universityofawakening.com/wp-content/uploads/2025/08/Earth-intro.jpg');
  background-size: cover !important;
  background-position: top right;
  background-attachment: fixed !important;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 1024px), (pointer: coarse), (hover: none) {
  #section1::before,
  #section2::before,
  #section3::before {
    background-image: url('https://universityofawakening.com/wp-content/uploads/2026/06/uao-bg-tablet.webp');
    background-attachment: fixed !important;
    background-position: top center !important;
    background-size: cover !important;
      background-repeat: no-repeat;
  }
}

.logo-container .logo {
  aspect-ratio: 1 / 1;
}

html {
  scroll-behavior: smooth;
}


@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
