.page-pagcor-president-fred-lim { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } .page-pagcor-president-fred-lim__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-pagcor-president-fred-lim__hero-section { background: linear-gradient(135deg, #0a1828, #1b3a5b); color: #fff; padding: 80px 0; text-align: center; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 30px; } .page-pagcor-president-fred-lim__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-pagcor-president-fred-lim__hero-content { position: relative; z-index: 1; } .page-pagcor-president-fred-lim__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-pagcor-president-fred-lim__hero-description { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px auto; } .page-pagcor-president-fred-lim__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-pagcor-president-fred-lim__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-pagcor-president-fred-lim__section-title { font-size: 2.2em; color: #0a1828; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-pagcor-president-fred-lim__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ffcc00; border-radius: 2px; } .page-pagcor-president-fred-lim__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-bottom: 50px; } .page-pagcor-president-fred-lim__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-pagcor-president-fred-lim__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-pagcor-president-fred-lim__intro-section { padding: 50px 0; background-color: #fff; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-pagcor-president-fred-lim__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-pagcor-president-fred-lim__intro-text { flex: 1; min-width: 300px; } .page-pagcor-president-fred-lim__intro-text p { margin-bottom: 15px; } .page-pagcor-president-fred-lim__intro-image { flex: 1; min-width: 300px; text-align: center; } .page-pagcor-president-fred-lim__intro-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .page-pagcor-president-fred-lim__quick-access-section { padding: 50px 0; background-color: #eef4f7; margin-bottom: 30px; border-radius: 10px; } .page-pagcor-president-fred-lim__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; } .page-pagcor-president-fred-lim__access-item { background-color: #fff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-pagcor-president-fred-lim__access-item:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .page-pagcor-president-fred-lim__access-item a { text-decoration: none; color: #0a1828; font-weight: bold; font-size: 1.1em; display: block; } .page-pagcor-president-fred-lim__access-item img { max-width: 80px; height: auto; margin-bottom: 15px; } .page-pagcor-president-fred-lim__games-section { padding: 50px 0; background-color: #fff; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-pagcor-president-fred-lim__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-pagcor-president-fred-lim__game-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .page-pagcor-president-fred-lim__game-card:hover { transform: translateY(-7px); } .page-pagcor-president-fred-lim__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-president-fred-lim__game-card-content { padding: 20px; } .page-pagcor-president-fred-lim__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #0a1828; } .page-pagcor-president-fred-lim__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-pagcor-president-fred-lim__promotions-section { padding: 50px 0; background-color: #eef4f7; margin-bottom: 30px; border-radius: 10px; } .page-pagcor-president-fred-lim__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-pagcor-president-fred-lim__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); display: flex; flex-direction: column; } .page-pagcor-president-fred-lim__promo-card-image { width: 100%; height: 180px; object-fit: cover; } .page-pagcor-president-fred-lim__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-pagcor-president-fred-lim__promo-card-title { font-size: 1.4em; margin-bottom: 10px; color: #0a1828; } .page-pagcor-president-fred-lim__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-pagcor-president-fred-lim__security-section { padding: 50px 0; background-color: #fff; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-pagcor-president-fred-lim__security-content { display: flex; flex-wrap: wrap; gap: 30px; } .page-pagcor-president-fred-lim__security-text { flex: 2; min-width: 300px; } .page-pagcor-president-fred-lim__security-features { list-style: none; padding: 0; margin-top: 20px; } .page-pagcor-president-fred-lim__security-features li { margin-bottom: 10px; position: relative; padding-left: 30px; color: #333; } .page-pagcor-president-fred-lim__security-features li::before { content: '✓'; position: absolute; left: 0; color: #ffcc00; font-weight: bold; font-size: 1.2em; } .page-pagcor-president-fred-lim__security-image { flex: 1; min-width: 250px; text-align: center; } .page-pagcor-president-fred-lim__security-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .page-pagcor-president-fred-lim__faq-section { padding: 50px 0; background-color: #eef4f7; margin-bottom: 30px; border-radius: 10px; } .page-pagcor-president-fred-lim__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); } .page-pagcor-president-fred-lim__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; font-weight: bold; color: #0a1828; font-size: 1.1em; transition: background-color 0.3s ease; } .page-pagcor-president-fred-lim__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-pagcor-president-fred-lim__faq-question:hover { background-color: #f0f0f0; } .page-pagcor-president-fred-lim__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-pagcor-president-fred-lim__faq-item.active .page-pagcor-president-fred-lim__faq-toggle { transform: rotate(45deg); } .page-pagcor-president-fred-lim__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555; } .page-pagcor-president-fred-lim__faq-item.active .page-pagcor-president-fred-lim__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-pagcor-president-fred-lim__blog-section { padding: 50px 0; background-color: #fff; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .page-pagcor-president-fred-lim__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-pagcor-president-fred-lim__blog-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .page-pagcor-president-fred-lim__blog-card:hover { transform: translateY(-7px); } .page-pagcor-president-fred-lim__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-pagcor-president-fred-lim__blog-card-content { padding: 20px; } .page-pagcor-president-fred-lim__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #0a1828; } .page-pagcor-president-fred-lim__blog-card-title a { text-decoration: none; color: inherit; } .page-pagcor-president-fred-lim__blog-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; } @media (max-width: 768px) { .page-pagcor-president-fred-lim__hero-section { padding: 60px 0; } .page-pagcor-president-fred-lim__hero-title { font-size: 2em; } .page-pagcor-president-fred-lim__hero-description { font-size: 1em; } .page-pagcor-president-fred-lim__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-pagcor-president-fred-lim__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-pagcor-president-fred-lim__payment-logo, .page-pagcor-president-fred-lim__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-pagcor-president-fred-lim__intro-content { flex-direction: column; } .page-pagcor-president-fred-lim__intro-text, .page-pagcor-president-fred-lim__intro-image { min-width: 100%; } .page-pagcor-president-fred-lim__access-grid { grid-template-columns: 1fr; } .page-pagcor-president-fred-lim__games-grid, .page-pagcor-president-fred-lim__promo-grid, .page-pagcor-president-fred-lim__blog-grid { grid-template-columns: 1fr; } .page-pagcor-president-fred-lim__security-content { flex-direction: column; } .page-pagcor-president-fred-lim__security-text, .page-pagcor-president-fred-lim__security-image { min-width: 100%; } .page-pagcor-president-fred-lim__faq-question { font-size: 1em; padding: 15px; } .page-pagcor-president-fred-lim__faq-answer { padding: 15px !important; } .page-pagcor-president-fred-lim__security-features li, .page-pagcor-president-fred-lim__security-features li::before { font-size: 0.95em; } .page-pagcor-president-fred-lim__container { padding: 0 10px; } .page-pagcor-president-fred-lim__intro-text p, .page-pagcor-president-fred-lim__game-card-description, .page-pagcor-president-fred-lim__promo-card-description, .page-pagcor-president-fred-lim__blog-card-description, .page-pagcor-president-fred-lim__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-pagcor-president-fred-lim__games-grid > *, .page-pagcor-president-fred-lim__promo-grid > *, .page-pagcor-president-fred-lim__blog-grid > *, .page-pagcor-president-fred-lim__access-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-pagcor-president-fred-lim__games-grid, .page-pagcor-president-fred-lim__promo-grid, .page-pagcor-president-fred-lim__blog-grid, .page-pagcor-president-fred-lim__access-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }