.page-jl-educational-tv { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; } .page-jl-educational-tv__container { max-width: 1200px; margin: 0 auto; padding: 20px; } /* Hero Section */ .page-jl-educational-tv__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 600px; color: #ffffff; overflow: hidden; padding-top: 10px; } .page-jl-educational-tv__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-jl-educational-tv__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-jl-educational-tv__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 40px 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-jl-educational-tv__hero-title { font-size: 3em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-educational-tv__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-jl-educational-tv__hero-cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-jl-educational-tv__hero-cta-button:hover { background-color: #0056b3; } /* General Section Styling */ .page-jl-educational-tv__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin: 60px 0 40px; position: relative; } .page-jl-educational-tv__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #007bff; margin: 15px auto 0; border-radius: 2px; } .page-jl-educational-tv__text-content { font-size: 1.1em; margin-bottom: 30px; text-align: center; } /* Introduction Section */ .page-jl-educational-tv__introduction-section { padding: 40px 0; background-color: #222222; } .page-jl-educational-tv__content-image { max-width: 100%; height: auto; display: block; margin: 30px auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } /* Quick Access Section */ .page-jl-educational-tv__quick-access-section { padding: 40px 0; background-color: #1a1a1a; } .page-jl-educational-tv__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-jl-educational-tv__access-button { background-color: #007bff; color: #ffffff; padding: 15px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; flex: 1 1 auto; max-width: 280px; text-align: center; } .page-jl-educational-tv__access-button:hover { background-color: #0056b3; } /* Games Section */ .page-jl-educational-tv__games-section { padding: 40px 0; background-color: #222222; } .page-jl-educational-tv__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-educational-tv__game-card { background-color: #2a2a2a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } .page-jl-educational-tv__game-card:hover { transform: translateY(-5px); } .page-jl-educational-tv__game-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; min-height: 200px; object-fit: cover; } .page-jl-educational-tv__game-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-jl-educational-tv__game-description { font-size: 1em; color: #cccccc; margin-bottom: 20px; } .page-jl-educational-tv__game-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-educational-tv__game-button:hover { background-color: #0056b3; } /* Promo Section */ .page-jl-educational-tv__promo-section { padding: 40px 0; background-color: #1a1a1a; } .page-jl-educational-tv__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-educational-tv__promo-card { background-color: #2a2a2a; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); overflow: hidden; transition: transform 0.3s ease; } .page-jl-educational-tv__promo-card:hover { transform: translateY(-5px); } .page-jl-educational-tv__promo-image { width: 100%; height: 250px; object-fit: cover; border-bottom: 1px solid #333; min-height: 200px; } .page-jl-educational-tv__promo-title { font-size: 1.6em; color: #ffcc00; margin: 20px 15px 10px; } .page-jl-educational-tv__promo-description { font-size: 1em; color: #cccccc; padding: 0 15px 20px; } .page-jl-educational-tv__promo-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-jl-educational-tv__promo-button:hover { background-color: #0056b3; } /* Security Section */ .page-jl-educational-tv__security-section { padding: 40px 0; background-color: #222222; } .page-jl-educational-tv__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; } .page-jl-educational-tv__feature-item { background-color: #2a2a2a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); flex: 1 1 300px; max-width: 350px; } .page-jl-educational-tv__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; min-width: 200px; min-height: 200px; } .page-jl-educational-tv__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-jl-educational-tv__feature-description { font-size: 0.95em; color: #cccccc; } .page-jl-educational-tv__contact-button { display: block; width: fit-content; margin: 40px auto 0; 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; } .page-jl-educational-tv__contact-button:hover { background-color: #e6b800; } /* FAQ Section */ .page-jl-educational-tv__faq-section { padding: 40px 0; background-color: #1a1a1a; } .page-jl-educational-tv__faq-list { margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-jl-educational-tv__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); overflow: hidden; } .page-jl-educational-tv__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #333333; color: #ffffff; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-jl-educational-tv__faq-question:hover { background-color: #444444; } .page-jl-educational-tv__faq-question-text { margin: 0; pointer-events: none; flex-grow: 1; color: #ffcc00; } .page-jl-educational-tv__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jl-educational-tv__faq-item.active .page-jl-educational-tv__faq-toggle { transform: rotate(45deg); } .page-jl-educational-tv__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2a2a2a; 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-educational-tv__faq-item.active .page-jl-educational-tv__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-educational-tv__faq-answer-text { margin: 0; color: #cccccc; padding-bottom: 10px; } /* Blog Section */ .page-jl-educational-tv__blog-section { padding: 40px 0; background-color: #222222; } .page-jl-educational-tv__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-educational-tv__blog-card { background-color: #2a2a2a; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); overflow: hidden; transition: transform 0.3s ease; } .page-jl-educational-tv__blog-card:hover { transform: translateY(-5px); } .page-jl-educational-tv__blog-image { width: 100%; height: 200px; object-fit: cover; min-height: 200px; } .page-jl-educational-tv__blog-content { padding: 20px; } .page-jl-educational-tv__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-jl-educational-tv__blog-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; } .page-jl-educational-tv__blog-read-more { display: inline-block; background-color: #007bff; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-jl-educational-tv__blog-read-more:hover { background-color: #0056b3; } /* Responsive Design */ @media (max-width: 768px) { .page-jl-educational-tv__container { padding: 15px; } .page-jl-educational-tv__hero-section { min-height: 400px; padding-top: 5px; } .page-jl-educational-tv__hero-title { font-size: 2em; } .page-jl-educational-tv__hero-description { font-size: 1em; } .page-jl-educational-tv__hero-cta-button { padding: 12px 25px; font-size: 1em; } .page-jl-educational-tv__section-title { font-size: 2em; margin: 40px 0 30px; } .page-jl-educational-tv__text-content { font-size: 1em; } .page-jl-educational-tv__access-buttons { flex-direction: column; align-items: center; } .page-jl-educational-tv__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-educational-tv__game-categories, .page-jl-educational-tv__promo-grid, .page-jl-educational-tv__security-features, .page-jl-educational-tv__blog-grid { grid-template-columns: 1fr; gap: 20px; } /* List item responsiveness for FAQ */ .page-jl-educational-tv__faq-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-jl-educational-tv__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-educational-tv__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-jl-educational-tv__faq-answer { padding: 0 20px; } .page-jl-educational-tv__faq-item.active .page-jl-educational-tv__faq-answer { padding: 15px 20px !important; } .page-jl-educational-tv__faq-answer-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-educational-tv__feature-item { flex: 1 1 100%; max-width: 100%; } /* Ensure all images are responsive */ .page-jl-educational-tv img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }