/* General styles for the page */.page-jl-be { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-jl-be__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jl-be__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-jl-be__section-title { text-align: center; color: #ffeb3b; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-jl-be__section-subtitle { text-align: center; color: #ffffff; margin-bottom: 20px; font-size: 1.2em; } .page-jl-be__text { font-size: 1.1em; color: #cccccc; margin-bottom: 15px; } .page-jl-be__cta-button { display: inline-block; background-color: #ffeb3b; color: #1a1a2e; 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; border: none; cursor: pointer; } .page-jl-be__cta-button:hover { background-color: #ffd700; transform: translateY(-2px); } /* Hero Section */ .page-jl-be__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online casino,Philippines,gaming,slots]') center center/cover no-repeat; text-align: center; padding: 100px 20px; border-radius: 0; box-shadow: none; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; } .page-jl-be__hero-title { font-size: 3.5em; color: #ffeb3b; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-jl-be__hero-description { font-size: 1.4em; color: #ffffff; max-width: 800px; margin: 0 auto 40px auto; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } /* Floating Buttons */ .page-jl-be__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-jl-be__floating-button { background-color: #ffeb3b; color: #1a1a2e; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-jl-be__floating-button:hover { background-color: #ffd700; transform: translateY(-2px); } /* Introduction Section */ .page-jl-be__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-be__intro-item { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-jl-be__intro-item:hover { transform: translateY(-5px); } .page-jl-be__intro-item h3 { color: #ffeb3b; margin-bottom: 15px; font-size: 1.5em; } .page-jl-be__intro-item p { color: #cccccc; font-size: 1em; } /* Quick Links Section */ .page-jl-be__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-jl-be__quick-link-button { display: block; background-color: #4a4a7a; color: #ffffff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease, transform 0.3s ease; } .page-jl-be__quick-link-button:hover { background-color: #5a5a9a; transform: translateY(-2px); } /* Games Section */ .page-jl-be__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-be__game-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-jl-be__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jl-be__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-be__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-be__game-card-title { font-size: 1.4em; color: #ffeb3b; margin-bottom: 10px; } .page-jl-be__game-card-description { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } /* Promotions Section */ .page-jl-be__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-be__promo-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-jl-be__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jl-be__promo-card-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-be__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-be__promo-card-title { font-size: 1.4em; color: #ffeb3b; margin-bottom: 10px; } .page-jl-be__promo-card-description { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } /* Security & Customer Service Section */ .page-jl-be__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-be__feature-item { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; } .page-jl-be__feature-item:hover { transform: translateY(-5px); } .page-jl-be__feature-item h3 { color: #ffeb3b; margin-bottom: 15px; font-size: 1.5em; } .page-jl-be__feature-item p { color: #cccccc; font-size: 1em; } .page-jl-be__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-jl-be__payment-logo { height: 50px; width: auto; max-width: 120px; object-fit: contain; } /* FAQ Section */ .page-jl-be__faq-list { margin-top: 30px; } .page-jl-be__faq-item { background-color: #3a3a5a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-jl-be__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #4a4a7a; color: #ffeb3b; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; } .page-jl-be__faq-question h3 { margin: 0; pointer-events: none; font-size: 1.2em; color: #ffeb3b; } .page-jl-be__faq-question:hover { background-color: #5a5a9a; } .page-jl-be__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-jl-be__faq-item.active .page-jl-be__faq-toggle { transform: rotate(45deg); } .page-jl-be__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; color: #cccccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-jl-be__faq-item.active .page-jl-be__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } /* Blog Section */ .page-jl-be__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-be__blog-card { background-color: #3a3a5a; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-decoration: none; color: inherit; display: flex; flex-direction: column; } .page-jl-be__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-jl-be__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-jl-be__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-jl-be__blog-card-title { font-size: 1.3em; color: #ffeb3b; margin-bottom: 10px; line-height: 1.3; } .page-jl-be__blog-card-excerpt { color: #cccccc; font-size: 0.95em; margin-bottom: 15px; } .page-jl-be__blog-card-link { display: inline-block; background-color: #ffeb3b; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-jl-be__blog-card-link:hover { background-color: #ffd700; } /* Responsive adjustments */ @media (max-width: 768px) { .page-jl-be__container { padding: 10px; } .page-jl-be__section { padding: 30px 15px; margin-bottom: 20px; } .page-jl-be__section-title { font-size: 2em; } .page-jl-be__hero-section { padding: 80px 15px; min-height: 400px; } .page-jl-be__hero-title { font-size: 2.5em; } .page-jl-be__hero-description { font-size: 1.1em; } .page-jl-be__cta-button { padding: 12px 25px; font-size: 1em; } .page-jl-be__intro-grid, .page-jl-be__quick-links-grid, .page-jl-be__games-grid, .page-jl-be__promo-grid, .page-jl-be__features-grid, .page-jl-be__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-be__faq-question { font-size: 1.1em; padding: 15px; } .page-jl-be__faq-question h3 { font-size: 1.1em; } .page-jl-be__faq-answer { padding: 15px !important; } .page-jl-be__floating-buttons { bottom: 10px; right: 10px; gap: 5px; } .page-jl-be__floating-button { padding: 8px 15px; font-size: 0.9em; } /* List items mobile responsiveness */ .page-jl-be__intro-item, .page-jl-be__quick-link-button, .page-jl-be__game-card, .page-jl-be__promo-card, .page-jl-be__feature-item, .page-jl-be__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-be__intro-grid, .page-jl-be__quick-links-grid, .page-jl-be__games-grid, .page-jl-be__promo-grid, .page-jl-be__features-grid, .page-jl-be__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } /* Text wrapping for list items and content */ .page-jl-be__intro-item p, .page-jl-be__game-card-description, .page-jl-be__promo-card-description, .page-jl-be__feature-item p, .page-jl-be__faq-answer, .page-jl-be__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-be__game-card-title, .page-jl-be__promo-card-title, .page-jl-be__blog-card-title { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; font-size: 1.2em; } } @media (max-width: 480px) { .page-jl-be__hero-title { font-size: 2em; } .page-jl-be__section-title { font-size: 1.8em; } } /* Image responsive */ .page-jl-be img { max-width: 100%; height: auto; display: block; } .page-jl-be__game-card-image, .page-jl-be__promo-card-image, .page-jl-be__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-be__payment-logo { max-width: 100px !important; height: auto !important; }