/* style/latest-promotions-tt88-welcome-bonus.css */

/* Base styles for the page content */
.page-latest-promotions-tt88-welcome-bonus {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #f8f9fa;
}

.page-latest-promotions-tt88-welcome-bonus .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-latest-promotions-tt88-welcome-bonus .section-padding {
    padding: 60px 0;
}

.page-latest-promotions-tt88-welcome-bonus .bg-light {
    background-color: #e9ecef;
}

.page-latest-promotions-tt88-welcome-bonus .text-center {
    text-align: center;
}

/* Typography */
.page-latest-promotions-tt88-welcome-bonus .section-title {
    font-size: 2.5rem;
    color: #007bff;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
}

.page-latest-promotions-tt88-welcome-bonus .section-description {
    font-size: 1.1rem;
    color: #555555;
    text-align: center;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-latest-promotions-tt88-welcome-bonus h3 {
    font-size: 1.6rem;
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.page-latest-promotions-tt88-welcome-bonus p {
    margin-bottom: 15px;
}

.page-latest-promotions-tt88-welcome-bonus a {
    color: #007bff;
    text-decoration: none;
}

.page-latest-promotions-tt88-welcome-bonus a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.page-latest-promotions-tt88-welcome-bonus .link-highlight {
    color: #ffc107;
    font-weight: bold;
}

.page-latest-promotions-tt88-welcome-bonus .link-highlight:hover {
    color: #e0a800;
}

/* Buttons */
.page-latest-promotions-tt88-welcome-bonus .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    border: 2px solid transparent;
}

.page-latest-promotions-tt88-welcome-bonus .btn-primary {
    background-color: #007bff;
    color: #ffffff;
    border-color: #007bff;
}

.page-latest-promotions-tt88-welcome-bonus .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
}

.page-latest-promotions-tt88-welcome-bonus .btn-secondary {
    background-color: #ffc107;
    color: #333333;
    border-color: #ffc107;
}

.page-latest-promotions-tt88-welcome-bonus .btn-secondary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #333333;
}

.page-latest-promotions-tt88-welcome-bonus .btn-outline {
    background-color: transparent;
    color: #007bff;
    border-color: #007bff;
}

.page-latest-promotions-tt88-welcome-bonus .btn-outline:hover {
    background-color: #007bff;
    color: #ffffff;
}

.page-latest-promotions-tt88-welcome-bonus .btn-lg {
    padding: 15px 30px;
    font-size: 1.2rem;
}

.page-latest-promotions-tt88-welcome-bonus .btn-xxl {
    padding: 18px 35px;
    font-size: 1.5rem;
    border-radius: 8px;
}

/* Hero Section */
.page-latest-promotions-tt88-welcome-bonus .hero-section {
    background: linear-gradient(135deg, #007bff, #4da3ff);
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-latest-promotions-tt88-welcome-bonus .hero-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.page-latest-promotions-tt88-welcome-bonus .hero-content {
    flex: 1;
    min-width: 300px;
    z-index: 1;
}

.page-latest-promotions-tt88-welcome-bonus .hero-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #ffffff;
    text-align: left;
}

.page-latest-promotions-tt88-welcome-bonus .hero-description {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #e0e0e0;
    text-align: left;
}

.page-latest-promotions-tt88-welcome-bonus .btn-hero {
    background-color: #ffc107;
    color: #333333;
    border-color: #ffc107;
    font-size: 1.3rem;
    padding: 15px 35px;
}

.page-latest-promotions-tt88-welcome-bonus .btn-hero:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #333333;
}

.page-latest-promotions-tt88-welcome-bonus .hero-image-wrapper {
    flex: 1;
    min-width: 300px;
    text-align: center;
    z-index: 1;
}

.page-latest-promotions-tt88-welcome-bonus .hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Promo Overview Section */
.page-latest-promotions-tt88-welcome-bonus .promo-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-latest-promotions-tt88-welcome-bonus .feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-latest-promotions-tt88-welcome-bonus .feature-item:hover {
    transform: translateY(-10px);
}

.page-latest-promotions-tt88-welcome-bonus .feature-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-latest-promotions-tt88-welcome-bonus .feature-item h3 {
    color: #ffc107;
    font-size: 1.4rem;
}

.page-latest-promotions-tt88-welcome-bonus .call-to-action-text {
    text-align: center;
    margin-top: 40px;
    font-size: 1.15rem;
    color: #333333;
}

/* How To Claim Section */
.page-latest-promotions-tt88-welcome-bonus .steps-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-latest-promotions-tt88-welcome-bonus .step-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    padding-top: 80px;
}

.page-latest-promotions-tt88-welcome-bonus .step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
    border: 5px solid #e9ecef;
}

