.page-is-project-playtime-free { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; /* Fallback: if shared.css does not apply padding-top to body, apply it here */ padding-top: var(--header-offset, 122px); /* Default 122px if --header-offset is not defined */ } .page-is-project-playtime-free__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-is-project-playtime-free__hero-section { position: relative; background: url('[GALLERY:hero:1920x1080:gaming,online_casino,philippines,playtime]') no-repeat center center/cover; color: #fff; text-align: center; padding: 10px 20px 100px; /* Decorative padding-top after body offset */ display: flex; align-items: center; justify-content: center; min-height: 500px; } .page-is-project-playtime-free__hero-overlay { background-color: rgba(0, 0, 0, 0.6); padding: 40px; border-radius: 10px; max-width: 900px; } .page-is-project-playtime-free__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffd700; /* Gold color for emphasis */ } .page-is-project-playtime-free__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-is-project-playtime-free__hero-cta-button { display: inline-block; background-color: #ffd700; color: #000; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-is-project-playtime-free__hero-cta-button:hover { background-color: #e0b800; } .page-is-project-playtime-free__section-title { font-size: 2.5em; color: #007bff; text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-is-project-playtime-free__section-description { font-size: 1.1em; text-align: center; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } /* Introduction Section */ .page-is-project-playtime-free__introduction-section { background-color: #fff; padding: 60px 0; } .page-is-project-playtime-free__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-is-project-playtime-free__feature-item { text-align: center; padding: 20px; background-color: #f0f8ff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-is-project-playtime-free__feature-icon { width: 200px; /* Min size 200x200px */ height: auto; max-width: 100%; margin-bottom: 15px; } .page-is-project-playtime-free__feature-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-is-project-playtime-free__feature-text { font-size: 1em; color: #555; } /* Quick Access Section */ .page-is-project-playtime-free__quick-access-section { padding: 60px 0; background-color: #f0f0f0; } .page-is-project-playtime-free__access-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-is-project-playtime-free__access-link-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; text-align: center; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-is-project-playtime-free__access-link-button:hover { background-color: #0056b3; } /* Games Section */ .page-is-project-playtime-free__games-section { background-color: #fff; padding: 60px 0; } .page-is-project-playtime-free__game-categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-is-project-playtime-free__game-card { background-color: #f8f8f8; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; } .page-is-project-playtime-free__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-is-project-playtime-free__game-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; padding: 0 15px; } .page-is-project-playtime-free__game-description { font-size: 0.95em; color: #555; margin-bottom: 20px; padding: 0 15px; } .page-is-project-playtime-free__game-button { display: inline-block; background-color: #ffd700; color: #000; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-is-project-playtime-free__game-button:hover { background-color: #e0b800; } .page-is-project-playtime-free__providers-logos { text-align: center; margin-top: 60px; padding-top: 30px; border-top: 1px solid #eee; } .page-is-project-playtime-free__providers-title { font-size: 1.8em; color: #333; margin-bottom: 25px; } .page-is-project-playtime-free__logo-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; } .page-is-project-playtime-free__provider-logo { height: 80px; /* gamelogo type, height controlled by CSS */ width: auto; max-width: 150px; object-fit: contain; filter: grayscale(80%); /* Example: subtle effect, not color change */ transition: filter 0.3s ease; } .page-is-project-playtime-free__provider-logo:hover { filter: grayscale(0%); } /* Promotions Section */ .page-is-project-playtime-free__promotions-section { background-color: #f0f8ff; padding: 60px 0; } .page-is-project-playtime-free__promo-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-is-project-playtime-free__promo-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; } .page-is-project-playtime-free__promo-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; } .page-is-project-playtime-free__promo-title { font-size: 1.4em; color: #007bff; margin: 15px 15px 10px; } .page-is-project-playtime-free__promo-text { font-size: 0.95em; color: #555; margin: 0 15px 20px; } .page-is-project-playtime-free__promo-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-is-project-playtime-free__promo-button:hover { background-color: #0056b3; } /* Security & Customer Service Section */ .page-is-project-playtime-free__security-cs-section { padding: 60px 0; background-color: #fff; } .page-is-project-playtime-free__security-cs-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; margin-top: 40px; } .page-is-project-playtime-free__security-info, .page-is-project-playtime-free__cs-info { background-color: #f8f8f8; padding: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); } .page-is-project-playtime-free__security-image, .page-is-project-playtime-free__cs-image { width: 100%; height: 250px; object-fit: cover; margin-bottom: 20px; border-radius: 8px; } .page-is-project-playtime-free__security-title, .page-is-project-playtime-free__cs-title { font-size: 1.6em; color: #007bff; margin-bottom: 15px; } .page-is-project-playtime-free__security-text, .page-is-project-playtime-free__cs-text { font-size: 1em; color: #555; margin-bottom: 15px; } .page-is-project-playtime-free__payment-list { list-style: none; padding: 0; margin-bottom: 20px; display: flex; flex-wrap: wrap; gap: 10px; } .page-is-project-playtime-free__payment-list li { background-color: #e9ecef; padding: 8px 15px; border-radius: 5px; font-size: 0.9em; color: #333; box-sizing: border-box; /* Required for list items */ } .page-is-project-playtime-free__cs-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 10px; transition: background-color 0.3s ease; } .page-is-project-playtime-free__cs-button:hover { background-color: #218838; } /* FAQ Section */ .page-is-project-playtime-free__faq-section { background-color: #f0f0f0; padding: 60px 0; } .page-is-project-playtime-free__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-is-project-playtime-free__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); overflow: hidden; } .page-is-project-playtime-free__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #007bff; color: #fff; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-is-project-playtime-free__faq-question:hover { background-color: #0056b3; } .page-is-project-playtime-free__faq-q-text { margin: 0; font-size: 1.2em; pointer-events: none; /* Crucial to allow click on parent div */ } .page-is-project-playtime-free__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; /* Crucial to allow click on parent div */ } .page-is-project-playtime-free__faq-item.active .page-is-project-playtime-free__faq-toggle { transform: rotate(45deg); /* For '-' symbol */ } .page-is-project-playtime-free__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #f9f9f9; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-is-project-playtime-free__faq-item.active .page-is-project-playtime-free__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1; } .page-is-project-playtime-free__faq-answer p { margin: 0; padding-bottom: 10px; } /* Blog Section */ .page-is-project-playtime-free__blog-section { padding: 60px 0; background-color: #fff; } .page-is-project-playtime-free__blog-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-is-project-playtime-free__blog-card { display: block; /* Make the whole card clickable */ background-color: #f8f8f8; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-is-project-playtime-free__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } .page-is-project-playtime-free__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-is-project-playtime-free__blog-title { font-size: 1.3em; color: #007bff; margin: 15px 15px 10px; } .page-is-project-playtime-free__blog-excerpt { font-size: 0.9em; color: #555; margin: 0 15px 20px; } /* Responsive adjustments */ @media (max-width: 1024px) { .page-is-project-playtime-free__hero-title { font-size: 3em; } .page-is-project-playtime-free__hero-subtitle { font-size: 1.1em; } .page-is-project-playtime-free__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-is-project-playtime-free__hero-section { padding: 120px 15px 80px; min-height: 400px; } .page-is-project-playtime-free__hero-overlay { padding: 30px; } .page-is-project-playtime-free__hero-title { font-size: 2.5em; } .page-is-project-playtime-free__hero-subtitle { font-size: 1em; } .page-is-project-playtime-free__hero-cta-button { font-size: 1em; padding: 12px 25px; } .page-is-project-playtime-free__section-title { font-size: 1.8em; padding-top: 30px; } .page-is-project-playtime-free__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-is-project-playtime-free__features-grid, .page-is-project-playtime-free__access-links-grid, .page-is-project-playtime-free__game-categories-grid, .page-is-project-playtime-free__promo-cards-grid, .page-is-project-playtime-free__security-cs-content, .page-is-project-playtime-free__blog-cards-grid { grid-template-columns: 1fr; gap: 20px; } .page-is-project-playtime-free__container { padding: 15px; } .page-is-project-playtime-free__feature-item, .page-is-project-playtime-free__game-card, .page-is-project-playtime-free__promo-card, .page-is-project-playtime-free__security-info, .page-is-project-playtime-free__cs-info, .page-is-project-playtime-free__blog-card { padding-bottom: 15px; } .page-is-project-playtime-free__game-image, .page-is-project-playtime-free__promo-image, .page-is-project-playtime-free__security-image, .page-is-project-playtime-free__cs-image, .page-is-project-playtime-free__blog-image { height: 180px; /* Adjust image height for mobile */ max-width: 100% !important; /* Ensure images are responsive */ width: 100% !important; box-sizing: border-box !important; } .page-is-project-playtime-free__payment-list { flex-direction: column; gap: 5px; } .page-is-project-playtime-free__payment-list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* FAQ specific mobile adjustments */ .page-is-project-playtime-free__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-is-project-playtime-free__faq-q-text { font-size: 1em; } .page-is-project-playtime-free__faq-answer { padding: 0 20px; } .page-is-project-playtime-free__faq-item.active .page-is-project-playtime-free__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-is-project-playtime-free__hero-title { font-size: 2em; } .page-is-project-playtime-free__hero-subtitle { font-size: 0.9em; } .page-is-project-playtime-free__section-title { font-size: 1.5em; } .page-is-project-playtime-free__providers-title { font-size: 1.4em; } .page-is-project-playtime-free__provider-logo { height: 60px; } }