@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap');

.reveal {
  font-family: 'Lora', serif;
}



/* Headings */
.reveal h1,
.reveal .slides h1 {
  font-size: 42pt !important;
  font-weight: 900 !important;
  color: #003366 !important;
  text-align: center !important;
  margin-bottom: 12px;
}

.reveal h2,
.reveal .slides h2 {
  font-size: 30pt !important;
  font-weight: 600 !important;
  color: #004080 !important;
  text-align: left !important;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc; /* Adds the horizontal line */
  padding-bottom: 5px;           /* Adds a little space between text and line */
}


.reveal h3,
.reveal .slides h3 {
  font-size: 24pt;
  font-weight: 500;
  color: #0055aa;
  text-align: left;
  margin-bottom: 8px;
}

/* Paragraphs */
.reveal p,
.reveal .slides p {
  font-size: 26pt;
  line-height: 1.5;
  color: #333;
  margin-bottom: 12px;
}

/* Unordered Lists */
.reveal ul {
  padding-left: 25px;
  font-size: 24pt;
  line-height: 1.5;
  color: #222831;
  list-style-type: square;
  margin-bottom: 16px;
}

.reveal ul li {
  margin-bottom: 12px;
}

.reveal ul ul {
  padding-left: 10px;
  font-size: 22pt;
  color: #555;
  list-style-type: circle;
}

.reveal ul ul li {
  margin-bottom: 6px;
}

/* Ordered Lists */
.reveal ol {
  padding-left: 30px;
  font-size: 22pt;
  line-height: 1.5;
  color: #222831;
  list-style-type: decimal;
  margin-bottom: 16px;
}

.reveal ol li {
  margin-bottom: 8px;
}

.reveal ol ol {
  padding-left: 20px;
  font-size: 18pt;
  color: #555;
  list-style-type: lower-alpha;
}

.reveal ol ol li {
  margin-bottom: 6px;
}

/* Blockquotes */
.reveal blockquote {
  font-size: 20pt;
  font-style: italic;
  color: #444;
  padding: 12px 16px;
  border-left: 4px solid #0055aa;
  background: #f0f4f8;
  margin: 20px 0;
}

/* Tables */
.reveal table {
  width: 90%;
  font-size: 18pt;
  border-collapse: collapse;
  margin: 24px auto;
}

.reveal table th {
  background: #0055aa;
  color: white;
  font-weight: 600;
  padding: 10px 14px;
  text-align: left;
}

.reveal table td {
  padding: 10px 14px;
  border-bottom: 1px solid #ddd;
}

/* Buttons */
.reveal .button {
  padding: 10px 20px;
  background: #0055aa;
  color: white;
  font-size: 16pt;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
  display: inline-block;
}

.reveal .button:hover {
  background: #0077cc;
}

/* Slide Alignment and Layout */
.reveal .slides {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  padding-top: 30px;
}

.reveal .slides section {
  margin: 0 auto;
  width: 95%;
}

.reveal .prompt {
  background-color: #fff8e1;
  border-left: 6px solid #ffb300;
  border-radius: 6px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.05);
  padding: 16px 20px;
  font-size: 20pt;
  font-weight: 500;
  margin: 24px 0;
  color: #6d4c00;
}


.reveal .quote {
  font-size: 22pt;
  font-style: italic;
  color: #002244;
  margin: 28px 0;
  padding-left: 20px;
  border-left: 4px solid #99aabb;
  background: linear-gradient(to right, #f2f4f8 0%, #ffffff 100%);
  text-align: center;
}


.reveal .point {
  background-color: #dbeeff;
  border-left: 8px solid #1a73e8;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 44pt !important;
  font-weight: 700;
  color: #00264d;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.reveal .segue {
  background-color: #f5f8fa;
  border-left: 6px solid #7aa8d9;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 28px 0;
  font-size: 36pt !important;
  font-weight: 500;
  color: #2c3e50;
  font-style: italic;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
}

.word-box {
  background-color: #f1f5f9;
  border: 2px solid #94a3b8;
  border-radius: 12px;
  padding: 10px;
  font-size: 30pt;
  margin: 10px; /* or margin-left/right for fine control */
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}


.word-connection {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 32px 0;
}

.word-connection .box {
  background-color: #f1f5f9;
  border: 2px solid #94a3b8;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 32pt;
  font-weight: 600;
  color: #1e293b;
  text-align: center;
  min-width: 160px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.word-connection .arrow {
  font-size: 36pt;
  color: #64748b;
}


.word-hub {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin: 48px 0;
  position: relative;
}

.word-hub .hub-box {
  background-color: #fef3c7;
  border: 2px solid #f59e0b;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 28pt;
  font-weight: 600;
  color: #78350f;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.08);
}

.word-hub .targets {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
  position: relative;
}

.word-hub .target-box {
  background-color: #e0f2fe;
  border: 2px solid #38bdf8;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 22pt;
  font-weight: 500;
  color: #075985;
  text-align: center;
  min-width: 140px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.06);
}

.word-hub .arrow-down {
  font-size: 36pt;
  color: #94a3b8;
  margin-top: -12px;
}

.stylish-img {
  border-radius: 15px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}


.term-box {
  background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
  border-left: 6px solid #007acc;
  border-radius: 10px;
  padding: 0.5em 0.5em;
  margin: 0.7em 0;
  font-size: 1.0em;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.term-box:first-of-type {
  margin-top: 0.5em;
}




/* Horizontal flow of labeled boxes with arrows between them */
.flow-row {
  display: flex;
  align-items: center;
  justify-content: center;      /* center on the slide */
  gap: 2.5rem;                  /* space between boxes (arrow sits inside this gap) */
  flex-wrap: nowrap;            /* set to wrap if you want multi-line */
}

.flow-box {
  position: relative;
  padding: 0.9rem 1.1rem;
  border: 2px solid #333;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  font-weight: 600;
}

/* Draw connector + arrowhead from this box to the next one */
.flow-box:not(:last-child)::after {
  content: "";                  /* horizontal connector line */
  position: absolute;
  right: -2rem;                 /* reaches into the gap */
  top: 50%;
  width: 2rem;
  height: 0;
  border-top: 2px solid #333;
}

.flow-box:not(:last-child)::before {
  content: "";                  /* arrowhead ▷ */
  position: absolute;
  right: -2rem;                 /* same anchor as the line */
  top: calc(50% - 6px);
  border-width: 6px 0 6px 8px;  /* triangle */
  border-style: solid;
  border-color: transparent transparent transparent #333;
}

/* Optional: tweak for dark slides */
.reveal .slide.dark .flow-box {
  background: #111;
  color: #f6f6f6;
  border-color: #f6f6f6;
}
.reveal .slide.dark .flow-box:not(:last-child)::after {
  border-top-color: #f6f6f6;
}
.reveal .slide.dark .flow-box:not(:last-child)::before {
  border-left-color: #f6f6f6;
}

/* Optional sizes */
.flow-lg .flow-box { font-size: 1.15em; padding: 1.1rem 1.3rem; }
.flow-sm .flow-box { font-size: 0.9em;  padding: 0.7rem 0.9rem; }
