/* style/resources-what-is-f88-sic-bo.css */

/* Base styles for the page content, ensuring contrast with body background */
.page-resources-what-is-f88-sic-bo {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background #0a0a0a */
  background-color: transparent; /* Inherit body background */
}

/* Specific background and text colors for sections */
.page-resources-what-is-f88-sic-bo__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-resources-what-is-f88-sic-bo__dark-bg {
  background-color: #017439; /* Brand primary color for dark sections */
  color: #ffffff; /* Light text for dark background */
}

/* Hero Section */
.page-resources-what-is-f88-sic-bo__hero-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content clears fixed header */
}

.page-resources-what-is-f88-sic-bo__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-what-is-f88-sic-bo__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-resources-what-is-f88-sic-bo__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
}

.page-resources-what-is-f88-sic-bo__hero-title {
  font-size: 3.2em;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}