/* style/resources-keo-nha-cai-888-deep-analysis.css */

/* Base styles for the page content */
.page-resources-keo-nha-cai-888-deep-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for the page, considering dark body background */
  background-color: transparent; /* Main content background is transparent to show body background */
  padding-top: 0; /* Handled by hero-section or main container if shared.css doesn't apply to body */
}

/* Ensure main content has padding top if shared.css doesn't set it on body */
.page-resources-keo-nha-cai-888-deep-analysis__hero-section {
  padding-top: var(--header-offset, 120px); /* Adjust for fixed header */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  background-color: #017439; /* Primary brand color for hero background */
  color: #ffffff;
  padding-bottom: 40px;
}

.page-resources-keo-nha-cai-888-deep-analysis__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.3; /* Slightly transparent to allow text readability */
}

.page-resources-keo-nha-cai-888-deep-analysis__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
}

.page-resources-keo-nha-cai-888-deep-analysis__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}