.game-slider-section,
.providers-section {
    position: relative;
    overflow: hidden;
    padding: 15px;
    background: linear-gradient(
173deg, #152d3f 0%, #051520 100%);
    border-radius: 24px;
    border-bottom: 6px solid #051520;
    background: url(https://wstorage.pw/images/promos/slots-bg.png);
    background-size: cover;
    background-position: center;
}

.game-slider, .lives-slider, .lives-slider2, .game-slider-two, .random-slider-one, .random-slider-two, .minigames-slider {
    width: 100%;
    padding: 20px 0px 0px 0px;
}
.game-slider .swiper-slide, .lives-slider .swiper-slide, .lives-slider2 .swiper-slide, .game-slider-two .swiper-slide, .random-slider-one .swiper-slide, .random-slider-two .swiper-slide, .minigames-slider .swiper-slide{
    width: 144px;
}
.game-card {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--border-color-secondary);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    z-index: 10;
}
.game-card img { width: 100%; height: 100%; object-fit: cover; }
.game-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%); opacity: 0; transform: translateY(10px); transition: opacity 0.3s ease, transform 0.3s ease; }
.game-card:hover .game-card-overlay { opacity: 1; transform: translateY(0); }
.game-card-title { font-weight: 600; color: var(--text-primary); font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.game-card-provider { font-size: 12px; color: var(--text-secondary); }

.providers-section {
    margin-top: 48px;
}
.provider-slider {
    width: 100%;
    height: 156px;
    padding: 10px 0;
}
.provider-slider .swiper-slide {
    width: 160px;
}
.provider-column {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: 100%;
}
.provider-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 150px;
    background-color: var(--bg-element-primary);
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}
.provider-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-blue);
    background-color: var(--bg-element-secondary);
}
.provider-card img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity 0.2s ease;
}
.provider-card:hover img {
    opacity: 1;
}

.swiper-button-disabled { opacity: 0.3; cursor: not-allowed; }
.swiper-button-next, .swiper-button-prev { display: none; }

.hero-content-auth { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 16px; }
.hero-welcome-title { font-size: 28px; font-weight: 700; line-height: 1.3; }
.hero-welcome-title .nickname-highlight { color: var(--accent-blue); }
.hero-promo-text { font-size: 16px; color: var(--text-secondary); max-width: 450px; }
.hero-actions-auth { display: flex; gap: 16px; margin-top: 16px; }

.banner-slider-section {
    /* max-width: 1322px; */
    /* margin-top: 32px; */
    /* margin: 0 auto; */
    /* margin-top: 16px; */
}

.banner-slider {
    width: 100%;
    height: 450px;
    /* border-radius: 12px; */
    /* border-top-left-radius: 0px; */
    overflow: hidden;
    /* border-top-right-radius: 0px; */
}

.banner-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.banner-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 100%);
}

.banner-content {
    position: relative;
    z-index: 2;
    /* max-width: 500px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
}

.banner-title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.banner-subtitle {
    font-size: 18px;
    max-width: 90%;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.banner-content .btn {
}

.banner-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.banner-slider .swiper-pagination-bullet-active {
    background-color: var(--accent-blue);
}

.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    transition: all 0.2s;
}
.banner-slider .swiper-button-prev:hover,
.banner-slider .swiper-button-next:hover {
    background-color: rgba(0,0,0,0.6);
}
.banner-slider .swiper-button-next:after,
.banner-slider .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 800;
}

.banner-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* =================================== */
/* ===     Category Widget Section     === */
/* =================================== */
.category-widget-section {
    padding-top: 0px;
    /* padding-bottom: 32px; */
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.category-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--bg-element-primary);
    border: 1px solid var(--border-color-primary);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 205px;
}

.category-card:hover {
    /*transform: translateY(-8px);*/
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.category-card-bg-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: 16px;
}

.category-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.category-card:hover .category-card-bg {
    transform: scale(1.1);
}

.category-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.category-card:hover .category-card-overlay {
    opacity: 1;
}

.category-card-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    color: var(--text-primary);
}

.category-card-icon {
    font-size: 32px;
    margin-bottom: 12px;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.category-card.casino .category-card-icon { color: var(--accent-casino-bg); }
.category-card.live .category-card-icon { color: var(--accent-live-bg); }

.category-card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.category-card-arrow {
    margin-top: 16px;
    font-size: 24px;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.category-card:hover .category-card-arrow {
    opacity: 1;
    transform: translateX(0);
}


.super-slider-section {
    position: relative;
    margin-top: 32px;
    padding: 0 40px;
    overflow: hidden;
}

.swiper-super-banner,
.sw-default{
    width: 100%;
    max-width: 1260px;
    height: 450px;
    margin: 0 auto;
    overflow: visible; 
}

.super-banner-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.swiper-super-banner .swiper-slide,
.sw-default .swiper-slide {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.swiper-super-banner .swiper-slide:not(.swiper-slide-active),
.sw-default .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.4;
}

.super-banner-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 66%) 0%, rgb(0 0 0 / 0%) 100%);
    z-index: 1;
}

.super-banner-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.super-banner-content.text-center {
    align-items: center;
    text-align: center;
    max-width: 100%;
    width: 100%;
}


.super-banner-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    text-transform: uppercase;
}

.super-banner-title span {
    display: block;
    font-size: 0.7em;
    font-weight: 700;
}

.super-banner-title.green {
    color: #3B82F6;
    font-size: 50px;
    text-shadow: 0 2.5px 49px #3B82F6;
}

.super-banner-subtitle {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.super-banner-subtitle b {
    display: block;
    font-size: 1.4em;
}

.super-banner-text {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.super-banner-prev,
.super-banner-next {
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    transition: all 0.2s;
    top: 50%;
}
.super-banner-prev:hover,
.super-banner-next:hover {
    background-color: rgba(0,0,0,0.6);
}
.super-banner-prev {
    left: -25px;
}
.super-banner-next {
    right: -25px;
}
.super-banner-next:after,
.super-banner-prev:after {
    font-size: 24px;
    font-weight: 800;
}

.super-banner-pagination {
    bottom: 20px !important;
    position: absolute;
    width: 100%;
    left: 0;
}
.super-banner-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    transition: all 0.2s;
}
.super-banner-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-blue);
    transform: scale(1.5);
}

.searhCompilation{
    display: flex;
    margin: 20px auto 0;
    max-width: 100%;
    object-fit: contain;
}

.jackpotBlock {
    display: grid;
    grid-template-columns: auto 245px;
    height: 100px;
    position: relative;
    width: 100%;
}

.jackpotBlock:after {
    background-color: #2692fa29;
    border-radius: 25px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.jackpotBlock.start {
    grid-gap: 10px;
    align-items: center;
    background: url(https://wstorage.pw/images/jackpot/jackpotBlockF.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    box-shadow: 14px 0 12px 0 #0a0e1b40;
    grid-template-columns: 200px 1fr auto;
    height: 180px;
    margin: 32px auto 10px auto;
    max-width: 1300px;
    padding: 0 35px;
    transition: transform .3s ease;
}

.jackpotBlock.start:before {
    /* border: 4px solid #5fb5fd80; */
    border-radius: 25px;
    content: "";
    height: calc(100%);
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100%);
    z-index: 1;
    background: linear-gradient(137deg, #000000d9, #0000006b, #000000b5);
}

.jackpotBlock.start .centerImage {
    height: 100%;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 2;
}

.jackpotBlock.start .centerImage .jacpotCompilation {
    bottom: 20px;
    left: -15px;
    object-fit: contain;
    position: absolute;
    width: 200px;
}

.jackpotBlock.start .centerImage .jacpotCompilation.secondary {
    display: none;
}

.jackpotBlock.start .jackpotBtnNy {
    filter: none;
    height: 115px;
    width: 200px;
}

.jackpotBtnNy {
    align-items: center;
    cursor: pointer;
    display: flex;
    filter: drop-shadow(0 0 10px rgba(121, 158, 216, .5));
    height: 60px;
    justify-content: center;
    position: relative;
    transition: transform .1s ease, filter .15s ease;
    width: 300px;
    z-index: 1;
}

.jackpotBlock.start .jackpotBtnNy .nyText {
    font-size: 24px;
    padding-bottom: 18px;
}

.jackpotBtnNy .nyText.p {
    -webkit-text-fill-color: #0000;
    font-weight: 900;
    font-family: system-ui;
    background: #09234c;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
}

.nyText {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(180deg, #005799, #1370b7);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
}

.jackpotBtnNy .nyText {
    padding-bottom: 8px;
    transform: rotate(-3.467deg);
}

.jackpotBtnNy .btnBody {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}

.jackpotBtnNy .abs,
.jackpotBtnNy .btnBody {
    left: 0;
    position: absolute;
}

.jackpotBlock.start .title {
    position: relative;
    transition: transform .3s ease;
    width: 100%;
    z-index: 3;
}

.jackpotBlock.start .title h1 {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 12px black;
}

.jackpotBlock.start .title span {
    color: #3097fa;
    font-size: 56px;
    font-weight: 900;
    text-align: center;
}

.jackpotBlock.start .title span b {
    color: #fff;
}

.jackpotBlock.start .title p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    text-transform: uppercase;
    text-shadow: 0 0 12px black;
}

.jackpotBlock.start .title .subimg {
    position: absolute;
    right: 40px;
    top: -23px;
    width: 150px;
}

.VIP {
    max-width: 1322px;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
    display: contents;
    align-items: center;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    justify-content: center;
    width: 100%;
}

.VIP .levels {
    margin-top: 32px;
    /* margin-bottom: 16px; */
    position: relative;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.VIP .levels:hover,
.jackpotBlock:hover{
    transform: scale(1.025);
}

.imgsbef:before {
    background: linear-gradient(173deg, #152d3f 0%, #051520 100%);
    border-radius: 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    opacity: 0.975;
}

.VIP .levelsWrap:before {
    background: linear-gradient(137deg, #000000d9, #0000006b, #000000b5);
    /* border-radius: 40px; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 0;
    opacity: 0.7;
}

.VIP .levels:after {
    /* background: linear-gradient(137deg, #000000d9, #0000006b, #000000b5); */
    border-radius: 40px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
    /* z-index: -1; */
}

.VIP .levels .levelsWrap {
    background: linear-gradient(173deg, #152d3f 0%, #051520 100%);
    border-radius: 40px;
    height: 100%;
    overflow: hidden;
    padding: 40px 60px 50px 120px;
    /* border: 2px solid #244293; */
    position: relative;
    width: 100%;
    background: url(https://wstorage.pw/images/promos/winter-bg.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.VIP .levels .levelsWrap .lTitle {
    font-size: 28px;
    font-weight: 900;
    z-index: 1;
    position: relative;
}

.VIP .levels .levelsWrap .lDesc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    max-width: 550px;
    padding: 10px 0;
    position: relative;
}

.VIP .levels .levelsWrap .map {
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}

.VIP .levels .levelsWrap .map .l {
    align-items: center;
    background: linear-gradient(180deg, #31416d, #253050);
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.VIP .levels .levelsWrap .map .l.act:after {
    opacity: 1;
}

.VIP .levels .levelsWrap .map .l.act .lbtn {
    color: #fff;
}

.VIP .levels .levelsWrap .map .l.act img {
    opacity: 1;
    transform: translateY(0);
}

.VIP .levels .levelsWrap .map .l .lbtn {
    color: #8b98ad;
    font-size: 26px;
    font-weight: 900;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: color .15s ease;
    z-index: 1;
}

.VIP .levels .levelsWrap .map .l img {
    opacity: 0;
    position: absolute;
    top: 50px;
    transform: translateY(100%);
    transition: transform .15s ease, opacity .15s ease;
    width: 100%;
    z-index: 3;
}

.VIP .levels .levelHero {
    right: 10px;
    position: absolute;
    bottom: -15px;
    /* transform: translateY(-100%); */
    max-width: 300px;
    z-index: 1;
}

.VIP .levels .levelStar {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    max-width: 118px;
}

.VIP .levels .info {
    max-width: 470px;
    position: absolute;
    right: 30px;
    top: 160px;
    transform: translateY(-100%);
    z-index: 2;
}

.VIP .levels .info .swiper-slide {
    opacity: 0;
    transition: opacity .3s ease;
}

.VIP .levels .info .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.VIP .levels .info .item .itemBlock {
    padding-bottom: 79%;
    position: relative;
}

.VIP .levels .info .item .itemBlock .itemUi {
    left: 50%;
    padding-bottom: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.VIP .levels .info .item .itemBlock .itemUi .top {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    font-weight: 900;
    text-shadow: 0 2.447px 7.34px #00000096;
    text-transform: uppercase;
}

.VIP .levels .info .item .itemBlock .itemUi .items {
    align-items: center;
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.VIP .levels .info .item .itemBlock .itemUi .items .rewardItem {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 900;
    justify-content: center;
    text-shadow: 0 5.64px 5.64px #0000004d;
}

.VIP .levels .info .item .itemBlock .itemUi .items .rewardItem .tTitle {
    font-size: 14px;
    text-transform: uppercase;
}

.VIP .levels .info .item .itemBlock .levelBack {
    height: 100%;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}

.VIP .levels .info .levelItemImg {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.VIP .levels .info .levelItemImg .levelArrow {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .3s ease;
}

.VIP .levels .info .levelItemImg .levelBottle {
    height: 300px;
    transform: rotate(-35deg);
}

@media (max-width: 1100px) {
    .VIP .levels .levelsWrap .lDesc { max-width: 100%; }
    .VIP .levels .levelsWrap .map .l img { left: -30px; max-width: 55px; top: 0; transform: translateY(10%); }
    .VIP .levels .levelHero { display: none; }
    .VIP .levels .info { right: 50%; top: 0; transform: translate(50%, -100%); }
    .VIP .levels { margin-top: 16px ;}
}

@media (max-width: 600px) {
    .VIP .levels:after { border-radius: 25px; top: 10px; }
    .VIP .levels .levelsWrap { border-radius: 25px; padding: 25px; }
    .VIP .levels .levelsWrap .lTitle { font-size: 22px; padding-left: 55px; }
    .VIP .levels .levelsWrap .lDesc { font-size: 12px; padding-bottom: 30px; padding-left: 55px; padding-top: 5px; }
    .VIP .levels .levelStar { max-width: 80px; }
    .VIP .levels .info .item { padding: 0 30px; }
    .VIP .levels .info .item .itemBlock .itemUi { padding-bottom: 35px; }
    .VIP .levels .info .item .itemBlock .itemUi .items .rewardItem { font-size: 18px; }
}

@media (max-width: 1250px) {
    .jackpotBlock.start .title .subimg {
        display: none;
    }
}

@media (max-width: 1100px) {
    .jackpotBlock.start:before {
        /* border: 4px solid #3b54d080; */
        border-radius: 20px;
    }

    .jackpotBlock.start {
        background: url(https://wstorage.pw/images/jackpot/jackpotBlockF.png);
        background-repeat: no-repeat;
        background-size: cover;
        grid-template-columns: 1fr;
        height: auto !important;
        padding-bottom: 15px;
    }

    .jackpotBlock.start .centerImage .jacpotCompilation {
        bottom: auto !important;
        left: 50% !important;
        max-width: none;
        top: 0px !important;
        transform: translateX(-50%) rotate(-5deg) !important;
        width: 200px !important;
    }

    .jackpotBlock.start .centerImage .jacpotCompilation.firstly {
        display: none;
    }

    .jackpotBlock.start .centerImage .jacpotCompilation.secondary {
        display: inline;
        display: initial;
    }

    .jackpotBlock.start .jackpotBtnNy {
        height: 75px;
        margin: 0 auto;
        width: 150px;
    }

    .jackpotBlock.start .jackpotBtnNy .nyText {
        font-size: 18px;
        padding-bottom: 16px;
    }

    .jackpotBlock.start .title {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-top: 155px;
    }

    .jackpotBlock.start .title h1 {
        font-size: 26px !important;
    }

    .jackpotBlock.start .title p {
        display: block;
    }

    .jackpotBlock.start .title span {
        font-size: 28px !important;
    }
}

@media (max-width: 600px) {
    .jackpotBlock.start {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .super-slider-section {
        padding: 0;
    }
    .swiper-super-banner,.sw-default {
        height: 350px;
    }
    .super-banner-title {
        font-size: 24px;
    }
    .super-banner-subtitle {
        font-size: 32px;
    }
    .super-banner-title.green {
        font-size: 72px;
    }
    .super-banner-text {
        font-size: 13px;
    }
    .super-banner-prev, .super-banner-next {
        display: none;
    }
    .btn-lg{
        padding: 10px 14px;
        font-size: 12px;
    }
    .super-banner-slide{
        border-radius: 0px;
    }
    .super-slider-section{
        margin-top: 0px;
    }
}
@media (max-width: 576px) {
    .swiper-super-banner,.sw-default {
        height: 250px;
    }
    .super-banner-content {
        padding: 20px;
        gap: 12px;
    }
    .super-banner-title {
        font-size: 16px;
    }
    .super-banner-subtitle {
        font-size: 22px;
    }
    .super-banner-title.green {
        font-size: 52px;
    }
     .super-banner-text {
        font-size: 12px;
    }
    .super-banner-content .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .super-banner-content{
        max-width: 80%;
    }
}

@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .category-card-title {
        font-size: 20px;
    }

    .category-card-icon {
        width: 48px;
        height: 48px;
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .banner-slider {
        height: 350px;
        border-radius: 0;
    }
    .banner-title {
        font-size: 28px;
    }
    .banner-subtitle {
        font-size: 16px;
    }
    .banner-slider .swiper-button-prev,
    .banner-slider .swiper-button-next {
        display: none;
    }
    .banner-slider-section{
        margin-top: 0px;
        max-width: 100%;
    }
    .banner-slide::before {
        background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.55) 100%);
    }
}

@media (max-width: 390px) {
    .header-block.center{
        display: none;
    }
}