/* style/resources-latest-promotions-68-game-bai-web.css */

/* Base Styles & Typography */
.page-resources-latest-promotions-68-game-bai-web {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #1a1a2e, so text should be light */
  background-color: transparent; /* Inherit from body or shared.css */
}

.page-resources-latest-promotions-68-game-bai-web__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-latest-promotions-68-game-bai-web__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-latest-promotions-68-game-bai-web__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-resources-latest-promotions-68-game-bai-web__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-latest-promotions-68-game-bai-web__paragraph a {
  color: #26A9E0;
  text-decoration: none;
}

.page-resources-latest-promotions-68-game-bai-web__paragraph a:hover {
  text-decoration: underline;
}

/* Buttons */
.page-resources-latest-promotions-68-game-bai-web__btn-primary,
.page-resources-latest-promotions-68-game-bai-web__btn-secondary,
.page-resources-latest-promotions-68-game-bai-web__btn-small {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-latest-promotions-68-game-bai-web__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-latest-promotions-68-game-bai-web__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-resources-latest-promotions-68-game-bai-web__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-latest-promotions-68-game-bai-web__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #1e87b7;
}

.page-resources-latest-promotions-68-game-bai-web__btn-small {
  padding: 8px 15px;
  font-size: 0.9em;
  margin-top: 15px;
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-latest-promotions-68-game-bai-web__btn-small:hover {
  background-color: #c96706;
  border-color: #c96706;
}

.page-resources-latest-promotions-68-game-bai-web__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

/* Hero Section */
.page-resources-latest-promotions-68-game-bai-web__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* Center content horizontally within the section */
  padding: 100px 0;
  color: #ffffff;
  min-height: 600px; /* Ensure sufficient height */
}

.page-resources-latest-promotions-68-game-bai-web__hero-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.page-resources-latest-promotions-68-game-bai-web__hero-content {
  flex: 1;
  padding-right: 40px;
  text-align: left;
  z-index: 1;
}

.page-resources-latest-promotions-68-game-bai-web__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff; /* Ensure high contrast on dark background */
}

.page-resources-latest-promotions-68-game-bai-web__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-latest-promotions-68-game-bai-web__hero-buttons {
  display: flex;
  gap: 20px;
}

.page-resources-latest-promotions-68-game-bai-web__hero-media {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.page-resources-latest-promotions-68-game-bai-web__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}