/* Logo sizing */
.reveal .slide-logo {
  max-height: 40px !important;
  height: 40px !important;
  width: auto !important;
  /* background: rgba(255, 255, 255, 0.95) !important; */
  /* padding: 8px !important; */
  /* border-radius: 6px !important; */
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important; */
  z-index: 10 !important;
}

.reveal .slide-logo img {
  max-height: 40px !important;
  height: 40px !important;
  width: auto !important;
}

/* Semi-transparent background */
.reveal .semi-transparent-bg {
  background-color: rgba(255, 255, 255, 0.9) !important;
  padding: 30px !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  z-index: 20 !important;
  position: relative !important;
}

/* Vertical centering */
.reveal .v-center-container {
  align-items: center !important;
}

/* Stacked GIF images with overlapping effect */
.reveal .stacked-gif {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}
