.page-taal-volcano-kuya-kim { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; } .page-taal-volcano-kuya-kim__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } .page-taal-volcano-kuya-kim__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } @media (max-width: 768px) { .page-taal-volcano-kuya-kim__container { padding: 0 10px; } .page-taal-volcano-kuya-kim__section { padding: 30px 15px; } } .page-taal-volcano-kuya-kim__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 60px 20px; padding-top: calc(var(--header-offset, 0px) + 60px); position: relative; overflow: hidden; } @media (max-width: 768px) { .page-taal-volcano-kuya-kim__hero-section { padding-top: calc(var(--header-offset, 0px) + 40px); padding-bottom: 40px; } } .page-taal-volcano-kuya-kim__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-taal-volcano-kuya-kim__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-taal-volcano-kuya-kim__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-taal-volcano-kuya-kim__hero-title { font-size: 2.5em; } } .page-taal-volcano-kuya-kim__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-taal-volcano-kuya-kim__hero-subtitle { font-size: 1.2em; } } .page-taal-volcano-kuya-kim__cta-button { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-taal-volcano-kuya-kim__cta-button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-taal-volcano-kuya-kim__introduction-section h2, .page-taal-volcano-kuya-kim__quick-access-section h2, .page-taal-volcano-kuya-kim__games-section h2, .page-taal-volcano-kuya-kim__promotions-section h2, .page-taal-volcano-kuya-kim__security-section h2, .page-taal-volcano-kuya-kim__faq-section h2, .page-taal-volcano-kuya-kim__blog-section h2 { color: #007bff; text-align: center; margin-bottom: 30px; font-size: 2.5em; } @media (max-width: 768px) { .page-taal-volcano-kuya-kim__introduction-section h2, .page-taal-volcano-kuya-kim__quick-access-section h2, .page-taal-volcano-kuya-kim__games-section h2, .page-taal-volcano-kuya-kim__promotions-section h2, .page-taal-volcano-kuya-kim__security-section h2, .page-taal-volcano-kuya-kim__faq-section h2, .page-taal-volcano-kuya-kim__blog-section h2 { font-size: 2em; } } .page-taal-volcano-kuya-kim__intro-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; text-align: center; } .page-taal-volcano-kuya-kim__intro-text { flex: 1; min-width: 300px; max-width: 600px; } .page-taal-volcano-kuya-kim__intro-image { flex: 1; min-width: 250px; max-width: 400px; } .page-taal-volcano-kuya-kim__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .page-taal-volcano-kuya-kim__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; text-align: center; } .page-taal-volcano-kuya-kim__quick-link-item { background-color: #e9ecef; padding: 20px; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-taal-volcano-kuya-kim__quick-link-item:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .page-taal-volcano-kuya-kim__quick-link-item a { text-decoration: none; color: #007bff; font-weight: bold; font-size: 1.1em; display: block; } .page-taal-volcano-kuya-kim__quick-link-item a:hover { color: #0056b3; } .page-taal-volcano-kuya-kim__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-taal-volcano-kuya-kim__game-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; } .page-taal-volcano-kuya-kim__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .page-taal-volcano-kuya-kim__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-taal-volcano-kuya-kim__game-card-content { padding: 20px; } .page-taal-volcano-kuya-kim__game-card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; } .page-taal-volcano-kuya-kim__game-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-taal-volcano-kuya-kim__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-taal-volcano-kuya-kim__promo-card { background-color: #e9f5ff; border: 1px solid #cce5ff; border-radius: 8px; padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-taal-volcano-kuya-kim__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .page-taal-volcano-kuya-kim__promo-card h3 { color: #007bff; margin-bottom: 10px; font-size: 1.5em; } .page-taal-volcano-kuya-kim__promo-card p { font-size: 1em; color: #555; margin-bottom: 20px; } .page-taal-volcano-kuya-kim__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; text-align: center; } .page-taal-volcano-kuya-kim__feature-item { flex: 1; min-width: 250px; max-width: 350px; padding: 20px; background-color: #f0f8f0; border-radius: 8px; border: 1px solid #d4edda; } .page-taal-volcano-kuya-kim__feature-item h3 { color: #28a745; margin-bottom: 10px; font-size: 1.4em; } .page-taal-volcano-kuya-kim__feature-item p { color: #444; } .page-taal-volcano-kuya-kim__faq-list { list-style: none; padding: 0; } .page-taal-volcano-kuya-kim__faq-item { margin-bottom: 10px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background-color: #fefefe; } .page-taal-volcano-kuya-kim__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #007bff; color: #fff; cursor: pointer; user-select: none; font-weight: bold; transition: background-color 0.3s ease; } .page-taal-volcano-kuya-kim__faq-question:hover { background-color: #0056b3; } .page-taal-volcano-kuya-kim__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-taal-volcano-kuya-kim__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-taal-volcano-kuya-kim__faq-item.active .page-taal-volcano-kuya-kim__faq-toggle { transform: rotate(45deg); } .page-taal-volcano-kuya-kim__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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: #f0f0f0; color: #444; } .page-taal-volcano-kuya-kim__faq-item.active .page-taal-volcano-kuya-kim__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-taal-volcano-kuya-kim__faq-answer { padding: 0 15px; } .page-taal-volcano-kuya-kim__faq-item.active .page-taal-volcano-kuya-kim__faq-answer { padding: 15px !important; } } .page-taal-volcano-kuya-kim__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-taal-volcano-kuya-kim__blog-card { background-color: #f8f9fa; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-taal-volcano-kuya-kim__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); } .page-taal-volcano-kuya-kim__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-taal-volcano-kuya-kim__blog-card-content { padding: 20px; } .page-taal-volcano-kuya-kim__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #333; } .page-taal-volcano-kuya-kim__blog-card-title a { text-decoration: none; color: #333; } .page-taal-volcano-kuya-kim__blog-card-title a:hover { color: #007bff; } .page-taal-volcano-kuya-kim__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-taal-volcano-kuya-kim__blog-card-date { font-size: 0.8em; color: #999; } .page-taal-volcano-kuya-kim__download-app-section { text-align: center; background-color: #0056b3; color: #fff; padding: 50px 20px; margin-top: 20px; border-radius: 8px; } .page-taal-volcano-kuya-kim__download-app-section h2 { color: #fff; margin-bottom: 20px; } .page-taal-volcano-kuya-kim__download-app-section p { font-size: 1.1em; margin-bottom: 30px; } .page-taal-volcano-kuya-kim__download-app-button { background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; display: inline-block; } .page-taal-volcano-kuya-kim__download-app-button:hover { background-color: #e0a800; transform: translateY(-2px); } /* Responsive styles for lists and images */ @media (max-width: 768px) { .page-taal-volcano-kuya-kim__intro-content { flex-direction: column; } .page-taal-volcano-kuya-kim__quick-links-grid, .page-taal-volcano-kuya-kim__games-grid, .page-taal-volcano-kuya-kim__promotions-grid, .page-taal-volcano-kuya-kim__security-features, .page-taal-volcano-kuya-kim__blog-grid { grid-template-columns: 1fr; } .page-taal-volcano-kuya-kim__quick-link-item, .page-taal-volcano-kuya-kim__game-card, .page-taal-volcano-kuya-kim__promo-card, .page-taal-volcano-kuya-kim__feature-item, .page-taal-volcano-kuya-kim__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taal-volcano-kuya-kim__quick-links-grid, .page-taal-volcano-kuya-kim__games-grid, .page-taal-volcano-kuya-kim__promotions-grid, .page-taal-volcano-kuya-kim__security-features, .page-taal-volcano-kuya-kim__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-taal-volcano-kuya-kim img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-taal-volcano-kuya-kim p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }