.page-jl-cal { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-jl-cal__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-jl-cal__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2a2a4a; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-jl-cal__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:jl cal,online casino,gaming Philippines,philippines,betting]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: #fff; border-radius: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; padding-top: 10px; } .page-jl-cal__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-jl-cal__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-jl-cal__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #f9d342; text-shadow: 0 0 10px rgba(249, 211, 66, 0.6); } .page-jl-cal__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; } .page-jl-cal__button { display: inline-block; background-color: #f9d342; 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-cal__button:hover { background-color: #ffe066; transform: translateY(-3px); } .page-jl-cal__title { font-size: 2.5em; color: #f9d342; text-align: center; margin-bottom: 40px; text-shadow: 0 0 8px rgba(249, 211, 66, 0.4); } .page-jl-cal__text { font-size: 1.1em; margin-bottom: 20px; color: #c0c0c0; } .page-jl-cal__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-cal__grid-item { background-color: #3a3a5a; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-cal__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-jl-cal__grid-item-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; } .page-jl-cal__grid-item-title { font-size: 1.5em; color: #f9d342; margin-bottom: 10px; } .page-jl-cal__grid-item-description { color: #c0c0c0; font-size: 0.95em; } .page-jl-cal__faq-section { text-align: center; } .page-jl-cal__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 30px auto 0 auto; } .page-jl-cal__faq-item { background-color: #3a3a5a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jl-cal__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #4a4a6a; color: #f0f0f0; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-jl-cal__faq-question:hover { background-color: #5a5a7a; } .page-jl-cal__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; color: #f9d342; } .page-jl-cal__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; color: #f9d342; pointer-events: none; transition: transform 0.3s ease; } .page-jl-cal__faq-item.active .page-jl-cal__faq-toggle { transform: rotate(45deg); } .page-jl-cal__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #3a3a5a; color: #c0c0c0; font-size: 1em; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-jl-cal__faq-item.active .page-jl-cal__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-cal__promo-banner { background-color: #f9d342; color: #1a1a2e; padding: 30px; text-align: center; border-radius: 10px; margin-top: 40px; } .page-jl-cal__promo-banner h2 { color: #1a1a2e; margin-bottom: 15px; font-size: 2em; } .page-jl-cal__promo-banner p { font-size: 1.2em; margin-bottom: 25px; } .page-jl-cal__promo-banner .page-jl-cal__button { background-color: #1a1a2e; color: #f9d342; } .page-jl-cal__promo-banner .page-jl-cal__button:hover { background-color: #3a3a5a; color: #ffe066; } .page-jl-cal__image-wrapper { max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } .page-jl-cal__image-wrapper img { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 8px; } @media (max-width: 768px) { .page-jl-cal__container { padding: 10px; } .page-jl-cal__section { padding: 20px 15px; margin-bottom: 15px; } .page-jl-cal__hero-section { padding: 80px 15px; min-height: 400px; } .page-jl-cal__hero-title { font-size: 2.5em; } .page-jl-cal__hero-subtitle { font-size: 1.2em; } .page-jl-cal__title { font-size: 2em; margin-bottom: 30px; } .page-jl-cal__text { font-size: 1em; } .page-jl-cal__grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-cal__grid-item { padding: 20px; } .page-jl-cal__grid-item-title { font-size: 1.3em; } .page-jl-cal__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-jl-cal__faq-answer { padding: 0 20px; } .page-jl-cal__faq-item.active .page-jl-cal__faq-answer { padding: 15px 20px !important; } .page-jl-cal__promo-banner { padding: 25px; } .page-jl-cal__promo-banner h2 { font-size: 1.8em; } .page-jl-cal__promo-banner p { font-size: 1em; } .page-jl-cal__button { padding: 12px 25px; font-size: 1em; } .page-jl-cal__faq-list { padding: 0 !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-jl-cal__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; word-break: break-word !important; } .page-jl-cal__image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-jl-cal__image-wrapper img { max-width: 100% !important; height: auto !important; } }