.page-jl-castillo { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-jl-castillo__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jl-castillo__hero-section { background-image: url('[GALLERY:hero:1920x1080:gaming,philippines,casino,jl_castillo]'); background-size: cover; background-position: center; text-align: center; padding: 150px 20px 80px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; } @media (max-width: 768px) { .page-jl-castillo__hero-section { padding-top: 80px; padding-bottom: 50px; } } .page-jl-castillo__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; } @media (max-width: 768px) { .page-jl-castillo__hero-title { font-size: 2.2em; } } .page-jl-castillo__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } @media (max-width: 768px) { .page-jl-castillo__hero-subtitle { font-size: 1.1em; } } .page-jl-castillo__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-jl-castillo__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-jl-castillo__section { padding: 60px 0; border-bottom: 1px solid #333; } .page-jl-castillo__section:last-of-type { border-bottom: none; } .page-jl-castillo__section-title { text-align: center; font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; } @media (max-width: 768px) { .page-jl-castillo__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-jl-castillo__text-content { font-size: 1.1em; color: #c0c0c0; margin-bottom: 20px; } .page-jl-castillo__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-jl-castillo__card { background-color: #2a2a3e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-jl-castillo__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-jl-castillo__card-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-castillo__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-jl-castillo__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-jl-castillo__card-title a { color: #ffcc00; text-decoration: none; } .page-jl-castillo__card-title a:hover { text-decoration: underline; } .page-jl-castillo__card-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; } .page-jl-castillo__card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease; margin-top: auto; } .page-jl-castillo__card-button:hover { background-color: #0056b3; } .page-jl-castillo__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .page-jl-castillo__list-item { background-color: #2a2a3e; padding: 20px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: center; flex: 1 1 calc(33% - 20px); box-sizing: border-box; } @media (max-width: 768px) { .page-jl-castillo__list-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; flex: 1 1 100%; } .page-jl-castillo__list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-jl-castillo__list-item a { color: #ffcc00; text-decoration: none; font-weight: bold; font-size: 1.1em; } .page-jl-castillo__list-item a:hover { text-decoration: underline; } .page-jl-castillo__faq-list { list-style: none; padding: 0; margin: 0 auto; max-width: 800px; } .page-jl-castillo__faq-item { background-color: #2a2a3e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-jl-castillo__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a5e; transition: background-color 0.3s ease; } .page-jl-castillo__faq-question:hover { background-color: #4a4a6e; } .page-jl-castillo__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-jl-castillo__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-jl-castillo__faq-item.active .page-jl-castillo__faq-toggle { transform: rotate(45deg); } .page-jl-castillo__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #c0c0c0; } .page-jl-castillo__faq-item.active .page-jl-castillo__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-castillo__faq-question { padding: 15px; } .page-jl-castillo__faq-question h3 { font-size: 1.1em; } .page-jl-castillo__faq-answer { padding: 0 15px; } .page-jl-castillo__faq-item.active .page-jl-castillo__faq-answer { padding: 15px !important; } } .page-jl-castillo__blog-card { background-color: #2a2a3e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-castillo__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-jl-castillo__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-castillo__blog-content { padding: 20px; } .page-jl-castillo__blog-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-jl-castillo__blog-title a { color: #ffcc00; text-decoration: none; } .page-jl-castillo__blog-title a:hover { text-decoration: underline; } .page-jl-castillo__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-jl-castillo__blog-excerpt { font-size: 0.95em; color: #c0c0c0; } .page-jl-castillo__responsive-image { max-width: 100%; height: auto; display: block; border-radius: 8px; margin: 0 auto; } .page-jl-castillo__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } @media (max-width: 768px) { .page-jl-castillo__responsive-image { max-width: 100% !important; height: auto !important; } .page-jl-castillo__image-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }