.page-kuya-noy-s-resthouse-antipolo { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-kuya-noy-s-resthouse-antipolo__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 10px 20px; box-sizing: border-box; overflow: hidden; }.page-kuya-noy-s-resthouse-antipolo__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; }.page-kuya-noy-s-resthouse-antipolo__hero-section h1 { font-size: 3em; margin-bottom: 15px; z-index: 2; color: #fff; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-kuya-noy-s-resthouse-antipolo__hero-section p { font-size: 1.2em; margin-bottom: 30px; z-index: 2; max-width: 800px; color: #eee; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }.page-kuya-noy-s-resthouse-antipolo__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }.page-kuya-noy-s-resthouse-antipolo__cta-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; z-index: 2; }.page-kuya-noy-s-resthouse-antipolo__cta-button:hover { background-color: #0056b3; }.page-kuya-noy-s-resthouse-antipolo__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #222; }.page-kuya-noy-s-resthouse-antipolo__features-section, .page-kuya-noy-s-resthouse-antipolo__gallery-section, .page-kuya-noy-s-resthouse-antipolo__testimonials-section, .page-kuya-noy-s-resthouse-antipolo__faq-section, .page-kuya-noy-s-resthouse-antipolo__cta-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; }.page-kuya-noy-s-resthouse-antipolo__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-kuya-noy-s-resthouse-antipolo__feature-item { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; }.page-kuya-noy-s-resthouse-antipolo__feature-item img { max-width: 100%; height: auto; object-fit: cover; border-bottom: 1px solid #eee; margin-bottom: 15px; }.page-kuya-noy-s-resthouse-antipolo__feature-item h3 { font-size: 1.5em; margin-bottom: 10px; color: #007bff; }.page-kuya-noy-s-resthouse-antipolo__feature-item p { padding: 0 15px; font-size: 1em; color: #555; }.page-kuya-noy-s-resthouse-antipolo__gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-kuya-noy-s-resthouse-antipolo__gallery-grid img { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-kuya-noy-s-resthouse-antipolo__gallery-grid img:hover { transform: scale(1.03); }.page-kuya-noy-s-resthouse-antipolo__testimonial-card { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); padding: 30px; margin-bottom: 25px; border-left: 5px solid #007bff; }.page-kuya-noy-s-resthouse-antipolo__testimonial-card p { font-style: italic; margin-bottom: 15px; color: #444; }.page-kuya-noy-s-resthouse-antipolo__testimonial-card span { display: block; text-align: right; font-weight: bold; color: #007bff; }.page-kuya-noy-s-resthouse-antipolo__faq-container { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-kuya-noy-s-resthouse-antipolo__faq-item { border-bottom: 1px solid #eee; }.page-kuya-noy-s-resthouse-antipolo__faq-item:last-child { border-bottom: none; }.page-kuya-noy-s-resthouse-antipolo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-kuya-noy-s-resthouse-antipolo__faq-question:hover { background-color: #f5f5f5; }.page-kuya-noy-s-resthouse-antipolo__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-kuya-noy-s-resthouse-antipolo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-kuya-noy-s-resthouse-antipolo__faq-item.active .page-kuya-noy-s-resthouse-antipolo__faq-toggle { transform: rotate(45deg); }.page-kuya-noy-s-resthouse-antipolo__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-kuya-noy-s-resthouse-antipolo__faq-item.active .page-kuya-noy-s-resthouse-antipolo__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-kuya-noy-s-resthouse-antipolo__faq-answer p { margin: 0; font-size: 1em; color: #555; }.page-kuya-noy-s-resthouse-antipolo__cta-section { text-align: center; background-color: #e9f5ff; padding: 80px 20px; border-radius: 8px; margin-top: 50px; }.page-kuya-noy-s-resthouse-antipolo__cta-section h2 { color: #0056b3; margin-bottom: 20px; }.page-kuya-noy-s-resthouse-antipolo__cta-section p { font-size: 1.1em; margin-bottom: 30px; color: #444; }.page-kuya-noy-s-resthouse-antipolo__cta-button--secondary { background-color: #28a745; }.page-kuya-noy-s-resthouse-antipolo__cta-button--secondary:hover { background-color: #218838; }@media (max-width: 768px) { .page-kuya-noy-s-resthouse-antipolo__hero-section { height: 50vh; min-height: 300px; padding: 10px 15px; }.page-kuya-noy-s-resthouse-antipolo__hero-section h1 { font-size: 2.2em; }.page-kuya-noy-s-resthouse-antipolo__hero-section p { font-size: 1em; }.page-kuya-noy-s-resthouse-antipolo__cta-button { padding: 10px 20px; }.page-kuya-noy-s-resthouse-antipolo__section-title { font-size: 2em; margin-bottom: 30px; }.page-kuya-noy-s-resthouse-antipolo__features-section, .page-kuya-noy-s-resthouse-antipolo__gallery-section, .page-kuya-noy-s-resthouse-antipolo__testimonials-section, .page-kuya-noy-s-resthouse-antipolo__faq-section, .page-kuya-noy-s-resthouse-antipolo__cta-section { padding: 40px 15px; }.page-kuya-noy-s-resthouse-antipolo__features-grid { grid-template-columns: 1fr; }.page-kuya-noy-s-resthouse-antipolo__feature-item img { max-width: 100% !important; height: auto !important; object-fit: cover !important; box-sizing: border-box !important; }.page-kuya-noy-s-resthouse-antipolo__gallery-grid { grid-template-columns: 1fr; }.page-kuya-noy-s-resthouse-antipolo__gallery-grid img { max-width: 100% !important; height: auto !important; object-fit: cover !important; box-sizing: border-box !important; }.page-kuya-noy-s-resthouse-antipolo__faq-question { padding: 15px 20px; }.page-kuya-noy-s-resthouse-antipolo__faq-question h3 { font-size: 1em; }.page-kuya-noy-s-resthouse-antipolo__faq-answer { padding: 0 20px; }.page-kuya-noy-s-resthouse-antipolo__faq-item.active .page-kuya-noy-s-resthouse-antipolo__faq-answer { padding: 15px 20px !important; }.page-kuya-noy-s-resthouse-antipolo__cta-section { padding: 60px 15px; }}@media (max-width: 480px) { .page-kuya-noy-s-resthouse-antipolo__hero-section h1 { font-size: 1.8em; }.page-kuya-noy-s-resthouse-antipolo__hero-section p { font-size: 0.9em; }.page-kuya-noy-s-resthouse-antipolo__section-title { font-size: 1.8em; }}.page-kuya-noy-s-resthouse-antipolo img { max-width: 100%; height: auto; box-sizing: border-box; } /* General image responsive */