/* Mobile Responsive */
@media (max-width: 768px) {
    .lowbar {
        background: #000000 !important;
        background-color: #000000 !important;
    }

    .welcome-container {
        width: 100%;
        margin: 2rem auto 10px auto;
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }
    
    .welcome-inner {
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }
    
    .welcome-container .container {
        flex-direction: column;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .welcome-buttons {
        justify-content: center;
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        margin: 0 auto;
    }

    .welcome-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        padding-right: 0;
    }

    .social-buttons {
        justify-content: center;
    }

    .welcome-right {
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-direction: row;
        width: 100%;
        gap: 1rem;
    }

    .game-box {
        width: calc(50% - 0.5rem);
        max-width: 280px;
        margin: 0;
    }

    .welcome-title {
        font-size: 2.5rem;
        text-align: center;
        width: 100%;
    }

    .welcome-title-white,
    .welcome-title-orange {
        font-size: 3.5rem;
        display: inline;
        text-align: center;
    }

    .d-md-none {
        font-size: 3rem;
        font-weight: 600;
        color: #FFFFFF;
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
        background: linear-gradient(90deg,
            #FFFFFF 0%,
            #FFFFFF 45%,
            rgba(255, 255, 255, 0.9) 50%,
            #FFFFFF 55%,
            #FFFFFF 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        background-clip: text;
        animation: mobileTitleGlow 3s ease-in-out infinite;
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .welcome-title {
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
    }

    .welcome-title-white,
    .welcome-title-orange {
        font-size: 3.5rem;
        display: inline;
        text-align: center;
    }

    .payment-container {
        background: #000000 !important;
        background-image: none !important;
        background-size: auto !important;
        margin: 10px auto !important;
        width: calc(100% - 16px) !important;
        border-radius: 12px !important;
        border: 1px solid #333333 !important;
        box-sizing: border-box;
        overflow: hidden;
        padding-bottom: 0px;
    }

    .payment-inner {
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .payment-title {
        font-size: 2rem !important;
        line-height: 1.3;
        margin-bottom: 5px;
        text-align: center;
        margin-top: 0;
        padding: 0 15px;
        width: 100%;
        white-space: normal;
        overflow: visible;
        display: block;
        word-break: normal;
        max-width: 100%;
        font-weight: 700;
    }

    /* Mobil için eklenen yeni parlaklık animasyonu */
    @keyframes mobileYellowGlow {
        0% {
            text-shadow: 0 0 3px rgba(249, 198, 54, 0.3),
                        0 0 5px rgba(249, 198, 54, 0.2);
        }
        50% {
            text-shadow: 0 0 8px rgba(249, 198, 54, 0.5),
                        0 0 10px rgba(249, 198, 54, 0.3);
        }
        100% {
            text-shadow: 0 0 3px rgba(249, 198, 54, 0.3),
                        0 0 5px rgba(249, 198, 54, 0.2);
        }
    }

    .payment-subtitle {
        font-size: 1.8rem !important;
        line-height: calc(1em + 2px);
        text-align: center;
        padding: 0 15px;
        width: 100%;
        white-space: normal !important;
        overflow: visible !important;
        display: block;
        color: #fac025 !important;
        background: none !important;
        -webkit-background-clip: initial !important;
        background-clip: initial !important;
        word-break: normal;
        text-overflow: clip !important;
        max-height: none;
        font-weight: 700;
        hyphens: none !important;
        -webkit-hyphens: none !important;
        animation: mobileYellowGlow 3s ease-in-out infinite !important;
        margin-bottom: 4px;
    }

    .payment-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 0;
        width: 100%;
        gap: 0;
    }

    .payment-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0.5rem;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .payment-content {
        align-items: center !important;
        text-align: center !important;
    }

    .coin-image {
        width: 100px;
        height: 100px;
        position: relative;
        right: auto !important;
    }

    .coin-images {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: -10px;
        margin-bottom: -15px;
        position: relative;
        gap: -25px;
        justify-content: center !important;
        align-items: center !important;
    }

    .coin-image:nth-child(1) {
        margin-right: -40px;
    }

    .coin-image:nth-child(2) {
        margin-right: -40px;
    }

    .coin-image:nth-child(3) {
        margin-right: -40px;
    }

    .coin-image:nth-child(4) {
        margin-right: 0;
    }

    .features-container {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .features-content {
        flex-direction: column;
    }

    .feature-title {
        font-size: 1.2rem !important;
        white-space: normal;
        overflow: visible;
    }

    .originals-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .originals-container {
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .sport-box {
        height: auto;
    }

    .sport-icon {
        height: auto;
    }

    .sport-name {
        font-size: 14px;
        padding: 10px;
        height: 40px;
    }
}

@media (max-width: 1440px) {
    .payment-title {
        font-size: 2rem;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-width: 100%;
        line-height: 1.2;
    }

    .payment-subtitle {
        font-size: 1.9rem;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-width: 100%;
        line-height: 1.2;
    }

    .feature-title {
        font-size: 1.1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1200px) {
    .originals-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
    
@media (max-width: 480px) {

    .originals-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }

    .originals-container {
        padding: 0 10px;
    }

    .originals-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    /* En küçük ekranlar için daha da azaltılmış parlaklık */
    @keyframes smallMobileYellowGlow {
        0% {
            text-shadow: 0 0 2px rgba(249, 198, 54, 0.2);
        }
        50% {
            text-shadow: 0 0 5px rgba(249, 198, 54, 0.4);
        }
        100% {
            text-shadow: 0 0 2px rgba(249, 198, 54, 0.2);
        }
    }
    
    .payment-title {
        font-size: 1.7rem !important;
        margin-bottom: 8px;
        display: block;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    
    .payment-subtitle {
        font-size: 1.6rem !important;
        display: block;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        line-height: calc(0.9em + 2px);
        margin-bottom: 2px;
        width: 100%;
        animation: smallMobileYellowGlow 3s ease-in-out infinite !important;
        text-shadow: 0 0 3px rgba(249, 198, 54, 0.2);
    }
}

@media (max-width: 768px) {
    /* Mobil için eklenen yeni parlaklık animasyonu - welcome-title için */
    @keyframes mobileTitleGlow {
        0% {
            text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
        }
        50% {
            text-shadow: 0 0 4px rgba(255, 255, 255, 0.25);
        }
        100% {
            text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
        }
    }
    
    .welcome-title-white,
    .welcome-title-orange {
        font-size: 3.5rem;
        display: inline;
        text-align: center;
        animation: mobileTitleGlow 3s ease-in-out infinite;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
    }
    
    .d-md-none {
        font-size: 3rem;
        font-weight: 600;
        color: #FFFFFF;
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.2);
        background: linear-gradient(90deg,
            #FFFFFF 0%,
            #FFFFFF 45%,
            rgba(255, 255, 255, 0.9) 50%,
            #FFFFFF 55%,
            #FFFFFF 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        background-clip: text;
        animation: mobileTitleGlow 3s ease-in-out infinite;
        text-align: center;
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .features-content {
        flex-direction: column;
    }

    .feature-title {
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Çok küçük ekranlar için ek responsive ayarlar */
@media (max-width: 390px) {
    .sports-buttons {
        padding: 4px 6px;
        gap: 1px;
        width: calc(100% - 6px);
    }
    
    .sports-button {
        padding: 3px 4px;
        gap: 2px;
        font-size: 0.65rem;
    }
    
    .sports-button span {
        font-size: 0.65rem;
    }
    
    .sports-icon {
        width: 16px;
        height: 16px;
    }
    
    .separator {
        font-size: 0.6rem;
        margin: 0;
    }
}

@media (max-width: 360px) {
    .sports-buttons {
        padding: 3px 4px;
        gap: 0px;
        width: calc(100% - 4px);
    }
    
    .sports-button {
        padding: 2px 3px;
        gap: 1px;
        font-size: 0.6rem;
    }
    
    .sports-button span {
        font-size: 0.6rem;
    }
    
    .sports-icon {
        width: 14px;
        height: 14px;
    }
    
    .separator {
        font-size: 0.5rem;
        margin: 0;
    }
}

@media (max-width: 320px) {
    .sports-buttons {
        padding: 2px 3px;
        gap: 0px;
        width: calc(100% - 2px);
    }
    
    .sports-button {
        padding: 2px;
        gap: 1px;
        font-size: 0.55rem;
    }
    
    .sports-button span {
        font-size: 0.55rem;
    }
    
    .sports-icon {
        width: 12px;
        height: 12px;
    }
    
    .separator {
        font-size: 0.5rem;
        margin: 0;
        padding: 0 1px;
    }
}

/* Footer Margin Fix */
.footer {
    margin-top: 0 !important;
}

/* Mobil Alt Bar - Center Button Custom Image */
@media (max-width: 768px) {
    .footer {
        margin-top: 0 !important;
    }

    .lowbar .sticky-menu-container {
        height: auto !important;
    }

    .lowbar .sticky-menu-container .inner-menu button {
        width: 60px !important;
        height: 60px !important;
        overflow: visible !important;
        background: #FEC222 !important;
        border-radius: 50% !important;
    }

    .lowbar .sticky-menu-container .inner-menu button span {
        width: 60px !important;
        height: 60px !important;
        overflow: visible !important;
        position: relative !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .lowbar .sticky-menu-container .icon.plus {
        width: 60px !important;
        height: 60px !important;
        overflow: visible !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .lowbar .sticky-menu-container .icon.plus .svg-icon {
        display: none !important;
    }

    .lowbar .sticky-menu-container .icon.plus::before {
        content: "" !important;
        display: block !important;
        width: 40px !important;
        height: 40px !important;
        background-image: url(https://vendor-provider.fra1.cdn.digitaloceanspaces.com/ebetlab/ep3YGM2vykm19eefqTFkF0LvamjEEULx/mini-sliders/6wj7Kt4uDckrVcPDb5RcAORJcfBBSfbayJYRjvqO.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
}