.page-how-to-get-diamonds-in-tongits-go { font-family: 'Arial', sans-serif; color: #333; background-color: #f8f9fa; line-height: 1.6; } .page-how-to-get-diamonds-in-tongits-go__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__container { padding: 10px; } } .page-how-to-get-diamonds-in-tongits-go__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; padding: 60px 20px; text-align: center; border-radius: 8px; margin-bottom: 30px; padding-top: 70px; position: relative; overflow: hidden; } .page-how-to-get-diamonds-in-tongits-go__hero-section::before { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transform: rotate(45deg); } .page-how-to-get-diamonds-in-tongits-go__hero-section::after { content: ''; position: absolute; bottom: -50px; right: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; transform: rotate(45deg); } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__hero-section { padding: 40px 10px; padding-top: 50px; } } .page-how-to-get-diamonds-in-tongits-go__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__hero-title { font-size: 2em; } } .page-how-to-get-diamonds-in-tongits-go__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__hero-subtitle { font-size: 1em; } } .page-how-to-get-diamonds-in-tongits-go__button { display: inline-block; background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; } .page-how-to-get-diamonds-in-tongits-go__button:hover { background-color: #e0a800; transform: translateY(-2px); } .page-how-to-get-diamonds-in-tongits-go__section { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__section { padding: 20px; margin-bottom: 20px; } } .page-how-to-get-diamonds-in-tongits-go__section-title { font-size: 2em; color: #007bff; margin-bottom: 20px; text-align: center; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__section-title { font-size: 1.5em; } } .page-how-to-get-diamonds-in-tongits-go__content-paragraph { margin-bottom: 15px; font-size: 1.05em; } .page-how-to-get-diamonds-in-tongits-go__method-item { display: flex; align-items: flex-start; margin-bottom: 25px; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__method-item { flex-direction: column; text-align: center; } } .page-how-to-get-diamonds-in-tongits-go__method-icon-wrapper { flex-shrink: 0; width: 100px; height: 100px; margin-right: 20px; border-radius: 50%; background-color: #e9f5ff; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__method-icon-wrapper { margin: 0 auto 15px auto; } } .page-how-to-get-diamonds-in-tongits-go__method-icon { max-width: 60px; height: auto; display: block; } .page-how-to-get-diamonds-in-tongits-go__method-details { flex-grow: 1; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__method-details { width: 100%; } } .page-how-to-get-diamonds-in-tongits-go__method-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__method-title { font-size: 1.2em; } } .page-how-to-get-diamonds-in-tongits-go__method-description { font-size: 0.95em; color: #555; } .page-how-to-get-diamonds-in-tongits-go__tips-list { list-style: none; padding: 0; } .page-how-to-get-diamonds-in-tongits-go__tips-list-item { background-color: #f1f8ff; border-left: 5px solid #007bff; padding: 15px; margin-bottom: 10px; border-radius: 5px; font-size: 1.05em; color: #333; } .page-how-to-get-diamonds-in-tongits-go__faq-list { list-style: none; padding: 0; } .page-how-to-get-diamonds-in-tongits-go__faq-item { margin-bottom: 10px; border: 1px solid #eee; border-radius: 5px; overflow: hidden; } .page-how-to-get-diamonds-in-tongits-go__faq-question { background-color: #007bff; color: #fff; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease; } .page-how-to-get-diamonds-in-tongits-go__faq-question:hover { background-color: #0056b3; } .page-how-to-get-diamonds-in-tongits-go__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-how-to-get-diamonds-in-tongits-go__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-how-to-get-diamonds-in-tongits-go__faq-item.active .page-how-to-get-diamonds-in-tongits-go__faq-toggle { transform: rotate(45deg); } .page-how-to-get-diamonds-in-tongits-go__faq-answer { background-color: #e9f5ff; max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-how-to-get-diamonds-in-tongits-go__faq-item.active .page-how-to-get-diamonds-in-tongits-go__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-how-to-get-diamonds-in-tongits-go__cta-section { text-align: center; background-color: #f1f8ff; padding: 40px 20px; border-radius: 8px; margin-top: 30px; } .page-how-to-get-diamonds-in-tongits-go__cta-title { font-size: 2.2em; color: #007bff; margin-bottom: 20px; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__cta-title { font-size: 1.8em; } } .page-how-to-get-diamonds-in-tongits-go__cta-description { font-size: 1.1em; margin-bottom: 30px; color: #555; } .page-how-to-get-diamonds-in-tongits-go__image-wrapper { text-align: center; margin-bottom: 20px; } .page-how-to-get-diamonds-in-tongits-go__main-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); } /* Responsive styles for list items */ .page-how-to-get-diamonds-in-tongits-go__tips-list-item, .page-how-to-get-diamonds-in-tongits-go__faq-item { box-sizing: border-box; } @media (max-width: 768px) { .page-how-to-get-diamonds-in-tongits-go__tips-list-item, .page-how-to-get-diamonds-in-tongits-go__faq-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-how-to-get-diamonds-in-tongits-go__tips-list, .page-how-to-get-diamonds-in-tongits-go__faq-list { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 !important; } .page-how-to-get-diamonds-in-tongits-go__method-description, .page-how-to-get-diamonds-in-tongits-go__content-paragraph { font-size: 0.9em; } .page-how-to-get-diamonds-in-tongits-go__faq-question h3 { font-size: 1em; } }