/* Page-specific CSS for ph333 www.com */.page-ph333-www-com {  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-ph333-www-com__hero-section {  position: relative;  width: 100%;  height: 500px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding: 10px 20px 0; /* Adjusted for header offset */  box-sizing: border-box;  overflow: hidden;}.page-ph333-www-com__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;  filter: brightness(0.6);}.page-ph333-www-com__hero-content {  max-width: 900px;  margin: 0 auto;  z-index: 1;}.page-ph333-www-com__hero-content h1 {  font-size: 3.2em;  margin-bottom: 20px;  font-weight: 700;  color: #FFD700;}.page-ph333-www-com__hero-content p {  font-size: 1.3em;  margin-bottom: 30px;  max-width: 700px;  margin-left: auto;  margin-right: auto;}.page-ph333-www-com__cta-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;}.page-ph333-www-com__cta-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-ph333-www-com__section {  padding: 40px 20px;  margin: 0 auto;  max-width: 1200px;  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);  margin-bottom: 30px;}.page-ph333-www-com__section h2 {  text-align: center;  font-size: 2.5em;  margin-bottom: 30px;  color: #007bff;  font-weight: 600;}.page-ph333-www-com__section p {  font-size: 1.1em;  margin-bottom: 20px;  text-align: center;}.page-ph333-www-com__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-ph333-www-com__floating-button {  background-color: #FFD700;  color: #333;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;}.page-ph333-www-com__floating-button:hover {  background-color: #e6c200;  transform: translateY(-2px);}.page-ph333-www-com__game-grid, .page-ph333-www-com__promo-grid, .page-ph333-www-com__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;  margin-top: 30px;}.page-ph333-www-com__game-card, .page-ph333-www-com__promo-card, .page-ph333-www-com__blog-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-ph333-www-com__game-card:hover, .page-ph333-www-com__promo-card:hover, .page-ph333-www-com__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);}.page-ph333-www-com__card-image-wrapper {  width: 100%;  height: 200px;  overflow: hidden;}.page-ph333-www-com__card-image {  width: 100%;  height: 100%;  object-fit: cover;  display: block;}.page-ph333-www-com__card-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-ph333-www-com__card-content h3 {  font-size: 1.4em;  margin-bottom: 10px;  color: #007bff;}.page-ph333-www-com__card-content p {  font-size: 1em;  color: #555;  margin-bottom: 15px;  text-align: left;}.page-ph333-www-com__card-button {  display: inline-block;  background-color: #28a745;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 0.95em;  transition: background-color 0.3s ease;  text-align: center;  border: none;  cursor: pointer;}.page-ph333-www-com__card-button:hover {  background-color: #218838;}.page-ph333-www-com__tabs {  display: flex;  justify-content: center;  margin-bottom: 30px;  flex-wrap: wrap;}.page-ph333-www-com__tab-button {  background-color: #e9ecef;  color: #495057;  padding: 12px 25px;  border: none;  cursor: pointer;  font-size: 1.1em;  transition: background-color 0.3s ease, color 0.3s ease;  margin: 5px;  border-radius: 5px;}.page-ph333-www-com__tab-button.active {  background-color: #007bff;  color: #fff;}.page-ph333-www-com__tab-content {  display: none;  padding: 20px 0;}.page-ph333-www-com__tab-content.active {  display: block;}.page-ph333-www-com__quick-access-list {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  padding: 0;  list-style: none;}.page-ph333-www-com__quick-access-item {  width: 100% !important;  max-width: 100% !important;  box-sizing: border-box !important;  word-wrap: break-word !important;  overflow-wrap: break-word !important;  word-break: break-word !important;  margin-left: 0 !important;  margin-right: 0 !important;}.page-ph333-www-com__quick-access-link {  display: block;  background-color: #6c757d;  color: #fff;  padding: 15px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease;  text-align: center;}.page-ph333-www-com__quick-access-link:hover {  background-color: #5a6268;}.page-ph333-www-com__faq-item {  margin-bottom: 15px;  border: 1px solid #eee;  border-radius: 8px;  overflow: hidden;}.page-ph333-www-com__faq-question {  background-color: #f2f2f2;  padding: 15px 20px;  cursor: pointer;  display: flex;  justify-content: space-between;  align-items: center;  font-weight: bold;  font-size: 1.1em;  color: #333;  transition: background-color 0.3s ease;  user-select: none;}.page-ph333-www-com__faq-question h3 {  margin: 0;  font-size: 1.1em;  color: #333;  pointer-events: none;}.page-ph333-www-com__faq-question:hover {  background-color: #e0e0e0;}.page-ph333-www-com__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-ph333-www-com__faq-item.active .page-ph333-www-com__faq-toggle {  transform: rotate(45deg);}.page-ph333-www-com__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  background-color: #fff;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #555;}.page-ph333-www-com__faq-item.active .page-ph333-www-com__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-ph333-www-com__blog-card h3 a {  color: #007bff;  text-decoration: none;  transition: color 0.3s ease;}.page-ph333-www-com__blog-card h3 a:hover {  color: #0056b3;}/* Responsive Adjustments */@media (max-width: 1024px) {  .page-ph333-www-com__hero-content h1 {    font-size: 2.8em;  }  .page-ph333-www-com__hero-content p {    font-size: 1.1em;  }  .page-ph333-www-com__section h2 {    font-size: 2em;  }}@media (max-width: 768px) {  .page-ph333-www-com__hero-section {    height: 400px;    padding-top: 10px;  }  .page-ph333-www-com__hero-content h1 {    font-size: 2.2em;  }  .page-ph333-www-com__hero-content p {    font-size: 1em;  }  .page-ph333-www-com__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-ph333-www-com__section {    padding: 30px 15px;    margin-bottom: 20px;  }  .page-ph333-www-com__section h2 {    font-size: 1.8em;    margin-bottom: 20px;  }  .page-ph333-www-com__section p {    font-size: 0.95em;  }  .page-ph333-www-com__game-grid, .page-ph333-www-com__promo-grid, .page-ph333-www-com__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-ph333-www-com__card-content h3 {    font-size: 1.2em;  }  .page-ph333-www-com__card-content p {    font-size: 0.9em;  }  .page-ph333-www-com__card-button {    padding: 8px 15px;    font-size: 0.9em;  }  .page-ph333-www-com__tabs {    flex-direction: column;    align-items: center;  }  .page-ph333-www-com__tab-button {    width: 100%;    max-width: 250px;    margin: 5px 0;  }  .page-ph333-www-com__quick-access-list {    flex-direction: column;    gap: 15px;  }  .page-ph333-www-com__quick-access-item {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 0 !important;  }  .page-ph333-www-com__quick-access-link {    padding: 12px 20px;    font-size: 1em;  }  .page-ph333-www-com__faq-question {    padding: 12px 15px;    font-size: 1em;  }  .page-ph333-www-com__faq-question h3 {    font-size: 1em;  }  .page-ph333-www-com__faq-answer {    padding: 0 15px;  }  .page-ph333-www-com__faq-item.active .page-ph333-www-com__faq-answer {    padding: 15px 15px !important;  }}@media (max-width: 480px) {  .page-ph333-www-com__hero-section {    height: 350px;  }  .page-ph333-www-com__hero-content h1 {    font-size: 1.8em;  }  .page-ph333-www-com__hero-content p {    font-size: 0.9em;  }  .page-ph333-www-com__floating-buttons {    bottom: 15px;    right: 15px;    gap: 8px;  }  .page-ph333-www-com__floating-button {    padding: 10px 20px;    font-size: 0.9em;  }}