/* General page styling for page-kuya-j-festival-mall-photos */.page-kuya-j-festival-mall-photos {  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;  line-height: 1.6;  color: #333;  background-color: #f9f9f9;  padding-bottom: 80px; /* Space for floating buttons */} .page-kuya-j-festival-mall-photos__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;} .page-kuya-j-festival-mall-photos__section-title {  font-size: 2.5em;  color: #1a1a1a;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;} .page-kuya-j-festival-mall-photos__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #ffcc00; /* Gold accent */  border-radius: 2px;} .page-kuya-j-festival-mall-photos__paragraph {  font-size: 1.1em;  margin-bottom: 20px;  color: #555;  text-align: justify;} .page-kuya-j-festival-mall-photos__keyword-highlight {  font-weight: bold;  color: #007bff; /* Blue for emphasis */} .page-kuya-j-festival-mall-photos__inline-link {  color: #007bff;  text-decoration: none;  font-weight: bold;} .page-kuya-j-festival-mall-photos__inline-link:hover {  text-decoration: underline;}/* Hero Section */.page-kuya-j-festival-mall-photos__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding-top: 10px; /* Small decorative padding-top, assuming body has header offset */  box-sizing: border-box;} .page-kuya-j-festival-mall-photos__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;} .page-kuya-j-festival-mall-photos__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: rgba(0, 0, 0, 0.6);  z-index: 2;} .page-kuya-j-festival-mall-photos__hero-content {  position: relative;  z-index: 3;  max-width: 900px;  padding: 20px;} .page-kuya-j-festival-mall-photos__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #fff;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);} .page-kuya-j-festival-mall-photos__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #f0f0f0;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);} .page-kuya-j-festival-mall-photos__hero-cta-button,.page-kuya-j-festival-mall-photos__cta-button {  display: inline-block;  background-color: #ffcc00; /* Gold accent */  color: #1a1a1a;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);} .page-kuya-j-festival-mall-photos__hero-cta-button:hover,.page-kuya-j-festival-mall-photos__cta-button:hover {  background-color: #e6b800;  transform: translateY(-2px);}/* Introduction and Kuya J Sections */.page-kuya-j-festival-mall-photos__introduction-section,.page-kuya-j-festival-mall-photos__kuya-j-section,.page-kuya-j-festival-mall-photos__entertainment-cta-section,.page-kuya-j-festival-mall-photos__faq-section {  padding: 60px 0;} .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__content-wrapper {  display: flex;  align-items: center;  gap: 40px;} .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__image-wrapper {  flex: 1;  min-width: 300px;  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);  border-radius: 10px;  overflow: hidden;} .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__content-image {  width: 100%;  height: auto;  display: block;  object-fit: cover;} .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__text-content {  flex: 2;}/* Gallery Section */.page-kuya-j-festival-mall-photos__gallery-section {  padding: 60px 0;  background-color: #fff;} .page-kuya-j-festival-mall-photos__gallery-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;} .page-kuya-j-festival-mall-photos__gallery-item {  background-color: #fff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-kuya-j-festival-mall-photos__gallery-item:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);} .page-kuya-j-festival-mall-photos__gallery-image {  width: 100%;  height: 250px; /* Fixed height for gallery images */  object-fit: cover;  display: block;} .page-kuya-j-festival-mall-photos__gallery-caption {  padding: 15px;  font-size: 0.95em;  color: #666;  text-align: center;}/* Call to Action Section */.page-kuya-j-festival-mall-photos__entertainment-cta-section {  text-align: center;  background-color: #e0f2f7; /* Light blue background */}/* FAQ Section */.page-kuya-j-festival-mall-photos__faq-section {  padding: 60px 0;} .page-kuya-j-festival-mall-photos__faq-list {  max-width: 800px;  margin: 0 auto;} .page-kuya-j-festival-mall-photos__faq-item {  background-color: #fff;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);} .page-kuya-j-festival-mall-photos__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  font-size: 1.2em;  font-weight: bold;  color: #333;  cursor: pointer;  background-color: #f0f0f0;  transition: background-color 0.3s ease;  user-select: none;} .page-kuya-j-festival-mall-photos__faq-question:hover {  background-color: #e8e8e8;} .page-kuya-j-festival-mall-photos__faq-question-title {  margin: 0;  font-size: 1em; /* Adjust to fit parent font size */  pointer-events: none; /* Prevent h3 from blocking click event on parent */  color: #333; /* Ensure contrast */} .page-kuya-j-festival-mall-photos__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #007bff;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event on parent */} .page-kuya-j-festival-mall-photos__faq-item.active .page-kuya-j-festival-mall-photos__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' visually */} .page-kuya-j-festival-mall-photos__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;  color: #555;  background-color: #fdfdfd;} .page-kuya-j-festival-mall-photos__faq-item.active .page-kuya-j-festival-mall-photos__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;} .page-kuya-j-festival-mall-photos__faq-answer .page-kuya-j-festival-mall-photos__paragraph {  margin-bottom: 0; /* Remove bottom margin for last paragraph in answer */  font-size: 1em;}/* Floating Buttons */.page-kuya-j-festival-mall-photos__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;} .page-kuya-j-festival-mall-photos__floating-button {  display: block;  width: 100px;  padding: 10px 0;  text-align: center;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;  font-size: 0.9em;} .page-kuya-j-festival-mall-photos__floating-button:hover {  transform: translateY(-3px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);} .page-kuya-j-festival-mall-photos__floating-register {  background-color: #007bff; /* Blue */  color: #fff;} .page-kuya-j-festival-mall-photos__floating-login {  background-color: #6c757d; /* Gray */  color: #fff;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-kuya-j-festival-mall-photos__hero-title {    font-size: 3em;  }  .page-kuya-j-festival-mall-photos__hero-subtitle {    font-size: 1.3em;  }  .page-kuya-j-festival-mall-photos__section-title {    font-size: 2em;  }  .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__content-wrapper {    flex-direction: column;    text-align: center;  }  .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__image-wrapper {    max-width: 80%;  }} @media (max-width: 768px) {  .page-kuya-j-festival-mall-photos__hero-section {    height: 450px;  }  .page-kuya-j-festival-mall-photos__hero-title {    font-size: 2.2em;  }  .page-kuya-j-festival-mall-photos__hero-subtitle {    font-size: 1.1em;  }  .page-kuya-j-festival-mall-photos__hero-cta-button,  .page-kuya-j-festival-mall-photos__cta-button {    padding: 12px 25px;    font-size: 1.1em;  }  .page-kuya-j-festival-mall-photos__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-kuya-j-festival-mall-photos__paragraph {    font-size: 1em;  }  .page-kuya-j-festival-mall-photos__gallery-grid {    grid-template-columns: 1fr; /* Single column for mobile */    gap: 20px;  }  .page-kuya-j-festival-mall-photos__gallery-item {    width: 100% !important; /* Enforce full width */    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-kuya-j-festival-mall-photos__gallery-image {    height: 220px; /* Slightly smaller height for mobile gallery images */  }  .page-kuya-j-festival-mall-photos__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-kuya-j-festival-mall-photos__faq-answer {    padding: 0 20px;  }  .page-kuya-j-festival-mall-photos__faq-item.active .page-kuya-j-festival-mall-photos__faq-answer {    padding: 15px 20px !important;  }  .page-kuya-j-festival-mall-photos__floating-buttons {    bottom: 15px;    right: 15px;    flex-direction: row; /* Row for mobile to save vertical space */    width: auto;  }  .page-kuya-j-festival-mall-photos__floating-button {    width: 80px;    padding: 8px 0;    font-size: 0.85em;  }} @media (max-width: 480px) {  .page-kuya-j-festival-mall-photos__hero-section {    height: 350px;  }  .page-kuya-j-festival-mall-photos__hero-title {    font-size: 1.8em;  }  .page-kuya-j-festival-mall-photos__hero-subtitle {    font-size: 1em;  }  .page-kuya-j-festival-mall-photos__hero-cta-button,  .page-kuya-j-festival-mall-photos__cta-button {    padding: 10px 20px;    font-size: 1em;  }  .page-kuya-j-festival-mall-photos__section-title {    font-size: 1.6em;  }  .page-kuya-j-festival-mall-photos__kuya-j-section .page-kuya-j-festival-mall-photos__image-wrapper {    max-width: 100%;  }  .page-kuya-j-festival-mall-photos__floating-buttons {    bottom: 10px;    right: 10px;    gap: 8px;  }  .page-kuya-j-festival-mall-photos__floating-button {    width: 70px;    padding: 7px 0;    font-size: 0.8em;  }}