body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .page-playtime-wasaga-beach { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-playtime-wasaga-beach__section { background-color: #fff; margin-bottom: 25px; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-playtime-wasaga-beach__hero-section { background-color: #0056b3; color: #fff; text-align: center; padding: 60px 20px; border-radius: 8px; margin-bottom: 25px; position: relative; overflow: hidden; padding-top: 70px; } .page-playtime-wasaga-beach__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-playtime-wasaga-beach__hero-content { position: relative; z-index: 2; } .page-playtime-wasaga-beach__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-playtime-wasaga-beach__hero-description { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; } .page-playtime-wasaga-beach__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-playtime-wasaga-beach__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-playtime-wasaga-beach__h1, .page-playtime-wasaga-beach__h2 { color: #0056b3; text-align: center; margin-bottom: 25px; } .page-playtime-wasaga-beach__h1 { font-size: 2.5em; } .page-playtime-wasaga-beach__h2 { font-size: 2em; } .page-playtime-wasaga-beach__text-content { font-size: 1.1em; line-height: 1.7; text-align: justify; margin-bottom: 20px; } .page-playtime-wasaga-beach__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 20px; } .page-playtime-wasaga-beach__card { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-playtime-wasaga-beach__card:hover { transform: translateY(-5px); } .page-playtime-wasaga-beach__card-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .page-playtime-wasaga-beach__card-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; } .page-playtime-wasaga-beach__card-description { font-size: 0.95em; color: #555; line-height: 1.6; } .page-playtime-wasaga-beach__card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin-top: 15px; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-playtime-wasaga-beach__card-button:hover { background-color: #0056b3; } .page-playtime-wasaga-beach__quick-links-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-playtime-wasaga-beach__quick-link-button { background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-playtime-wasaga-beach__quick-link-button:hover { background-color: #218838; } .page-playtime-wasaga-beach__game-tabs { display: flex; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; } .page-playtime-wasaga-beach__tab-button { background-color: #eee; border: 1px solid #ddd; padding: 10px 20px; cursor: pointer; border-radius: 5px; margin: 5px; transition: background-color 0.3s ease, color 0.3s ease; } .page-playtime-wasaga-beach__tab-button.active { background-color: #0056b3; color: #fff; border-color: #0056b3; } .page-playtime-wasaga-beach__tab-content { display: none; } .page-playtime-wasaga-beach__tab-content.active { display: block; } .page-playtime-wasaga-beach__gamelogo { max-width: 80px; height: auto; margin-bottom: 10px; } .page-playtime-wasaga-beach__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .page-playtime-wasaga-beach__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e9ecef; color: #333; font-weight: bold; transition: background-color 0.3s ease; } .page-playtime-wasaga-beach__faq-question:hover { background-color: #dee2e6; } .page-playtime-wasaga-beach__faq-question h3 { margin: 0; font-size: 1.1em; color: #0056b3; pointer-events: none; } .page-playtime-wasaga-beach__faq-toggle { font-size: 1.5em; font-weight: bold; color: #0056b3; pointer-events: none; transition: transform 0.3s ease; } .page-playtime-wasaga-beach__faq-item.active .page-playtime-wasaga-beach__faq-toggle { transform: rotate(45deg); } .page-playtime-wasaga-beach__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; font-size: 0.95em; line-height: 1.6; color: #555; } .page-playtime-wasaga-beach__faq-item.active .page-playtime-wasaga-beach__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-playtime-wasaga-beach__blog-card { display: flex; flex-direction: column; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-playtime-wasaga-beach__blog-card:hover { transform: translateY(-5px); } .page-playtime-wasaga-beach__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-playtime-wasaga-beach__blog-content { padding: 20px; } .page-playtime-wasaga-beach__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-playtime-wasaga-beach__blog-title a { color: #0056b3; text-decoration: none; transition: color 0.3s ease; } .page-playtime-wasaga-beach__blog-title a:hover { color: #007bff; } .page-playtime-wasaga-beach__blog-excerpt { font-size: 0.9em; color: #555; line-height: 1.6; margin-bottom: 15px; } .page-playtime-wasaga-beach__blog-read-more { display: inline-block; background-color: #6c757d; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.85em; transition: background-color 0.3s ease; } .page-playtime-wasaga-beach__blog-read-more:hover { background-color: #5a6268; } .page-playtime-wasaga-beach img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } @media (max-width: 768px) { .page-playtime-wasaga-beach { padding: 0; } .page-playtime-wasaga-beach__hero-title { font-size: 2em; } .page-playtime-wasaga-beach__hero-description { font-size: 1em; } .page-playtime-wasaga-beach__cta-button { padding: 12px 25px; font-size: 1em; } .page-playtime-wasaga-beach__h1 { font-size: 2em; } .page-playtime-wasaga-beach__h2 { font-size: 1.7em; } .page-playtime-wasaga-beach__text-content { font-size: 1em; } .page-playtime-wasaga-beach__grid { grid-template-columns: 1fr; } .page-playtime-wasaga-beach__card, .page-playtime-wasaga-beach__blog-card { margin-left: 10px; margin-right: 10px; } .page-playtime-wasaga-beach__quick-links-container { flex-direction: column; align-items: stretch; margin-left: 10px; margin-right: 10px; } .page-playtime-wasaga-beach__quick-link-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin: 5px 0 !important; } .page-playtime-wasaga-beach__game-tabs { flex-direction: column; align-items: center; } .page-playtime-wasaga-beach__tab-button { width: 90%; max-width: 100%; box-sizing: border-box; } .page-playtime-wasaga-beach__faq-question { padding: 12px 15px; } .page-playtime-wasaga-beach__faq-question h3 { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-wasaga-beach__faq-answer { padding: 15px !important; font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-playtime-wasaga-beach__blog-image { height: 180px; } .page-playtime-wasaga-beach__blog-title { font-size: 1.1em; } .page-playtime-wasaga-beach__blog-excerpt { font-size: 0.85em; } }