@media screen and (min-width: 480px) {
    .slot-section.relative.w-full.text-center {
        margin-top: 250px;
    }
}

@media screen and (max-width: 480px) {
    .slot-section.relative.w-full.text-center {
        margin-top: 70px;
    }
    .after-text-1-button {
        margin-top: 30px;
    }
}

.custom-text-p {
    margin-bottom: 20px;
}

.custom-text-p.margin-top {
    margin-top: 30px;
}

footer {
    background: #1a1a17;
    color: #808079;
    font-size: 13px;
    line-height: 20px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

footer .container > div {
    padding: 40px 0;
}

footer .top {
    border-bottom: 1px dashed #b2b2aa;
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 0 155px;
}

footer .left > div:nth-child(n+2) {
    padding-top: 2rem;
}



footer .left > div:nth-child(n+2) {

    padding-top: 2rem;

}
.sponsor {

    display: flex;
    gap: 0 7px;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    color: #808079;

}

footer .top .right {
    display: grid;
    grid-template-columns: repeat(2,50%);
}

footer .bottom {
    display: flex;
    align-items: center;
    gap: 0 5rem;
}

.copyright {
    font-weight: 600;
    color: #ababab;
    flex: 1;
}

.compliance {
    display: flex;
    gap: 0 24px;
}

footer .privacy-policy, footer ul {
    font-weight: 700;
    color: #fff;
}

footer .bottom .right > .social-media {
    display: flex;
    gap: 0 2rem;
    justify-content: flex-end;
}

.gambleaware-logo {
    max-width: 200px;
}

@media (max-width: 1199px) {
    footer .top {
        display: flex;
        flex-direction: column;
        gap: 4rem 0;
        margin: 0 -15px;
        padding: 40px 15px !important;
    }
}


@media (max-width: 1199px) {
    footer .bottom {
        flex-direction: column-reverse;
        gap: 2rem 0;
    }
}

@media (max-width: 1199px) {
    .compliance {
        order: 1;
    }
}

footer ul {
    font-weight: 700;
    color: #fff;
}

footer ul li {
    padding: 2px;
}

.footer-menu > .title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #9e9fa5;
    font-weight: bold;
}

.blogs-menu > .title {
    font-size: 1.3em;
    margin-bottom: 10px;
    color: #9e9fa5;
    font-weight: bold;
}

.usual-h2 {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    line-height: 1.2em;
}
.usual-paragraph {
    margin-top: 20px;
}

.gold-casino-logo {
    display:none;
}

.register-link > div {
    border: 1px solid #fff;
    padding:10px;
}

.register-link > div:hover {
    cursor: pointer;
    background: #3bff30;
}

.close-link {
    margin-top: 50px;
}


.close-link > div {
    border: 1px solid #fff;
    padding:10px;
}

.close-link > div:hover {
    cursor: pointer;
    background: #ff2723;
}

#en-content-block {
    max-width: 90%;
    margin-left: 5%;
}

.after-text-1-button {
    margin-bottom: 20px;
}

.numbered-list {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    max-width: 600px;
}

.numbered-list li {
    counter-increment: step-counter;
    position: relative;
    padding: 15px 20px 15px 60px;
    margin-bottom: 12px;
   /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 4px solid #007bff;*/
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
}

.numbered-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #007bff;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

/*.numbered-list li:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}*/

.numbered-list li:hover::before {
    background: #0056b3;
    transform: translateY(-50%) scale(1.1);
}

/* Responsive design */
@media (max-width: 768px) {
    .numbered-list li {
        padding: 12px 15px 12px 50px;
        font-size: 14px;
    }

    .numbered-list li::before {
        width: 25px;
        height: 25px;
        left: 12px;
        font-size: 12px;
    }
}