/* style/-g-trc-tip-knh.css */
.page--g-trc-tip-knh {
    font-family: 'Arial', sans-serif;
    color: #fff;
    background-color: #1a002b; /* Darker variant of main color for overall background */
}

.page--g-trc-tip-knh .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page--g-trc-tip-knh .section-title {
    font-size: 2.8em;
    color: #FFD700; /* Auxiliary color for titles */
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page--g-trc-tip-knh p {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.page--g-trc-tip-knh a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page--g-trc-tip-knh a:hover {
    color: #fff;
}

.page--g-trc-tip-knh .btn {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.page--g-trc-tip-knh .btn-primary {
    background-color: #FFD700; /* Auxiliary color for primary action */
    color: #3A005B; /* Main color for text on primary button */
}

.page--g-trc-tip-knh .btn-primary:hover {
    background-color: #e6c200;
    color: #1a002b;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page--g-trc-tip-knh .btn-secondary {
    background-color: #3A005B; /* Main color for secondary action */
    color: #FFD700; /* Auxiliary color for text on secondary button */
    border: 2px solid #FFD700;
}

.page--g-trc-tip-knh .btn-secondary:hover {
    background-color: #2c0042;
    color: #fff;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(58, 0, 91, 0.4);
}

.page--g-trc-tip-knh .btn-small {
    padding: 8px 15px;
    font-size: 0.9em;
    border-radius: 5px;
}

/* Hero Section */
.page--g-trc-tip-knh .hero-section {
    background: linear-gradient(135deg, #3A005B, #1a002b);
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
}

.page--g-trc-tip-knh .hero-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.page--g-trc-tip-knh .hero-content {
    flex: 1;
    min-width: 300px;
    text-align: left;
}

.page--g-trc-tip-knh .hero-title {
    font-size: 3.8em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

.page--g-trc-tip-knh .hero-description {
    font-size: 1.3em;
    margin-bottom: 40px;
    color: #f0f0f0;
}

.page--g-trc-tip-knh .hero-actions {
    display: flex;
    gap: 20px;
}

.page--g-trc-tip-knh .hero-image-wrapper {
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page--g-trc-tip-knh .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* About Section */
.page--g-trc-tip-knh .about-az888-daga-section {
    padding: 80px 0;
    background-color: #1a002b;
}

.page--g-trc-tip-knh .feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.page--g-trc-tip-knh .feature-item {
    background-color: #3A005B;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page--g-trc-tip-knh .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page--g-trc-tip-knh .feature-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #FFD700;
    padding: 15px;
}

.page--g-trc-tip-knh .feature-item h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-bottom: 15px;
}

.page--g-trc-tip-knh .feature-item p {
    color: #ccc;
    font-size: 1em;
}

/* Live Schedule Section */
.page--g-trc-tip-knh .live-schedule-section {
    padding: 80px 0;
    background-color: #2c0042;
}

.page--g-trc-tip-knh .schedule-table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
}

.page--g-trc-tip-knh .schedule-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px; /* Ensure table is readable on smaller screens */
}

.page--g-trc-tip-knh .schedule-table th, 
.page--g-trc-tip-knh .schedule-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page--g-trc-tip-knh .schedule-table th {
    background-color: #3A005B;
    color: #FFD700;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1em;
}

.page--g-trc-tip-knh .schedule-table td {
    background-color: #1a002b;
    color: #e0e0e0;
}

.page--g-trc-tip-knh .schedule-table tbody tr:hover td {
    background-color: #3a005b60;
}

.page--g-trc-tip-knh .schedule-note {
    text-align: center;
    margin-top: 30px;
    font-style: italic;
    color: #aaa;
}

/* How To Bet Section */
.page--g-trc-tip-knh .how-to-bet-section {
    padding: 80px 0;
    background-color: #1a002b;
}

.page--g-trc-tip-knh .betting-steps {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.page--g-trc-tip-knh .betting-steps li {
    background-color: #3A005B;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page--g-trc-tip-knh .betting-steps li h3 {
    color: #FFD700;
    font-size: 1.8em;
    margin-bottom: 15px;
}

.page--g-trc-tip-knh .betting-steps li p {
    color: #ccc;
    font-size: 1.1em;
}

.page--g-trc-tip-knh .cta-block {
    text-align: center;
    margin-top: 50px;
    background-color: #2c0042;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page--g-trc-tip-knh .cta-block p {
    font-size: 1.4em;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 30px;
}

/* Advantages Section */
.page--g-trc-tip-knh .az888-advantages-section {
    padding: 80px 0;
    background-color: #2c0042;
}

.page--g-trc-tip-knh .advantage-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page--g-trc-tip-knh .advantage-list li {
    background-color: #3A005B;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.page--g-trc-tip-knh .advantage-list li:hover {
    transform: translateY(-10px);
}

.page--g-trc-tip-knh .advantage-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background-color: #FFD700;
    border-radius: 50%;
    padding: 10px;
}

.page--g-trc-tip-knh .advantage-list li h4 {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page--g-trc-tip-knh .advantage-list li p {
    color: #ccc;
    font-size: 1em;
}

/* Other Games Section */
.page--g-trc-tip-knh .other-games-section {
    padding: 80px 0;
    background-color: #1a002b;
}

.page--g-trc-tip-knh .game-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page--g-trc-tip-knh .game-card {
    background-color: #3A005B;
    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--g-trc-tip-knh .game-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.page--g-trc-tip-knh .game-card-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-bottom: 3px solid #FFD700;
}

.page--g-trc-tip-knh .game-card-title {
    font-size: 1.4em;
    color: #FFD700;
    padding: 15px 20px 10px;
}

.page--g-trc-tip-knh .game-card-title a {
    color: #FFD700;
    display: block;
}

.page--g-trc-tip-knh .game-card-title a:hover {
    color: #fff;
}

.page--g-trc-tip-knh .game-card p {
    color: #ccc;
    padding: 0 20px 20px;
    font-size: 0.95em;
}

/* FAQ Section */
.page--g-trc-tip-knh .faq-section {
    padding: 80px 0;
    background-color: #2c0042;
}

.page--g-trc-tip-knh .faq-item {
    background-color: #3A005B;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page--g-trc-tip-knh .faq-question {
    color: #FFD700;
    font-size: 1.5em;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page--g-trc-tip-knh .faq-answer {
    color: #ccc;
    font-size: 1.05em;
    display: block; /* Always visible for simplicity, could be toggled with JS */
    margin-top: 10px;
}

/* Final CTA Section */
.page--g-trc-tip-knh .final-cta-section {
    padding: 80px 0;
    background: linear-gradient(45deg, #3A005B, #1a002b);
    text-align: center;
}

.page--g-trc-tip-knh .final-cta-section p {
    font-size: 1.4em;
    color: #f0f0f0;
    margin-bottom: 40px;
}

.page--g-trc-tip-knh .final-cta-actions {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page--g-trc-tip-knh .hero-section .container {
        flex-direction: column;
        text-align: center;
    }
    .page--g-trc-tip-knh .hero-content {
        text-align: center;
    }
    .page--g-trc-tip-knh .hero-actions {
        justify-content: center;
    }
    .page--g-trc-tip-knh .hero-title {
        font-size: 3em;
    }
    .page--g-trc-tip-knh .hero-description {
        font-size: 1.1em;
    }
    .page--g-trc-tip-knh .section-title {
        font-size: 2.2em;
    }
    .page--g-trc-tip-knh .game-categories {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 768px) {
    .page--g-trc-tip-knh .hero-section {
        padding: 80px 0;
    }
    .page--g-trc-tip-knh .hero-title {
        font-size: 2.5em;
    }
    .page--g-trc-tip-knh .hero-actions {
        flex-direction: column;
        gap: 15px;
    }
    .page--g-trc-tip-knh .btn {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page--g-trc-tip-knh .section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding-top: 40px;
    }
    .page--g-trc-tip-knh p {
        font-size: 1em;
    }
    .page--g-trc-tip-knh .feature-item, 
    .page--g-trc-tip-knh .betting-steps li, 
    .page--g-trc-tip-knh .advantage-list li, 
    .page--g-trc-tip-knh .game-card, 
    .page--g-trc-tip-knh .faq-item {
        padding: 20px;
    }
    .page--g-trc-tip-knh .feature-item h3, 
    .page--g-trc-tip-knh .betting-steps li h3, 
    .page--g-trc-tip-knh .advantage-list li h4, 
    .page--g-trc-tip-knh .game-card-title {
        font-size: 1.3em;
    }
    .page--g-trc-tip-knh .faq-question {
        font-size: 1.2em;
    }
    .page--g-trc-tip-knh .cta-block p, 
    .page--g-trc-tip-knh .final-cta-section p {
        font-size: 1.2em;
    }
    .page--g-trc-tip-knh .schedule-table {
        min-width: 500px;
    }
}

@media (max-width: 480px) {
    .page--g-trc-tip-knh .hero-title {
        font-size: 2em;
    }
    .page--g-trc-tip-knh .hero-description {
        font-size: 0.95em;
    }
    .page--g-trc-tip-knh .section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
        padding-top: 30px;
    }
    .page--g-trc-tip-knh .hero-actions, 
    .page--g-trc-tip-knh .final-cta-actions {
        flex-direction: column;
        gap: 10px;
    }
    .page--g-trc-tip-knh .btn {
        width: 100%;
    }
    .page--g-trc-tip-knh .schedule-table th, 
    .page--g-trc-tip-knh .schedule-table td {
        padding: 10px;
        font-size: 0.85em;
    }
    .page--g-trc-tip-knh .cta-block p, 
    .page--g-trc-tip-knh .final-cta-section p {
        font-size: 1em;
    }
    .page--g-trc-tip-knh .feature-grid, 
    .page--g-trc-tip-knh .advantage-list, 
    .page--g-trc-tip-knh .game-categories {
        gap: 20px;
    }
}