/* style/resources-casino-game-selection-tips.css */

/* Base styles for the page content */
.page-resources-casino-game-selection-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-casino-game-selection-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-casino-game-selection-tips__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-casino-game-selection-tips__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

/* Hero Section */
.page-resources-casino-game-selection-tips__hero-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  background-image: url('[GALLERY:hero_main:1920x1080:coi đá gà casino,mẹo lựa chọn game casino,ưu đãi hấp dẫn,sòng bạc trực tuyến,trải nghiệm đỉnh cao]');
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.page-resources-casino-game-selection-tips__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFF00; /* Custom color for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-casino-game-selection-tips__description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-casino-game-selection-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-casino-game-selection-tips__btn-primary,
.page-resources-casino-game-selection-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
}

.page-resources-casino-game-selection-tips__btn-primary {
  background-color: #C30808; /* Custom color for Register */
  color: #FFFF00; /* Custom font color for Register */
  border: 2px solid #C30808;
}

.page-resources-casino-game-selection-tips__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
  transform: translateY(-2px);
}

.page-resources-casino-game-selection-tips__btn-secondary {
  background-color: #C30808; /* Custom color for Login */
  color: #FFFF00; /* Custom font color for Login */
  border: 2px solid #C30808;
}

.page-resources-casino-game-selection-tips__btn-secondary:hover {
  background-color: #e02020;
  border-color: #e02020;
  transform: translateY(-2px);
}

/* Video Section */
.page-resources-casino-game-selection-tips__intro-video-section {
  padding: 60px 0;
  text-align: center;
  background-color: #f9f9f9;
}

.page-resources-casino-game-selection-tips__video-wrapper {
  max-width: 900px;
  margin: 30px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.page-resources-casino-game-selection-tips__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block; /* Ensure it respects max-width */
}

.page-resources-casino-game-selection-tips__video-caption {
  font-style: italic;
  margin-top: 20px;
  color: #555555;
}

/* Content Sections */
.page-resources-casino-game-selection-tips__content-section {
  padding: 60px 0;
}

.page-resources-casino-game-selection-tips__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}