body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f8f8f8; color: #333; } .page-nature-spring-ph9-water__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nature-spring-ph9-water__hero-section { background-color: #e0f7fa; padding: 60px 20px; text-align: center; color: #004d40; position: relative; overflow: hidden; border-radius: 10px; margin-top: 10px; } .page-nature-spring-ph9-water__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-nature-spring-ph9-water__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-nature-spring-ph9-water__hero-content h1 { font-size: 2.8em; margin-bottom: 20px; color: #004d40; } .page-nature-spring-ph9-water__hero-content p { font-size: 1.2em; line-height: 1.6; margin-bottom: 30px; } .page-nature-spring-ph9-water__button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; cursor: pointer; border: none; } .page-nature-spring-ph9-water__button:hover { background-color: #0056b3; } .page-nature-spring-ph9-water__section { padding: 40px 20px; margin-bottom: 30px; background-color: #ffffff; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-nature-spring-ph9-water__section h2 { text-align: center; font-size: 2.2em; color: #004d40; margin-bottom: 30px; } .page-nature-spring-ph9-water__section p { line-height: 1.6; margin-bottom: 15px; } .page-nature-spring-ph9-water__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; } .page-nature-spring-ph9-water__feature-item { background-color: #e0f7fa; border-radius: 8px; padding: 25px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nature-spring-ph9-water__feature-item:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); } .page-nature-spring-ph9-water__feature-item h3 { font-size: 1.4em; color: #004d40; margin-bottom: 10px; } .page-nature-spring-ph9-water__feature-item p { font-size: 1em; color: #333; } .page-nature-spring-ph9-water__image-container { text-align: center; margin-bottom: 30px; } .page-nature-spring-ph9-water__image-container img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); display: block; margin: 0 auto; min-width: 200px; min-height: 200px; } .page-nature-spring-ph9-water__image-container figcaption { margin-top: 10px; font-style: italic; color: #555; } .page-nature-spring-ph9-water__faq-section { background-color: #f0f8ff; } .page-nature-spring-ph9-water__faq-item { border-bottom: 1px solid #ddd; margin-bottom: 10px; } .page-nature-spring-ph9-water__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #ffffff; border-radius: 5px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-nature-spring-ph9-water__faq-question:hover { background-color: #e0f7fa; } .page-nature-spring-ph9-water__faq-question h3 { margin: 0; font-size: 1.1em; color: #004d40; pointer-events: none; } .page-nature-spring-ph9-water__faq-toggle { font-size: 1.5em; font-weight: bold; color: #004d40; pointer-events: none; transition: transform 0.3s ease; } .page-nature-spring-ph9-water__faq-item.active .page-nature-spring-ph9-water__faq-toggle { transform: rotate(45deg); } .page-nature-spring-ph9-water__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #f7fcfd; border-radius: 0 0 5px 5px; } .page-nature-spring-ph9-water__faq-item.active .page-nature-spring-ph9-water__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-nature-spring-ph9-water__faq-answer p { margin-bottom: 10px; font-size: 0.95em; line-height: 1.5; color: #555; } @media (max-width: 768px) { .page-nature-spring-ph9-water__hero-content h1 { font-size: 2em; } .page-nature-spring-ph9-water__hero-content p { font-size: 1em; } .page-nature-spring-ph9-water__section h2 { font-size: 1.8em; } .page-nature-spring-ph9-water__feature-item { flex: 1 1 100%; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nature-spring-ph9-water__feature-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nature-spring-ph9-water__feature-item p, .page-nature-spring-ph9-water__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nature-spring-ph9-water__image-container img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-nature-spring-ph9-water__image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-nature-spring-ph9-water__hero-section { padding: 40px 15px; } .page-nature-spring-ph9-water__hero-content h1 { font-size: 1.8em; } .page-nature-spring-ph9-water__button { padding: 12px 25px; font-size: 1em; } .page-nature-spring-ph9-water__section { padding: 30px 15px; } .page-nature-spring-ph9-water__faq-question { padding: 12px 15px; } .page-nature-spring-ph9-water__faq-question h3 { font-size: 1em; } .page-nature-spring-ph9-water__faq-answer { padding: 15px 15px !important; } }