.page-picture-diwata__hero-section { position: relative; width: 100%; min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; } .page-picture-diwata__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-picture-diwata__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-picture-diwata__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; } .page-picture-diwata__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } .page-picture-diwata__cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-picture-diwata__btn { display: inline-block; padding: 15px 30px; background-color: #ffcc00; color: #333; text-decoration: none; border-radius: 5px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-picture-diwata__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-picture-diwata__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-picture-diwata__section:nth-of-type(odd) { background-color: #f9f9f9; } .page-picture-diwata__section-title { font-size: 2.2em; color: #333; margin-bottom: 40px; } .page-picture-diwata__text-content { font-size: 1.1em; line-height: 1.6; color: #555; margin-bottom: 30px; text-align: left; } .page-picture-diwata__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-picture-diwata__card { background: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; transition: transform 0.3s ease; } .page-picture-diwata__card:hover { transform: translateY(-5px); } .page-picture-diwata__card-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; } .page-picture-diwata__card-title { font-size: 1.5em; color: #333; margin-bottom: 15px; } .page-picture-diwata__card-description { font-size: 1em; color: #666; line-height: 1.5; margin-bottom: 20px; } .page-picture-diwata__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; gap: 10px; } .page-picture-diwata__tab-button { padding: 12px 25px; border: 1px solid #ffcc00; background-color: transparent; color: #ffcc00; border-radius: 25px; cursor: pointer; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; } .page-picture-diwata__tab-button.active, .page-picture-diwata__tab-button:hover { background-color: #ffcc00; color: #333; } .page-picture-diwata__tab-content { display: none; } .page-picture-diwata__tab-content.active { display: block; } .page-picture-diwata__promo-list { list-style: none; padding: 0; margin: 0; } .page-picture-diwata__promo-item { background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); margin-bottom: 20px; padding: 25px; text-align: left; display: flex; align-items: center; gap: 25px; } .page-picture-diwata__promo-image-container { flex-shrink: 0; width: 150px; height: 100px; overflow: hidden; border-radius: 8px; } .page-picture-diwata__promo-image { width: 100%; height: 100%; object-fit: cover; } .page-picture-diwata__promo-details { flex-grow: 1; } .page-picture-diwata__promo-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-picture-diwata__promo-description { font-size: 0.95em; color: #666; line-height: 1.5; margin-bottom: 15px; } .page-picture-diwata__service-item { display: flex; align-items: center; gap: 20px; margin-bottom: 25px; text-align: left; } .page-picture-diwata__service-icon { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; } .page-picture-diwata__service-text h3 { font-size: 1.3em; color: #333; margin-bottom: 5px; } .page-picture-diwata__service-text p { font-size: 0.95em; color: #666; line-height: 1.5; } .page-picture-diwata__faq-list { margin-top: 40px; text-align: left; } .page-picture-diwata__faq-item { background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); margin-bottom: 15px; overflow: hidden; } .page-picture-diwata__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; } .page-picture-diwata__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-picture-diwata__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-picture-diwata__faq-item.active .page-picture-diwata__faq-toggle { transform: rotate(45deg); } .page-picture-diwata__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-picture-diwata__faq-item.active .page-picture-diwata__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-picture-diwata__faq-answer p { margin: 0; font-size: 1em; color: #555; line-height: 1.6; } .page-picture-diwata__blog-post-card { background: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; } .page-picture-diwata__blog-post-card:hover { transform: translateY(-5px); } .page-picture-diwata__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-picture-diwata__blog-content { padding: 20px; } .page-picture-diwata__blog-title { font-size: 1.3em; color: #333; margin-bottom: 10px; line-height: 1.3; } .page-picture-diwata__blog-excerpt { font-size: 0.95em; color: #666; line-height: 1.5; margin-bottom: 15px; } .page-picture-diwata__read-more { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; } .page-picture-diwata__read-more:hover { text-decoration: underline; } @media (max-width: 768px) { .page-picture-diwata__hero-title { font-size: 2em; } .page-picture-diwata__hero-subtitle { font-size: 1.1em; } .page-picture-diwata__cta-buttons { flex-direction: column; } .page-picture-diwata__btn { width: 100%; max-width: 300px; margin: 0 auto; } .page-picture-diwata__section { padding: 40px 15px; } .page-picture-diwata__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-picture-diwata__text-content { font-size: 1em; } .page-picture-diwata__grid { grid-template-columns: 1fr; } .page-picture-diwata__promo-item { flex-direction: column; text-align: center; gap: 15px; } .page-picture-diwata__promo-image-container { width: 100%; height: 150px; } .page-picture-diwata__promo-details { width: 100%; } .page-picture-diwata__promo-title { font-size: 1.2em; } .page-picture-diwata__service-item { flex-direction: column; text-align: center; } .page-picture-diwata__service-icon { margin-bottom: 10px; } .page-picture-diwata__faq-question { padding: 15px 20px; } .page-picture-diwata__faq-question h3 { font-size: 1.1em; } .page-picture-diwata__faq-answer { padding: 0 20px; } .page-picture-diwata__faq-item.active .page-picture-diwata__faq-answer { padding: 15px 20px !important; } .page-picture-diwata__blog-content { padding: 15px; } .page-picture-diwata__blog-title { font-size: 1.1em; } } @media (max-width: 480px) { .page-picture-diwata__hero-title { font-size: 1.8em; } .page-picture-diwata__hero-subtitle { font-size: 1em; } .page-picture-diwata__btn { padding: 12px 25px; font-size: 1em; } .page-picture-diwata__section-title { font-size: 1.6em; } }