/* css for conference page */

:root {
    /* Light mode colors */
    --background-light: #FBF9F4;
    --text-color-light: #1B3264;
    --secondary-text-color-light: #a4adc1;

    /* Dark mode colors */
    --background-dark: #202124;
    --text-color-dark: #e8eaed;
    --secondary-text-color-dark: #9aa0a6;
    
    /* Set default colors for light mode */
    --background-color: var(--background-light);
    --text-color: var(--text-color-light);
    --secondary-text-color: var(--secondary-text-color-light);
}

/* Check for preference of dark mode */
@media (prefers-color-scheme: dark) {
    :root {
        /* Use dark mode colors when dark mode is preferred */
        --background-color: var(--background-dark);
        --text-color: var(--text-color-dark);
        --secondary-text-color: var(--secondary-text-color-dark);
    }
}


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 35px;
}

  .content-block {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  
  
}

@media(min-width: 900px) {
.content-block {
  margin-left: 50px;
  margin-right: 50px;
}
}

@media (min-width: 1200px) {
.content-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
}


.inside-container {
  width: 100%;
  text-align: center;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-top: .5rem !important;
  margin-bottom: 2rem !important;
  padding-top: 0rem !important;
  padding-bottom: 2rem !important;
}

/* Usage in classes */
.session-time {
    color: var(--text-color); /* Use text color based on theme */
}

.hero-banner {
    background-color: var(--background-color); /* Use background color based on theme */
    color: var(--text-color); /* Use text color based on theme */
}

/* event info */


.event-space-title {
    font-weight: 700;
    font-size: .875rem;
    font-family: 'Proza Libre';
   
    margin-top: 0;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--primary-color);

}

.event-space-details {
    font-weight: 400;
    font-size: .675rem;
    font-family: 'Proza Libre';
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.9px;
    text-transform: uppercase;
    color: var(--text-color);

}

.event-info {
    font-weight: 700;
    font-size: 1.8rem;
    font-family: 'Cormorant Garamond';
    line-height: 1.2;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: italics; 
    color: var(--primary-color);

}

.event-time {
    font-weight: 800;
    font-size: 0.775rem;
    font-family: 'Proza Libre';
    line-height: 2;
    letter-spacing: -.8px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--primary-color);

}


.simple-info-center {
   text-align: center;
   color: var(--text-color)
   font-weight: 400;
   padding-bottom: 2rem;
}


/* featured sessions */

.plenary {
    font-weight: 900;
    padding: 200px 0px;
    font-size: 1.5rem;
    align-items: left; 
    font-family: 'Proza Libre';
    text-align: left;
    text-transform: uppercase;
    text-underline-offset: 10px;
    text-decoration-line: underline;
    text-decoration-thickness: 25%;
    margin-bottom: 20px;
    color: var(--primary-color);
  
}

.session-title {
    font-weight: 900;
    font-size: 1.2rem;
    align-items: left; 
    font-family: 'Proza Libre';
    text-align: left;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;

}


.session-time {
    font-weight: 900;
    font-size: 1.1rem;
    font-family: 'Proza Libre';
    line-height: -1.1;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    text-transform: uppercase;
    color: var(--primary-color);

}


.session-loc {
    font-weight: 600;
    font-size: .875rem;
    font-family: 'Proza Libre';
    line-height: -1.1;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 30px;
    text-transform: uppercase;
    color: var(--secondary-color);

}

.session-description {
    font-weight: 400;
    font-family: 'Proza Libre';
    font-size: 1rem;
    margin-left: 30px;
    margin-top: 0;
}

.session-description ul {
  padding-left: 1.5rem;
  margin: 0.5rem 0;
  list-style-type: none; /* Remove default bullets */
}

.session-description li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}

/* Custom glass-style bullets */
.session-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.3), /* Outer glow */
    0 0 6px rgba(255, 255, 255, 0.2); /* Soft blur */
}

/* Nested list indentation */
.session-description ul ul {
  margin-left: 1rem;
  padding-left: 1rem;
}


.session-chair {
    font-weight: 800;
    font-family: 'Cormorant Garamond';
    font-size: 1.1rem;
    line-height: 0.8;
    margin-top: 10px;
    margin-bottom: 0;
}

.session-bio {
    font-weight: 400;
    font-family: 'Cormorant Garamond';
    font-size: 0.9rem;
    margin-left: 30px;
    margin-top: 0;
}

.signature {
  font-weight: 700;
  font-family: 'Cormorant Garamond';
  font-size: 0.9rem;
  letter-spacing: -.9px;
  line-height: 0.9;
  position: absolute; 
  right: 0px
}


.schedule-tbl {
  margin-top: 1rem;
  font-size: 1.2rem;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}


.filter-wrapper {
  text-align: center;
  width: 60%;
  margin-left: 20px;
  margin-right: 20px;
}


.title {
  font-size: 1.5rem;
}


.detail-label {
  margin: 1.25rem 0 0.25rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
}

.detail-header {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.detail-title {
  margin-left: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.detail-description {
  font-size: 0.875rem;
}


.schedule-detail {
  padding: 24px;
  box-shadow: inset 0 1px 3px #5f7093;
  background: shift-color(#5f7093, -25%);
  'Proza Libre', sans-serif;
  color: #343a40;
  font-size: 0.85rem;
  font-weight: 600;
}


@media only screen and (max-width: 600px) {
  .screen-inset .my-reactable-table {
    font-size: 14px;
    width: 100%;
  }
  
  .screen-inset .crosstalk-filtered-select {
    width: 100%;
  }
  
  .screen-inset .crosstalk-filtered-checkbox {
    display: block;
    margin-bottom: 10px;
  }
}

/* ===== Frosted Glass Panel (Left-Aligned with Content) ===== */

/* ===== Frosted Glass Panel (Left-Aligned with Content) ===== */
.hero-banner {
  position: relative;
  min-height: 100vh;
  padding: 5rem 0;
  color: white;
  background-image: url('images/reno-header.png');
  background-size: cover;
  background-position: center;
}

.glass-container {
  position: absolute;
  left: 5vw;
  width: 30%;
  min-width: 300px;
  height: calc(100% - 10rem);
  top: 5rem;
}

/* Frosted Glass Effect */
.glass {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  clip-path: inset(10em 0 10em 0); /* Only clip top/bottom */
  display: flex;
  justify-content: flex-start; /* Left-align content */
  align-items: center;
  padding-left: 2rem;
}

/* Shadow and Border Effects */
.drop-shadow {
  height: 100%;
  width: 100%;
  filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.3));
  display: flex;
  justify-content: flex-start;
  
  &:before {
    display: block;
    content: "";
    position: absolute;
    top: 10em;
    height: calc(100% - 20em);
    width: 100%;
    border-top: 2px solid rgba(225, 225, 225, 0.2);
    border-left: 1px solid rgba(225, 225, 225, 0.1);
    border-right: 1px solid rgba(225, 225, 225, 0.3);
    z-index: 2;
  }
}

/* Content Styling */
.glass-content {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 2rem;
  
  h1, p, .btn {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  }
  
  .btn {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    
    &:hover {
      background: rgba(255, 255, 255, 0.3);
    }
  }
}

/* Responsive Adjustments */
@media (max-width: 980px) {
  .glass {
    clip-path: inset(5em 0 5em 0);
  }
  .drop-shadow:before {
    top: 5em;
    height: calc(100% - 10em);
  }
}

@media (max-width: 768px) {
  .glass-container {
    width: 60%;
    left: 3vw;
  }
}

@media (max-width: 640px) {
  .glass-container {
    width: calc(100% - 6vw);
    height: auto;
    min-height: 50vh;
  }
  .glass {
    clip-path: inset(3em 0 3em 0);
    padding-left: 1rem;
  }
  .drop-shadow:before {
    top: 3em;
    height: calc(100% - 6em);
  }
}



.hero-banner .hero-image p {
  margin-bottom: 0;
}

.hero-banner .hero-image-left {
  left: 0;
  bottom: 0;
}

.hero-banner .hero-image-right {
  right: 0;
  bottom: 10px;
}


.hero-banner .content-block {
  max-width: 600px;
  z-index: 2;
}

.hero-banner a[role="button"] {
  margin-right: 17px;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
}

.hero-banner #btn-guide {
  background-color: #1B3264 !important;
  color: #ffcc00;
  border: none;
}

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #FBF9F4;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #ffcc00;
  color: #1B3264;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #1B3264;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.hero-banner #btn-guide {
  background-color: #1B3264 !important;
  color: #ffcc00;
  border: none;
}

.hero-banner ul {
  padding-inline-start: 21px;
  font-size: 1.1rem;
}

.hero-banner ul li {
  padding-bottom: 0.4rem;
}

/* Updated Frosted Box - Left-Aligned & 30% Width */
.hero-banner .content-block {
  /* Frosted Glass Effect */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  
  /* New Positioning & Size */
  width: 30%;
  min-width: 300px; /* Prevents becoming too narrow on small screens */
  margin-right: auto; /* Pushes to left */
  margin-left: 2rem; /* Left margin */
  padding: 1.5rem;
  height: 40%;
  
  /* Existing Properties */
  z-index: 2;
  position: relative;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .hero-banner .content-block {
    width: 60%; /* Wider on small screens */
    min-width: auto;
    margin: 0 auto; /* Center on mobile if preferred */
  }
}


/* Adjust text colors for better contrast on frosted bg */
.hero-banner .content-block h3 {
  color: #ffcc00;
  font-weight: 800px;
  font-size: 2.5em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); /* Improves readability */
  font-family: 'Proza Libre', sans-serif !default;

}

.hero-banner .content-block h4 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds depth */
  color: #FBF9F4;
  line-height: 1.5; 
  font-size: 1.5rem;
}



.hero-banner .hero-image {
  position: absolute;
  display: none;
  height: auto;
}

@media (min-width: 1000px) {
.hero-banner .hero-image {
  display: initial;
  width: 270px;
}
}

@media (min-width: 1200px) {
.hero-banner .hero-image {
  width: 340px;
}
}

@media (min-width: 1400px) {
.hero-banner .hero-image {
  width: 440px;
}
}

.hero-banner .hero-image p {
  margin-bottom: 0;
}

.hero-banner .hero-image-left {
  left: 0;
  bottom: 0;
}

.hero-banner .hero-image-right {
  right: 0;
  bottom: 10px;
}


.hero-banner a {
  text-decoration: none;
}

.hero-banner h3 {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

.hero-banner h4 {
  margin-top: 0;
}

.hero-banner a[role="button"] {
  margin-right: 17px;
  margin-top: 0.6rem;
  margin-bottom: 1.6rem;
}



.hero-banner #btn-guide {
  background-color: #ffcc00 !important;
  color: #1B3264;
  border: none;
}

.hero-banner ul {
  padding-inline-start: 21px;
  font-size: 1.1rem;
}

.hero-banner ul li {
  padding-bottom: 0.4rem;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
  	transition: all 0.3s;
}
a:hover, a:focus, a:active, a:visited {
    text-decoration: none;
}

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

@supports not (backdrop-filter: blur(10px)) {
  .hero-banner .content-block {
    background-color: rgba(31, 56, 100, 0.85); /* Darker semi-opaque fallback */
  }
}


/* ------------------
	Navigation 
------------------ */
.side-menu {
	position: fixed;
	right: 30px;
	top: 50%;
    transform: translateY(-73px);
    z-index: 99;
}
.side-menu ul li {
    text-align: right;
    margin: 10px 0;
}

.side-menu ul li a {
  text-decoration: none;
}

.side-menu ul li a span {
	display: inline-block;
}
.side-menu ul li a span.menu-title {
	color: #ffcc00;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #1B3264;
    padding: 3px 10px;
    font-weight: 600;
    border-radius: 5px;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 0;
}
.side-menu ul li a:hover span.menu-title {
    opacity: 1;
}
.side-menu ul li a span.dot {
    position: relative;
    background-color: #1B3264;
    border-radius: 2em;
    height: 10px;
    width: 10px;
  	transition: all 0.3s;
}
.side-menu ul li a:hover span.dot {
	transform: scale(1.8);
}


.hero-header {
	background: #1B3264;
	min-height: 600px;
	padding: 5em;
	color: #fff;
}
.hero-header h1 {
	margin: 1em 0 0 0;
}
.hero-header h4 {
	font-weight: normal;
	opacity: 0.6;
    letter-spacing: 1px;
    margin: 2em 0;
}
.hero-header .btn {
	margin-top: 3em;
}

.hero-header #btn-guide {
  background-color: #ffcc00 !important;
  color: #1B3264;
  border: none;
  margin-top: 3em;
}

.hero-header .logo {
	max-width: 100%;
}
.me-row {
	padding: 30px 0;
}
.row-title {
	font-weight: 400;
}

.animated { 
    -webkit-animation-duration: 5s; 
    animation-duration: 5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    animation-iteration-count:infinite; 
    -webkit-animation-iteration-count:infinite; 
} 

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
} 

@keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
} 

.bounce { 
    -webkit-animation-name: bounce; 
    animation-name: bounce; 
}

/* ========================================
    Custom Media Queries
======================================== */

/* Mobile */

@media (max-width: 767px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
        max-height: 550px;
    }
    .footer-credit {
        text-align: center;
        padding: 40px 20px;
    }
    ul.footer-menu {
        text-align: center;
        margin-top: 30px;
    }
}


/* iPad Portrait */

@media (min-width: 768px) and (max-width: 991px) {
    .hero-header {
        padding: 3em 1em 1em 1em;
        text-align: center;
    }
    ul.footer-menu {
        margin-top: 0;
    }
}


/* preserve whitespace */
.quarto-accordion .accordion-header-content,
.quarto-accordion .accordion-body-content, {
  white-space: pre-wrap;
}

