/* style/blog-80jili-latest-promotions.css */

/* Base Styles for the page content */
.page-blog-80jili-latest-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main color for dark background */
  background-color: #0A0A0A; /* Background color */
}

/* Hero Section */
.page-blog-80jili-latest-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding for visual separation */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden; /* Ensure no overflow */
}

.page-blog-80jili-latest-promotions__hero-image-wrapper {
  position: relative;
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-80jili-latest-promotions__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; /* Cover the container */
  filter: brightness(0.7); /* Slightly darken image for text readability */
}

.page-blog-80jili-latest-promotions__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-80jili-latest-promotions__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem); /* Responsive font size for H1 */
  font-weight: bold;
  color: #F2C14E; /* Main brand color for H1 */
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5); /* Subtle glow */
}

.page-blog-80jili-latest-promotions__hero-description {
  font-size: 1.25rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Section General */
.page-blog-80jili-latest-promotions__section {
  padding: 60px 0;
  background-color: #0A0A0A; /* Background color */
}

.page-blog-80jili-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-80jili-latest-promotions__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2C14E; /* Main brand color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.page-blog-80jili-latest-promotions__sub-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #FFD36B; /* Auxiliary brand color */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}

.page-blog-80jili-latest-promotions__text-block {
  font-size: 1.1rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-80jili-latest-promotions__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(242, 193, 78, 0.3); /* Glow effect */
}