* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    background-attachment: fixed;
    color: #fff;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background: rgba(13, 12, 34, 0.7);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(46, 204, 113, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(46, 204, 113, 0.1);
}

header {
    text-align: center;
    margin-bottom: 3rem;
}

.banner {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.banner img {
    width: 100%;
    display: block;
    max-height: 400px;
    object-fit: cover;
}

header h1 {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 0.8rem;
    text-shadow: 0 0 15px rgba(46, 204, 113, 0.6);
    letter-spacing: 1px;
    font-weight: 700;
}

header p {
    font-size: 1.3rem;
    color: #b8b8c7;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    text-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
    margin-bottom: 2.5rem;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #2ecc71, #3498db, #2ecc71, transparent);
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.5);
    border-radius: 2px;
}

/* Special styled promotional section title with gold theme */
.promotion-title {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 2.5rem;
    position: relative;
    padding: 15px 0;
    font-weight: 700;
    letter-spacing: 2px;
    width: 100%;
    text-shadow: 0 0 15px rgba(255, 183, 0, 0.8);
    background: linear-gradient(135deg, rgba(21, 19, 64, 0.9), rgba(32, 22, 84, 0.8), rgba(21, 19, 64, 0.9));
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: shine 3s infinite;
    overflow: hidden;
    border: 1px solid rgba(255, 183, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.promotion-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffb700, #f39c12, #ffb700, transparent);
    animation: slide 3s infinite;
}

.promotion-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #ffb700, #f39c12, #ffb700, transparent);
    animation: slide-reverse 3s infinite;
}

@keyframes shine {
    0%, 100% {
        text-shadow: 0 0 15px rgba(255, 183, 0, 0.8);
    }
    50% {
        text-shadow: 0 0 25px rgba(255, 183, 0, 0.8), 0 0 40px rgba(255, 183, 0, 0.4);
    }
}

@keyframes slide {
    0% {
        background-position: -300px 0;
    }
    100% {
        background-position: 300px 0;
    }
}

@keyframes slide-reverse {
    0% {
        background-position: 300px 0;
    }
    100% {
        background-position: -300px 0;
    }
}

@media (max-width: 768px) {
    .promotion-title {
        font-size: 1.8rem;
        padding: 12px 10px;
    }
}

/* Special styled withdrawal title with blue accent */
.withdrawal-title {
    background: linear-gradient(135deg, rgba(21, 19, 64, 0.9), rgba(19, 30, 84, 0.8), rgba(21, 19, 64, 0.9));
    text-shadow: 0 0 15px rgba(52, 152, 219, 0.8);
}

.withdrawal-title:before {
    background: linear-gradient(90deg, transparent, #3498db, #2980b9, #3498db, transparent);
}

.withdrawal-title:after {
    background: linear-gradient(90deg, transparent, #3498db, #2980b9, #3498db, transparent);
}

/* Special styled games title with purple accent */
.games-title {
    background: linear-gradient(135deg, rgba(21, 19, 64, 0.9), rgba(60, 22, 84, 0.8), rgba(21, 19, 64, 0.9));
    text-shadow: 0 0 15px rgba(155, 89, 182, 0.8);
}

.games-title:before {
    background: linear-gradient(90deg, transparent, #8e44ad, #9b59b6, #8e44ad, transparent);
}

.games-title:after {
    background: linear-gradient(90deg, transparent, #8e44ad, #9b59b6, #8e44ad, transparent);
}

/* Special styled why-us title with green accent */
.why-us-title {
    background: linear-gradient(135deg, rgba(21, 19, 64, 0.9), rgba(22, 60, 40, 0.8), rgba(21, 19, 64, 0.9));
    text-shadow: 0 0 15px rgba(46, 204, 113, 0.8);
    font-size: 2rem;
}

.why-us-title:before {
    background: linear-gradient(90deg, transparent, #27ae60, #2ecc71, #27ae60, transparent);
}

.why-us-title:after {
    background: linear-gradient(90deg, transparent, #27ae60, #2ecc71, #27ae60, transparent);
}

@media (max-width: 480px) {
    .promotion-title, .withdrawal-title, .games-title, .why-us-title {
        font-size: 1.6rem;
        padding: 10px 8px;
    }
}

/* Why Choose Us Image */
.why-choose-us-image-wrapper {
    margin: 2rem auto;
    text-align: center;
    max-width: 80%; /* Reduced by 20% */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 15px rgba(46, 204, 113, 0.2);
    transition: all 0.3s ease;
}

.why-choose-us-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6), 0 0 20px rgba(46, 204, 113, 0.3);
}

.why-choose-us-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.why-choose-us-image-wrapper:hover .why-choose-us-image {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .why-choose-us-image-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .why-choose-us-image-wrapper {
        max-width: 100%;
        margin: 1.5rem auto;
    }
}

.carousel-container {
    margin-bottom: 3rem;
    position: relative;
    padding: 30px 0;
    background: rgba(13, 12, 34, 0.8);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 20px rgba(46, 204, 113, 0.2);
    border: 1px solid rgba(46, 204, 113, 0.15);
    overflow: hidden;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    padding: 10px 5px;
}

.carousel-control {
    background-color: rgba(46, 204, 113, 0.9);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    margin: 0 10px;
    z-index: 5;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(46, 204, 113, 0.3);
}

.carousel-control:hover {
    background-color: #27ae60;
    transform: scale(1.1);
}

.carousel-control:active {
    transform: scale(0.95);
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 6px;
    flex-wrap: wrap;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(46, 204, 113, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 4px;
}

.indicator.active {
    background-color: #2ecc71;
    transform: scale(1.2);
}

.game-card {
    background: rgba(21, 19, 64, 0.9);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(46, 204, 113, 0.1);
    transition: all 0.4s ease;
    flex: 0 0 300px;
    transform-origin: center;
    transform: scale(0.95);
    display: flex;
    flex-direction: column;
    height: auto;
    border: 1px solid rgba(52, 152, 219, 0.2);
    backdrop-filter: blur(5px);
}

.game-card:hover {
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(46, 204, 113, 0.3);
    border-color: rgba(46, 204, 113, 0.4);
}

.game-image {
    height: 180px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d0c22;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

.game-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.game-card:hover .game-image:before {
    opacity: 1;
}

.game-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    transition: transform 0.5s ease;
    padding: 10px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) {
    .game-image {
        height: 160px;
    }
    
    .game-image img {
        max-width: 100%;
        max-height: 160px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .game-image {
        height: 140px;
    }
    
    .game-image img {
        max-width: 100%;
        max-height: 140px;
        margin: 0 auto;
    }
}

.game-card:hover .game-image img {
    transform: scale(1.08);
}

.game-info {
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(to bottom, rgba(25, 22, 77, 0.9), rgba(13, 12, 34, 0.95));
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(46, 204, 113, 0.15);
}

.game-info h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #fff;
    transition: color 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.game-card:hover .game-info h3 {
    color: #2ecc71;
    text-shadow: 0 0 8px rgba(46, 204, 113, 0.5);
}

.game-info p {
    font-size: 0.95rem;
    color: #b8b8c7;
    line-height: 1.5;
}

.bonus-details {
    margin-top: 10px;
}

.bonus-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #d4d4e2;
}

.bonus-details li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    line-height: 1.4;
}

.bonus-details li:before {
    content: "★";
    color: #f39c12;
    position: absolute;
    left: 0;
    text-shadow: 0 0 5px rgba(243, 156, 18, 0.5);
}

.user-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(13, 12, 34, 0.8), rgba(25, 22, 77, 0.9));
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(46, 204, 113, 0.2);
    border: 2px solid rgba(46, 204, 113, 0.3);
    backdrop-filter: blur(5px);
    transform: translateY(0);
    transition: all 0.4s ease;
}

.user-counter:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4), 0 0 25px rgba(46, 204, 113, 0.3);
    border-color: rgba(46, 204, 113, 0.5);
}

.user-counter-icon {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #2ecc71;
    text-shadow: 0 0 8px rgba(46, 204, 113, 0.7);
}

#online-counter {
    color: #f39c12;
    font-size: 1.2rem;
    margin: 0 5px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(243, 156, 18, 0.5);
    transition: all 0.5s ease;
}

#online-counter.counter-updated {
    color: #ff9500;
    text-shadow: 0 0 15px rgba(255, 149, 0, 0.8);
    transform: scale(1.1);
}

.user-counter-text {
    color: #e0e0e8;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.cta-container {
    margin: 30px auto;
    text-align: center;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 15px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f39c12, #e74c3c);
    color: white;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.3rem;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.5), 0 0 15px rgba(243, 156, 18, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    min-width: 220px;
    flex: 1 1 220px;
    max-width: 280px;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #e74c3c, #f39c12);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Shining effect */
.cta-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: 0.6s;
    z-index: 1;
}

.cta-button:hover::after {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(231, 76, 60, 0.7);
}

.cta-button:hover:before {
    opacity: 1;
}

.cta-button:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(231, 76, 60, 0.5);
}

.cta-button.pulse {
    animation: pulse 0.5s ease-out;
}

.cta-icon {
    font-size: 1.4rem;
    margin-right: 10px;
    animation: bounce 2s infinite;
}

.cta-arrow {
    margin-left: 10px;
    font-size: 1.4rem;
    transition: transform 0.3s ease;
}

.cta-button:hover .cta-arrow {
    transform: translateX(5px);
}

/* Contact button specific styles */
.contact-button {
    background: linear-gradient(135deg, #3498db, #2980b9);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.5), 0 0 15px rgba(52, 152, 219, 0.5);
}

.contact-button:hover {
    box-shadow: 0 15px 25px rgba(52, 152, 219, 0.7);
}

.contact-button:before {
    background: linear-gradient(135deg, #2980b9, #3498db);
}

.contact-button:active {
    box-shadow: 0 8px 15px rgba(52, 152, 219, 0.5);
}

/* Responsive styles for mobile */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        max-width: 100%;
        padding: 0 20px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
        font-size: 1.2rem;
        flex: 0 0 auto;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .cta-container {
        padding: 0 10px;
        margin: 20px auto;
    }
    
    .cta-button {
        max-width: 90%;
        padding: 12px 16px;
        font-size: 1.1rem;
    }
    
    .cta-icon {
        font-size: 1.2rem;
    }
    
    .cta-arrow {
        font-size: 1.2rem;
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Withdrawal Feed Section */
.withdrawal-feed-container {
    background: linear-gradient(135deg, rgba(13, 12, 34, 0.9), rgba(32, 22, 84, 0.9));
    border-radius: 20px;
    padding: 30px;
    margin: 50px 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(46, 204, 113, 0.15);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(46, 204, 113, 0.2);
    backdrop-filter: blur(10px);
}

.withdrawal-feed {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative; /* For positioning new items */
    min-height: 200px; /* Ensure consistent height even when empty */
    transition: all 0.3s ease;
}

.withdrawal-item {
    background-color: #201654;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 1;
    will-change: transform, opacity, background-color; /* Optimize for animations */
}

.withdrawal-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.withdrawal-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #ffcc00, #ff9500);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.withdrawal-item:hover::before {
    opacity: 1;
}

/* Processing item has a pulsing border */
.withdrawal-item[data-status="processing"]::before {
    opacity: 0.7;
    background: linear-gradient(to bottom, #3498db, #2196F3);
    animation: pulse-border 1.5s infinite;
}

@keyframes pulse-border {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

.bank-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.withdrawal-item:hover .bank-avatar {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.bank-logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.withdrawal-info {
    flex-grow: 1;
    min-width: 0; /* Prevent text overflow */
}

.user-id {
    font-size: 0.95rem;
    color: #ccc;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.username {
    color: #f1c40f;
    font-weight: bold;
}

.amount {
    font-size: 1.05rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.money {
    color: #2ecc71;
    font-weight: bold;
    font-size: 1.2rem;
}

.withdrawal-status {
    text-align: right;
    margin-left: 10px;
    flex-shrink: 0;
}

.status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.status.completed {
    color: #2ecc71;
}

.status.processing {
    color: #2196F3;
}

.status-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.status-icon.check {
    color: #2ecc71;
}

.loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(52, 152, 219, 0.3);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.timestamp {
    font-size: 0.8rem;
    color: #7f8c8d;
    white-space: nowrap;
}

.withdrawal-feed-footer {
    margin-top: 15px;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.live-indicator {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #95a5a6;
    animation: pulse-text 1s ease-in-out infinite alternate;
}

.live-dot {
    width: 10px;
    height: 10px;
    background-color: #27ae60;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.live-dot::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #27ae60;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    opacity: 0.7;
}

/* Enhanced mobile responsiveness */
@media (max-width: 768px) {
    .withdrawal-feed-container {
        padding: 20px 15px;
    }
    
    .withdrawal-item {
        padding: 12px 10px;
    }
    
    .bank-avatar {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    
    .user-id, .amount {
        font-size: 0.9rem;
    }
    
    .money {
        font-size: 1rem;
    }
    
    .status {
        gap: 4px;
    }
    
    .status-icon {
        width: 16px;
        height: 16px;
    }
    
    .timestamp {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .withdrawal-feed-container {
        padding: 15px 12px;
        margin: 30px 0;
    }
    
    .bank-avatar {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }
    
    .user-id {
        font-size: 0.8rem;
        margin-bottom: 3px;
    }
    
    .amount {
        font-size: 0.85rem;
    }
    
    .money {
        font-size: 0.95rem;
    }
    
    .status span {
        font-size: 0.8rem;
    }
    
    .withdrawal-status {
        margin-left: 5px;
    }
    
    .timestamp {
        font-size: 0.65rem;
    }
}

/* Animation for text update */
@keyframes pulse-text {
    from {
        opacity: 0.8;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* New withdrawal item animation */
@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.withdrawal-item.new-item {
    animation: slideIn 0.5s ease forwards;
    background-color: rgba(46, 204, 113, 0.15); /* Highlight new items with subtle background */
    transition: background-color 1s ease;
}

/* After animation, gradually fade back to normal */
.withdrawal-item.new-item:not(.animating) {
    background-color: #201654;
    transition: background-color 1s ease;
}

footer {
    margin-top: 2rem;
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}

.action-btn {
    padding: 0.8rem 1.8rem;
    font-size: 1rem;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.signup-btn {
    background-color: #3498db;
    color: white;
}

.signup-btn:hover {
    background-color: #2980b9;
}

.contact-btn {
    background-color: #2ecc71;
    color: white;
}

.contact-btn:hover {
    background-color: #27ae60;
}

/* Game Categories Grid */
.game-categories-container {
    margin: 3rem 0;
    background: linear-gradient(135deg, rgba(13, 12, 34, 0.9), rgba(32, 22, 84, 0.9));
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(46, 204, 113, 0.15);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(46, 204, 113, 0.2);
    backdrop-filter: blur(10px);
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.game-card-category {
    background-color: #201654;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.game-card-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.game-card-image {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.game-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.game-card-category:hover .game-card-image img {
    transform: scale(1.05);
}

.hot-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff5722;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.game-title {
    color: white;
    text-align: center;
    margin: 0.8rem 0;
    font-size: 1.2rem;
}

.online-count {
    background-color: #141429;
    color: #2ecc71;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    font-size: 0.9rem;
    margin-top: auto;
}

.online-icon {
    margin-right: 5px;
    font-size: 0.8rem;
}

.online-text {
    transition: all 0.3s ease;
}

.count-updated {
    color: #ffcc00;
    transform: scale(1.05);
}

.live-games-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #141429;
    border-radius: 30px;
    padding: 0.6rem 1.5rem;
    width: fit-content;
    margin: 1rem auto;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.live-games-icon {
    color: #2ecc71;
    margin-right: 10px;
}

.live-games-text {
    font-weight: bold;
    margin-right: 10px;
}

.live-games-update {
    color: #aaa;
    font-size: 0.85rem;
}

/* Why Choose Us Section - Feature Stack Layout */
.why-choose-us-container {
    margin: 4rem auto;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, rgba(11, 10, 30, 0.95), rgba(24, 20, 60, 0.95));
    max-width: 800px;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(46, 204, 113, 0.2);
    border: 1px solid rgba(46, 204, 113, 0.2);
    backdrop-filter: blur(10px);
}

.why-choose-us-container .section-title {
    position: relative;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
    text-align: center;
}

.why-choose-us-container .section-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 3px;
    background: linear-gradient(90deg, rgba(255,183,0,0.2) 0%, rgba(255,183,0,1) 50%, rgba(255,183,0,0.2) 100%);
}

.feature-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.feature-card {
    background-color: #151340;
    border-radius: 14px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

.feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px; /* Prevent shrinking on small screens */
    background-color: #ffb700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(255, 183, 0, 0.2);
    position: relative;
    margin-right: 1.5rem;
}

.feature-icon::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #ffb700;
    border-radius: 50%;
    z-index: -1;
}

.feature-icon img {
    width: 30px;
    height: 30px;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
}

.feature-content {
    flex: 1;
    text-align: left;
}

.feature-title {
    color: #ffb700;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.feature-description {
    color: #c5c5d3;
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Bottom Navigation Bar */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: linear-gradient(to top, rgba(10, 9, 27, 0.98), rgba(20, 18, 54, 0.98));
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.5), 0 0 15px rgba(46, 204, 113, 0.2);
    border-top: 2px solid rgba(255, 183, 0, 0.4);
    backdrop-filter: blur(15px);
    padding: 0 10px;
}

.bottom-nav-item {
    flex: 1;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.bottom-nav-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ffb700, #f39c12, #ffb700, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bottom-nav-link:hover:after {
    opacity: 1;
    animation: slide 2s infinite;
}

.bottom-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-3px);
}

.bottom-nav-link.signup {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.2), rgba(41, 128, 185, 0.1));
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.15);
}

.bottom-nav-link.signup:hover {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.3), rgba(41, 128, 185, 0.2));
}

.bottom-nav-link.contact {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2), rgba(39, 174, 96, 0.1));
    box-shadow: 0 4px 15px rgba(46, 204, 113, 0.15);
}

.bottom-nav-link.contact:hover {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.3), rgba(39, 174, 96, 0.2));
}

.nav-icon {
    font-size: 1.6rem;
    margin-bottom: 3px;
    display: block;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.nav-text {
    font-size: 0.85rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.bottom-nav-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 5px;
    position: relative;
}

.bottom-nav-logo:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: -1;
}

.bottom-nav-logo img {
    height: 100%;
    max-height: 55px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
    transition: transform 0.3s ease, filter 0.3s ease;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0%, 100% {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
    }
    50% {
        filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.6));
    }
}

.bottom-nav-logo:hover img {
    transform: scale(1.08);
}

/* Make the center item bigger for logo */
.bottom-nav-item.center {
    flex: 1.3;
    position: relative;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .game-gallery {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 1.5rem;
    }
    
    .button-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .action-btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    
    .game-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Add padding to body to account for fixed navigation */
    body {
        padding-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .game-gallery {
        grid-template-columns: 1fr;
    }
    
    .game-grid {
        grid-template-columns: 1fr;
    }
    
    header h1 {
        font-size: 2rem;
    }
    
    /* Adjust feature stack layout for mobile */
    .feature-card {
        flex-direction: column;
        padding: 1.5rem 1rem;
        text-align: center;
    }
    
    .feature-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
        margin: 0 auto 1rem;
    }
    
    .feature-icon img {
        width: 28px;
        height: 28px;
    }
    
    .feature-content {
        text-align: center;
    }
    
    /* Adjust title and description font size */
    .feature-title {
        font-size: 1.1rem;
        margin-bottom: 0.6rem;
    }
    
    .feature-description {
        font-size: 0.85rem;
        line-height: 1.5;
    }
    
    .why-choose-us-container {
        padding: 1.5rem 1rem;
        margin: 2rem auto;
    }
    
    .why-choose-us-container .section-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .why-choose-us-container .section-title::after {
        width: 120px;
        bottom: -10px;
    }
    
    /* Add spacing at the bottom for the navigation bar */
    body {
        padding-bottom: 70px;
    }
}