/* style/resources-casino-88-safe-deposits-withdrawals.css */

/* Base styles for the page content */
.page-resources-casino-88-safe-deposits-withdrawals {
  color: #ffffff; /* Default text color for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Inherit from body for main content area */
}

.page-resources-casino-88-safe-deposits-withdrawals__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-casino-88-safe-deposits-withdraw-als__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Brand color for titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-casino-88-safe-deposits-withdrawals__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
}

/* Color contrast handling based on body background (#000000 - dark) */
.page-resources-casino-88-safe-deposits-withdrawals__dark-bg {
  background-color: #000000; /* Explicitly dark background for sections */
  color: #ffffff; /* Light text for dark background */
}

.page-resources-casino-88-safe-deposits-withdrawals__light-bg {
  background-color: #ffffff; /* Explicitly light background for sections */
  color: #333333; /* Dark text for light background */
}

.page-resources-casino-88-safe-deposits-withdrawals__light-bg .page-resources-casino-88-safe-deposits-withdrawals__section-title {
  color: #26A9E0; /* Brand color on light background */
}

.page-resources-casino-88-safe-deposits-withdrawals__light-bg a {
  color: #26A9E0; /* Links on light background */
}

/* Hero Section */
.page-resources-casino-88-safe-deposits-withdrawals__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background-color: #000000; /* Ensure dark background for hero */
}

.page-resources-casino-88-safe-deposits-withdrawals__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-casino-88-safe-deposits-withdrawals__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4; /* Slightly dim image for text readability */
  filter: none; /* Ensure no filter is applied */
}

.page-resources-casino-88-safe-deposits-withdrawals__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  color: #ffffff;
}

.page-resources-casino-88-safe-deposits-withdrawals__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-casino-88-safe-deposits-withdrawals__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.5;
}

.page-resources-casino-88-safe-deposits-withdrawals__hero-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}