/* style/resources-keo-nha-cai-6-guide.css */

/* Base styles for the page */
.page-resources-keo-nha-cai-6-guide {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
  background-color: var(--background-color, #FFFFFF); /* Inherit from shared or default to white */
}

/* Header offset for fixed header */
.page-resources-keo-nha-cai-6-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

/* Sections */
.page-resources-keo-nha-cai-6-guide__content-section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-keo-nha-cai-6-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Background color variations for sections */
.page-resources-keo-nha-cai-6-guide__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-keo-nha-cai-6-guide__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

/* Hero Section */
.page-resources-keo-nha-cai-6-guide__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
}

.page-resources-keo-nha-cai-6-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-keo-nha-cai-6-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.page-resources-keo-nha-cai-6-guide__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-resources-keo-nha-cai-6-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-resources-keo-nha-cai-6-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-keo-nha-cai-6-guide__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}