.page-kuya-j-restaurant-hiring-2017 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-kuya-j-restaurant-hiring-2017 { padding-top: var(--header-offset-mobile, 60px); } } .page-kuya-j-restaurant-hiring-2017__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-j-restaurant-hiring-2017__hero-section { background-image: url('[GALLERY:hero:1920x600:restaurant,hiring,kitchen]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; position: relative; } .page-kuya-j-restaurant-hiring-2017__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); } .page-kuya-j-restaurant-hiring-2017__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-kuya-j-restaurant-hiring-2017__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); } @media (max-width: 768px) { .page-kuya-j-restaurant-hiring-2017__hero-title { font-size: 2em; } } .page-kuya-j-restaurant-hiring-2017__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-kuya-j-restaurant-hiring-2017__section { padding: 40px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .page-kuya-j-restaurant-hiring-2017__section--dark { background-color: #e0e0e0; } .page-kuya-j-restaurant-hiring-2017__heading { font-size: 2.2em; color: #0056b3; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-kuya-j-restaurant-hiring-2017__heading { font-size: 1.8em; } } .page-kuya-j-restaurant-hiring-2017__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-kuya-j-restaurant-hiring-2017__card { background-color: #f0f8ff; padding: 25px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-kuya-j-restaurant-hiring-2017__card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0,0,0,0.15); } .page-kuya-j-restaurant-hiring-2017__card-icon { width: 80px; height: 80px; margin-bottom: 20px; display: inline-block; } .page-kuya-j-restaurant-hiring-2017__card-title { font-size: 1.5em; color: #0056b3; margin-bottom: 15px; } .page-kuya-j-restaurant-hiring-2017__card-description { font-size: 1em; color: #555; } .page-kuya-j-restaurant-hiring-2017__list { list-style: none; padding: 0; margin-top: 20px; } .page-kuya-j-restaurant-hiring-2017__list-item { background-color: #fefefe; margin-bottom: 10px; padding: 15px 20px; border-left: 5px solid #007bff; border-radius: 4px; display: flex; align-items: center; box-sizing: border-box; } .page-kuya-j-restaurant-hiring-2017__list-item::before { content: '✓'; color: #28a745; font-weight: bold; margin-right: 10px; font-size: 1.2em; } @media (max-width: 768px) { .page-kuya-j-restaurant-hiring-2017__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-j-restaurant-hiring-2017__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-kuya-j-restaurant-hiring-2017__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; margin-top: 30px; } .page-kuya-j-restaurant-hiring-2017__button:hover { background-color: #0056b3; } .page-kuya-j-restaurant-hiring-2017__image-container { text-align: center; margin-top: 20px; } .page-kuya-j-restaurant-hiring-2017__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } @media (max-width: 768px) { .page-kuya-j-restaurant-hiring-2017__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-kuya-j-restaurant-hiring-2017__image { max-width: 100% !important; height: auto !important; } } .page-kuya-j-restaurant-hiring-2017__faq-section { background-color: #f0f8ff; padding: 40px 0; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); } .page-kuya-j-restaurant-hiring-2017__faq-item { margin-bottom: 10px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; } .page-kuya-j-restaurant-hiring-2017__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e9f5ff; cursor: pointer; user-select: none; color: #333; font-weight: bold; transition: background-color 0.3s ease; } .page-kuya-j-restaurant-haring-2017__faq-question:hover { background-color: #d1e7ff; } .page-kuya-j-restaurant-hiring-2017__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-kuya-j-restaurant-hiring-2017__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-j-restaurant-hiring-2017__faq-item.active .page-kuya-j-restaurant-hiring-2017__faq-toggle { transform: rotate(45deg); } .page-kuya-j-restaurant-hiring-2017__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: #ffffff; color: #555; } .page-kuya-j-restaurant-hiring-2017__faq-item.active .page-kuya-j-restaurant-hiring-2017__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-kuya-j-restaurant-hiring-2017__faq-question { padding: 12px 15px; } .page-kuya-j-restaurant-hiring-2017__faq-question h3 { font-size: 1em; } .page-kuya-j-restaurant-hiring-2017__faq-answer { padding: 0 10px; } .page-kuya-j-restaurant-hiring-2017__faq-item.active .page-kuya-j-restaurant-hiring-2017__faq-answer { padding: 15px 10px !important; } }