.page-bahay-ni-kuya-location-map { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-bahay-ni-kuya-location-map__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-bahay-ni-kuya-location-map__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,map,location,philippines]') no-repeat center center/cover; padding: 100px 20px; text-align: center; position: relative; padding-top: 10px; } .page-bahay-ni-kuya-location-map__hero-title { font-size: 3em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-bahay-ni-kuya-location-map__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #e0e0e0; } .page-bahay-ni-kuya-location-map__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-bahay-ni-kuya-location-map__btn { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-bahay-ni-kuya-location-map__btn--primary { background-color: #ffcc00; color: #1a1a2e; border: none; } .page-bahay-ni-kuya-location-map__btn--primary:hover { background-color: #e6b800; transform: translateY(-3px); } .page-bahay-ni-kuya-location-map__btn--secondary { background-color: #333; color: #ffcc00; border: 2px solid #ffcc00; } .page-bahay-ni-kuya-location-map__btn--secondary:hover { background-color: #ffcc00; color: #1a1a2e; transform: translateY(-3px); } .page-bahay-ni-kuya-location-map__section { padding: 60px 20px; text-align: center; } .page-bahay-ni-kuya-location-map__section-title { font-size: 2.5em; margin-bottom: 30px; color: #ffcc00; } .page-bahay-ni-kuya-location-map__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; color: #ccc; } .page-bahay-ni-kuya-location-map__image-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 40px; } .page-bahay-ni-kuya-location-map__gallery-item { background-color: #2c2c4d; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-bahay-ni-kuya-location-map__gallery-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-bahay-ni-kuya-location-map__gallery-caption { padding: 15px; font-size: 1.2em; color: #ffcc00; } .page-bahay-ni-kuya-location-map__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-bahay-ni-kuya-location-map__feature-card { background-color: #2c2c4d; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-bahay-ni-kuya-location-map__feature-card:hover { transform: translateY(-5px); } .page-bahay-ni-kuya-location-map__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-bahay-ni-kuya-location-map__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-bahay-ni-kuya-location-map__feature-description { font-size: 1em; color: #ccc; } .page-bahay-ni-kuya-location-map__cta-section { background-color: #0f0f1a; padding: 80px 20px; text-align: center; } .page-bahay-ni-kuya-location-map__cta-title { font-size: 2.8em; color: #ffcc00; margin-bottom: 20px; } .page-bahay-ni-kuya-location-map__cta-text { font-size: 1.2em; color: #e0e0e0; margin-bottom: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-bahay-ni-kuya-location-map__faq-section { padding: 60px 20px; background-color: #1a1a2e; } .page-bahay-ni-kuya-location-map__faq-title { font-size: 2.5em; margin-bottom: 40px; color: #ffcc00; text-align: center; } .page-bahay-ni-kuya-location-map__faq-item { background-color: #2c2c4d; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-bahay-ni-kuya-location-map__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3e3e6b; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-bahay-ni-kuya-location-map__faq-question:hover { background-color: #4a4a7e; } .page-bahay-ni-kuya-location-map__faq-question h3 { margin: 0; pointer-events: none; color: inherit; font-size: 1.2em; } .page-bahay-ni-kuya-location-map__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-bahay-ni-kuya-location-map__faq-item.active .page-bahay-ni-kuya-location-map__faq-toggle { transform: rotate(45deg); } .page-bahay-ni-kuya-location-map__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2c2c4d; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-bahay-ni-kuya-location-map__faq-item.active .page-bahay-ni-kuya-location-map__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-bahay-ni-kuya-location-map__hero-section { padding: 80px 15px; } .page-bahay-ni-kuya-location-map__hero-title { font-size: 2.2em; } .page-bahay-ni-kuya-location-map__hero-subtitle { font-size: 1.2em; } .page-bahay-ni-kuya-location-map__hero-buttons { flex-direction: column; gap: 15px; } .page-bahay-ni-kuya-location-map__btn { width: 100%; max-width: 300px; margin: 0 auto; } .page-bahay-ni-kuya-location-map__section { padding: 40px 15px; } .page-bahay-ni-kuya-location-map__section-title { font-size: 2em; } .page-bahay-ni-kuya-location-map__section-description { font-size: 1em; } .page-bahay-ni-kuya-location-map__image-gallery, .page-bahay-ni-kuya-location-map__features-grid { grid-template-columns: 1fr; } .page-bahay-ni-kuya-location-map__gallery-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-bahay-ni-kuya-location-map__gallery-item { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bahay-ni-kuya-location-map__feature-card { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-bahay-ni-kuya-location-map__cta-section { padding: 50px 15px; } .page-bahay-ni-kuya-location-map__cta-title { font-size: 2em; } .page-bahay-ni-kuya-location-map__cta-text { font-size: 1em; } .page-bahay-ni-kuya-location-map__faq-section { padding: 40px 15px; } .page-bahay-ni-kuya-location-map__faq-title { font-size: 2em; } .page-bahay-ni-kuya-location-map__faq-question { padding: 15px; font-size: 1.1em; } .page-bahay-ni-kuya-location-map__faq-answer { padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } } @media (max-width: 480px) { .page-bahay-ni-kuya-location-map__hero-title { font-size: 1.8em; } .page-bahay-ni-kuya-location-map__hero-subtitle { font-size: 1em; } }