.page-tongits-pinoy-reviews { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (min-width: 769px) { .page-tongits-pinoy-reviews { padding-top: 10px; } } .page-tongits-pinoy-reviews__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-tongits-pinoy-reviews__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); color: #fff; padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; position: relative; overflow: hidden; } .page-tongits-pinoy-reviews__hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%); animation: page-tongits-pinoy-reviews-shine 10s infinite linear; } @keyframes page-tongits-pinoy-reviews-shine { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .page-tongits-pinoy-reviews__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-tongits-pinoy-reviews__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-tongits-pinoy-reviews__button { display: inline-block; background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-tongits-pinoy-reviews__button:hover { background-color: #ff6633; transform: translateY(-3px); } .page-tongits-pinoy-reviews__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-tongits-pinoy-reviews__floating-buttons .page-tongits-pinoy-reviews__button { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-tongits-pinoy-reviews__section { background-color: #2a2a4a; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-tongits-pinoy-reviews__section-title { font-size: 2.2em; color: #f9d342; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } .page-tongits-pinoy-reviews__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-tongits-pinoy-reviews__card { background-color: #3b3b6b; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-tongits-pinoy-reviews__card:hover { transform: translateY(-5px); } .page-tongits-pinoy-reviews__card-image { width: 100%; height: 250px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; } .page-tongits-pinoy-reviews__card-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-tongits-pinoy-reviews__card-text { font-size: 0.95em; color: #ccc; } .page-tongits-pinoy-reviews__image-full-width { width: 100%; max-width: 800px; height: auto; display: block; margin: 30px auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-tongits-pinoy-reviews__promo-banner { background: linear-gradient(45deg, #007bff, #00c6ff); padding: 30px; border-radius: 8px; text-align: center; margin-bottom: 40px; } .page-tongits-pinoy-reviews__promo-title { font-size: 2em; color: #fff; margin-bottom: 15px; } .page-tongits-pinoy-reviews__promo-text { font-size: 1.1em; color: #e0f2f7; margin-bottom: 25px; } .page-tongits-pinoy-reviews__testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-tongits-pinoy-reviews__testimonial-card { background-color: #3b3b6b; padding: 25px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); text-align: left; } .page-tongits-pinoy-reviews__testimonial-quote { font-style: italic; color: #ccc; margin-bottom: 15px; } .page-tongits-pinoy-reviews__testimonial-author { font-weight: bold; color: #f9d342; } .page-tongits-pinoy-reviews__faq-section { background-color: #2a2a4a; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-tongits-pinoy-reviews__faq-list { list-style: none; padding: 0; } .page-tongits-pinoy-reviews__faq-item { margin-bottom: 15px; border: 1px solid #4a4a7a; border-radius: 5px; overflow: hidden; } .page-tongits-pinoy-reviews__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #3b3b6b; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-tongits-pinoy-reviews__faq-question:hover { background-color: #4a4a7a; } .page-tongits-pinoy-reviews__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-tongits-pinoy-reviews__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-tongits-pinoy-reviews__faq-item.active .page-tongits-pinoy-reviews__faq-toggle { transform: rotate(45deg); } .page-tongits-pinoy-reviews__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #2f2f50; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-tongits-pinoy-reviews__faq-item.active .page-tongits-pinoy-reviews__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-tongits-pinoy-reviews__cta-section { text-align: center; padding: 50px 20px; background-color: #1a1a2e; margin-top: 40px; border-top: 1px solid #333; } .page-tongits-pinoy-reviews__cta-title { font-size: 2.5em; color: #f9d342; margin-bottom: 20px; } .page-tongits-pinoy-reviews__cta-text { font-size: 1.2em; color: #ccc; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-tongits-pinoy-reviews__hero-title { font-size: 2em; } .page-tongits-pinoy-reviews__hero-subtitle { font-size: 1em; } .page-tongits-pinoy-reviews__section-title { font-size: 1.8em; } .page-tongits-pinoy-reviews__card { padding: 20px; } .page-tongits-pinoy-reviews__card-title { font-size: 1.3em; } .page-tongits-pinoy-reviews__promo-title { font-size: 1.6em; } .page-tongits-pinoy-reviews__promo-text { font-size: 1em; } .page-tongits-pinoy-reviews__cta-title { font-size: 2em; } .page-tongits-pinoy-reviews__cta-text { font-size: 1em; } .page-tongits-pinoy-reviews__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-tongits-pinoy-reviews__button { padding: 10px 20px; font-size: 0.9em; } .page-tongits-pinoy-reviews__content-grid, .page-tongits-pinoy-reviews__testimonial-grid { grid-template-columns: 1fr; } .page-tongits-pinoy-reviews__faq-question { padding: 12px 15px; } .page-tongits-pinoy-reviews__faq-question h3 { font-size: 1em; } .page-tongits-pinoy-reviews__faq-answer { padding: 15px 15px; } .page-tongits-pinoy-reviews__faq-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-pinoy-reviews__faq-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-pinoy-reviews__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }