.page-pagcor-portal-employee { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 40px; } .page-pagcor-portal-employee__container { max-width: 1200px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .page-pagcor-portal-employee__hero-section { background: linear-gradient(to right, #0a1128, #1a2c5b); color: #fff; text-align: center; padding: calc(10px + var(--header-offset, 122px)) 20px 80px; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-pagcor-portal-employee__hero-section { padding-top: calc(10px + var(--header-offset, 122px)) !important; } } .page-pagcor-portal-employee__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-pagcor-portal-employee__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-pagcor-portal-employee__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } @media (max-width: 768px) { .page-pagcor-portal-employee__hero-title { font-size: 2em; } } .page-pagcor-portal-employee__hero-description { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-pagcor-portal-employee__hero-description { font-size: 1em; } } .page-pagcor-portal-employee__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; } .page-pagcor-portal-employee__cta-button:hover { background-color: #d83a1a; } .page-pagcor-portal-employee__section { padding: 60px 0; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-pagcor-portal-employee__section--dark { background-color: #f0f0f0; } .page-pagcor-portal-employee__section-title { font-size: 2.2em; color: #0a1128; text-align: center; margin-bottom: 40px; font-weight: bold; } @media (max-width: 768px) { .page-pagcor-portal-employee__section-title { font-size: 1.8em; } } .page-pagcor-portal-employee__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-pagcor-portal-employee__grid-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); text-align: center; transition: transform 0.3s ease; } .page-pagcor-portal-employee__grid-item:hover { transform: translateY(-5px); } .page-pagcor-portal-employee__grid-icon { width: 80px; height: 80px; margin-bottom: 20px; } .page-pagcor-portal-employee__grid-title { font-size: 1.5em; color: #0a1128; margin-bottom: 15px; font-weight: 600; } .page-pagcor-portal-employee__grid-text { font-size: 1em; color: #555; } .page-pagcor-portal-employee__image-full-width { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 30px; object-fit: cover; } .page-pagcor-portal-employee__text-block { font-size: 1.1em; margin-bottom: 20px; color: #444; } .page-pagcor-portal-employee__text-block strong { color: #0a1128; } .page-pagcor-portal-employee__list { list-style: none; padding: 0; margin: 20px 0; } .page-pagcor-portal-employee__list-item { background-color: #f9f9f9; padding: 15px 20px; border-left: 5px solid #e44d26; margin-bottom: 10px; border-radius: 4px; display: flex; align-items: center; box-sizing: border-box; } .page-pagcor-portal-employee__list-item::before { content: '✓'; color: #e44d26; font-weight: bold; margin-right: 10px; font-size: 1.2em; } @media (max-width: 768px) { .page-pagcor-portal-employee__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-pagcor-portal-employee__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-pagcor-portal-employee__faq-section { padding: 60px 0; background-color: #f0f0f0; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-pagcor-portal-employee__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03); overflow: hidden; } .page-pagcor-portal-employee__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-pagcor-portal-employee__faq-question:hover { background-color: #f5f5f5; } .page-pagcor-portal-employee__faq-question h3 { margin: 0; font-size: 1.2em; color: #0a1128; pointer-events: none; font-weight: 600; } @media (max-width: 768px) { .page-pagcor-portal-employee__faq-question h3 { font-size: 1em; } } .page-pagcor-portal-employee__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-pagcor-portal-employee__faq-item.active .page-pagcor-portal-employee__faq-toggle { transform: rotate(45deg); } .page-pagcor-portal-employee__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-pagcor-portal-employee__faq-item.active .page-pagcor-portal-employee__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-pagcor-portal-employee__faq-answer p { margin: 0 0 10px 0; color: #555; } .page-pagcor-portal-employee__faq-answer p:last-child { margin-bottom: 0; } .page-pagcor-portal-employee__responsive-image { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 8px; } .page-pagcor-portal-employee__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } @media (max-width: 768px) { .page-pagcor-portal-employee__responsive-image { max-width: 100% !important; height: auto !important; } .page-pagcor-portal-employee__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }