.page-diwata-forest-pampanga__container { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-diwata-forest-pampanga__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; } .page-diwata-forest-pampanga__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-diwata-forest-pampanga__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); z-index: 0; } .page-diwata-forest-pampanga__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-diwata-forest-pampanga__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-diwata-forest-pampanga__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-diwata-forest-pampanga__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-diwata-forest-pampanga__button:hover { background-color: #0056b3; } .page-diwata-forest-pampanga__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-bottom: 1px solid #eee; } .page-diwata-forest-pampanga__section:last-of-type { border-bottom: none; } .page-diwata-forest-pampanga__section-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px; position: relative; } .page-diwata-forest-pampanga__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #007bff; margin: 10px auto 0; } .page-diwata-forest-pampanga__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-diwata-forest-pampanga__card { background-color: #f4f4f4; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-diwata-forest-pampanga__card:hover { transform: translateY(-5px); } .page-diwata-forest-pampanga__card-image { width: 100%; height: 250px; object-fit: cover; } .page-diwata-forest-pampanga__card-content { padding: 25px; } .page-diwata-forest-pampanga__card-title { font-size: 1.5em; margin-bottom: 10px; color: #007bff; } .page-diwata-forest-pampanga__card-text { font-size: 0.95em; color: #555; } .page-diwata-forest-pampanga__cta-section { text-align: center; background-color: #007bff; color: #fff; padding: 80px 20px; } .page-diwata-forest-pampanga__cta-title { font-size: 2.8em; margin-bottom: 20px; } .page-diwata-forest-pampanga__cta-text { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-diwata-forest-pampanga__faq-section { background-color: #f8f8f8; padding: 60px 20px; max-width: 1000px; margin: 0 auto; } .page-diwata-forest-pampanga__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-diwata-forest-pampanga__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; font-size: 1.15em; font-weight: bold; color: #333; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-diwata-forest-pampanga__faq-question:hover { background-color: #f0f0f0; } .page-diwata-forest-pampanga__faq-question h3 { margin: 0; pointer-events: none; color: #333; } .page-diwata-forest-pampanga__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; color: #007bff; } .page-diwata-forest-pampanga__faq-item.active .page-diwata-forest-pampanga__faq-toggle { transform: rotate(45deg); } .page-diwata-forest-pampanga__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; color: #555; } .page-diwata-forest-pampanga__faq-item.active .page-diwata-forest-pampanga__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-diwata-forest-pampanga__hero-title { font-size: 2.2em; } .page-diwata-forest-pampanga__hero-description { font-size: 1em; } .page-diwata-forest-pampanga__section { padding: 40px 15px; } .page-diwata-forest-pampanga__section-title { font-size: 2em; } .page-diwata-forest-pampanga__grid { grid-template-columns: 1fr; gap: 20px; } .page-diwata-forest-pampanga__card-image { height: 200px; } .page-diwata-forest-pampanga__cta-section { padding: 60px 15px; } .page-diwata-forest-pampanga__cta-title { font-size: 2em; } .page-diwata-forest-pampanga__cta-text { font-size: 1em; } .page-diwata-forest-pampanga__faq-section { padding: 40px 15px; } .page-diwata-forest-pampanga__faq-question { padding: 15px 20px; font-size: 1em; } .page-diwata-forest-pampanga__faq-answer { padding: 0 20px; } .page-diwata-forest-pampanga__faq-item.active .page-diwata-forest-pampanga__faq-answer { padding: 15px 20px !important; } } /* Responsive image styles */ .page-diwata-forest-pampanga__hero-image, .page-diwata-forest-pampanga__card-image { max-width: 100%; height: auto; display: block; box-sizing: border-box; } @media (max-width: 768px) { .page-diwata-forest-pampanga__hero-image, .page-diwata-forest-pampanga__card-image { max-width: 100% !important; height: auto !important; } } /* List item responsiveness for grid */ .page-diwata-forest-pampanga__grid .page-diwata-forest-pampanga__card { box-sizing: border-box; } @media (max-width: 768px) { .page-diwata-forest-pampanga__grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-diwata-forest-pampanga__grid .page-diwata-forest-pampanga__card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }