/* Base styles for the page-thebes-illinois-playtime-co scope */.page-thebes-illinois-playtime-co {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f9fa;padding-top: 10px; /* Small padding, relying on body padding-top for header offset */} .page-thebes-illinois-playtime-co__section-title {font-size: 2.5rem;color: #1a1a1a;text-align: center;margin-bottom: 40px;position: relative;padding-bottom: 15px;} .page-thebes-illinois-playtime-co__section-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 80px;height: 4px;background-color: #ff4500; /* Accent color */border-radius: 2px;} .page-thebes-illinois-playtime-co__btn {display: inline-block;background-color: #ff4500; /* Accent color */color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;text-align: center;white-space: nowrap;} .page-thebes-illinois-playtime-co__btn:hover {background-color: #e03e00; /* Darker accent */transform: translateY(-2px);} .page-thebes-illinois-playtime-co__btn--primary {background-color: #007bff; /* Primary action color */} .page-thebes-illinois-playtime-co__btn--primary:hover {background-color: #0056b3;} .page-thebes-illinois-playtime-co__btn--secondary {background-color: #6c757d; /* Secondary action color */} .page-thebes-illinois-playtime-co__btn--secondary:hover {background-color: #5a6268;} .page-thebes-illinois-playtime-co__btn--small {padding: 8px 15px;font-size: 0.9rem;} /* Hero Section */.page-thebes-illinois-playtime-co__hero-section {position: relative;display: flex;align-items: center;justify-content: center;min-height: 500px;color: #fff;text-align: center;overflow: hidden;padding: 60px 20px;background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); /* Overlay for text readability */} .page-thebes-illinois-playtime-co__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: -1;filter: brightness(0.7); /* Slightly darken image for text contrast */} .page-thebes-illinois-playtime-co__hero-content {max-width: 900px;z-index: 1;padding: 20px;} .page-thebes-illinois-playtime-co__hero-content h1 {font-size: 3.5rem;margin-bottom: 20px;line-height: 1.2;color: #fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);} .page-thebes-illinois-playtime-co__hero-content p {font-size: 1.3rem;margin-bottom: 30px;color: #e0e0e0;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);} .page-thebes-illinois-playtime-co__hero-ctas {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;} /* Introduction Section */.page-thebes-illinois-playtime-co__introduction-section {padding: 60px 20px;background-color: #fff;text-align: center;} .page-thebes-illinois-playtime-co__introduction-section p {max-width: 800px;margin: 0 auto 40px auto;font-size: 1.1rem;color: #555;} .page-thebes-illinois-playtime-co__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;text-align: left;} .page-thebes-illinois-playtime-co__feature-item {background-color: #fefefe;padding: 30px;border-radius: 10px;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;align-items: center;text-align: center;} .page-thebes-illinois-playtime-co__feature-item:hover {transform: translateY(-5px);box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-thebes-illinois-playtime-co__feature-icon {width: 80px; /* Minimum 200x200px required for images, but CSS can scale */height: 80px;object-fit: contain;margin-bottom: 20px;max-width: 100%; /* Responsive image */height: auto; /* Responsive image */box-sizing: border-box; /* Responsive image */} .page-thebes-illinois-playtime-co__feature-item h3 {font-size: 1.5rem;color: #1a1a1a;margin-bottom: 10px;} .page-thebes-illinois-playtime-co__feature-item p {font-size: 1rem;color: #666;margin-bottom: 0;} /* Quick Access Section */.page-thebes-illinois-playtime-co__quick-access-section {padding: 60px 20px;background-color: #e9ecef;text-align: center;} .page-thebes-illinois-playtime-co__quick-access-section p {max-width: 800px;margin: 0 auto 40px auto;font-size: 1.1rem;color: #555;} .page-thebes-illinois-playtime-co__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;max-width: 900px;margin: 0 auto;} /* Games Section */.page-thebes-illinois-playtime-co__games-section {padding: 60px 20px;background-color: #fefefe;text-align: center;} .page-thebes-illinois-playtime-co__games-section p {max-width: 800px;margin: 0 auto 40px auto;font-size: 1.1rem;color: #555;} .page-thebes-illinois-playtime-co__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-thebes-illinois-playtime-co__game-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);overflow: hidden;text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;} .page-thebes-illinois-playtime-co__game-card:hover {transform: translateY(-5px);box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-thebes-illinois-playtime-co__game-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%; /* Responsive image */box-sizing: border-box; /* Responsive image */} .page-thebes-illinois-playtime-co__game-card h3 {font-size: 1.4rem;color: #1a1a1a;margin: 20px 15px 10px;} .page-thebes-illinois-playtime-co__game-card p {font-size: 1rem;color: #666;padding: 0 15px;flex-grow: 1; /* Ensures buttons align at bottom */margin-bottom: 20px;} .page-thebes-illinois-playtime-co__game-card .page-thebes-illinois-playtime-co__btn {margin: 0 15px 20px;width: calc(100% - 30px);} /* Promotions Section */.page-thebes-illinois-playtime-co__promotions-section {padding: 60px 20px;background-color: #f0f2f5;text-align: center;} .page-thebes-illinois-playtime-co__promotions-section p {max-width: 800px;margin: 0 auto 40px auto;font-size: 1.1rem;color: #555;} .page-thebes-illinois-playtime-co__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-thebes-illinois-playtime-co__promo-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);overflow: hidden;text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;} .page-thebes-illinois-playtime-co__promo-card:hover {transform: translateY(-5px);box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-thebes-illinois-playtime-co__promo-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%; /* Responsive image */box-sizing: border-box; /* Responsive image */} .page-thebes-illinois-playtime-co__promo-card h3 {font-size: 1.4rem;color: #1a1a1a;margin: 20px 15px 10px;} .page-thebes-illinois-playtime-co__promo-card p {font-size: 1rem;color: #666;padding: 0 15px;flex-grow: 1;margin-bottom: 20px;} .page-thebes-illinois-playtime-co__promo-card .page-thebes-illinois-playtime-co__btn {margin: 0 15px 20px;width: calc(100% - 30px);} /* Security & Customer Service Section */.page-thebes-illinois-playtime-co__security-section {padding: 60px 20px;background-color: #fff;text-align: center;} .page-thebes-illinois-playtime-co__security-content {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-thebes-illinois-playtime-co__security-item {background-color: #fefefe;padding: 30px;border-radius: 10px;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;align-items: center;text-align: center;} .page-thebes-illinois-playtime-co__security-item:hover {transform: translateY(-5px);box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-thebes-illinois-playtime-co__security-icon {width: 80px; /* Minimum 200x200px required for images, but CSS can scale */height: 80px;object-fit: contain;margin-bottom: 20px;max-width: 100%; /* Responsive image */height: auto; /* Responsive image */box-sizing: border-box; /* Responsive image */} .page-thebes-illinois-playtime-co__security-item h3 {font-size: 1.5rem;color: #1a1a1a;margin-bottom: 10px;} .page-thebes-illinois-playtime-co__security-item p {font-size: 1rem;color: #666;margin-bottom: 20px;flex-grow: 1;} .page-thebes-illinois-playtime-co__security-item .page-thebes-illinois-playtime-co__btn {margin-top: auto; /* Push button to bottom */} /* FAQ Section */.page-thebes-illinois-playtime-co__faq-section {padding: 60px 20px;background-color: #e9ecef;} .page-thebes-illinois-playtime-co__faq-container {max-width: 900px;margin: 0 auto;} .page-thebes-illinois-playtime-co__faq-item {background-color: #fff;border-radius: 8px;margin-bottom: 15px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);overflow: hidden; /* Important for max-height transition */} .page-thebes-illinois-playtime-co__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #fefefe;border-bottom: 1px solid #eee;transition: background-color 0.3s ease;user-select: none;} .page-thebes-illinois-playtime-co__faq-question:hover {background-color: #f0f0f0;} .page-thebes-illinois-playtime-co__faq-question h3 {font-size: 1.2rem;color: #1a1a1a;margin: 0;pointer-events: none; /* Prevent h3 from blocking click event on parent */} .page-thebes-illinois-playtime-co__faq-toggle {font-size: 1.8rem;font-weight: bold;color: #ff4500;transition: transform 0.3s ease;pointer-events: none; /* Prevent toggle from blocking click event on parent */} .page-thebes-illinois-playtime-co__faq-item.active .page-thebes-illinois-playtime-co__faq-toggle {transform: rotate(45deg); /* Plus sign rotates to form an X or minus */} .page-thebes-illinois-playtime-co__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;background-color: #fff;color: #555;font-size: 1rem;} .page-thebes-illinois-playtime-co__faq-item.active .page-thebes-illinois-playtime-co__faq-answer {max-height: 2000px !important; /* Sufficiently large to contain content */padding: 20px 25px !important;opacity: 1;} .page-thebes-illinois-playtime-co__faq-answer p {margin: 0;} /* Blog Section */.page-thebes-illinois-playtime-co__blog-section {padding: 60px 20px;background-color: #fff;text-align: center;} .page-thebes-illinois-playtime-co__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-thebes-illinois-playtime-co__blog-card {background-color: #fff;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);overflow: hidden;text-align: left;transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;} .page-thebes-illinois-playtime-co__blog-card:hover {transform: translateY(-5px);box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);} .page-thebes-illinois-playtime-co__blog-image {width: 100%;height: 200px;object-fit: cover;max-width: 100%; /* Responsive image */box-sizing: border-box; /* Responsive image */} .page-thebes-illinois-playtime-co__blog-card h3 {font-size: 1.3rem;color: #1a1a1a;margin: 20px 15px 5px;} .page-thebes-illinois-playtime-co__blog-card h3 a {text-decoration: none;color: inherit;transition: color 0.3s ease;} .page-thebes-illinois-playtime-co__blog-card h3 a:hover {color: #ff4500;} .page-thebes-illinois-playtime-co__blog-card p {font-size: 0.95rem;color: #666;padding: 0 15px;margin-bottom: 10px;} .page-thebes-illinois-playtime-co__blog-card p:nth-of-type(1) { /* Date */font-size: 0.85rem;color: #999;padding: 0 15px;margin-bottom: 5px;} .page-thebes-illinois-playtime-co__blog-card .page-thebes-illinois-playtime-co__btn {margin: 0 15px 20px;width: calc(100% - 30px);margin-top: auto;} /* Responsive adjustments */@media (max-width: 1024px) {.page-thebes-illinois-playtime-co__hero-content h1 {font-size: 3rem;} .page-thebes-illinois-playtime-co__hero-content p {font-size: 1.1rem;} .page-thebes-illinois-playtime-co__section-title {font-size: 2rem;}} @media (max-width: 768px) {.page-thebes-illinois-playtime-co__hero-section {min-height: 400px;padding: 40px 15px;} .page-thebes-illinois-playtime-co__hero-content h1 {font-size: 2.2rem;} .page-thebes-illinois-playtime-co__hero-content p {font-size: 1rem;} .page-thebes-illinois-playtime-co__hero-ctas {flex-direction: column;gap: 15px;} .page-thebes-illinois-playtime-co__btn {width: 100%;max-width: 300px;margin-left: auto;margin-right: auto;} .page-thebes-illinois-playtime-co__section-title {font-size: 1.8rem;margin-bottom: 30px;} /* List items responsiveness */.page-thebes-illinois-playtime-co__features-grid,.page-thebes-illinois-playtime-co__game-categories,.page-thebes-illinois-playtime-co__promo-grid,.page-thebes-illinois-playtime-co__security-content,.page-thebes-illinois-playtime-co__blog-grid {grid-template-columns: 1fr;gap: 25px;padding: 0 15px; /* Add padding to grid container */} .page-thebes-illinois-playtime-co__feature-item,.page-thebes-illinois-playtime-co__game-card,.page-thebes-illinois-playtime-co__promo-card,.page-thebes-illinois-playtime-co__security-item,.page-thebes-illinois-playtime-co__blog-card {width: 100% !important; /* Force full width */max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px; /* Adjust padding for mobile */} .page-thebes-illinois-playtime-co__feature-item p,.page-thebes-illinois-playtime-co__game-card p,.page-thebes-illinois-playtime-co__promo-card p,.page-thebes-illinois-playtime-co__security-item p,.page-thebes-illinois-playtime-co__blog-card p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;} .page-thebes-illinois-playtime-co__faq-question {padding: 15px 20px;} .page-thebes-illinois-playtime-co__faq-question h3 {font-size: 1.1rem;} .page-thebes-illinois-playtime-co__faq-toggle {font-size: 1.5rem;} .page-thebes-illinois-playtime-co__faq-answer {padding: 0 20px;} .page-thebes-illinois-playtime-co__faq-item.active .page-thebes-illinois-playtime-co__faq-answer {padding: 15px 20px !important;} .page-thebes-illinois-playtime-co__game-image,.page-thebes-illinois-playtime-co__promo-image,.page-thebes-illinois-playtime-co__blog-image {height: 180px; /* Slightly smaller images on mobile */} } @media (max-width: 480px) {.page-thebes-illinois-playtime-co__hero-content h1 {font-size: 1.8rem;} .page-thebes-illinois-playtime-co__hero-content p {font-size: 0.9rem;} .page-thebes-illinois-playtime-co__section-title {font-size: 1.5rem;} .page-thebes-illinois-playtime-co__btn {padding: 10px 20px;font-size: 0.9rem;} .page-thebes-illinois-playtime-co__faq-question h3 {font-size: 1rem;} .page-thebes-illinois-playtime-co__faq-toggle {font-size: 1.3rem;}}