/* style/resources-thomo-67-culture-history.css */

/* Base Styles */
.page-resources-thomo-67-culture-history {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light backgrounds */
  line-height: 1.6;
  background-color: var(--background-color, #ffffff);
}

.page-resources-thomo-67-culture-history__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-thomo-67-culture-history__link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-thomo-67-culture-history__link:hover {
  text-decoration: underline;
}

/* Hero Section */
.page-resources-thomo-67-culture-history__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
  background: linear-gradient(135deg, #26A9E0, #3498db);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-resources-thomo-67-culture-history__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-resources-thomo-67-culture-history__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-thomo-67-culture-history__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-thomo-67-culture-history__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-thomo-67-culture-history__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.15;
}

.page-resources-thomo-67-culture-history__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%); /* Maintain original color but apply grayscale for background */
}

/* Section Titles */
.page-resources-thomo-67-culture-history__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-thomo-67-culture-history__sub-title {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-thomo-67-culture-history__paragraph {
  margin-bottom: 20px;
  font-size: 1.05em;
}

/* Content Sections */
.page-resources-thomo-67-culture-history__content-section {
  padding: 60px 0;
}

.page-resources-thomo-67-culture-history__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-thomo-67-culture-history__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-thomo-67-culture-history__dark-bg .page-resources-thomo-67-culture-history__section-title,
.page-resources-thomo-67-culture-history__dark-bg .page-resources-thomo-67-culture-history__sub-title {
  color: #ffffff;
}

.page-resources-thomo-67-culture-history__dark-bg .page-resources-thomo-67-culture-history__link {
  color: #ffffff;
  text-decoration: underline;
}

/* Image Blocks */
.page-resources-thomo-67-culture-history__image-block {
  margin: 30px 0;
  text-align: center;
}

.page-resources-thomo-67-culture-history__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto 15px auto;
}

.page-resources-thomo-67-culture-history__image-caption {
  font-style: italic;
  color: #555555;
  font-size: 0.9em;
}

.page-resources-thomo-67-culture-history__dark-bg .page-resources-thomo-67-culture-history__image-caption {
  color: #f0f0f0;
}

/* Buttons */
.page-resources-thomo-67-culture-history__btn-primary,
.page-resources-thomo-67-culture-history__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-thomo-67-culture-history__btn-primary {
  background-color: #EA7C07; /* Login color for primary action */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-thomo-67-culture-history__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
  transform: translateY(-2px);
}

.page-resources-thomo-67-culture-history__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-thomo-67-culture-history__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87c2;
  transform: translateY(-2px);
}

.page-resources-thomo-67-culture-history__cta-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Conclusion Section */
.page-resources-thomo-67-culture-history__conclusion-section {
  text-align: center;
  padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-thomo-67-culture-history__hero-title {
    font-size: 2.5em;
  }

  .page-resources-thomo-67-culture-history__section-title {
    font-size: 2em;
  }

  .page-resources-thomo-67-culture-history__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-thomo-67-culture-history__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-thomo-67-culture-history__hero-title {
    font-size: 2em;
  }

  .page-resources-thomo-67-culture-history__hero-description {
    font-size: 1em;
  }

  .page-resources-thomo-67-culture-history__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-thomo-67-culture-history__btn-primary,
  .page-resources-thomo-67-culture-history__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-resources-thomo-67-culture-history__section-title {
    font-size: 1.8em;
  }

  .page-resources-thomo-67-culture-history__sub-title {
    font-size: 1.3em;
  }

  .page-resources-thomo-67-culture-history__content-section {
    padding: 40px 0;
  }

  .page-resources-thomo-67-culture-history__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Mobile image responsiveness */
  .page-resources-thomo-67-culture-history img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-thomo-67-culture-history__image-block,
  .page-resources-thomo-67-culture-history__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* Mobile button responsiveness */
  .page-resources-thomo-67-culture-history__cta-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-resources-thomo-67-culture-history__cta-buttons .page-resources-thomo-67-culture-history__btn-primary,
  .page-resources-thomo-67-culture-history__cta-buttons .page-resources-thomo-67-culture-history__btn-secondary {
    width: 100% !important;
  }

  .page-resources-thomo-67-culture-history__conclusion-section {
    padding: 60px 0;
  }
}

/* Ensure content area images are not too small by CSS */
.page-resources-thomo-67-culture-history__content-section img {
  min-width: 200px;
  min-height: 200px;
}

/* No filter on images to change color */
.page-resources-thomo-67-culture-history img:not(.page-resources-thomo-67-culture-history__hero-image) {
  filter: none; 
}