/* style/resources-online-betting-guide-f168vip-beginner.css */

:root {
  --primary-color: #0A1931;
  --secondary-color: #FFD700;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #000000; /* From shared.css body background */
  --bg-card: rgba(255, 255, 255, 0.05);
  --border-color: rgba(255, 255, 255, 0.1);
}

.page-resources-online-betting-guide-f168vip-beginner {
  font-family: 'Arial', sans-serif;
  color: var(--text-light); /* Body background is dark, so text is light */
  line-height: 1.6;
  background-color: var(--bg-dark); /* Ensure consistency, although body is already set */
}

.page-resources-online-betting-guide-f168vip-beginner__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-online-betting-guide-f168vip-beginner__section-title {
  font-size: 36px;
  font-weight: bold;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.page-resources-online-betting-guide-f168vip-beginner__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background: linear-gradient(135deg, var(--primary-color) 0%, #1a2a40 100%);
  overflow: hidden;
  color: var(--text-light);
}

.page-resources-online-betting-guide-f168vip-beginner__video-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.page-resources-online-betting-guide-f168vip-beginner__video-link {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-online-betting-guide-f168vip-beginner__video-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.page-resources-online-betting-guide-f168vip-beginner__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  border: 2px solid var(--secondary-color);
}

.page-resources-online-betting-guide-f168vip-beginner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  object-fit: cover;
  pointer-events: none; /* Prevents video controls from blocking click event */
}

.page-resources-online-betting-guide-f168vip-beginner__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.page-resources-online-betting-guide-f168vip-beginner__video-link:hover .page-resources-online-betting-guide-f168vip-beginner__video-overlay {
  opacity: 1;
}

.page-resources-online-betting-guide-f168vip-beginner__video-click-hint {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  background: rgba(255, 215, 0, 0.7);
  border-radius: 8px;
  white-space: nowrap;
  pointer-events: none;
}

.page-resources-online-betting-guide-f168vip-beginner__video-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.page-resources-online-betting-guide-f168vip-beginner__play-now-button {
  display: inline-block;
  padding: 18px 50px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

.page-resources-online-betting-guide-f168vip-beginner__play-now-button:hover {
  background: #e6b800;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.6);
}

.page-resources-online-betting-guide-f168vip-beginner__play-now-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
}

.page-resources-online-betting-guide-f168vip-beginner__hero-content {
  text-align: center;
  max-width: 900px;
  margin-top: 40px;
}

.page-resources-online-betting-guide-f168vip-beginner__main-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-resources-online-betting-guide-f168vip-beginner__hero-description {
  font-size: 20px;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-online-betting-guide-f168vip-beginner__cta-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-betting-guide-f168vip-beginner__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page-resources-online-betting-guide-f168vip-beginner__cta-button--primary {
  background: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-online-betting-guide-f168vip-beginner__cta-button--primary:hover {
  background: #e6b800;
  border-color: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.5);
}

.page-resources-online-betting-guide-f168vip-beginner__cta-button--secondary {
  background: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-online-betting-guide-f168vip-beginner__cta-button--secondary:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.5);
}

/* Guide Intro Section */
.page-resources-online-betting-guide-f168vip-beginner__guide-intro {
  padding: 80px 0;
  background-color: var(--primary-color);
  color: #e0e0e0;
  text-align: center;
}

.page-resources-online-betting-guide-f168vip-beginner__guide-intro p {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
}

/* Steps Section */
.page-resources-online-betting-guide-f168vip-beginner__steps-section {
  padding: 80px 0;
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-resources-online-betting-guide-f168vip-beginner__steps-section .page-resources-online-betting-guide-f168vip-beginner__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-online-betting-guide-f168vip-beginner__step-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-online-betting-guide-f168vip-beginner__step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-guide-f168vip-beginner__step-icon {
  margin-bottom: 25px;
  width: 100%;
  height: 200px; /* Fixed height for consistent card appearance */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.page-resources-online-betting-guide-f168vip-beginner__step-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure image covers the area without distortion */
  border-radius: 8px;
  transition: transform 0.3s ease;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-online-betting-guide-f168vip-beginner__step-card:hover .page-resources-online-betting-guide-f168vip-beginner__step-icon img {
  transform: scale(1.05);
}

.page-resources-online-betting-guide-f168vip-beginner__step-title {
  font-size: 24px;
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-betting-guide-f168vip-beginner__step-card p {
  font-size: 16px;
  color: #c0c0c0;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-resources-online-betting-guide-f168vip-beginner__step-card p a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-resources-online-betting-guide-f168vip-beginner__step-card p a:hover {
  color: #e6b800;
}

.page-resources-online-betting-guide-f168vip-beginner__step-button {
  display: inline-block;
  padding: 12px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
}

.page-resources-online-betting-guide-f168vip-beginner__step-button:hover {
  background: #e6b800;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

/* FAQ Section */
.page-resources-online-betting-guide-f168vip-beginner__faq-section {
  padding: 80px 0;
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-online-betting-guide-f168vip-beginner__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-online-betting-guide-f168vip-beginner__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}