@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, p, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

/* Override style.min.css body styles with higher specificity */
html body, 
html body.login-page-body {
    position: relative !important;
    font-family: 'Montserrat', sans-serif !important;
    color: white !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    background-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}

/* Direct override for style.min.css line 368 */
body[style] {
    font-family: 'Montserrat', sans-serif !important;
    color: white !important;
    background-color: transparent !important;
    background: transparent !important;
    background-image: none !important;
}

/* Background styles */
.bg-sports-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('/static/assets/images/sports-betting.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -2 !important;
}

.bg-sports-overlay::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)) !important;
    backdrop-filter: blur(1px) !important;
    z-index: -1 !important;
}

/* Override any previous body background */
body::before {
    display: none;
}

.swiper-container-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper-main {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide-main {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
}

.swiper-slide-main img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.6s ease, filter 0.6s ease, opacity 0.6s ease;
}

.swiper-slide-main.blurred img {
    filter: blur(5px) brightness(0.8);
    opacity: 0.7;
    transform: scale(1.1);
}

.swiper-slide-main.active img {
    transform: scale(1);
    filter: blur(0) brightness(1);
    opacity: 1;
}

.swiper-pagination-main {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-pagination-main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 122, 255, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    margin: 0 6px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.swiper-pagination-main .swiper-pagination-bullet-active {
    background-color: #007aff;
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 6px rgba(0, 122, 255, 0.6);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    position: absolute;
    bottom: 28px;
}

/* Новый слайдер */
.swiper-container-new {
    top: 2rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper-wrapper-new {
    display: flex;
    transition: transform 0.3s ease;
}

.swiper-slide-new {
    width: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide-new img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.swiper-pagination-new {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-pagination-new .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.swiper-pagination-new .swiper-pagination-bullet-active {
    display: none;
    background-color: #ff385c;
    opacity: 1;
    transform: scale(1.5);
}

.support_photo {
    margin-top: 1rem;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.support_photo.shiny {
    animation: shinyEffect 2s ease-in-out infinite;
}

@keyframes shinyEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 25px rgba(255, 255, 255, 0.4);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .swiper-container-main {
        width: 100%;
    }

    .swiper-container-new {
        width: 100%;
    }

    .provider-list-login .provider-item {
        aspect-ratio: 1/1;
    }

    .provider-list-login-title {
        font-size: 20px;
    }
    
   
    
    /* Add margin to login container on mobile to prevent sticking to edges */
    .login-container {
        margin: 20px 15px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .swiper-container-main {
        width: 60%;
    }

    .swiper-container-new {
        width: 80%;
    }
}

.whatsapp-info {
    font-size: 18px;
    text-align: center;
    color: #e0e0e0;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.provider-list-login {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 40px;
}

.provider-list-login .provider-item {
    width: 100%;
    aspect-ratio: 6/5;
    background-color: rgba(52, 73, 94, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.provider-list-login .provider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.6);
    background-color: rgba(52, 73, 94, 0.9);
}

.provider-list-login img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    scale: 1.3
}

.provider-list-login-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    animation: glow 2s ease-in-out infinite alternate;
}

/* Premium title styles for the sports betting theme */
.premium-title {
    position: relative;
    padding-bottom: 15px;
}

.premium-text-glow {
    background: linear-gradient(to right, #fff 0%, #ffd700 30%, #fff 50%, #ffd700 70%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 29px !important;
    text-transform: uppercase;
}

.premium-title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.premium-line {
    height: 2px;
    width: 60px;
    background: linear-gradient(to right, rgba(255, 215, 0, 0.1), rgba(255, 215, 0, 1), rgba(255, 215, 0, 0.1));
    display: inline-block;
}

.premium-icon {
    color: #ffd700;
    font-size: 20px;
    margin: 0 15px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
    animation: pulsate 2s infinite ease-in-out;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.sports-icons-container {
    display: flex;
    justify-content: center;
    margin: 30px 0 15px;
    gap: 20px;
    z-index: 10;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.sport-icon-wrapper {
    font-size: 28px;
    color: #ffc107;
    text-shadow: 0 0 8px rgba(255, 193, 7, 0.5);
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
    transition: all 0.3s ease;
}

.sport-icon-wrapper:hover {
    transform: scale(1.2);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.6);
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #007aff, 0 0 20px #007aff, 0 0 30px #007aff;
    }
    to {
        text-shadow: 0 0 20px #007aff, 0 0 30px #007aff, 0 0 40px #007aff;
    }
}

@media (max-width: 1024px) {
    .provider-list-login {
        grid-template-columns: repeat(3, 1fr);
    }
}

.login-header {
    text-align: center;
    margin-bottom: 30px;
    color: white;
    position: relative;
    padding: 0 15px 20px;
}

.login-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, rgba(255, 215, 0, 0), rgba(255, 215, 0, 1), rgba(255, 215, 0, 0));
}

.login-header h2 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    background: linear-gradient(to right, #ffffff, #ffd700, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.login-header h2::before,
.login-header h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: rgba(255, 215, 0, 0.5);
}

.login-header h2::before {
    left: -40px;
}

.login-header h2::after {
    right: -40px;
}

.login-header p {
    font-size: 16px;
    color: #e0e0e0;
    font-weight: 400;
    max-width: 80%;
    margin: 15px auto 0;
    letter-spacing: 0.5px;
    position: relative;
}

.login-header p::before,
.login-header p::after {
    content: '•';
    color: #ffd700;
    font-size: 18px;
    margin: 0 8px;
    position: relative;
    top: 1px;
}

/* Login container styles */
.login-container {
    background: rgba(18, 18, 24, 0.85);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 215, 0, 0.2);
    border: 1px solid rgba(255, 215, 0, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    max-width: 450px;
    width: 100%;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.login-container::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    height: 5px;
    background: linear-gradient(90deg, #ffd700, #ffeb3b, #ffd700);
    border-radius: 5px 5px 0 0;
    animation: shine 3s infinite linear;
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

/* Social buttons container */
.social-buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: white;
    min-width: 120px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
}

.telegram-button {
    background: linear-gradient(135deg, rgba(0, 136, 204, 0.3), rgba(0, 136, 204, 0.6));
    border-color: rgba(0, 136, 204, 0.5);
}

.telegram-button:hover {
    background: linear-gradient(135deg, rgba(0, 136, 204, 0.6), rgba(0, 136, 204, 0.8));
    border-color: rgba(0, 136, 204, 0.8);
    box-shadow: 0 8px 25px rgba(0, 136, 204, 0.3);
}

.whatsapp-button {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.3), rgba(37, 211, 102, 0.6));
    border-color: rgba(37, 211, 102, 0.5);
}

.whatsapp-button:hover {
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.6), rgba(37, 211, 102, 0.8));
    border-color: rgba(37, 211, 102, 0.8);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3);
}

.social-button i {
    font-size: 20px;
}

.social-button span {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .social-buttons-container {
        flex-direction: column;
        gap: 15px;
        margin: 20px 15px;
        padding: 15px;
    }
    
    .social-button {
        min-width: auto;
        width: 100%;
    }
}