.page-pagcor-office-of-the-president { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 80px; } .page-pagcor-office-of-the-president__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-pagcor-office-of-the-president__hero-section { position: relative; background-color: #003366; color: #fff; padding: 10px 0 60px 0; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; } .page-pagcor-office-of-the-president__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 20px; } .page-pagcor-office-of-the-president__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-pagcor-office-of-the-president__hero-description { font-size: 1.1em; margin-bottom: 30px; color: #e0e0e0; } .page-pagcor-office-of-the-president__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-pagcor-office-of-the-president__button { display: inline-block; background-color: #ffcc00; color: #003366; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .page-pagcor-office-of-the-president__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-pagcor-office-of-the-president__button--secondary { background-color: #004d99; color: #fff; border: 2px solid #ffcc00; } .page-pagcor-office-of-the-president__button--secondary:hover { background-color: #003366; border-color: #e6b800; } .page-pagcor-office-of-the-president__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.2; overflow: hidden; } .page-pagcor-office-of-the-president__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-pagcor-office-of-the-president__section-title { font-size: 2.2em; color: #003366; text-align: center; margin-bottom: 40px; padding-top: 40px; position: relative; } .page-pagcor-office-of-the-president__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffcc00; margin: 15px auto 0 auto; border-radius: 2px; } .page-pagcor-office-of-the-president__section-description { text-align: center; max-width: 800px; margin: -20px auto 40px auto; font-size: 1.1em; color: #555; } .page-pagcor-office-of-the-president__about-section { padding: 60px 0; background-color: #fff; } .page-pagcor-office-of-the-president__content-grid { display: flex; align-items: center; gap: 40px; } .page-pagcor-office-of-the-president__text-content { flex: 1; } .page-pagcor-office-of-the-president__text-content p { margin-bottom: 15px; font-size: 1.05em; color: #444; } .page-pagcor-office-of-the-president__image-wrapper { flex: 1; text-align: center; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 16px rgba(0,0,0,0.1); } .page-pagcor-office-of-the-president__image { max-width: 100%; height: auto; display: block; object-fit: cover; } .page-pagcor-office-of-the-president__initiatives-section { padding: 60px 0; background-color: #f0f4f8; } .page-pagcor-office-of-the-president__initiative-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; list-style: none; padding: 0; margin: 0; } .page-pagcor-office-of-the-president__initiative-item { background-color: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 6px 12px rgba(0,0,0,0.08); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-pagcor-office-of-the-president__initiative-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.15); } .page-pagcor-office-of-the-president__initiative-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100%; height: auto; } .page-pagcor-office-of-the-president__initiative-title { font-size: 1.4em; color: #003366; margin-bottom: 15px; } .page-pagcor-office-of-the-president__initiative-description { font-size: 1em; color: #555; } .page-pagcor-office-of-the-president__faq-section { padding: 60px 0; background-color: #fff; } .page-pagcor-office-of-the-president__faq-list { max-width: 900px; margin: 0 auto; } .page-pagcor-office-of-the-president__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-pagcor-office-of-the-president__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #003366; color: #fff; cursor: pointer; user-select: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; } .page-pagcor-office-of-the-president__faq-question:hover { background-color: #004d99; } .page-pagcor-office-of-the-president__faq-question-text { margin: 0; color: #fff; pointer-events: none; } .page-pagcor-office-of-the-president__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; width: 20px; text-align: center; } .page-pagcor-office-of-the-president__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #f0f4f8; color: #444; } .page-pagcor-office-of-the-president__faq-item.active .page-pagcor-office-of-the-president__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-pagcor-office-of-the-president__faq-answer p { margin: 0; padding-bottom: 10px; } .page-pagcor-office-of-the-president__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-pagcor-office-of-the-president__floating-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; font-size: 0.8em; font-weight: bold; color: #fff; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; line-height: 1.2; } .page-pagcor-office-of-the-president__floating-button--register { background-color: #ffcc00; color: #003366; } .page-pagcor-office-of-the-president__floating-button--register:hover { background-color: #e6b800; transform: scale(1.05); } .page-pagcor-office-of-the-president__floating-button--login { background-color: #004d99; } .page-pagcor-office-of-the-president__floating-button--login:hover { background-color: #003366; transform: scale(1.05); } @media (max-width: 992px) { .page-pagcor-office-of-the-president__hero-title { font-size: 2.2em; } .page-pagcor-office-of-the-president__hero-description { font-size: 1em; } .page-pagcor-office-of-the-president__button { padding: 12px 25px; font-size: 1em; } .page-pagcor-office-of-the-president__section-title { font-size: 1.8em; } .page-pagcor-office-of-the-president__content-grid { flex-direction: column; } .page-pagcor-office-of-the-president__image-wrapper { margin-top: 30px; } } @media (max-width: 768px) { .page-pagcor-office-of-the-president__hero-section { padding: 10px 0 40px 0; } .page-pagcor-office-of-the-president__hero-title { font-size: 1.8em; } .page-pagcor-office-of-the-president__hero-description { font-size: 0.95em; } .page-pagcor-office-of-the-president__hero-buttons { flex-direction: column; gap: 15px; } .page-pagcor-office-of-the-president__button { width: 80%; max-width: 300px; margin: 0 auto; } .page-pagcor-office-of-the-president__section-title { font-size: 1.6em; margin-bottom: 30px; } .page-pagcor-office-of-the-president__section-description { font-size: 0.95em; margin: -10px auto 30px auto; } .page-pagcor-office-of-the-president__initiative-list { grid-template-columns: 1fr; } .page-pagcor-office-of-the-president__initiative-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-pagcor-office-of-the-president__initiative-description, .page-pagcor-office-of-the-president__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-pagcor-office-of-the-president__faq-question { font-size: 1em; padding: 12px 15px; } .page-pagcor-office-of-the-president__faq-question-text { font-size: 0.95em; } .page-pagcor-office-of-the-president__faq-toggle { font-size: 1.3em; } .page-pagcor-office-of-the-president__faq-answer { padding: 0 10px; } .page-pagcor-office-of-the-president__faq-item.active .page-pagcor-office-of-the-president__faq-answer { padding: 15px 10px !important; } .page-pagcor-office-of-the-president__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-pagcor-office-of-the-president__floating-button { width: 50px; height: 50px; font-size: 0.75em; } } @media (max-width: 480px) { .page-pagcor-office-of-the-president__hero-title { font-size: 1.5em; } .page-pagcor-office-of-the-president__hero-description { font-size: 0.9em; } .page-pagcor-office-of-the-president__section-title { font-size: 1.4em; } .page-pagcor-office-of-the-president__initiative-item { padding: 15px; } }