/* Game Showcase Section */
.page-latest-promotions-tt88-welcome-bonus .game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-latest-promotions-tt88-welcome-bonus .game-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}

.page-latest-promotions-tt88-welcome-bonus .game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.page-latest-promotions-tt88-welcome-bonus .game-card h3 {
    color: #007bff;
    padding: 0 20px;
}

.page-latest-promotions-tt88-welcome-bonus .game-card p {
    padding: 0 20px;
    color: #555555;
    margin-bottom: 20px;
}

/* Terms & Conditions Section */
.page-latest-promotions-tt88-welcome-bonus .terms-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
}

.page-latest-promotions-tt88-welcome-bonus .terms-list li {
    background-color: #ffffff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    padding-left: 45px;
    color: #444444;
}

.page-latest-promotions-tt88-welcome-bonus .terms-list li::before {
    content: '✓';
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

/* Why Choose tt88 Section */
.page-latest-promotions-tt88-welcome-bonus .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-latest-promotions-tt88-welcome-bonus .why-choose-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-latest-promotions-tt88-welcome-bonus .why-choose-item:hover {
    transform: translateY(-10px);
}

.page-latest-promotions-tt88-welcome-bonus .why-choose-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}

.page-latest-promotions-tt88-welcome-bonus .why-choose-item h3 {
    color: #007bff;
    font-size: 1.4rem;
}

/* FAQ Section */
.page-latest-promotions-tt88-welcome-bonus .faq-items {
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-latest-promotions-tt88-welcome-bonus .faq-item {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.page-latest-promotions-tt88-welcome-bonus .faq-item h3 {
    color: #007bff;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-latest-promotions-tt88-welcome-bonus .faq-item p {
    color: #555555;
    margin-bottom: 0;
}

/* Final CTA Section */
.page-latest-promotions-tt88-welcome-bonus .final-cta-section {
    background-color: #007bff;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
}

.page-latest-promotions-tt88-welcome-bonus .final-cta-section .section-title {
    color: #ffffff;
}

.page-latest-promotions-tt88-welcome-bonus .final-cta-section .section-description {
    color: #e0e0e0;
    margin-bottom: 30px;
}

.page-latest-promotions-tt88-welcome-bonus .final-cta-section .btn-primary {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #333333;
}

.page-latest-promotions-tt88-welcome-bonus .final-cta-section .btn-primary:hover {
    background-color: #e0a800;
    border-color: #e0a800;
    color: #333333;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-latest-promotions-tt88-welcome-bonus .hero-section .container {
        flex-direction: column;
        text-align: center;
    }

    .page-latest-promotions-tt88-welcome-bonus .hero-title,
    .page-latest-promotions-tt88-welcome-bonus .hero-description {
        text-align: center;
    }

    .page-latest-promotions-tt88-welcome-bonus .hero-image-wrapper {
        margin-top: 40px;
    }

    .page-latest-promotions-tt88-welcome-bonus .section-title {
        font-size: 2rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .hero-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .page-latest-promotions-tt88-welcome-bonus .section-padding {
        padding: 40px 0;
    }

    .page-latest-promotions-tt88-welcome-bonus .section-title {
        font-size: 1.8rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .hero-title {
        font-size: 2.2rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .hero-description {
        font-size: 1.1rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .btn-hero {
        font-size: 1.1rem;
        padding: 12px 25px;
    }

    .page-latest-promotions-tt88-welcome-bonus .feature-item,
    .page-latest-promotions-tt88-welcome-bonus .step-item,
    .page-latest-promotions-tt88-welcome-bonus .game-card,
    .page-latest-promotions-tt88-welcome-bonus .why-choose-item {
        padding: 20px;
    }

    .page-latest-promotions-tt88-welcome-bonus .step-number {
        width: 60px;
        height: 60px;
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .page-latest-promotions-tt88-welcome-bonus .hero-title {
        font-size: 1.8rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .section-title {
        font-size: 1.5rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .section-description {
        font-size: 1rem;
    }

    .page-latest-promotions-tt88-welcome-bonus .btn {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }

    .page-latest-promotions-tt88-welcome-bonus .btn-hero {
        width: auto;
    }

    .page-latest-promotions-tt88-welcome-bonus .btn-xxl {
        font-size: 1.2rem;
        padding: 15px 25px;
    }

    .page-latest-promotions-tt88-welcome-bonus .terms-list li,
    .page-latest-promotions-tt88-welcome-bonus .faq-item {
        padding: 15px;
    }
    .page-latest-promotions-tt88-welcome-bonus .terms-list li::before {
        top: 20px;
        transform: translateY(0%);
    }
}