.page-hotel-di-jl-malioboro { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-hotel-di-jl-malioboro__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-hotel-di-jl-malioboro__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,entertainment,philippines,malioboro_street_theme]') center/cover no-repeat; text-align: center; padding: 100px 20px; border-radius: 10px; margin-bottom: 40px; position: relative; overflow: hidden; } .page-hotel-di-jl-malioboro__hero-section h1 { font-size: 3.5em; margin-bottom: 20px; color: #e0b000; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-hotel-di-jl-malioboro__hero-section p { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; color: #ffffff; } .page-hotel-di-jl-malioboro__cta-button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; margin: 10px; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-hotel-di-jl-malioboro__cta-button:hover { background-color: #ffcc00; transform: translateY(-3px); } .page-hotel-di-jl-malioboro__section-title { font-size: 2.5em; color: #e0b000; text-align: center; margin-bottom: 40px; padding-top: 20px; } .page-hotel-di-jl-malioboro__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } .page-hotel-di-jl-malioboro__feature-card { background-color: #2a2a4a; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-hotel-di-jl-malioboro__feature-card:hover { transform: translateY(-5px); } .page-hotel-di-jl-malioboro__feature-card-icon { width: 250px; height: 250px; object-fit: contain; margin-bottom: 15px; border-radius: 4px; } .page-hotel-di-jl-malioboro__feature-card h3 { font-size: 1.5em; color: #e0b000; margin-bottom: 10px; } .page-hotel-di-jl-malioboro__feature-card p { color: #cccccc; font-size: 0.95em; } .page-hotel-di-jl-malioboro__image-full-width { width: 100%; height: auto; border-radius: 8px; margin-bottom: 40px; object-fit: cover; } .page-hotel-di-jl-malioboro__game-providers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; justify-items: center; margin-bottom: 40px; } .page-hotel-di-jl-malioboro__provider-logo { width: 120px; height: 60px; object-fit: contain; filter: brightness(0.8) grayscale(0.5); transition: filter 0.3s ease; } .page-hotel-di-jl-malioboro__provider-logo:hover { filter: brightness(1) grayscale(0); } .page-hotel-di-jl-malioboro__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 15px; justify-items: center; margin-bottom: 40px; } .page-hotel-di-jl-malioboro__payment-logo { width: 80px; height: 40px; object-fit: contain; filter: brightness(0.8); transition: filter 0.3s ease; } .page-hotel-di-jl-malioboro__payment-logo:hover { filter: brightness(1); } .page-hotel-di-jl-malioboro__faq-section { background-color: #1a1a2e; border-radius: 10px; padding: 30px 0; margin-bottom: 40px; } .page-hotel-di-jl-malioboro__faq-item { border-bottom: 1px solid #333355; margin-bottom: 10px; } .page-hotel-di-jl-malioboro__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-hotel-di-jl-malioboro__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-hotel-di-jl-malioboro__faq-question:hover { background-color: #2a2a4a; } .page-hotel-di-jl-malioboro__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffffff; pointer-events: none; } .page-hotel-di-jl-malioboro__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e0b000; transition: transform 0.3s ease; pointer-events: none; } .page-hotel-di-jl-malioboro__faq-item.active .page-hotel-di-jl-malioboro__faq-toggle { transform: rotate(45deg); } .page-hotel-di-jl-malioboro__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-hotel-di-jl-malioboro__faq-item.active .page-hotel-di-jl-malioboro__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-hotel-di-jl-malioboro__faq-answer p { margin: 0; color: #cccccc; } .page-hotel-di-jl-malioboro__final-cta { text-align: center; padding: 50px 20px; background-color: #2a2a4a; border-radius: 10px; margin-bottom: 40px; } .page-hotel-di-jl-malioboro__final-cta h2 { font-size: 2.8em; color: #e0b000; margin-bottom: 20px; } .page-hotel-di-jl-malioboro__final-cta p { font-size: 1.1em; color: #ffffff; margin-bottom: 30px; } @media (max-width: 768px) { .page-hotel-di-jl-malioboro__container { padding: 15px; } .page-hotel-di-jl-malioboro__hero-section { padding: 80px 15px; } .page-hotel-di-jl-malioboro__hero-section h1 { font-size: 2.5em; } .page-hotel-di-jl-malioboro__hero-section p { font-size: 1em; } .page-hotel-di-jl-malioboro__section-title { font-size: 2em; } .page-hotel-di-jl-malioboro__cta-button { padding: 12px 25px; font-size: 1em; margin: 8px; } .page-hotel-di-jl-malioboro__content-grid { grid-template-columns: 1fr; gap: 20px; } .page-hotel-di-jl-malioboro__feature-card-icon { width: 100% !important; max-width: 200px !important; height: auto !important; margin: 0 auto 15px; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-hotel-di-jl-malioboro__game-providers-grid, .page-hotel-di-jl-malioboro__payment-methods-grid { grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); gap: 10px; } .page-hotel-di-jl-malioboro__provider-logo, .page-hotel-di-jl-malioboro__payment-logo { width: 100% !important; max-width: 100px !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-hotel-di-jl-malioboro__faq-question h3 { font-size: 1em; } .page-hotel-di-jl-malioboro__faq-answer { padding: 0 15px; } .page-hotel-di-jl-malioboro__faq-item.active .page-hotel-di-jl-malioboro__faq-answer { padding: 15px !important; } .page-hotel-di-jl-malioboro__final-cta h2 { font-size: 2em; } .page-hotel-di-jl-malioboro__final-cta p { font-size: 1em; } img { max-width: 100% !important; height: auto !important; } img + * { margin-top: 15px; } .page-hotel-di-jl-malioboro__content-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-hotel-di-jl-malioboro__game-providers-grid, .page-hotel-di-jl-malioboro__payment-methods-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-hotel-di-jl-malioboro__faq-section { width: 100% !important; max-width: 100% !important; padding: 15px 0; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-hotel-di-jl-malioboro__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-hotel-di-jl-malioboro__faq-question { padding: 12px 15px; } } @media (max-width: 480px) { .page-hotel-di-jl-malioboro__hero-section h1 { font-size: 2em; } .page-hotel-di-jl-malioboro__section-title { font-size: 1.8em; } .page-hotel-di-jl-malioboro__final-cta h2 { font-size: 1.8em; } }