/* Homepage-only styles (Default.aspx) */
section.casino-hero.casino-hero--home {
    border-radius: 20px;
    overflow: hidden; 
    padding-bottom: 20px;
    padding-top: 0;
}

section.casino-hero.casino-hero--home .container-fluid {
    padding-block: 0;
}

section.casino-hero.casino-hero--home .casino-hero__card {
    background: linear-gradient(90deg, rgb(14 84 169) 5%, rgb(14 84 169) 50%);
}

.casino-hero__content--home {
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 38px;
}

.casino-hero__home-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1 1 auto;
}

.casino-hero__home-title {
    display: block;
    max-width: 580px;
    color: #fff !important;
    font-size: clamp(34px, 4.2vw, 64px) !important;
    font-weight: var(--font-weight-bold) !important;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.casino-hero__home-accent {
    display: block;
    font-weight: var(--font-weight-bold) !important;
    color: var(--color-primary-blue-hover);
    font-size: clamp(38px, 4.8vw, 75px);
    line-height: 1;
}

.casino-hero__home-subtitle {
    display: block;
    max-width: 520px;
    margin-top: 12px;
    color: #fff;
    font-size: clamp(16px, 1.6vw, 32px);
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.casino-hero__home-disclaimer { 
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 10px !important; 
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 991px) {
    section.casino-hero.casino-hero--home .container-fluid {
        padding: 0;
    }

    .casino-hero--home .casino-hero__slider {
        aspect-ratio: auto;
        border-radius: 10px;
        min-height: 0;
    }

    .casino-hero--home .casino-hero__slider .swiper-slide {
        min-height: 0;
    }

    .casino-hero--home .casino-hero__card {
        aspect-ratio: auto;
        height: auto;
        min-height: 0;
    }

    .casino-hero--home .casino-hero__card picture {
        position: relative;
        inset: auto;
    }

    .casino-hero--home .casino-hero__card picture img,
    .casino-hero--home .casino-hero__card > img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .casino-hero__content--home {
        padding-top: 0;
        padding-bottom: 34px;
    }

    .casino-hero__home-title {
        font-size: clamp(30px, 8vw, 40px);
    }

    .casino-hero__home-accent {
        font-size: clamp(34px, 9vw, 44px);
    }

    .casino-hero__home-subtitle {
        margin-top: 10px;
        font-size: clamp(14px, 3.6vw, 18px);
    }

    .casino-hero__home-disclaimer {
        font-size: 9px;
    }
}

@media only screen and (max-width: 575px) {
    .casino-hero__home-title {
        font-size: clamp(26px, 9vw, 26px);
    }

    .casino-hero__home-accent {
        font-size: clamp(30px, 10vw, 26px);
    }

    .casino-hero__home-subtitle {
        font-size: clamp(13px, 4vw, 16px);
    }
}

section.promotions-slider {
    padding: 0px 0 40px;
}

section.promotions-slider .promotions-slider__inner {
    width: 100%;
    overflow: hidden;
}

section.promotions-slider .promotions-slider__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

section.promotions-slider .promotions-slider__icon {
    display: block;
    width: 50px;
    height: auto;
    flex: 0 0 50px;
}

section.promotions-slider h2 {
    margin: 0;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
}

section.promotions-slider .promotions-slider__track {
    overflow: hidden;
    border-radius: 14px
}

section.promotions-slider .promotions-slider__track:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

section.promotions-slider .promotions-slider__track:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

section.promotions-slider .promotions-slider__card {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    line-height: 0;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

section.promotions-slider .promotions-slider__card:hover,
section.promotions-slider .promotions-slider__card:focus {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.18);
}

section.promotions-slider .promotions-slider__card img {
    display: block;
    width: 100%;
    /* aspect-ratio: 440 / 240; */
    border-radius: 14px;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    section.promotions-slider .promotions-slider__track:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 calc((100% - 32px) / 3);
    }
}

@media only screen and (max-width: 767px) {
    section.promotions-slider {
        padding: 18px 0 16px;
    }

    section.promotions-slider .promotions-slider__header {
        margin-bottom: 14px;
    }

    section.promotions-slider .promotions-slider__icon {
        width: 44px;
        flex-basis: 44px;
    }

    section.promotions-slider h2 {
        font-size: var(--font-size-24);
    }
}

section.about-us .video-holder {
    position: relative;
    overflow: hidden;
    /* max-width: 532px; */
    border-radius: 18px;
    background: #a9edff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

section.about-us .video-holder video {
    opacity: 0;
}

section.about-us .video-holder.is-playing video {
    opacity: 1;
}

section.about-us .video-poster {
    inset: 0;
    pointer-events: none;
}

section.about-us .video-holder.is-playing .video-poster {
    opacity: 0;
}

section.about-us .playpause {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--color-white);
    box-shadow: 0 10px 28px rgba(16, 24, 40, 0.25);
    cursor: pointer;
}

section.about-us .playpause:before {
    content: "";
    position: absolute;
    left: 28px;
    top: 21px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid var(--color-primary-blue);
}

section.about-us .details {
    /* max-width: 510px; */
}

section.about-us .details h3 {
    display: block;
    font-family: var(--font-primary);
    color: var(--color-dark);
    font-size: var(--font-size-40);
    font-weight: var(--font-weight-bold);
    position: relative;
}

section.about-us .details h3:after {
    display: none;
}

section.about-us .details h4 {
    font-family: var(--font-primary);
    color: var(--color-sky-blue);
    font-weight: var(--font-weight-semibold);
    line-height: 1.25;
    margin-bottom: 14px;
}

section.about-us .details p {
    font-size: var(--font-size-20);
    color: var(--color-dark);
    font-family: var(--font-primary);
}

section.about-us .details a:hover,
section.about-us .details a:focus {
    background: var(--gradient-blue-hover);
    color: var(--color-white) !important;
}

.bag-img {
    position: absolute;
    max-width: 166px;
    bottom: 5px;
}

section.popular-sports {
    padding: 0px;
}

section.popular-sports .popular-sports__inner {
    width: 100%;
    /* padding: 0 22px; */
    overflow: hidden;
}

section.popular-sports .popular-sports__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-16);
    margin-bottom: var(--space-20);
}

section.popular-sports h2 {
    margin: 0;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-bold);
    line-height: 1.15;
    text-align: left;
}

section.popular-sports .popular-sports__actions {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px;
    flex: 0 0 auto;
}

section.popular-sports .popular-sports__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: var(--space-10) var(--space-20);
    border-radius: 35px;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

section.popular-sports .popular-sports__cta:hover,
section.popular-sports .popular-sports__cta:focus {
    background: var(--gradient-blue-hover);
    color: var(--color-white);
    transform: translateY(-1px);
}

section.popular-sports .popular-sports__nav {
    position: relative;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: var(--color-sky-blue);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

section.popular-sports .popular-sports__nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-top: 4px solid var(--color-light-blue);
    border-right: 4px solid var(--color-light-blue);
}

section.popular-sports .popular-sports__nav--prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

section.popular-sports .popular-sports__nav--next {
    background: var(--gradient-blue);
}

section.popular-sports .popular-sports__nav--next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

section.popular-sports .popular-sports__nav:hover,
section.popular-sports .popular-sports__nav:focus {
    background: var(--gradient-blue-hover);
    transform: translateY(-1px);
}

section.popular-sports .popular-sports__nav.swiper-button-disabled,
section.popular-sports .popular-sports__nav.swiper-button-lock {
    opacity: 0.45;
    cursor: default;
    pointer-events: none;
    transform: none;
}

section.popular-sports .popular-sports__slider {
    overflow: visible;
}

section.popular-sports .popular-sports__slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
}

section.popular-sports .popular-sports__slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 213px;
}

section.popular-sports .swiper-slide {
    width: 213px !important;
    height: 260px;
}

section.popular-sports .popular-sports__card {
    position: relative;
    display: block;
    width: 213px;
    height: 260px;
    box-sizing: border-box;
    overflow: hidden;
    border: 4px solid #D5E9F1;
    border-radius: 20px;
    background: #111826;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

section.popular-sports .popular-sports__card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(175deg, rgba(6, 11, 21, 0) 38%, rgba(6, 11, 21, 0.4) 66%, rgba(6, 11, 21, 0.94) 100%);
}

section.popular-sports .popular-sports__card:hover,
section.popular-sports .popular-sports__card:focus {
    border-color: var(--color-sky-blue);
}

section.popular-sports .popular-sports__card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.popular-sports .popular-sports__card span {
    position: absolute;
    right: 10px;
    bottom: 14px;
    left: 10px;
    z-index: 2;
    color: var(--color-white);
    font-family: var(--font-secondary);
    font-size: var(--font-size-24);
    font-style: italic;
    font-weight: var(--font-weight-black);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 767px) {
    section.popular-sports {
        padding: 10px 0 18px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__inner {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__header {
        gap: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports h2 {
        font-size: var(--font-size-24);
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__actions {
        gap: 5px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__cta {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__nav {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__nav:before {
        width: 8px;
        height: 8px;
        border-width: 2px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__card {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__card span {
        bottom: 14px;
        font-size: var(--font-size-24);
    }
}

@media only screen and (max-width: 767px) {
    section.popular-sports .popular-sports__slider:not(.swiper-initialized) .swiper-slide {
        flex-basis: 213px;
    }
}

@media only screen and (max-width: 1000px) {
    section.about-us .details p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    section.about-us .details a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1000px) {
    section.about-us .details h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    section.about-us .details h3 {
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 800px) {
    section.about-us {
        padding: 58px 0;
    }
}

@media only screen and (max-width: 800px) {
    section.about-us .details {
        max-width: none;
    }
}

@media only screen and (max-width: 800px) {
    section.about-us .video-holder {
        max-width: none;
    }
}

@media only screen and (max-width: 740px) {
    section.about-us .video-holder {
        border-radius: 12px;
    }
}

@media only screen and (max-width: 740px) {
    section.about-us .details h3 {
        display: block;
        font-size: 28px;
    }
}

@media only screen and (max-width: 740px) {
    section.about-us .details a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 480px) {
    section.about-us {
        padding: 46px 0;
    }
}

@media only screen and (max-width: 480px) {

    section.about-us .details h3,
    section.about-us .details p {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    section.about-us .details p {
        font-size: var(--font-size-16);
        line-height: 1.5;
    }
}

@media only screen and (max-width: 480px) {
    section.about-us .playpause {
        width: 56px;
        height: 56px;
    }
}

@media only screen and (max-width: 480px) {
    section.about-us .playpause:before {
        left: 23px;
        top: 18px;
        border-top-width: 10px;
        border-bottom-width: 10px;
        border-left-width: 16px;
    }
}



/* Ball draw live counter */

.lotto-counter {
    padding: 20px 0 40px;
}

.lotto-counter__card__outer {
    position: relative;
    display: flex;
    border-radius: 16px;
    /* border: 4px solid var(--color-dark); */
    border: none;
}

.lotto-counter__card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 40px 20px 20px;
    border-radius: 17px;
    background: #F9DD04;
    background: linear-gradient(180deg, rgba(249, 221, 4, 1) 5%, rgba(249, 162, 55, 1) 100%);
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.lotto-counter__card:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../img/new/bg-ball-draw.jpg') center no-repeat;
    background-size: cover;
    pointer-events: none;
    opacity: 0.2;
    border-radius: 12px;
}

.lotto-counter__card:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    border-radius: 12px;
}

.lotto-counter__bag,
.lotto-counter__content,
.lotto-counter__numbers,
.lotto-counter__draw {
    position: relative;
    z-index: 1;
}

.lotto-counter__bag {
    max-width: 100%;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.35));
    width: 100%;
}

.lotto-counter__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 178px;
    padding-bottom: 20px;
    gap: 10px;
}

.lotto-counter-box {
    gap: 20px;
}

.lotto-counter__content h2 {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-54);
    font-weight: var(--font-weight-black);
    line-height: 1;
    text-align: left;
}

.lotto-counter__content h2 span {
    color: #ffb000;
    font-weight: var(--font-weight-black);
}

.lotto-counter__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.lotto-counter__button:hover,
.lotto-counter__button:focus {
    background: var(--gradient-blue-hover);
    color: var(--color-white);
}

.lotto-counter__numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.lotto-counter__numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--lotto-counter);
    height: var(--lotto-counter);
    border-radius: 50%;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-44);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    box-shadow: inset 2px 8px 20px 0px rgba(0, 0, 0, 0.35);
}

.lotto-counter__draw {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-self: end;
    color: var(--color-white);
    font-family: var(--font-primary);
    line-height: 1;
}

.lotto-counter__draw span {
    margin-bottom: 8px;
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    opacity: 0.78;
}

.lotto-counter__draw strong {
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    color:#fafafac2;
}
.lotto-counter__draw strong#next-draw-counter{
    font-size: var(--font-size-42);
    color: var(--color-white);
    min-width: 190px;
}

.lotto-counter-mobile {
    padding: 0 0 18px;
}

.lotto-counter-mobile__card__outer {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    border-radius: 20px;
    border: 4px solid #D5E9F1;
}

.lotto-counter-mobile__card {
    flex-direction: column;
    display: flex;
    align-items: center;
    background: #F9DD04;
    background: linear-gradient(180deg, rgba(249, 221, 4, 1) 5%, rgba(249, 162, 55, 1) 100%);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    gap: 12px;
    outline: 4px solid #D5E9F1;
}

.lotto-counter-mobile__card:before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    background: url('../../img/new/bg-ball-draw.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    opacity: 0.5;
    height: 100%;
}

.lotto-counter-mobile__card:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 1);
    pointer-events: none;
    width: 100%;
    border-radius: 20px;
    opacity: 0.4;
    height: 100%;
}

.lotto-counter-mobile__draw,
.lotto-counter-mobile__body,
.lotto-counter-mobile__button {
    position: relative;
    z-index: 1;
}

.lotto-counter-mobile__draw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-white);
    font-family: var(--font-primary);
    line-height: 1;
    width: 100%;
}

.lotto-counter-mobile__draw span {
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-bold);
}

.lotto-counter-mobile__draw strong {
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-bold);
}

.lotto-counter-mobile__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0px;
    width: 100%;
}

.lotto-counter-mobile__bag_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lotto-counter-mobile__bag {
    display: block;
    width: 80px;
    max-width: 100%;
    filter: drop-shadow(0 9px 14px rgba(0, 0, 0, 0.35));
}

.lotto-counter-mobile__content {
    min-width: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.lotto-counter-mobile__content h2 {
    margin: 0 0px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-black);
    line-height: 1;
    text-align: left;
    white-space: nowrap;
}

.lotto-counter-mobile__content h2 span {
    color: #ffb000;
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-bold);
}

.lotto-counter-mobile__numbers {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lotto-counter-mobile__numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--lotto-counter-mobile);
    height: var(--lotto-counter-mobile);
    border-radius: 50%;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    box-shadow: inset 1px 6px 10px 0px rgba(0, 0, 0, 0.35);
}

.lotto-counter-mobile__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 30px;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-semibold);
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.lotto-counter-mobile__button:hover,
.lotto-counter-mobile__button:focus {
    background: var(--gradient-blue-hover);
    color: var(--color-white);
}

@media only screen and (max-width: 991px) {
    .lotto-counter {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .lotto-counter-mobile {
        /* display: none; */
    }
}

@media only screen and (max-width: 1199px) {
    .lotto-counter__content h2 {
        font-size: var(--font-size-42);
    }
}

@media only screen and (max-width: 1199px) {
    .lotto-counter__numbers span {
        font-size: var(--font-size-32);
        width: var(--font-size-50);
        height: var(--font-size-50);
    }
}

@media only screen and (max-width: 768px) {
    .lotto-counter__content h2 {
        font-size: var(--font-size-32);
    }
}

@media only screen and (max-width: 768px) {
    .lotto-counter__draw span {
        font-size: var(--font-size-18);
    }
}

@media only screen and (max-width: 768px) {
    .lotto-counter__draw strong {
        font-size: var(--font-size-32);
    }
}

@media only screen and (min-width: 992px) {
    .lotto-counter-mobile {
        display: none;
    }
}

section.casino-games .casino-games__inner {
    width: 100%;
    overflow: hidden;
}

section.casino-games .casino-games__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

section.casino-games .casino-games__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

section.casino-games .casino-games__icon {
    display: block;
    width: 50px;
    height: auto;
    flex: 0 0 50px;
}

section.casino-games h2 {
    margin: 0;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
    text-align: left;
}

section.casino-games .casino-games__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

section.casino-games .casino-games__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

section.casino-games .casino-games__cta:hover,
section.casino-games .casino-games__cta:focus {
    background: var(--gradient-blue-hover);
    color: var(--color-white);
    transform: translateY(-1px);
}

section.casino-games .casino-games__nav {
    position: relative;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: var(--gradient-blue);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

section.casino-games .casino-games__nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
}

section.casino-games .casino-games__nav--prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

section.casino-games .casino-games__nav--next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

section.casino-games .casino-games__nav:hover,
section.casino-games .casino-games__nav:focus {
    background: var(--gradient-blue-hover);
    transform: translateY(-1px);
}

section.casino-games .casino-games__nav.swiper-button-disabled,
section.casino-games .casino-games__nav.swiper-button-lock {
    background: #9ed8f8;
    opacity: 1;
    cursor: default;
    pointer-events: none;
    transform: none;
}

section.casino-games .casino-games__slider {
    overflow: hidden;
}

section.casino-games .casino-games__slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
}

section.casino-games .casino-games__slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc((100% - 12px) / 2);
    scroll-snap-align: start;
}

section.casino-games .swiper-slide {
    width: 220px !important;
    height: auto;
}

section.casino-games .casino-games__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    transition: transform 0.2s ease;
}

section.casino-games .casino-games__card:hover,
section.casino-games .casino-games__card:focus {
    transform: translateY(-2px);
}

section.casino-games .casino-games__thumb {
    display: block;
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 1;
    background: #111826;
}

section.casino-games .casino-games__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.casino-games .casino-games__name {
    display: block;
    margin-top: 10px;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-medium);
    line-height: 1.25;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    section.casino-games .casino-games__slider:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 220px;
    }
}

@media only screen and (max-width: 767px) {
    section.casino-games .casino-games__header {
        gap: 10px;
        margin-bottom: 14px;
    }

    section.casino-games .casino-games__icon {
        width: 44px;
        flex-basis: 44px;
    }

    section.casino-games h2 {
        font-size: var(--font-size-24);
    }

    section.casino-games .casino-games__actions {
        gap: 6px;
    }

    section.casino-games .casino-games__cta {
        min-height: 30px;
        padding: 0 14px;
        font-size: var(--font-size-11);
        display: none;
    }

    section.casino-games .casino-games__thumb {
        border-radius: 14px;
        outline: 4px solid var(--color-light-blue);
    }

    section.casino-games .casino-games__name {
        margin-top: 8px;
        font-size: var(--font-size-14);
    }

    section.casino-games .swiper-slide {
        width: calc((100% - 12px) / 2) !important;
    }
}

/* Hot games carousel */
section.hot-games .hot-games__panel {
    padding: 24px 28px 28px;
    border-radius: 22px;
    background: var(--color-primary-blue);
}

section.hot-games .hot-games__inner {
    width: 100%;
    overflow: hidden;
}

section.hot-games .hot-games__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

section.hot-games .hot-games__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

section.hot-games .hot-games__icon {
    display: block;
    width: 50px;
    height: auto;
    flex: 0 0 50px;
}

section.hot-games h2 {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
    text-align: left;
}

section.hot-games .hot-games__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

section.hot-games .hot-games__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--color-dark-navyblue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

section.hot-games .hot-games__cta:hover,
section.hot-games .hot-games__cta:focus {
    background: #0f1528;
    color: var(--color-white);
    transform: translateY(-1px);
}

section.hot-games .hot-games__nav {
    position: relative;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: var(--color-dark-navyblue);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

section.hot-games .hot-games__nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
}

section.hot-games .hot-games__nav--prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

section.hot-games .hot-games__nav--next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

section.hot-games .hot-games__nav:hover,
section.hot-games .hot-games__nav:focus {
    background: #0f1528;
    transform: translateY(-1px);
}

section.hot-games .hot-games__nav.swiper-button-disabled,
section.hot-games .hot-games__nav.swiper-button-lock {
    background: rgba(255, 255, 255, 0.28);
    opacity: 1;
    cursor: default;
    pointer-events: none;
    transform: none;
}

section.hot-games .hot-games__slider {
    overflow: hidden;
}

section.hot-games .hot-games__slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
}

section.hot-games .hot-games__slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc((100% - 12px) / 2);
    scroll-snap-align: start;
}

section.hot-games .swiper-slide {
    width: 220px !important;
    height: auto;
}

section.hot-games .hot-games__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    transition: transform 0.2s ease;
}

section.hot-games .hot-games__card:hover,
section.hot-games .hot-games__card:focus {
    transform: translateY(-2px);
}

section.hot-games .hot-games__thumb {
    display: block;
    overflow: hidden;
    border: 4px solid var(--color-light-blue);
    border-radius: 16px;
    aspect-ratio: 1;
    background: #111826;
}

section.hot-games .hot-games__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

section.hot-games .hot-games__name {
    display: block;
    margin-top: 10px;
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-medium);
    line-height: 1.25;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.hot-games .hot-games__slider:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 220px;
    }
    section.casino-hero.casino-hero--home{
        padding-top: 0;
        margin-top: -5px;
        border-radius: 0px;
    }
    .casino-hero--home .casino-hero__slider{
        border-radius: 0px;
        /* aspect-ratio: 384 / 160; */
    }
}

@media only screen and (max-width: 767px) {
    .casino-hero--home .casino-hero__slider{
        border-radius: 0;
    }
    section.casino-hero.casino-hero--home { 
        padding: 0 0 20px;
        border-radius: 0;
        margin-top: -3px;
    }
    section.hot-games {
        padding: 0 0 18px;
    }

    section.hot-games .hot-games__panel {
        padding: 18px 16px 20px;
        border-radius: 18px;
    }

    section.hot-games .hot-games__header {
        gap: 10px;
        margin-bottom: 14px;
    }

    section.hot-games .hot-games__icon {
        width: 44px;
        flex-basis: 44px;
    }

    section.hot-games h2 {
        font-size: var(--font-size-24);
    }

    section.hot-games .hot-games__actions {
        gap: 6px;
    }

    section.hot-games .hot-games__cta {
        min-height: 30px;
        padding: 0 14px;
        font-size: var(--font-size-11);
        display: none;
    }

    section.hot-games .hot-games__thumb {
        border-width: 2px;
        border-radius: 14px;
    }

    section.hot-games .hot-games__name {
        margin-top: 8px;
        font-size: var(--font-size-14);
    }

    section.hot-games .swiper-slide {
        width: calc((100% - 12px) / 2) !important;
    }
}

/* New / jackpot / promo game carousels */
section.new-games .new-games__inner,
section.jackpot-games .jackpot-games__inner,
section.promo-games .promo-games__inner {
    width: 100%;
    overflow: hidden;
}

section.new-games .new-games__header,
section.jackpot-games .jackpot-games__header,
section.promo-games .promo-games__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

section.new-games .new-games__heading,
section.jackpot-games .jackpot-games__heading,
section.promo-games .promo-games__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

section.new-games .new-games__icon,
section.jackpot-games .jackpot-games__icon,
section.promo-games .promo-games__icon {
    display: block;
    width: 50px;
    height: auto;
    flex: 0 0 50px;
}

section.new-games h2,
section.jackpot-games h2,
section.promo-games h2 {
    margin: 0;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: var(--font-size-28);
    font-weight: var(--font-weight-bold);
    line-height: 1.1;
    text-align: left;
}

section.new-games .new-games__actions,
section.jackpot-games .jackpot-games__actions,
section.promo-games .promo-games__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}

section.new-games .new-games__cta,
section.jackpot-games .jackpot-games__cta,
section.promo-games .promo-games__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--gradient-blue);
    color: var(--color-white);
    font-family: var(--font-primary);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

section.new-games .new-games__cta:hover,
section.new-games .new-games__cta:focus,
section.jackpot-games .jackpot-games__cta:hover,
section.jackpot-games .jackpot-games__cta:focus,
section.promo-games .promo-games__cta:hover,
section.promo-games .promo-games__cta:focus {
    background: var(--gradient-blue-hover);
    color: var(--color-white);
    transform: translateY(-1px);
}

section.new-games .new-games__nav,
section.jackpot-games .jackpot-games__nav,
section.promo-games .promo-games__nav {
    position: relative;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: var(--gradient-blue);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

section.new-games .new-games__nav:before,
section.jackpot-games .jackpot-games__nav:before,
section.promo-games .promo-games__nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
}

section.new-games .new-games__nav--prev:before,
section.jackpot-games .jackpot-games__nav--prev:before,
section.promo-games .promo-games__nav--prev:before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

section.new-games .new-games__nav--next:before,
section.jackpot-games .jackpot-games__nav--next:before,
section.promo-games .promo-games__nav--next:before {
    transform: translate(-65%, -50%) rotate(45deg);
}

section.new-games .new-games__nav:hover,
section.new-games .new-games__nav:focus,
section.jackpot-games .jackpot-games__nav:hover,
section.jackpot-games .jackpot-games__nav:focus,
section.promo-games .promo-games__nav:hover,
section.promo-games .promo-games__nav:focus {
    background: var(--gradient-blue-hover);
    transform: translateY(-1px);
}

section.new-games .new-games__nav.swiper-button-disabled,
section.new-games .new-games__nav.swiper-button-lock,
section.jackpot-games .jackpot-games__nav.swiper-button-disabled,
section.jackpot-games .jackpot-games__nav.swiper-button-lock,
section.promo-games .promo-games__nav.swiper-button-disabled,
section.promo-games .promo-games__nav.swiper-button-lock {
    background: #9ed8f8;
    opacity: 1;
    cursor: default;
    pointer-events: none;
    transform: none;
}

section.new-games .new-games__slider,
section.jackpot-games .jackpot-games__slider,
section.promo-games .promo-games__slider {
    overflow: hidden;
}

section.new-games .new-games__slider:not(.swiper-initialized) .swiper-wrapper,
section.jackpot-games .jackpot-games__slider:not(.swiper-initialized) .swiper-wrapper,
section.promo-games .promo-games__slider:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
}

section.new-games .new-games__slider:not(.swiper-initialized) .swiper-slide,
section.jackpot-games .jackpot-games__slider:not(.swiper-initialized) .swiper-slide,
section.promo-games .promo-games__slider:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc((100% - 12px) / 2);
    scroll-snap-align: start;
}

section.new-games .swiper-slide,
section.jackpot-games .swiper-slide,
section.promo-games .swiper-slide {
    width: 220px !important;
    height: auto;
}

section.new-games .new-games__card,
section.jackpot-games .jackpot-games__card,
section.promo-games .promo-games__card {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    transition: transform 0.2s ease;
}

section.new-games .new-games__card:hover,
section.new-games .new-games__card:focus,
section.jackpot-games .jackpot-games__card:hover,
section.jackpot-games .jackpot-games__card:focus,
section.promo-games .promo-games__card:hover,
section.promo-games .promo-games__card:focus {
    transform: translateY(-2px);
}

section.new-games .new-games__thumb,
section.jackpot-games .jackpot-games__thumb,
section.promo-games .promo-games__thumb {
    position: relative;
    display: block;
    overflow: hidden;
    border: 4px solid var(--color-light-blue);
    border-radius: 16px;
    aspect-ratio: 1;
    background: #111826;
    box-shadow: 0 0 0 1px rgba(213, 233, 241, 0.9);
}

section.new-games .new-games__thumb img,
section.jackpot-games .jackpot-games__thumb img,
section.promo-games .promo-games__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

section.jackpot-games .jackpot-games__card .top-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    border-radius: 30px;
    background: #d1ad5173;
    color: var(--color-white);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-semibold);
}

section.jackpot-games .jackpot-games__card .top-badge img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

section.new-games .new-games__name,
section.jackpot-games .jackpot-games__name,
section.promo-games .promo-games__name {
    display: block;
    margin-top: 10px;
    color: var(--color-dark);
    font-family: var(--font-primary);
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-medium);
    line-height: 1.25;
    text-align: center;
}

@media only screen and (min-width: 768px) {

    section.new-games .new-games__slider:not(.swiper-initialized) .swiper-slide,
    section.jackpot-games .jackpot-games__slider:not(.swiper-initialized) .swiper-slide,
    section.promo-games .promo-games__slider:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 220px;
    }
}

@media only screen and (max-width: 767px) {

    section.new-games,
    section.jackpot-games,
    section.promo-games {
        padding: 18px 0 16px;
    }

    section.new-games .new-games__header,
    section.jackpot-games .jackpot-games__header,
    section.promo-games .promo-games__header {
        gap: 10px;
        margin-bottom: 14px;
    }

    section.new-games .new-games__icon,
    section.jackpot-games .jackpot-games__icon,
    section.promo-games .promo-games__icon {
        width: 44px;
        flex-basis: 44px;
    }

    section.new-games h2,
    section.jackpot-games h2,
    section.promo-games h2 {
        font-size: var(--font-size-24);
    }

    section.new-games .new-games__actions,
    section.jackpot-games .jackpot-games__actions,
    section.promo-games .promo-games__actions {
        gap: 6px;
    }

    section.new-games .new-games__cta,
    section.jackpot-games .jackpot-games__cta,
    section.promo-games .promo-games__cta {
        min-height: 30px;
        padding: 0 14px;
        font-size: var(--font-size-11);
        display: none;
    }

    section.new-games .new-games__thumb,
    section.jackpot-games .jackpot-games__thumb,
    section.promo-games .promo-games__thumb {
        border-radius: 14px;
    }

    section.new-games .new-games__name,
    section.jackpot-games .jackpot-games__name,
    section.promo-games .promo-games__name {
        margin-top: 8px;
        font-size: var(--font-size-14);
    }

    section.new-games .swiper-slide,
    section.jackpot-games .swiper-slide,
    section.promo-games .swiper-slide {
        width: calc((100% - 12px) / 2) !important;
    }
}

/* Homepage ball draw live block */
.lotto-counter .balldraw-live {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.lotto-counter .bag-img {
    position: absolute;
    left: 0;
    bottom: 5px;
    max-width: 166px;
    z-index: 1;
}

main .container-fluid {
    padding-left: var(--space-20, 20px);
    padding-right: var(--space-20, 20px);
}

@media only screen and (max-width: 767px) {
    main .container-fluid {
        padding-left: var(--space-16, 16px);
        padding-right: var(--space-16, 16px);
    }
}
