.page-jl-mcfadzen-services { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-jl-mcfadzen-services__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; background-image: url('[GALLERY:hero:1920x1080:gaming,services,philippines]'); background-size: cover; background-position: center; background-repeat: no-repeat; }.page-jl-mcfadzen-services__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1; }.page-jl-mcfadzen-services__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; }.page-jl-mcfadzen-services__hero-title { font-size: 3.2em; margin-bottom: 20px; font-weight: 700; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-jl-mcfadzen-services__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; font-weight: 400; color: #fff; }.page-jl-mcfadzen-services__hero-buttons { display: flex; gap: 20px; justify-content: center; }.page-jl-mcfadzen-services__button { display: inline-block; padding: 12px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; 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-jl-mcfadzen-services__button--primary { background-color: #ffcc00; color: #333; border: 2px solid #ffcc00; }.page-jl-mcfadzen-services__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-jl-mcfadzen-services__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; }.page-jl-mcfadzen-services__button--secondary:hover { background-color: rgba(255, 204, 0, 0.2); transform: translateY(-2px); }.page-jl-mcfadzen-services__button--small { padding: 8px 18px; font-size: 0.95em; border-radius: 6px; }.page-jl-mcfadzen-services__about-section, .page-jl-mcfadzen-services__products-section, .page-jl-mcfadzen-services__download-section, .page-jl-mcfadzen-services__faq-section, .page-jl-mcfadzen-services__cta-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-jl-mcfadzen-services__section-title { font-size: 2.5em; color: #007bff; margin-bottom: 20px; font-weight: 700; }.page-jl-mcfadzen-services__section-description { font-size: 1.15em; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-jl-mcfadzen-services__about-content { display: flex; flex-direction: column; align-items: center; gap: 30px; text-align: left; }.page-jl-mcfadzen-services__about-content p { font-size: 1.1em; color: #444; max-width: 800px; }.page-jl-mcfadzen-services__image-wrapper { width: 100%; max-width: 600px; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }.page-jl-mcfadzen-services__image { max-width: 100%; height: auto; display: block; }.page-jl-mcfadzen-services__products-section { background-color: #eef7ff; }.page-jl-mcfadzen-services__product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-jl-mcfadzen-services__product-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jl-mcfadzen-services__product-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-jl-mcfadzen-services__product-image { width: 100%; height: 200px; object-fit: cover; display: block; margin-bottom: 15px; }.page-jl-mcfadzen-services__product-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; padding: 0 15px; }.page-jl-mcfadzen-services__product-description { font-size: 0.95em; color: #666; margin-bottom: 20px; flex-grow: 1; padding: 0 15px; }.page-jl-mcfadzen-services__download-section { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; text-align: left; }.page-jl-mcfadzen-services__download-content { flex: 1; min-width: 300px; }.page-jl-mcfadzen-services__download-content .page-jl-mcfadzen-services__section-title, .page-jl-mcfadzen-services__download-content .page-jl-mcfadzen-services__section-description { text-align: left; }.page-jl-mcfadzen-services__download-buttons { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-jl-mcfadzen-services__download-image-wrapper { flex: 1; min-width: 300px; text-align: center; }.page-jl-mcfadzen-services__faq-section { background-color: #f8f8f8; }.page-jl-mcfadzen-services__faq-list { margin-top: 40px; text-align: left; }.page-jl-mcfadzen-services__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); overflow: hidden; }.page-jl-mcfadzen-services__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f2f2f2; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; }.page-jl-mcfadzen-services__faq-question:hover { background-color: #e6e6e6; }.page-jl-mcfadzen-services__faq-question-text { font-size: 1.2em; color: #333; margin: 0; font-weight: 600; pointer-events: none; }.page-jl-mcfadzen-services__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-jl-mcfadzen-services__faq-item.active .page-jl-mcfadzen-services__faq-toggle { transform: rotate(45deg); }.page-jl-mcfadzen-services__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-jl-mcfadzen-services__faq-item.active .page-jl-mcfadzen-services__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-jl-mcfadzen-services__faq-answer p { margin: 0; font-size: 1em; color: #555; }.page-jl-mcfadzen-services__cta-section { background-color: #007bff; color: #fff; padding: 80px 20px; border-radius: 10px; margin-bottom: 60px; }.page-jl-mcfadzen-services__cta-section .page-jl-mcfadzen-services__section-title { color: #ffcc00; }.page-jl-mcfadzen-services__cta-section .page-jl-mcfadzen-services__section-description { color: #e0e0e0; }@media (max-width: 1024px) { .page-jl-mcfadzen-services__hero-title { font-size: 2.8em; } .page-jl-mcfadzen-services__section-title { font-size: 2em; } }@media (max-width: 768px) { .page-jl-mcfadzen-services__hero-section { min-height: 400px; } .page-jl-mcfadzen-services__hero-title { font-size: 2.2em; } .page-jl-mcfadzen-services__hero-subtitle { font-size: 1.1em; } .page-jl-mcfadzen-services__hero-buttons { flex-direction: column; gap: 15px; } .page-jl-mcfadzen-services__button { width: 80%; margin: 0 auto; } .page-jl-mcfadzen-services__section-title { font-size: 1.8em; } .page-jl-mcfadzen-services__section-description { font-size: 1em; margin-bottom: 30px; } .page-jl-mcfadzen-services__about-section, .page-jl-mcfadzen-services__products-section, .page-jl-mcfadzen-services__download-section, .page-jl-mcfadzen-services__faq-section, .page-jl-mcfadzen-services__cta-section { padding: 40px 15px; } .page-jl-mcfadzen-services__product-grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-mcfadzen-services__download-section { flex-direction: column; text-align: center; } .page-jl-mcfadzen-services__download-content .page-jl-mcfadzen-services__section-title, .page-jl-mcfadzen-services__download-content .page-jl-mcfadzen-services__section-description { text-align: center; } .page-jl-mcfadzen-services__download-buttons { justify-content: center; } .page-jl-mcfadzen-services__faq-question { padding: 15px 20px; } .page-jl-mcfadzen-services__faq-question-text { font-size: 1.1em; } .page-jl-mcfadzen-services__faq-answer { padding: 0 20px; } .page-jl-mcfadzen-services__faq-item.active .page-jl-mcfadzen-services__faq-answer { padding: 15px 20px !important; } .page-jl-mcfadzen-services__image, .page-jl-mcfadzen-services__product-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-mcfadzen-services__image-wrapper, .page-jl-mcfadzen-services__product-card { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }@media (max-width: 480px) { .page-jl-mcfadzen-services__hero-title { font-size: 1.8em; } .page-jl-mcfadzen-services__hero-subtitle { font-size: 1em; } .page-jl-mcfadzen-services__button { font-size: 1em; padding: 10px 20px; } .page-jl-mcfadzen-services__section-title { font-size: 1.6em; } .page-jl-mcfadzen-services__product-title { font-size: 1.3em; } .page-jl-mcfadzen-services__download-buttons { flex-direction: column; width: 100%; } .page-jl-mcfadzen-services__download-buttons .page-jl-mcfadzen-services__button { width: 90%; } }.page-jl-mcfadzen-services__faq-list { box-sizing: border-box; width: 100%; max-width: 100%; padding: 0; margin-left: 0; margin-right: 0; }.page-jl-mcfadzen-services__faq-item { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; }@media (max-width: 768px) { .page-jl-mcfadzen-services__faq-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-jl-mcfadzen-services__faq-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; } }