.page-kuya-kim-bbc-news { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-kim-bbc-news__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:news,gaming,philippines,cityscape]'); background-size: cover; background-position: center; padding: 100px 20px 80px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__hero-section { padding: 80px 15px 60px; padding-top: 10px; } } .page-kuya-kim-bbc-news__hero-title { font-size: 3em; color: #ffd700; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-kuya-kim-bbc-news__hero-title { font-size: 2em; } } .page-kuya-kim-bbc-news__hero-subtitle { font-size: 1.5em; color: #e0e0e0; margin-bottom: 30px; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__hero-subtitle { font-size: 1.1em; } } .page-kuya-kim-bbc-news__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, transform 0.3s ease; border: none; cursor: pointer; } .page-kuya-kim-bbc-news__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-kuya-kim-bbc-news__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__section { padding: 40px 15px; } } .page-kuya-kim-bbc-news__section-title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-kuya-kim-bbc-news__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-kuya-kim-bbc-news__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__content-grid { grid-template-columns: 1fr; } } .page-kuya-kim-bbc-news__card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-kim-bbc-news__card:hover { transform: translateY(-5px); } .page-kuya-kim-bbc-news__card-image { width: 100%; height: 250px; object-fit: cover; } .page-kuya-kim-bbc-news__card-content { padding: 25px; } .page-kuya-kim-bbc-news__card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 15px; } .page-kuya-kim-bbc-news__card-text { font-size: 1em; color: #c0c0c0; margin-bottom: 20px; } .page-kuya-kim-bbc-news__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__promo-grid { grid-template-columns: 1fr; } } .page-kuya-kim-bbc-news__promo-item { background-color: #3a3a5a; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-kuya-kim-bbc-news__promo-icon { width: 80px; height: 80px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-kuya-kim-bbc-news__promo-title { font-size: 1.3em; color: #ffd700; margin-bottom: 10px; } .page-kuya-kim-bbc-news__promo-description { font-size: 0.95em; color: #e0e0e0; } .page-kuya-kim-bbc-news__app-download-section { background-color: #2a2a4a; text-align: center; padding: 80px 20px; } .page-kuya-kim-bbc-news__app-download-title { font-size: 2.2em; color: #ffd700; margin-bottom: 25px; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__app-download-title { font-size: 1.6em; } } .page-kuya-kim-bbc-news__app-download-text { font-size: 1.1em; color: #e0e0e0; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-kuya-kim-bbc-news__app-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-kuya-kim-bbc-news__app-button { display: inline-flex; align-items: center; background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-kuya-kim-bbc-news__app-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-kuya-kim-bbc-news__app-button-icon { width: 24px; height: 24px; margin-right: 10px; } .page-kuya-kim-bbc-news__faq-section { background-color: #1a1a2e; } .page-kuya-kim-bbc-news__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-kuya-kim-bbc-news__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-kuya-kim-bbc-news__faq-question:hover { background-color: #4a4a6a; } .page-kuya-kim-bbc-news__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffd700; pointer-events: none; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__faq-question { padding: 15px 20px; } .page-kuya-kim-bbc-news__faq-question h3 { font-size: 1em; } } .page-kuya-kim-bbc-news__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-kim-bbc-news__faq-item.active .page-kuya-kim-bbc-news__faq-toggle { transform: rotate(45deg); } .page-kuya-kim-bbc-news__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2a2a4a; color: #c0c0c0; } .page-kuya-kim-bbc-news__faq-item.active .page-kuya-kim-bbc-news__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__faq-answer { padding: 0 20px; } .page-kuya-kim-bbc-news__faq-item.active .page-kuya-kim-bbc-news__faq-answer { padding: 15px 20px !important; } } .page-kuya-kim-bbc-news__faq-answer p { margin-top: 0; margin-bottom: 1em; } .page-kuya-kim-bbc-news__faq-answer p:last-child { margin-bottom: 0; } .page-kuya-kim-bbc-news__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-kuya-kim-bbc-news__floating-button { background-color: #007bff; color: #ffffff; border: none; border-radius: 50%; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 1.2em; cursor: pointer; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; text-decoration: none; font-weight: bold; } .page-kuya-kim-bbc-news__floating-button:hover { background-color: #0056b3; transform: scale(1.05); } .page-kuya-kim-bbc-news__floating-button--register { background-color: #28a745; } .page-kuya-kim-bbc-news__floating-button--register:hover { background-color: #218838; } .page-kuya-kim-bbc-news__floating-button--login { background-color: #ffc107; color: #333; } .page-kuya-kim-bbc-news__floating-button--login:hover { background-color: #e0a800; } /* Ensure all images are responsive */ img { max-width: 100%; height: auto; box-sizing: border-box; } /* Responsive image containers */ .page-kuya-kim-bbc-news__card-image-container, .page-kuya-kim-bbc-news__app-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } /* List item responsive requirements */ .page-kuya-kim-bbc-news__content-grid > div, .page-kuya-kim-bbc-news__promo-grid > div { box-sizing: border-box; } @media (max-width: 768px) { .page-kuya-kim-bbc-news__content-grid, .page-kuya-kim-bbc-news__promo-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-kim-bbc-news__content-grid > div, .page-kuya-kim-bbc-news__promo-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }