
/* 
   ███████╗██╗██████╗ ███████╗ █████╗ 
   ██╔════╝██║██╔══██╗██╔════╝██╔══██╗
   ███████╗██║██████╔╝█████╗  ███████║
   ╚════██║██║██╔══██╗██╔══╝  ██╔══██║
   ███████║██║██║  ██║███████╗██║  ██║
   ╚══════╝╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
   V1 - FIVE THEME (SIREA)
   TEBEXTEMPLATE.TEBEX.IO
   FIVETHEME.TEBEX.IO
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --bg: rgba(7, 7, 7, 1);
    --main-bg: rgba(29, 29, 29, 1);

    
    --main-color: #E02554;

    
    --main-color-85: color-mix(in srgb, var(--main-color), transparent 15%);
    --main-color-80: color-mix(in srgb, var(--main-color), transparent 20%);
    --main-color-76: color-mix(in srgb, var(--main-color), transparent 24%);
    --main-color-53: color-mix(in srgb, var(--main-color), transparent 47%);
    --main-color-31: color-mix(in srgb, var(--main-color), transparent 69%);
    --main-color-30: color-mix(in srgb, var(--main-color), transparent 70%);
    --main-color-24: color-mix(in srgb, var(--main-color), transparent 76%);
    --main-color-20: color-mix(in srgb, var(--main-color), transparent 80%);
    --main-color-18: color-mix(in srgb, var(--main-color), transparent 82%);
    --main-color-13: color-mix(in srgb, var(--main-color), transparent 87%);

}



* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    margin-top: 0;
    font-family: "Inter", sans-serif;
    background: var(--bg);
    overflow-x: hidden;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 1800px;
    }
    
    .pack {
        grid-template-columns: 1.1fr 1fr;
        gap: 4rem;
    }
    
    .pleft .slider-container {
        max-height: 800px;
    }
}

.header {
    margin: 0;
    background: transparent;
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
}

nav.navbar.navbar-default {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
}

.head {
    background: transparent;
}

.head .container {
    display: flex;
    align-items: center;
}

.faq {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
}

.navbar-default .navbar-nav>li>a {
    border: 1px solid rgba(62, 62, 62, 1);
    border-radius: 15px;
    height: 48px;
    display: inline-flex;
    padding: 0 12px;
    
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 13px;
    
    line-height: 20px;
    vertical-align: middle;
    text-transform: none;
    transition: all 0.2s ease;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none !important;
}

.navbar-default .navbar-nav>li>a i {
    margin-left: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: var(--main-color);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

a,
a:hover,
a:focus {
    transition: 0.3s ease-in-out;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 32px;
    width: auto;
}

.logo-text {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.head {
    min-height: 80px;
    height: auto;
    
    transition: all 0.3s ease;
}

.head .container {
    display: flex;
    align-items: center;
    min-height: 80px;
    height: auto;
    
    padding-top: 5px;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

body:has(.username-layout) .head {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body:has(.username-layout) .head+* {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .body .content {
        float: left;
        width: 100%;
    }
}



.ficon {
    width: 48px;
    height: 48px;
    background: rgba(217, 217, 217, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftext {
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
}

.ftext b {
    font-family: Inter;
    font-weight: 800;
    font-size: 23.3px;
    line-height: 28.48px;
}

.ftext span {
    font-family: Inter;
    font-weight: 400;
    font-size: 16.34px;
    line-height: 19.97px;
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 4rem 0;
}

.fficon {
    width: 60px;
    height: 60px;
    background: rgba(217, 217, 217, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    border-radius: 12px;
    transition: .3s;
    flex-shrink: 0;
}

.fftitle {
    font-family: Inter;
    font-weight: 800;
    font-size: 29.34px;
    line-height: 35.86px;
    color: #fff;
}

.ffsub {
    font-family: Inter;
    font-weight: 400;
    font-size: 20.57px;
    line-height: 25.15px;
    color: #fff;
}

.ffhead {
    display: flex;
    gap: 1em;
}

.ffdesc {
    font-family: Inter;
    font-weight: 500;
    font-size: 10.57px;
    line-height: 14.8px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2em;
}

.ffblock {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: .3s;
    padding: 2rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ffblock:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: var(--main-color-30);
    transform: translateY(-5px);
}

.ffblock:hover .fficon {
    background: var(--main-color);
    transition: .3s;
}

.features-minimal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 2rem 0;
}

.features-minimal .ffblock {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.6;
}

.features-minimal:hover .ffblock {
    opacity: 0.5;
}

.features-minimal .ffblock:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
    opacity: 1;
}

.features-minimal .ffblock:hover .fficon {
    background: var(--main-color);
    box-shadow: 0 8px 20px var(--main-color-30);
    transform: translateY(-2px);
}

.features-minimal .fficon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.1);
}

.features-minimal .fftitle {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 1);
}

.features-minimal .ffdesc {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.7);
}

.top-customer-box {
    margin-top: 1rem;
}

.customer-discord-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.top-customer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.top-customer-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, var(--main-color-20), transparent);
    transform: rotate(45deg);
    animation: shimmerBorder 3s linear infinite;
}

.top-customer-content:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
}

@keyframes shimmerBorder {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }

    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

.top-customer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid var(--main-color-20);
    position: relative;
    z-index: 1;
}

.top-customer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.top-customer-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    position: relative;
    z-index: 1;
}

.top-customer-label {
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.top-customer-name {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.top-customer-purchase {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.discord-join-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    cursor: pointer;
}

.discord-join-content:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
}

.discord-join-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(114, 137, 218, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 24px;
    color: rgba(114, 137, 218, 0.8);
    transition: all 0.3s ease;
}

.discord-join-content:hover .discord-join-icon {
    background: rgba(114, 137, 218, 0.3);
    color: rgba(114, 137, 218, 1);
}

.discord-join-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.discord-join-label {
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.discord-online-count {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.discord-online-count span {
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

a,
a:hover,
a:focus {
    transition: .3s;
}

.ffdesc a {
    color: var(--main-color);
}

.topbody {
    background: var(--img-topbody);
    background-size: 100% 100%;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tophead {
    font-family: Inter;
    font-weight: 400;
    font-size: 18.74px;
    line-height: 22.91px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    text-transform: uppercase;
}

.mod {
    width: 100%;
    margin: 0;
}

.donator-module {
    display: none !important;
}

.topavatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 10px;
}

.topavatar svg {
    position: absolute;
    bottom: -15px;
}

.topavatar {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

svg.brd {
    bottom: 0px;
    transform: scale(.9);
}

.topbody {
    gap: 3em;
}

.topname {
    font-family: Inter;
    font-weight: 600;
    font-size: 22.05px;
    line-height: 26.95px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.topamount {
    font-family: Inter;
    font-weight: 600;
    font-size: 18.94px;
    line-height: 23.15px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-align: center;
}

.phead {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.pright {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ppname {
    margin-bottom: 5px;
}

.payment img {
    width: 57px;
    height: 57px;
}

.ppname {
    font-family: Inter;
    font-weight: 500;
    font-size: 17.76px;
    line-height: 21.32px;
    color: rgba(189, 189, 189, 1);
    vertical-align: middle;
}

.ppack {
    font-family: Inter;
    font-weight: 600;
    font-size: 13.07px;
    line-height: 15.68px;
    color: rgba(189, 189, 189, 1);
    vertical-align: middle;
}

.ppprice {
    font-family: Inter;
    font-weight: 600;
    font-size: 17.4px;
    line-height: 26.11px;
    letter-spacing: 0%;
    text-align: right;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.payment {
    display: flex;
    align-items: center;
    background: rgba(29, 29, 29, 1);
    border-radius: 3px;
    padding: 20px;
    gap: 1em;
}

.pbody {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 1em;
}

div#payments-module {
    margin-top: 0;
}

.tophead {
    margin-bottom: 1em;
}

.ppprice {
    margin-left: auto;
}

.mod {
    margin-bottom: 0;
}

.cathead {
    margin: 0;
    background: rgba(0, 0, 0, 0.95);
    min-height: 225px;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cathead::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--img-cathead);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    filter: grayscale(100%);
    z-index: 0;
    pointer-events: none;
}

.cathead::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--main-color-53) 0%, var(--main-color-24) 25%, var(--main-color-13) 50%, transparent 75%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(70px);
    animation: glowTravel 5s ease-in-out infinite;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cathead .container {
    position: relative;
    z-index: 2;
}

@keyframes glowTravel {
    0% {
        opacity: 0.6;
        left: 10%;
        top: 20%;
        transform: translate(-50%, -50%) scale(1);
    }

    10% {
        opacity: 0.8;
        left: 25%;
        top: 10%;
        transform: translate(-50%, -50%) scale(1.2);
    }

    20% {
        opacity: 0.7;
        left: 45%;
        top: 15%;
        transform: translate(-50%, -50%) scale(1.1);
    }

    30% {
        opacity: 0.9;
        left: 65%;
        top: 8%;
        transform: translate(-50%, -50%) scale(1.3);
    }

    40% {
        opacity: 0.8;
        left: 80%;
        top: 25%;
        transform: translate(-50%, -50%) scale(1.15);
    }

    50% {
        opacity: 0.95;
        left: 90%;
        top: 50%;
        transform: translate(-50%, -50%) scale(1.4);
    }

    60% {
        opacity: 0.85;
        left: 75%;
        top: 75%;
        transform: translate(-50%, -50%) scale(1.25);
    }

    70% {
        opacity: 0.7;
        left: 55%;
        top: 85%;
        transform: translate(-50%, -50%) scale(1.1);
    }

    80% {
        opacity: 0.8;
        left: 35%;
        top: 80%;
        transform: translate(-50%, -50%) scale(1.2);
    }

    90% {
        opacity: 0.75;
        left: 15%;
        top: 60%;
        transform: translate(-50%, -50%) scale(1.15);
    }

    100% {
        opacity: 0.6;
        left: 10%;
        top: 20%;
        transform: translate(-50%, -50%) scale(1);
    }
}

.cathead .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.cathead-content {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
    align-items: center;
    width: 100%;
    position: relative;
}

.cathead-left,
.cathead-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cathead-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
}

.cathead-social-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 200px;
    animation: fadeInScale 0.6s ease-out;
    position: relative;
    overflow: hidden;
}

.cathead-social-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, var(--main-color-13), transparent);
    transform: translate(-100%, -100%) rotate(45deg);
    transition: transform 0.6s ease;
}

.cathead-social-card:hover::before {
    transform: translate(100%, 100%) rotate(45deg);
}

.cathead-social-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--main-color-20);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.cathead-social-card:hover .cathead-social-icon {
    background: var(--main-color);
    box-shadow: 0 8px 20px var(--main-color-30);
    transform: translateY(-2px) scale(1.1) rotate(5deg);
}

.cathead-left .cathead-social-card {
    animation: fadeInLeft 0.8s ease-out 0.2s both;
}

.cathead-right .cathead-social-card {
    animation: fadeInRight 0.8s ease-out 0.4s both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.cathead-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(217, 217, 217, 0.14);
    border-radius: 10px;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 1;
    animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

.cathead-social-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.cathead-social-label {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.cathead-social-count {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {
    .cathead-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cathead-left,
    .cathead-right {
        justify-content: center;
    }

    .cathead-social-card {
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .cathead {
        min-height: 200px;
        padding: 40px 0;
    }

    .cathead .container {
        padding: 16px;
    }

    .cathead-content {
        gap: 25px;
    }

    .cathead-social-card {
        min-width: 180px;
        padding: 1rem;
        gap: 0.75rem;
    }

    .cathead-social-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .cathead-social-label {
        font-size: 13px;
    }

    .cathead-social-count {
        font-size: 11px;
    }

    .catselect .tab {
        top: -8em;
        position: relative;
        margin-top: 10px;
    }
}

.catstore {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: fadeInDown 0.6s ease-out;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.catstore:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.catname {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.catname:hover {
    transform: scale(1.02);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.catdesc a {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.3s ease;
    text-decoration: none;
}

.catdesc a:hover {
    color: rgba(255, 255, 255, 1);
}

.catdesc {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out 0.4s both;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.catdesc:hover {
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .catstore {
        font-size: 11px;
        padding: 6px 16px;
        margin-bottom: 8px;
    }

    .catname {
        font-size: 42px;
        line-height: 1.2;
        margin: 15px 0;
    }

    .catdesc {
        font-size: 14px;
        line-height: 1.5;
        max-width: 90%;
    }
}

@media (max-width: 480px) {
    .catname {
        font-size: 36px;
    }

    .catdesc {
        font-size: 13px;
    }
}

.package {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin: 0 !important;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 480px;
    height: auto;
    box-sizing: border-box;
    transition: all 0.3s ease;
    opacity: 1;
    overflow: hidden;
    max-width: 100%;
    gap: 1.25rem;
}

.package .image {
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.package .image a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.package .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.package .image:hover img {
    transform: scale(1.05);
}

.package [title] {
    pointer-events: auto;
}

.package [data-toggle="tooltip"] {
    pointer-events: auto;
}

.package + .tooltip,
.tooltip[data-original-title*="package"],
.tooltip[title*="package"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.package .pfooter {
    margin-top: auto;
    margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
    .category .packages-image {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(4, minmax(300px, 1fr));
        padding: 2rem 0;
    }

    .category .packages-image .package {
        float: none;
        width: 100%;
    }
}

.packages-image::before {
    display: none !important;
}

.category {
    margin: 15px;
}

.tags li {
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tags li::before {
    background: rgba(255, 255, 255, 0.12);
    content: "";
    position: absolute;
    backdrop-filter: blur(17.150959014892578px);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
}

.tags {
    position: relative;
    list-style: none;
    display: flex;
    gap: 5px;
    height: 30px;
    font-family: Inter;
    font-weight: 600;
    font-size: 10px;
    line-height: 12.64px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    text-transform: uppercase;
}

.taglist {
    height: 50px;
    display: flex;
    align-items: center;
}

.product {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
    margin-top: 1.25rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    min-height: 2.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pfooter span {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.pfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.75rem;
}

.pfooter .price {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.pbtn .btn:hover::before {
    background: var(--main-color);
    transition: .3s;
}

.pbtn .btn::before {
    background: rgba(255, 255, 255, 0.02);
    content: "";
    position: absolute;
    backdrop-filter: blur(17.150959014892578px);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    z-index: -1;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.pbtn .btn {
    font-family: Inter;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    position: relative;
    background: transparent;
    border: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    margin-top: 1rem;
    transition: all 0.3s ease;
    border-radius: 8px;
    min-height: 48px;
}

.psearch {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    gap: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.psearch:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
}

.psearch:focus-within {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.psearch i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.psearch:focus-within i {
    color: var(--main-color);
}

.psearch input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
}

.psearch input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.psearch:focus-within input {
    color: rgba(255, 255, 255, 1);
}

.search-container {
    margin-top: 3em;
    margin-bottom: 2em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.tab::Before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: -1;
    transition: .1s;
    backdrop-filter: blur(15.100000381469727px);
    opacity: .5;
    display: flex;
    height: 45px;
}

.catselect .tab {
    position: relative;
    font-family: Inter;
    font-weight: 600;
    font-size: 16.73px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    height: 45px;
    cursor: pointer;
    transition: .1s;
    border-radius: 12px;
}

.catselect {
    display: flex;
    gap: 1em;
    justify-content: center;
    position: relative;
    top: 8em;
}


.tab.active,
.tab:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 12px;
    transition: .1s;
}

.category .packages-image .package:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
}

.pbtn .btn:hover {
    background: var(--main-color);
    transition: .1s;
}

.pbtns {
    margin-top: 1em;
}

::-webkit-scrollbar {
    width: 4px;
    height: 20px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 25px;
}

::-webkit-scrollbar-track {
    background-color: rgba(217, 217, 217, 0.13);
}

::-webkit-scrollbar-corner {
    background-color: var(--main-color);
}

.pack {
    margin-top: 5em;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 350px;
    max-height: 600px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    min-height: 350px;
    max-height: 600px;
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.slide-frame {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border: none;
}

.thumb-youtube {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-youtube img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-youtube::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.thumb-youtube::before {
    content: '▶';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.nav-button {
    width: 50px;
    height: 50px;
    background-color: rgb(0 0 0 / 61%);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    border: 1.29px solid rgba(255, 255, 255, 0.24);
}

.nav-button:hover {
    background-color: rgb(0 0 0 / 80%);
}

.nav-button svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.image-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 0.5rem 0;
}

.thumbnail {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}

.thumbnail:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.thumbnail.active {
    border-color: var(--main-color-80);
    box-shadow: 0 0 10px var(--main-color-31);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.thumbnail:hover img {
    transform: scale(1.1);
}

.pack {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    margin-top: 4rem;
    padding-top: 2rem;
    align-items: start;
}

.pleft {
    width: 100%;
    min-width: 300px;
}

.pleft .slider-container {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 300px;
    max-height: 700px;
    min-width: 300px;
    max-width: 100%;
}

.pleft .slider {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 300px;
    max-height: 700px;
    min-width: 300px;
    max-width: 100%;
}

.pleft .slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

.pname {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0.5rem;
}

.pprice {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
}

.pprice .price-amount {
    color: rgba(255, 255, 255, 1);
}

.pprice .free-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pprice .custom-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.pdesc h2 {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ppdesc a {
    color: var(--main-color);
}

.ppdesc {
    background: rgba(255, 255, 255, 0.02);
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    overflow: auto;
    max-height: 400px;
    max-width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.ppdesc img,
.ppdesc video,
.ppdesc iframe,
.ppdesc embed,
.ppdesc object {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px;
}

.ppdesc table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
    width: 100%;
}


.package-footer-buttons {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    margin-top: 1.5rem;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}


.package-footer-buttons .btn {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    min-width: 140px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    transition: all 0.3s ease;
    padding: 0 1.25rem;
    box-sizing: border-box;
    text-decoration: none;
    flex-shrink: 0;
}

.package-footer-buttons .btn-youtube[style*="display: none"],
.package-footer-buttons .btn-youtube[style*="display:none"] {
    display: none !important;
}

.package-footer-buttons .btn-youtube[style*="display: inline-flex"],
.package-footer-buttons .btn-youtube[style*="display:inline-flex"],
.package-footer-buttons .btn-youtube:not([style*="display: none"]):not([style*="display:none"]) {
    display: inline-flex !important;
}

.btn-danger,
.btn.btn-danger,
.btn-block.btn-danger,
.btn.btn-block.btn-danger {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 1) !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    padding: 0 1.25rem !important;
    box-sizing: border-box !important;
    text-decoration: none !important;
    width: 100% !important;
}

.btn-success,
.btn.btn-success,
.btn-block.btn-success,
.btn.btn-block.btn-success {
    border-radius: 12px !important;
}

.btn-danger:hover,
.btn.btn-danger:hover,
.btn-block.btn-danger:hover,
.btn.btn-block.btn-danger:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: var(--main-color-20) !important;
    transform: translateY(-2px) !important;
}

.package-footer-buttons .btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
}

.package-footer-buttons .btn span {
    white-space: nowrap;
    font-size: 13px;
}

.purchase-gift-buttons {
    display: flex !important;
    flex-direction: column;
    gap: 0.75rem;
    width: 100% !important;
    box-sizing: border-box;
    overflow: visible !important;
    max-width: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}

.purchase-gift-buttons .btn-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    width: 100% !important;
    align-items: stretch !important;
    flex-direction: row !important;
}

.purchase-gift-buttons .purchase-btn {
    flex: 1 1 auto;
    min-width: 140px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    transition: all 0.3s ease;
    padding: 0 1.25rem;
    box-sizing: border-box;
    text-decoration: none;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.purchase-gift-buttons .purchase-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
}

.purchase-gift-buttons .purchase-btn span {
    white-space: nowrap;
    font-size: 13px;
}

.purchase-gift-buttons .btn-gift {
    flex: 1 1 auto;
    min-width: 140px;
    height: 56px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    transition: all 0.3s ease;
    padding: 0 1.25rem;
    box-sizing: border-box;
    text-decoration: none;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.purchase-gift-buttons .btn-gift:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
}

.purchase-gift-buttons .btn-gift span {
    white-space: nowrap;
    font-size: 13px;
}

.purchase-gift-buttons .btn-youtube {
    flex: 1 1 auto;
    min-width: 140px;
    height: 56px;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--main-color), transparent 10%);
    border: 1px solid var(--main-color-30);
    border-radius: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    position: relative;
    transition: all 0.3s ease;
    padding: 0 1.25rem;
    box-sizing: border-box;
    text-decoration: none;
    flex-shrink: 0;
}

.purchase-gift-buttons .btn-youtube[style*="display: none"],
.purchase-gift-buttons .btn-youtube[style*="display:none"] {
    display: none !important;
}

.purchase-gift-buttons .btn-youtube[style*="display: inline-flex"],
.purchase-gift-buttons .btn-youtube[style*="display:inline-flex"],
.purchase-gift-buttons .btn-youtube:not([style*="display: none"]):not([style*="display:none"]) {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.purchase-gift-buttons .btn-youtube:hover {
    background: var(--main-color);
    transform: translateY(-2px);
}

.purchase-gift-buttons .btn-youtube span {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.purchase-gift-buttons .package-gift-form {
    width: 100%;
    flex-basis: 100%;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
}

.package-gift-form .gift-form-inline {
    width: 100%;
}

.package-gift-form .gift-input-wrapper {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
}

.package-gift-form .gift-username-input {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0.5rem 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.package-gift-form .gift-username-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.package-gift-form .gift-username-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--main-color-24);
    color: rgba(255, 255, 255, 1);
}

.package-gift-form .gift-submit-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    flex-shrink: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color-18);
    border: 1px solid var(--main-color-24);
    border-radius: 10px;
    color: var(--main-color-80);
    font-size: 14px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.package-gift-form .gift-submit-btn:hover {
    background: var(--main-color-24);
    border-color: var(--main-color-30);
    color: var(--main-color-90);
    transform: translateY(-2px) scale(1.05);
}


@media (max-width: 991px) {
    .purchase-gift-buttons .btn-row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
        width: 100% !important;
        justify-content: flex-start !important;
        display: flex !important;
    }

    .purchase-gift-buttons .btn-row .purchase-btn,
    .purchase-gift-buttons .btn-row .btn-gift,
    .purchase-gift-buttons .purchase-btn,
    .purchase-gift-buttons .btn-gift,
    .purchase-gift-buttons .btn-row a.btn.purchase-btn,
    .purchase-gift-buttons .btn-row a.btn.btn-gift,
    .purchase-gift-buttons .btn-row a.btn.btn-success.purchase-btn,
    .purchase-gift-buttons .btn-row a.btn.gift-weight.purchase-btn {
        flex: 0 0 calc(33.333% - 0.334rem) !important;
        min-width: calc(33.333% - 0.334rem) !important;
        max-width: calc(33.333% - 0.334rem) !important;
        width: calc(33.333% - 0.334rem) !important;
        height: 56px !important;
        font-size: 12px !important;
        padding: 0 0.5rem !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        display: flex !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    .purchase-gift-buttons .btn-row .btn-youtube[style*="display: none"],
    .purchase-gift-buttons .btn-row .btn-youtube[style*="display:none"],
    .purchase-gift-buttons .btn-youtube[style*="display: none"],
    .purchase-gift-buttons .btn-youtube[style*="display:none"] {
        display: none !important;
    }

    .purchase-gift-buttons .btn-row .btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-row .btn-youtube[style*="display:inline-flex"],
    .purchase-gift-buttons .btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-youtube[style*="display:inline-flex"],
    .purchase-gift-buttons .btn-row a.btn.btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-row a.btn.btn-youtube[style*="display:inline-flex"] {
        flex: 0 0 calc(33.333% - 0.334rem) !important;
        min-width: calc(33.333% - 0.334rem) !important;
        max-width: calc(33.333% - 0.334rem) !important;
        width: calc(33.333% - 0.334rem) !important;
        height: 56px !important;
        font-size: 12px !important;
        padding: 0 0.5rem !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        display: inline-flex !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    .purchase-gift-buttons .purchase-btn span,
    .purchase-gift-buttons .btn-gift span,
    .purchase-gift-buttons .btn-youtube span,
    .purchase-gift-buttons .btn-row .purchase-btn span,
    .purchase-gift-buttons .btn-row .btn-gift span,
    .purchase-gift-buttons .btn-row .btn-youtube span {
        font-size: 12px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: inline-block !important;
    }

    .purchase-gift-buttons .package-gift-form {
        padding: 0.875rem;
        border-radius: 10px;
    }

    .package-gift-form .gift-input-wrapper {
        gap: 0.5rem;
    }

    .package-gift-form .gift-username-input {
        height: 44px;
        padding: 0.5rem 0.875rem;
        font-size: 14px;
    }

    .package-gift-form .gift-username-input::placeholder {
        font-size: 12px;
    }

    .package-gift-form .gift-submit-btn {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .purchase-gift-buttons .package-gift-form {
        padding: 0.75rem;
        border-radius: 8px;
    }

    .package-gift-form .gift-input-wrapper {
        gap: 0.5rem;
    }

    .package-gift-form .gift-username-input {
        height: 48px;
        padding: 0.625rem 1rem;
        font-size: 14px;
    }

    .package-gift-form .gift-username-input::placeholder {
        font-size: 13px;
    }

    .package-gift-form .gift-submit-btn {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 18px;
    }
}

.pbtns {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
}

.ppfooter {
    margin-top: 1em;
}

.fftitle {
    font-family: Inter;
    font-weight: 700;
    font-size: 15.05px;
    line-height: 30.15px;
    color: rgba(242, 242, 242, 1);
    vertical-align: middle;
}

.featured {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ppfooter {
    display: flex;
    justify-content: space-between;
}

.slider {
    position: relative;
}


.sep {
    background: radial-gradient(50% 50% at 50% 50%, rgba(200, 200, 200, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    height: 2px;
    width: 100%;
    margin-top: 10em;
    margin-bottom: 10em;
}

@media (max-width: 991px) {
    .pack {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    .purchase-gift-buttons {
        flex-direction: column !important;
        gap: 0.75rem !important;
        width: 100% !important;
        margin-top: 1.5rem !important;
        display: flex !important;
    }

    .purchase-gift-buttons .btn-row {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        gap: 0.5rem !important;
        width: 100% !important;
        justify-content: flex-start !important;
        display: flex !important;
    }

    .purchase-gift-buttons .btn-row .purchase-btn,
    .purchase-gift-buttons .btn-row .btn-gift,
    .purchase-gift-buttons .purchase-btn,
    .purchase-gift-buttons .btn-gift,
    .purchase-gift-buttons .btn-row a.btn.purchase-btn,
    .purchase-gift-buttons .btn-row a.btn.btn-gift,
    .purchase-gift-buttons .btn-row a.btn.btn-success.purchase-btn,
    .purchase-gift-buttons .btn-row a.btn.gift-weight.purchase-btn {
        flex: 0 0 calc(33.333% - 0.334rem) !important;
        min-width: calc(33.333% - 0.334rem) !important;
        max-width: calc(33.333% - 0.334rem) !important;
        width: calc(33.333% - 0.334rem) !important;
        height: 56px !important;
        font-size: 12px !important;
        padding: 0 0.5rem !important;
        min-height: 56px !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        display: flex !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    .purchase-gift-buttons .btn-row .btn-youtube[style*="display: none"],
    .purchase-gift-buttons .btn-row .btn-youtube[style*="display:none"],
    .purchase-gift-buttons .btn-youtube[style*="display: none"],
    .purchase-gift-buttons .btn-youtube[style*="display:none"] {
        display: none !important;
    }

    .purchase-gift-buttons .btn-row .btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-row .btn-youtube[style*="display:inline-flex"],
    .purchase-gift-buttons .btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-youtube[style*="display:inline-flex"],
    .purchase-gift-buttons .btn-row a.btn.btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-row a.btn.btn-youtube[style*="display:inline-flex"] {
        flex: 0 0 calc(33.333% - 0.334rem) !important;
        min-width: calc(33.333% - 0.334rem) !important;
        max-width: calc(33.333% - 0.334rem) !important;
        width: calc(33.333% - 0.334rem) !important;
        height: 56px !important;
        font-size: 12px !important;
        padding: 0 0.5rem !important;
        min-height: 56px !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        display: inline-flex !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin: 0 !important;
    }

    .purchase-gift-buttons .purchase-btn span,
    .purchase-gift-buttons .btn-gift span,
    .purchase-gift-buttons .btn-youtube span,
    .purchase-gift-buttons .btn-row .purchase-btn span,
    .purchase-gift-buttons .btn-row .btn-gift span,
    .purchase-gift-buttons .btn-row .btn-youtube span {
        font-size: 12px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: inline-block !important;
    }

    .slider-container {
        height: 300px;
    }

    .slider {
        height: 300px;
    }

    .image-thumbnails {
        grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
        gap: 0.5rem;
        margin-top: 0.75rem;
    }

    .pname {
        font-size: 24px;
    }

    .pprice {
        font-size: 18px;
    }

    .ppdesc {
        max-height: 300px;
        padding: 1rem;
        font-size: 12px;
    }

    .package-footer-buttons {
        flex-direction: column;
    }

    .package-footer-buttons .btn:not(.btn-youtube) {
        height: 56px;
        font-size: 14px;
        padding: 0 1.5rem;
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
    }

    .package-footer-buttons .btn-youtube[style*="display: none"],
    .package-footer-buttons .btn-youtube[style*="display:none"] {
        display: none !important;
    }

    .package-footer-buttons .btn-youtube[style*="display: inline-flex"],
    .package-footer-buttons .btn-youtube[style*="display:inline-flex"] {
        height: 56px;
        font-size: 14px;
        padding: 0 1.5rem;
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
        display: inline-flex !important;
    }

    .btn-danger,
    .btn.btn-danger,
    .btn-block.btn-danger,
    .btn.btn-block.btn-danger {
        height: 56px !important;
        font-size: 14px !important;
        padding: 0 1.5rem !important;
        min-width: 100% !important;
        flex-shrink: 0 !important;
    }

    .package-footer-buttons .btn span {
        font-size: 14px;
    }

    .slider-container {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 10px;
        height: 250px;
    }

    .slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        height: 250px;
    }


    .category .packages-image {
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(2, 1fr);
        padding: 2rem 0;
    }

    .category .packages-image .package {
        float: none;
        width: 100%;
        margin: 0 !important;
    }
}

.fp {
    display: none !important;
}

.featured-packages-section {
    margin-top: 12rem;
    margin-bottom: 4rem;
}

.featured-packages-header,
.payments-header,
.faq-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.featured-header-icon,
.payments-header-icon,
.faq-header-icon {
    width: 48px;
    height: 48px;
    background: rgba(217, 217, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.featured-header-text,
.payments-header-text,
.faq-header-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.featured-header-title,
.payments-header-title,
.faq-header-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
}

.featured-header-desc,
.payments-header-desc,
.faq-header-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.payments-section {
    margin-top: 2rem;
    margin-bottom: 12rem;
}







.faq-minimal {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem !important;
    padding: 0 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.faq-minimal .faq-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    opacity: 0.6;
}

.faq-minimal .faq-block:last-child {
    margin-bottom: 0 !important;
}

.faq-minimal:hover .faq-block {
    opacity: 0.5;
}

.faq-minimal .faq-block:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-minimal .faq-block:hover .faq-icon {
    background: var(--main-color);
    box-shadow: 0 8px 20px var(--main-color-30);
    transform: translateY(-2px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-minimal .faq-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.faq-minimal .faq-content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.faq-minimal .faq-question {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 1);
}

.faq-minimal .faq-number {
    font-size: 15px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    flex-shrink: 0;
}

.faq-minimal .faq-question-text {
    flex: 1;
}

.faq-minimal .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
}

.faq-minimal .faq-block.active .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-minimal .faq-answer-text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    padding-top: 0.5rem;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.payments-minimal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 0 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.payments-minimal .payments-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.6;
}

.payments-minimal:hover .payments-block {
    opacity: 0.5;
}

.payments-minimal .payments-block:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
    opacity: 1;
}

.payments-minimal .payments-block:hover .payments-icon {
    background: var(--main-color);
    transform: translateY(-2px);
}

.payments-minimal .payments-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.payments-minimal .payments-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.payments-minimal .payments-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.payments-minimal .payments-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
}

.payments-minimal .payments-desc {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.7);
}

.payments-minimal .payments-package {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.payments-minimal .payments-price {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 13px;
    margin-left: auto;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.payments-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
}

.featured-packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    justify-content: center;
}

.featured-packages-grid:has(> :nth-child(1):last-child) {
    grid-template-columns: minmax(300px, 400px);
    justify-content: center;
}

.featured-package-item {
    background: transparent;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-package-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    opacity: 1;
    border-color: var(--main-color-30);
}

.featured-package-link {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    color: inherit;
    width: 100%;
    height: 100%;
}

.featured-package-image {
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-package-image img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    border-radius: 20px 20px 0 0;
}

.featured-package-info {
    padding: 2rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem;
    background: rgba(29, 29, 29, 1);
    border-radius: 0 0 20px 20px;
}

.featured-package-name {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    grid-column: 1;
}

.featured-package-price {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    grid-column: 3;
    justify-self: end;
}

.featured-package-price .discount {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: line-through;
    font-size: 12px;
}

.featured-star {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    grid-column: 2;
}

.featured-package-item:hover .featured-star {
    color: var(--main-color);
    text-shadow: 0 0 15px var(--main-color-80);
    transform: scale(1.2);
}

.htitle {
    font-family: Inter;
    font-weight: 800;
    font-size: 48.66px;
    line-height: 59.47px;
    vertical-align: middle;
    text-transform: uppercase;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 0.8) 50%, rgba(255, 255, 255, 1) 100%) !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    animation: shimmer 3s ease-in-out infinite !important;
    color: transparent !important;
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }
}

.hdesc {
    font-family: Inter;
    font-weight: 500;
    font-size: 14.42px;
    line-height: 20.18px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
}

a.login {
    border: none;
    border-radius: 8px;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 20px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    color: rgba(70, 70, 70, 1);
    background: rgba(240, 240, 240, 1);
    transition: all 0.3s ease;
}

a.login i {
    font-size: 16px;
    color: rgba(100, 100, 100, 1);
}

a.login:hover {
    background: rgba(255, 255, 255, 1);
    color: rgba(50, 50, 50, 1);
}

.currency .btn {
    border: 1px solid rgba(62, 62, 62, 1) !important;
    border-radius: 15px;
    height: 48px;
    display: flex;
    padding: 15px;
    align-items: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 12.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background: transparent !important;
    gap: 5px;
    outline: none !important;
    box-shadow: unset !important;
    position: relative;
}

.currency .btn:hover,
.currency .btn:focus {
    color: var(--main-color);
}

ul.navright {
    margin-bottom: 0;
    display: flex;
    gap: 1em;
    margin-left: auto;
    position: absolute;
    right: 0;
    z-index: 1;
    pointer-events: none;
    
    max-width: 400px;
    
}

ul.navright>* {
    pointer-events: auto;
}

@media (min-width: 992px) {
    .collapse.navbar-collapse {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

ul.nav.navbar-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: calc(100% - 400px);
    flex-wrap: wrap;
    
    gap: 0.35em;
    
    row-gap: 25px !important;
    
    align-content: center;
    
    padding: 15px 0;
    
    transition: all 0.3s ease;
}


@media (min-width: 992px) {

    ul.nav.navbar-nav:has(li:nth-of-type(14)) .logo {
        display: none !important;
    }

    ul.nav.navbar-nav:has(li:nth-of-type(14)) {
        margin-left: 0 !important;
        padding-left: 0 !important;
        max-width: calc(100% - 250px) !important;
        
        justify-content: flex-start;
    }
}

nav.navbar.navbar-default {
    width: 100%;
    position: relative;
}

.discount2::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(62, 62, 62, 0.43) 0%, rgba(110, 110, 110, 0.81) 50.03%, rgba(62, 62, 62, 0.43) 100%);
    inset: -2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
    padding: 1px;
    border-radius: 15px;
}

.discount2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    align-items: center;
    height: 50px;
    border-radius: 15px;
    padding: 15px;
    min-width: 350px;
}

.ddesc b {
    color: var(--main-color);
}

.ddesc {
    font-family: Inter;
    font-weight: 700;
    font-size: 11.91px;
    line-height: 16.91px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.currency {
    position: relative;
}

.header .container {
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
}

.hero-main {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
}

.hero-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hero-left .features-minimal {
    padding: 0;
    margin-top: 1rem;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 1);
    color: rgba(7, 7, 7, 1);
    padding: 15px 30px;
    border-radius: 8px;
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: fit-content;
    text-decoration: none !important;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
    text-decoration: none !important;
}

.hero-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hero-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: clamp(500px, 55vh, 750px);
    background: var(--img-hero);
    background-size: cover;
    background-position: center top;
    border-radius: 20px;
    overflow: hidden;
    transform-style: preserve-3d;
    will-change: transform, opacity;
    transition: background-image 1s ease-in-out;
}

.hmain {
    max-width: 550px;
}

.cbicon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(255, 255, 255, 0.7);
}

.cbicon:hover {
    background: var(--main-color-18);
    border-color: var(--main-color-24);
    color: var(--main-color-80);
    transform: translateY(-2px) scale(1.02);
}

.cbicon::before,
.cbicon::after {
    display: none;
}

.cbhead {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cbhead:hover {
    border-color: var(--main-color-20);
    background: var(--main-color-13);
    transform: translateY(-1px);
}

.cbnr {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.cbname {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.cbname b {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.cpack::before {
    display: none;
}

.cpack {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1rem;
    gap: 1.25rem;
}

.cpack::after {
    display: none;
}

.cpack:hover {
    background: var(--main-color-13);
    border-color: var(--main-color-24);
    transform: translateY(-2px);
}

.cpackl {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.cpname {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.cpprice-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.cpprice {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.cpgift {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--main-color-80);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
}

.cpgift i {
    color: var(--main-color-80);
    font-size: 14px;
}

.cpgift b {
    color: var(--main-color-80);
    font-weight: 600;
}

.cprem .btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    height: 40px;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cprem .btn:hover {
    background: var(--main-color-18);
    border-color: var(--main-color-24);
    color: var(--main-color-80);
    transform: translateY(-2px) scale(1.02);
}

.cprem {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.cpackages {
    margin-top: 1.5rem;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.75rem;
}

.cpackages::-webkit-scrollbar {
    width: 6px;
}

.cpackages::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 3px;
}

.cpackages::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.cpackages::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15);
}

.cbasket {
    display: flex;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 20px;
    align-items: flex-start;
}

.cbleft {
    flex: 1;
    min-width: 0;
    max-width: 500px;
}

.cbright {
    flex: 1.5;
    min-width: 0;
    max-width: 700px;
}

.cbtext2 {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 13px;
    line-height: 1.5;
}

.cbbuy {
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cbbuy:hover {
    border-color: var(--main-color-20);
    background: var(--main-color-13);
    transform: translateY(-1px);
}

.cbright {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: stretch;
}

.redeem {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0.75rem;
}

.redeem form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
}

.redeem .input-group {
    display: flex;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 0.5rem;
    align-items: stretch;
    overflow: hidden;
}

.redeem .form-control,
.redeem input[type="text"] {
    flex: 1;
    min-width: 0;
    max-width: 100%;
    width: 0;
    height: 36px;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
}

.redeem .form-control:focus,
.redeem input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-30);
    outline: none;
    box-shadow: none;
}

.redeem .input-group-btn {
    flex-shrink: 0;
    display: flex;
    box-sizing: border-box;
    width: auto;
}

.redeem .btn {
    flex-shrink: 0;
    width: 85px;
    min-width: 85px;
    max-width: 85px;
    height: 36px;
    padding: 0 0.625rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.redeem .btn:hover {
    background: var(--main-color-18);
    border-color: var(--main-color-24) !important;
    color: var(--main-color-80);
    transform: translateY(-2px) scale(1.02);
}

.cbicon2 {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(255, 255, 255, 0.7);
}

.cbicon2:hover {
    background: var(--main-color-18);
    border-color: var(--main-color-24);
    color: var(--main-color-80);
    transform: translateY(-2px) scale(1.02);
}

.cbicon2::before,
.cbicon2::after {
    display: none;
}

.cbtext2 {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.cbtext2 b {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

tebex-checkout a:hover {
    transition: .3s;
    transform: scale(1.02);
}

tebex-checkout a::before {
    display: none;
}

tebex-checkout a {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7) !important;
    width: 100%;
    border-radius: 12px;
    display: flex;
    padding: 0.75rem 1.5rem;
    min-width: 100%;
    text-transform: none;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 56px;
}

tebex-checkout a:hover {
    background: var(--main-color-18);
    border-color: var(--main-color-24);
    color: var(--main-color-80) !important;
    transform: translateY(-2px) scale(1.01);
}

.cbicon2 {
    box-shadow: none !important;
}

.cbicon {
    box-shadow: none !important;
}

.cpackages {
    position: relative;
    z-index: 2;
}

.cbasket {
    margin-top: 2rem;
}

.alert {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.alert-error,
.alert-danger {
    border-color: rgba(255, 59, 48, 0.2);
    background: rgba(255, 59, 48, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.alert-success {
    border-color: rgba(52, 199, 89, 0.2);
    background: rgba(52, 199, 89, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.alert-warning {
    border-color: rgba(255, 149, 0, 0.2);
    background: rgba(255, 149, 0, 0.08);
    color: rgba(255, 255, 255, 0.9);
}

.alert-info {
    border-color: var(--main-color-20);
    background: var(--main-color-13);
    color: rgba(255, 255, 255, 0.9);
}

.alert-dismissable {
    padding-right: 2.5rem;
}

.alert .close {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    line-height: 1;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.alert .close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.alert .close:focus {
    outline: none;
}

.notification {
    margin-bottom: 1.5rem;
}

div#bg {
    background: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    left: 0;
    top: 0;
}

.lcont p {
    display: none;
}

.lcont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lcont form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.lcont .btn,
.lcont button,
.lcont input[type="submit"],
.lcont input[type="button"] {
    width: 100%;
    max-width: 100%;
    align-self: flex-start;
}

.ltext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    text-align: left;
}

.ltext span {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.ltext b {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}


.username .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 56px;
    transition: all 0.3s ease;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.username .btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--main-color-20);
    transform: translateY(-2px);
}

.username .btn::before {
    display: none;
}

.username {
    display: flex;
    align-items: center;
    justify-content: center;
}

.username-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 20px;
    margin-top: 0;
    margin-bottom: 8rem;
}

.username-hero {
    display: flex;
    align-items: center;
    justify-content: center;
}

.username-hero .hero-image {
    width: 100%;
    max-width: 600px;
    height: 600px;
    background-image: var(--img-hero);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}

.username-hero .hero-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--img-hero-2);
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}

.username-hero .hero-image.show-second-image::before {
    opacity: 1;
}

.username-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.lpage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 500px;
    width: 100%;
}

.body:has(.lpage) .featured-packages-header,
.content:has(.lpage) .featured-packages-header {
    display: none !important;
}

.username {
    margin-top: 0;
}

@media (max-width: 991px) {
    .username-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 1.5rem 20px;
        margin-top: 0;
        margin-bottom: 4rem;
    }

    .username-hero {
        display: none;
    }

    .username-form {
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .lpage {
        align-items: center;
        max-width: 100%;
        gap: 2rem;
        width: 100%;
    }

    .lhead {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .lhead a {
        justify-content: center;
        width: 100%;
    }

    .lhead img {
        height: 60px;
        max-width: 300px;
        margin: 0 auto;
    }

    .lhead span {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }

    .ltext {
        width: 100%;
        text-align: center;
        align-items: center;
        gap: 0.5rem;
    }

    .ltext span {
        font-size: 12px;
        text-align: center;
    }

    .ltext b {
        font-size: 14px;
        text-align: center;
    }

    .lcont {
        width: 100%;
        align-items: center;
    }

    .lcont form {
        width: 100%;
        align-items: center;
    }

    .lcont .btn,
    .lcont button,
    .lcont input[type="submit"],
    .lcont input[type="button"] {
        align-self: center;
    }
}

@media (max-width: 576px) {
    .username-layout {
        padding: 1rem 16px;
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .username-form {
        justify-content: center;
        align-items: center;
    }

    .lpage {
        gap: 2rem;
        align-items: center;
    }

    .lhead {
        justify-content: center;
    }

    .lhead img {
        height: 50px;
        max-width: 250px;
        margin: 0 auto;
    }

    .lhead span {
        font-size: 18px;
        text-align: center;
    }

    .ltext {
        text-align: center;
        align-items: center;
        gap: 0.75rem;
    }

    .ltext span {
        font-size: 11px;
        line-height: 1.5;
        text-align: center;
    }

    .ltext b {
        font-size: 13px;
        text-align: center;
    }

    .lcont {
        align-items: center;
    }

    .lcont form {
        align-items: center;
    }

    .lcont .form-group {
        gap: 0.75rem;
        margin-top: 1.25rem;
        width: 100%;
        align-items: center;
    }

    .lcont .buttons {
        gap: 0.75rem;
        margin-top: 1.25rem;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .lcont .continue,
    .lcont .back {
        width: 100%;
    }

    input.form-control.input-lg,
    select.form-control.input-lg,
    select.form-control {
        height: 50px;
        font-size: 13px;
        padding: 0.625rem 0.875rem;
        text-align: center;
    }

    .lcont .btn,
    .lcont button,
    .lcont input[type="submit"],
    .lcont input[type="button"] {
        height: 50px;
        font-size: 13px;
        padding: 0.625rem 1rem;
        align-self: center;
        width: 100%;
    }
}

div#bg {
    z-index: -1;
}

body:has(.username-layout) #bg {
    display: none !important;
}

body:has(.username-layout) .body,
body:has(.username-layout) .content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

a.login {
    text-decoration: unset;
}


.username .btn {
    z-index: 99;
}

.lhead {
    display: flex;
    align-items: center;
    width: 100%;
}

.lhead img {
    height: 120px;
    width: auto;
    max-width: 600px;
    object-fit: contain;
}

.lhead a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.lhead span {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.lhead i {
    font-size: 3em;
    color: #fff;
}

input.form-control.input-lg,
select.form-control.input-lg,
select.form-control {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
    position: relative;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

input.form-control.input-lg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

select.form-control.input-lg,
select.form-control {
    text-align: left;
}

input.form-control.input-lg:focus,
select.form-control.input-lg:focus,
select.form-control:focus {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--main-color-20);
    outline: none;
}

select.form-control.input-lg,
select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px 12px !important;
    padding-right: 2.5rem !important;
    padding-left: 1rem !important;
    text-align: left;
}

select.form-control.input-lg:focus,
select.form-control:focus,
select.form-control.input-lg:active,
select.form-control:active,
select.form-control.input-lg:hover,
select.form-control:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-position: right 1rem center !important;
    background-size: 12px 12px !important;
    padding-right: 2.5rem !important;
    padding-left: 1rem !important;
}

select.form-control.input-lg option,
select.form-control option,
option {
    background: rgba(27, 27, 27, 1);
    color: rgba(255, 255, 255, 0.8);
    padding: 0.75rem 1rem;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0;
    transition: all 0.2s ease;
}

select.form-control.input-lg option:hover,
select.form-control option:hover,
option:hover {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 1);
}

select.form-control.input-lg option:checked,
select.form-control option:checked,
option:checked {
    background: rgba(255, 255, 255, 0.08);
    color: var(--main-color);
    font-weight: 600;
}

a#login-with-discord {
    background: linear-gradient(180deg, var(--main-color) 0%, var(--main-color-85) 100%);
    box-shadow: 0px 3.57px 25.01px 0px var(--main-color-13);
    border: none;
    font-family: Inter;
    font-weight: 600;
    font-size: 20.53px;
    line-height: 31.02px;
    letter-spacing: -0.41px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    width: 380px;
    position: relative;
    border-radius: 10px;
    height: 70px;
}

a#login-with-discord {
    display: flex;
    align-items: center;
    justify-content: center;
}

a#login-with-discord::before {
    content: "";
    width: 103%;
    height: 100%;
    border: 1.36px solid rgba(59, 130, 246, 0.47);
    position: absolute;
    border-radius: 10px;
    padding: 40px;
}

.lcont {
    width: 100%;
    max-width: 100%;
}

.lcont .form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    width: 100%;
}

.lcont .continue {
    flex: 1;
}

.lcont .back {
    flex: 1;
}

.lcont .buttons {
    position: relative;
    display: flex;
    z-index: 1;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    margin-top: 1.5rem;
}

@media (max-width: 991px) {
    .lpage {
        max-width: 100%;
        padding: 0 1rem;
    }

    .ltext span {
        font-family: Inter;
        font-weight: 400;
        font-size: 13px;
    }

    .ltext b {
        font-family: Inter;
        font-weight: 600;
        font-size: 15px;
    }

    .username {
        margin-top: 0em;
    }

    .lcont .buttons {
        flex-direction: column;
    }

    .lcont .continue,
    .lcont .back {
        width: 100%;
    }

    input.form-control.input-lg,
    select.form-control.input-lg,
    select.form-control {
        height: 54px;
        font-size: 14px;
        padding: 0.75rem 1rem;
    }

    .discount2 {
        display: none;
    }
}

.continue input {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    padding: 0 1.25rem;
    height: 56px;
    transition: all 0.3s ease;
}

.continue input:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: var(--main-color-20) !important;
    transform: translateY(-2px);
}

.back .btn {
    background: linear-gradient(180deg, #1E3A5F 0%, rgba(30, 58, 95, 0.85) 100%) !important;
    border: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px;
}

.btn:hover,
a:hover {
    opacity: .9;
}

button,
input {
    outline: none !important;
}

.basket {
    position: relative;
}

.basket .btn {
    background: rgba(60, 60, 60, 1) !important;
    border: none !important;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 8px;
    opacity: 1;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.basket .btn:hover {
    background: rgba(80, 80, 80, 1) !important;
    transform: translateY(-2px);
}

.basket .dropdown-menu {
    border: 1px solid rgba(62, 62, 62, 1);
    background: rgba(27, 27, 27, 1);
    border-radius: 15px;
    min-width: 400px;
    overflow: hidden;
    padding: 0;
    margin-top: 12px;
}

@media (max-width: 768px) {
    .basket .dropdown-menu {
        position: absolute;
        left: 80%;
        transform: translateX(-80%);
        top: 72px;
    }
}

@media (max-width: 480px) {
    .basket .dropdown-menu {
        position: absolute;
        left: 80%;
        transform: translateX(-95%);
        top: 72px;
        min-width: 90vw;
        max-width: 95vw;
        width: auto;
        box-sizing: border-box;
    }
}

.droptitle {
    font-family: Inter;
    font-weight: 600;
    font-size: 11.76px;
    line-height: 14.37px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.droptitle b {
    font-family: Inter;
    font-weight: 400;
    font-size: 11.76px;
    line-height: 14.37px;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.62);
}

.drophead i {
    color: #fff;
    transform: rotate(-45deg);
}

.drophead {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}

.drophead {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(62, 62, 62, 1);
    padding: 15px;
    background: rgba(13, 13, 13, 1);
}

.baitem .price {
    font-family: Inter;
    font-weight: 500;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.66);
}

.baitem .name {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 11.21px;
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
}

.baright {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    gap: .5em;
}

.baright .remove a {
    background: var(--main-color-31);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.baproduct a {
    background: rgba(0, 0, 0, 0.45);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
}

.baitem {
    display: flex;
    margin: 10px;
    background: rgba(61, 61, 61, 1);
    padding: 15px;
    align-items: center;
}

li.checkout .btn {
    background: linear-gradient(180deg, #2D2D2D 0%, #2A2A2A 100%) !important;
    width: 100%;
    border-radius: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 12.34px;
    letter-spacing: -0.16px;
    vertical-align: middle;
    text-transform: uppercase;
}

li.checkout {
    margin: 10px;
    margin-top: 2em;
}

.login img {
    width: 25px;
    margin-right: 10px;
    border-radius: 50%;
}

.ricon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: none;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: rgba(255, 255, 255, 0.7);
}

.ricon:hover {
    background: var(--main-color-18);
    border-color: var(--main-color-24);
    color: var(--main-color-80);
    transform: translateY(-2px) scale(1.02);
}

.ricon::before,
.ricon::after {
    display: none;
}

.rpart {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rtext {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.rtext b {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.7);
}

.rtext h1 {
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.rtext span {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.coupons {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 0;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.coupons:hover {
    border-color: var(--main-color-20);
    background: var(--main-color-13);
    transform: translateY(-1px);
}

.coupons::-webkit-scrollbar {
    width: 6px;
}

.coupons::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 3px;
}

.coupons::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.coupons::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15);
}

.redeem form {
    width: 100%;
}

.redeemed {
    margin-top: 1rem;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.redeemed::-webkit-scrollbar {
    width: 6px;
}

.redeemed::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 3px;
}

.redeemed::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.redeemed::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15);
}

.redeemed .table {
    margin: 0;
    background: transparent;
    border: none;
}

.redeemed .table td {
    border: none;
    padding: 0.75rem;
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.redeemed .table td:first-child {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.redeemed .btn-danger {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.redeemed .btn-danger:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
}

.redeem::before {
    display: none;
}

.redeem .btn:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .cbasket {
        flex-direction: column;
        gap: 2rem;
        padding: 0 16px;
    }

    .cbright {
        width: 100%;
        max-width: 100%;
    }

    .cbleft {
        width: 100%;
    }

    .cpackages {
        max-height: 400px;
    }

    .coupons {
        max-height: 350px;
    }
}

.currency.open .dropdown-menu {
    border: 1px solid rgba(62, 62, 62, 1);
    background: rgba(27, 27, 27, 1);
    border-radius: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding: 10px;
}

.currency li a {
    color: #fff;
    font-size: 12px;
}

.currency li.active a {
    background: var(--main-color);
}

.currency .dropdown-menu>li>a:hover {
    color: #fff;
    background: var(--main-color);
}

.currency .dropdown-menu>li>a {
    border-radius: 10px;
    margin-bottom: 5px;
}

.mfooter {
    background: transparent;
    margin-top: 10em;
    padding: 4rem 0;
}

body:has(.username-layout) .mfooter {
    margin-top: 8rem;
}

.flogo {
    display: none !important;
}

.mfooter .container {
    max-width: 1400px;
    margin: 0 auto;
}

.ffcont {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.flogo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.flogo img {
    height: 40px;
    width: auto;
}

.logo-text {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}

.fslogan {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1rem;
}

.fcopyright {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.5rem;
}

.fdisclaimer {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.5);
    max-width: 450px;
}

.fsection-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.flinks-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.flinks-list a {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.flinks-list a:hover {
    color: var(--main-color);
}

.fsocials {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.fsocials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.fsocials a:hover {
    background: var(--main-color);
    transform: translateY(-2px);
}

.fdesigned {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 1rem;
}

.copyright .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Inter;
    font-weight: 500;
    font-size: 12.82px;
    line-height: 19.23px;
    color: rgba(255, 255, 255, 1);
    vertical-align: middle;
    height: 75px;
    padding: 0 2rem;
}

.copyright {
    background: rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.flinks a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.flinks a:hover {
    color: var(--main-color);
}

.mmain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hmain.hmainright {
    text-align: right;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        padding-right: 0;
    }
}

.hdiscount {
    width: 300px;
    background: rgba(255, 255, 255, 0.07);
    padding: 15px;
    border-radius: 12px;
    position: relative;
}

.hdhead {
    display: flex;
    align-items: center;
    gap: 1em;
    text-align: left;
}

.hdicon {
    background: rgba(0, 0, 0, 0.2);
    height: 55px;
    width: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdicon img {
    width: 50px;
}

.hdtext h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 15.78px;
    line-height: 16.53px;
    letter-spacing: 0.54px;
    vertical-align: middle;
    color: #fff;
    margin: 0;
}

.hdtext span {
    font-family: Inter;
    font-weight: 400;
    font-size: 10.86px;
    line-height: 14.78px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.85);
}

.offer {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1.31px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1.31px 1.31px 1.31px rgba(255, 255, 255, 0.05) inset;
    border-radius: 11px;
    font-family: Inter;
    font-weight: 600;
    font-size: 11.33px;
    line-height: 15.42px;
    letter-spacing: 0.84px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 3em;
    margin-bottom: 2em;
}

div#otime {
    margin-left: auto;
    margin-right: 1em;
    font-family: Inter;
    font-weight: 700;
    font-size: 14.92px;
    line-height: 20.31px;
    letter-spacing: 0.95px;
    vertical-align: middle;
}

.offer i {
    font-size: 1.5em;
    color: #fff;
}

.omsg {
    background: rgba(0, 0, 0, 0.2);
    border: 1.31px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 2.61px 10.46px 0px rgba(0, 0, 0, 0.15);
    font-family: Inter;
    font-weight: 400;
    font-size: 10.53px;
    line-height: 14.04px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    vertical-align: middle;
}

.hdiscount a {
    background: linear-gradient(79.98deg, var(--main-color) 0%, var(--main-color) 100%);
    border: 1.31px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1.31px 1.31px 1.31px rgba(255, 255, 255, 0.2) inset;
    width: 100%;
    display: flex;
    border-radius: 8px;
    padding: 10px;
    margin-top: 2em;
    justify-content: center;
    font-family: Inter;
    font-weight: 600;
    font-size: 12.9px;
    line-height: 17.55px;
    letter-spacing: 0.51px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none;
}

.loffer {
    background: linear-gradient(102.94deg, var(--main-color) 0%, var(--main-color) 100%);
    border: 1.31px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3.92px 7.84px 0px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    height: 26px;
    font-family: Inter;
    font-weight: 700;
    font-size: 10.98px;
    line-height: 14.94px;
    letter-spacing: 0.65px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    width: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    right: -15px;
}

.hdiscount {
    margin-left: auto;
}

.hmain.hm2 {
    width: 100%;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .hero-main {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        align-items: start;
    }

    .hero-right {
        align-items: flex-start;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
        height: clamp(380px, 50vh, 520px);
    }
}

@media (max-width: 991px) {

    .hmain.hmainright {
        display: none;
    }

    .hmain {
        width: 100%;
    }

    .features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding: 2rem 0;
    }

    .hero-main {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .hero-image {
        width: 100%;
        max-width: 100%;
        height: 320px;
    }

    .ffcont {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-btn {
        width: 100%;
        justify-content: center;
    }

    .features-minimal {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 1.5rem 0;
    }

    .features-minimal .ffblock {
        flex-direction: row;
        padding: 1rem;
        gap: 0.75rem;
    }

    .features-minimal .fficon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .features-minimal .fftitle {
        font-size: 13px;
        margin-bottom: 0.25rem;
    }

    .features-minimal .ffdesc {
        font-size: 11px;
        line-height: 1.4;
    }

    .faq-minimal {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0 1rem;
    }

    .faq-minimal .faq-block {
        flex-direction: row;
        padding: 1rem;
        gap: 0.75rem;
    }

    .faq-minimal .faq-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .faq-minimal .faq-question {
        font-size: 13px;
        margin-bottom: 0.25rem;
    }

    .faq-minimal .faq-number {
        font-size: 13px;
    }

    .faq-minimal .faq-answer-text {
        font-size: 11px;
        line-height: 1.4;
    }

    .top-customer-content {
        padding: 1rem;
    }

    .top-customer-avatar {
        width: 48px;
        height: 48px;
    }

    .top-customer-name {
        font-size: 14px;
    }

    .top-customer-purchase {
        font-size: 12px;
    }

    .mod {
        width: 100%;
        margin: 0;
    }

    .fleft,
    .fright {
        display: none;
    }

    .head .container {
        display: unset;
        align-items: center;
        height: 105px;
    }

    .navbar-collapse {
        background: #030303;
        padding-bottom: 1em;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #000;
    }

    .navbar-default .navbar-nav>.active>a::before {
        display: none;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: unset;
    }

    .navbar-default .navbar-toggle {
        border-color: #000;
    }

    .logo {
        position: absolute;
    }

    .psearch {
        min-height: 50px;
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .psearch i {
        font-size: 16px;
    }

    .psearch input {
        font-size: 14px;
    }

    .category .packages-image .package {
        float: none;
        width: 100%;
    }

    .catselect .tab {
        position: relative;
        font-family: Inter;
        font-weight: 600;
        font-size: 11.73px;
        vertical-align: middle;
        color: rgba(255, 255, 255, 1);
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        height: 40px;
        cursor: pointer;
        transition: .1s;
        border-radius: 12px;
    }

    .catname {
        font-family: Inter;
        font-weight: 800;
        font-size: 50.39px;
    }

    .catdesc {
        max-width: 100%;
        margin: 0 auto;
    }

    .ppfooter {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 2em;
    }

    .featured {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-collapse {
        background: #030303;
        z-index: 9999;
        position: relative;
    }
}

.features {
    margin-top: 10em;
}

.dcopy {
    cursor: pointer;
}

.cmspage {
    border: 0.92px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(217, 217, 217, 0.06);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 18.89px;
    color: rgba(242, 242, 242, 1);
    vertical-align: middle;
    margin-top: 5em;
}

a,
a:hover,
a:focus {
    color: var(--main-color);
}

.mbtns a {
    border-radius: 8px;
    background: rgba(47, 47, 47, 1);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    font-family: Inter;
    font-weight: 600;
    font-size: 15.47px;
    line-height: 20.63px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    gap: 5px;
    text-decoration: none;
}

a.mdsc {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    box-shadow: 0px 2.56px 17.9px 0px rgba(255, 255, 255, 0.13);
    color: rgba(25, 26, 31, 0.8);
}

.mbtns {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-top: 7em;
}

.nav>li {
    padding: 0px 3px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: unset;
}

.ssep {
    width: 100%;
    border-top: 1.55px solid rgba(223, 239, 254, 0.14);
    border-radius: 37px;
    height: 45px;
    backdrop-filter: blur(9.899999618530273px);
}

.discount2 {
    top: 0;
}

.head {
    position: relative;
}

.ssep::after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(143, 143, 143, 0.67) 50%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 450px;
    height: 1.5px;
    left: 50%;
    transform: translateX(-50%);
}

.ssep {
    position: relative;
}

.hdesc {
    margin-top: 1em;
}

@media (max-width: 991px) {
    .features {
        margin-top: 5em;
    }

    .faq {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 5em;
    }

}

.head .container {
    z-index: 999;
    position: relative;
}

.pfooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2em;
}

.pfooter span {
    font-family: Inter;
    font-weight: 600;
    font-size: 20.19px;
    line-height: 31.41px;
    vertical-align: middle;
    color: rgba(242, 242, 242, 1);
}

.pfooter .price {
    font-family: Inter;
    font-weight: 600;
    font-size: 20.19px;
    line-height: 31.41px;
    color: rgba(242, 242, 242, 1);
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
}

@media (max-width: 991px) {

    .mbtns {
        margin-top: 2em;
    }

    .ftext b {
        font-family: Inter;
        font-weight: 800;
        font-size: 18.3px;
        line-height: 28.48px;
    }

    .topbody {
        height: 300px;
    }

    .payment img {
        width: 45px;
        height: 45px;
    }

    .ppprice {
        font-family: Inter;
        font-weight: 600;
        font-size: 14.4px;
    }

    .flogo img {
        width: auto;
        height: 40px;
    }

    .flogo {
        margin-top: -3em;
        margin-bottom: 1em;
    }

    .header {
        min-height: auto;
        padding: 2rem 0;
        overflow: hidden;
        position: relative;
    }

    .header .container {
        min-height: auto;
        padding: 0 1rem;
    }

    .htitle {
        font-family: Inter;
        font-weight: 800;
        font-size: 28px;
        line-height: 1.2;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(200, 200, 200, 0.8) 50%, rgba(255, 255, 255, 1) 100%) !important;
        background-size: 200% 100% !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        background-clip: text !important;
        animation: shimmer 3s ease-in-out infinite !important;
        color: transparent !important;
    }

    .ssep::after {
        width: 100%;
    }

    .payments-section {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .payments-header {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }

    .payments-header-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .payments-header-title {
        font-size: 15px;
    }

    .payments-header-desc {
        font-size: 13px;
    }

    .faq-header {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
        gap: 1rem;
    }

    .faq-header-icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .faq-header-title {
        font-size: 15px;
    }

    .faq-header-desc {
        font-size: 13px;
    }

    .payments-minimal {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0 1rem;
    }

    .payments-minimal .payments-block {
        flex-direction: row;
        padding: 1rem;
        gap: 0.75rem;
    }

    .payments-minimal .payments-icon {
        width: 40px;
        height: 40px;
    }

    .payments-minimal .payments-title {
        font-size: 13px;
        margin-bottom: 0;
    }

    .payments-minimal .payments-text {
        gap: 0.15rem;
    }

    .payments-minimal .payments-desc {
        font-size: 11px;
        line-height: 1.4;
    }

    .payments-minimal .payments-package {
        font-size: 11px;
    }

    .payments-minimal .payments-price {
        font-size: 11px;
    }

    .featured-packages-section {
        margin-top: 3rem;
        margin-bottom: 0;
    }
    
    .container {
        margin-top: 0;
        padding-top: 0;
    }

    .featured-packages-grid {
        grid-template-columns: 1fr;
        gap: 2rem 1rem;
        padding: 0 1rem;
    }

    .featured-package-item {
        max-width: 100%;
    }

    .featured-package-info {
        padding: 2rem 1.5rem;
        gap: 0.75rem;
    }

    .featured-package-name {
        font-size: 15px;
        margin-bottom: 0;
    }

    .featured-star {
        font-size: 14px;
    }

    .featured-package-price {
        font-size: 13px;
    }

    .featured-package-price .discount {
        font-size: 12px;
    }

    .fficon {
        width: 50px;
        height: 50px;
    }

    .ffsub {
        font-family: Inter;
        font-weight: 400;
        font-size: 19.57px;
        line-height: 14.15px;
        color: #fff;
    }

    .customer-discord-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .top-customer-content,
    .discord-join-content {
        padding: 1rem;
    }

    .top-customer-avatar,
    .discord-join-icon {
        width: 40px;
        height: 40px;
    }

    .top-customer-label,
    .discord-join-label {
        font-size: 10px;
    }

    .top-customer-name,
    .discord-online-count {
        font-size: 13px;
    }

    .nav>li {
        padding: 10px 15px;
    }
}

.ddesc b::before {
    background: var(--main-color-24);
    filter: blur(20px);
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    border-radius: 50%;
    top: -10px;
    left: 10px;
    z-index: -1;
}

.ddesc b {
    position: relative;
    background: transparent;
}

@media (max-width:991px) {
    .mfooter {
        height: auto;
        background-size: cover;
    }

    .mfooter .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ffcont {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .fleft,
    .fright {
        display: block;
        width: 100%;
        transform: unset;
    }

    .fleft .fftext {
        margin-top: 0em;
        margin-bottom: 0em;
    }

    .fleft .alinks {
        transform: none;
    }

    .aflink {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .fright {
        margin-top: 0;
    }

    .fright .fftext {
        transform: none !important;
    }

    .logo {
        margin-left: 1em;
    }

    ul.navright {
        padding-inline: 0;
    }

    .mfooter {
        margin-top: 5em;
    }

    .pack {
        margin-top: 0em;
    }

    .sep {
        margin-top: 3em;
        margin-bottom: 2em;
    }

    .search-container {
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .cpackages {
        min-height: 200px;
        overflow: auto;
        height: auto;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    ul.nav.navbar-nav {
        width: 100%;
        justify-content: center;
    }

    .collapse.navbar-collapse {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }


    .discount {
        position: relative;
        left: 0;
    }

    .nav>li {
        padding: 20px 15px;
    }

    .head .container {
        display: flex;
        align-items: center;
        height: -webkit-fill-available;
        padding: 20px 0;
        margin-bottom: 1em;
    }

    .head {
        height: auto;
    }

    .navbar-collapse {
        background: transparent;
        z-index: 9999;
        position: relative;
    }

    .pack {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 3em;
    }
}

.ffleft .price .discount,
.price .discount {
    font-family: Inter;
    font-weight: 600;
    font-size: 15px;
    color: var(--main-color-80);
    vertical-align: middle;
    text-decoration: line-through;
    margin-right: 5px;
}

.package-discount-badge-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    font-family: Inter;
    font-weight: 700;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
    animation: discount-pulse 2s ease-in-out infinite;
    overflow: hidden;
}

.package-discount-badge-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: discount-shimmer 2s ease-in-out infinite;
}

@keyframes discount-pulse {

    0%,
    100% {
        box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 4px 20px rgba(239, 68, 68, 0.6);
        transform: scale(1.02);
    }
}

@keyframes discount-shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.discount-original {
    font-family: Inter;
    font-weight: 400;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: line-through;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 1.5px;
}

.price-current {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

.package-page-discount-badge-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    padding: 5px 10px;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
    animation: discount-pulse 2s ease-in-out infinite;
    overflow: hidden;
}

.package-page-discount-badge-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: discount-shimmer 2s ease-in-out infinite;
}

.slider-container {
    position: relative;
}

.package-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.package-discount-original {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: line-through;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 1.5px;
}

.featured-discount-badge-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    font-family: Inter;
    font-weight: 700;
    font-size: 10px;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    padding: 3px 6px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(239, 68, 68, 0.4);
    animation: discount-pulse 2s ease-in-out infinite;
    overflow: hidden;
}

.featured-discount-badge-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    animation: discount-shimmer 2s ease-in-out infinite;
}

.featured-package-image {
    position: relative;
}

.featured-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.featured-discount-original {
    font-family: Inter;
    font-weight: 400;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    text-decoration: line-through;
    text-decoration-color: #ef4444;
    text-decoration-thickness: 1.5px;
}

.featured-price-current {
    font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 576px) {
    .container-fluid {
        width: 500px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

ul.nav.navbar-nav {
    display: unset;
    width: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
    gap: 2px;
    
}

.nav>li {
    padding: 0 12px;
    position: relative;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 0;
    transition: all 0.3s ease;
}



.free-badge {
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 16px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.image {
    position: relative;
}

@media (max-width: 991px) {
    .category .packages-image {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        padding: 2rem 0;
    }

    .category .packages-image .package {
        float: none;
        width: 100%;
        margin: 0 !important;
        min-height: 460px;
    }

    .package-discount-badge-overlay {
        font-size: 10px;
        padding: 3px 6px;
        top: 10px;
        left: 10px;
    }

    .discount-original {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .category .packages-image {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 2rem 0;
    }

    .category .packages-image .package {
        min-height: 440px;
    }

    .purchase-gift-buttons {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
        margin-top: 1.5rem;
    }

    .purchase-gift-buttons .btn-row {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }

    .purchase-gift-buttons .purchase-btn,
    .purchase-gift-buttons .btn-gift {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        height: 56px !important;
        font-size: 14px !important;
        padding: 0 1.5rem !important;
        min-height: 56px !important;
        flex-shrink: 0 !important;
        display: flex !important;
        box-sizing: border-box !important;
    }

    .purchase-gift-buttons .btn-youtube[style*="display: none"],
    .purchase-gift-buttons .btn-youtube[style*="display:none"] {
        display: none !important;
    }

    .purchase-gift-buttons .btn-youtube[style*="display: inline-flex"],
    .purchase-gift-buttons .btn-youtube[style*="display:inline-flex"] {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex: 1 1 100% !important;
        height: 56px !important;
        font-size: 14px !important;
        padding: 0 1.5rem !important;
        min-height: 56px !important;
        flex-shrink: 0 !important;
        display: inline-flex !important;
        box-sizing: border-box !important;
    }

    .purchase-gift-buttons .purchase-btn span,
    .purchase-gift-buttons .btn-gift span,
    .purchase-gift-buttons .btn-youtube span {
        font-size: 14px !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
    }

    .package-footer-buttons .btn:not(.btn-youtube) {
        height: 56px;
        font-size: 14px;
        padding: 0 1.5rem;
        min-width: 100%;
        flex-shrink: 0;
    }

    .package-footer-buttons .btn-youtube[style*="display: none"],
    .package-footer-buttons .btn-youtube[style*="display:none"] {
        display: none !important;
    }

    .package-footer-buttons .btn-youtube[style*="display: inline-flex"],
    .package-footer-buttons .btn-youtube[style*="display:inline-flex"] {
        height: 56px;
        font-size: 14px;
        padding: 0 1.5rem;
        min-width: 100%;
        flex-shrink: 0;
        display: inline-flex !important;
    }

    .package-footer-buttons .btn span {
        font-size: 14px;
    }

    .btn-danger,
    .btn.btn-danger,
    .btn-block.btn-danger,
    .btn.btn-block.btn-danger {
        height: 56px !important;
        font-size: 14px !important;
        padding: 0 1.5rem !important;
        min-width: 100% !important;
        flex-shrink: 0 !important;
    }

    .slider-container {
        min-height: auto !important;
        max-height: none !important;
        height: auto !important;
        aspect-ratio: auto !important;
    }

    .slider {
        min-height: auto !important;
        max-height: none !important;
        height: auto !important;
    }

    .pleft {
        min-width: 100%;
        max-width: 100%;
    }

    .pleft .slider-container {
        min-height: auto !important;
        max-height: none !important;
        min-width: 100%;
        max-width: 100%;
        height: auto !important;
        aspect-ratio: auto !important;
    }

    .pleft .slider {
        min-height: auto !important;
        max-height: none !important;
        min-width: 100%;
        max-width: 100%;
        height: auto !important;
    }

    .pleft .slide img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: cover !important;
    }

    .slide {
        height: auto !important;
        min-height: auto !important;
    }

    .pname {
        font-size: 20px;
    }

    .pprice {
        font-size: 16px;
    }

    .ppdesc {
        max-height: 250px;
        padding: 0.875rem;
        font-size: 11px;
    }

    .pack {
        gap: 1.5rem;
    }
}

.price .discount::before {
    display: none;
}

.price .discount {
    margin-right: 0;
    padding: 0;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: unset;
    color: #555555;
}

.category .packages-image .package .image {
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

.head .container {
    width: 100%;
}

.container-fluid {
    display: flex;
    align-items: center;
}

ul.nav.navbar-nav {
    display: flex;
    align-items: center;
}

.tags {
    margin: 5px 0;
}

@media (max-width: 991px) {
    .logo {
        position: relative;
    }
}

a.login[href="/checkout/logout"] {
    position: relative;
}

a.login[href="/checkout/logout"]::after {
    content: 'Logout';
    position: absolute;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

a.login[href="/checkout/logout"]:hover::after {
    opacity: 1;
}

a.login[href="/checkout/logout"]:hover span {
    opacity: 0;
}

a.login[href="/checkout/logout"] span {
    display: inline-block;
    transition: opacity 0.2s ease;
}

ul.navright {
    width: 30%;
}

ul.navright {
    justify-content: flex-end;
    padding-inline-start: 0;
}

.discount2 {
    margin-right: auto;
}

.logo {
    margin-right: 3em;
    position: absolute;
    left: 0;
}

@media (max-width: 1200px) {

    ::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }

    html, body {
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    body {
        overflow-x: hidden !important;
        max-width: 100vw;
    }

    .container,
    .container-fluid,
    .head .container {
        max-width: 100vw;
        overflow-x: hidden;
    }

    .logo {
        display: none;
    }

    .logo2 {
        display: flex !important;
        align-items: center;
        gap: 10px;
        order: 1;
        margin-left: 40px;
    }

    .logo2 img {
        height: 36px;
        width: auto;
    }

    .logo2 span {
        font-family: "Chakra Petch", sans-serif;
        font-weight: 700;
        font-size: 20px;
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .container-fluid {
        padding: 0;
        position: relative;
    }

    .head .container {
        padding: 16px 20px;
        height: auto;
        min-height: 68px;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        z-index: 10005;
        
        position: relative;
        min-height: 36px;
        background: transparent;
        
    }

    .navbar-collapse.in {
        position: fixed !important;
        top: 0 !important;
        
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        
        height: auto !important;
        
        overflow-y: scroll !important;
        
        -webkit-overflow-scrolling: touch !important;
        background: #090909 !important;
        z-index: 10004 !important;
        margin: 0 !important;
        padding: 90px 0 100px 0 !important;
        
        border-top: none !important;
    }

    .navbar-toggle {
        display: block !important;
        
        float: none;
        order: 2;
        border: 1px solid rgba(62, 62, 62, 1);
        border-radius: 10px;
        padding: 11px 10px;
        background: transparent;
        z-index: 10001;
        position: relative;
        margin-left: auto;
    }

    .navbar-toggle .icon-bar {
        background: rgba(255, 255, 255, 0.9);
        height: 2px;
        width: 20px;
        border-radius: 1px;
    }

    .navbar-collapse {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background: rgba(7, 7, 7, 0.98);
        backdrop-filter: blur(20px);
        z-index: 10000;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 76px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        display: flex !important;
        flex-direction: column;
        width: 100vw !important;
        max-width: 100vw;
        -webkit-overflow-scrolling: touch;
        
    }

    .navbar-collapse.in {
        opacity: 1;
        visibility: visible;
    }

    body:has(.navbar-collapse.in) {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        height: 100vh !important;
    }

    ul.nav.navbar-nav {
        display: block;
        padding: 0 15px;
        margin: 30px 0 0 0;
        max-width: 100% !important;
        
        gap: 0 !important;
        
    }

    ul.nav.navbar-nav>div.logo {
        display: none;
    }

    .nav>li {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .navbar-default .navbar-nav>li>a {
        display: block;
        padding: 15px !important;
        
        font-size: 14px !important;
        
        height: auto !important;
        
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px;
        border: 1px solid rgba(62, 62, 62, 1);
    }

    .navbar-default .navbar-nav>li>a:hover {
        background: rgba(255, 255, 255, 0.08) !important;
    }

    ul.navright {
        position: static;
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding: 15px;
        margin: 0 auto;
        order: -1;
        justify-content: center;
        align-items: center;
        max-width: 100%;
    }

    ul.navright .currency,
    ul.navright .basket {
        flex: 0 0 auto;
        width: auto;
        min-width: 80px;
        max-width: 120px;
    }

    ul.navright a.login {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 48px !important;
        font-size: 12px !important;
        padding: 0 80px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px !important;
        white-space: nowrap !important;
        text-align: center !important;
        gap: 5px !important;
        border: 1px solid rgba(62, 62, 62, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
        font-family: Inter !important;
        font-weight: 600 !important;
        text-transform: none !important;
        text-decoration: none !important;
    }

    ul.navright .currency .btn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        font-size: 12px !important;
        padding: 0 12px !important;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px !important;
        white-space: nowrap;
        text-align: center;
        gap: 5px !important;
        border: 1px solid rgba(62, 62, 62, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
    }

    ul.navright .currency .btn span,
    ul.navright a.login span {
        display: inline-flex;
        align-items: center;
    }

    ul.navright a.login[href="/checkout/logout"] {
        position: static !important;
    }

    ul.navright a.login[href="/checkout/logout"]::after {
        display: none !important;
    }

    ul.navright a.login[href="/checkout/logout"] span {
        display: inline-flex !important;
        opacity: 1 !important;
    }

    ul.navright .basket {
        min-width: 48px;
        max-width: 48px;
    }

    ul.navright .basket button,
    ul.navright .basket a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        background: rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px;
        padding: 0;
    }

    ul.navright .basket .dropdown-menu {
        display: none !important;
    }

    ul.navright .basket button[data-toggle="dropdown"] {
        cursor: pointer;
    }

    ul.navright .basket button[data-toggle="dropdown"]:focus,
    ul.navright .basket button[data-toggle="dropdown"]:active {
        background: rgba(255, 255, 255, 0.08) !important;
    }

    
    .navbar-default .navbar-nav .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin: 10px 0 0 0 !important;
        padding: 0 !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        display: none !important; 
        flex-direction: column;
        gap: 5px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu {
        display: flex !important;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a {
        display: block;
        padding: 12px 15px !important;
        background: rgba(255, 255, 255, 0.01) !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-left: 3px solid var(--main-color) !important;
        border-radius: 0 8px 8px 0 !important;
        margin-left: 20px !important;
        color: rgba(255, 255, 255, 0.6) !important;
        text-align: left;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .dropdown-menu>li>a:focus {
        background: rgba(255, 255, 255, 0.08) !important;
        border-color: var(--main-color) !important;
        color: #fff !important;
        padding-left: 20px !important;
    }

    .navbar-default .navbar-nav .dropdown-menu>li>a i {
        display: none;
    }

    .cathead .container {
        gap: 5px;
    }
}

.logo2 {
    display: none;
}

.currency.open .dropdown-menu {
    opacity: 1;
    transform: none !important;
    visibility: visible;
}

ul.dropdown-menu {
    border: 1px solid rgba(62, 62, 62, 1);
    background: rgba(27, 27, 27, 1);
    border-radius: 15px !important;
    padding: 8px !important;
    margin-top: 12px;
}

.navbar-default .navbar-nav .dropdown-menu {
    margin-top: 20px !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 16px;
    clear: both;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    text-transform: none;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.dropdown-menu>li>a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: var(--main-color);
}

.product {
    height: 35px;
    display: flex;
    align-items: center;
}

.category .packages-image .package .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basket {
    position: relative;
}

.bcount {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--main-color-80);
    color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    z-index: 10;
    border: 2px solid rgba(7, 7, 7, 1);
    box-shadow: 0 2px 8px var(--main-color-53);
}

.category .packages-image .package .image {
    width: 100%;
    aspect-ratio: 16 / 9;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .cathead .container {
        height: 100% !important;
    }

    .catdesc {
        max-width: 100%;
        margin: 0 auto;
        max-height: 100%;
    }
}



body.home-page .header .container {
    animation: fadeInUp 0.6s ease-out;
}

body.home-page .hero-main {
    animation: fadeInUp 0.6s ease-out 0.2s backwards;
}

body.home-page .features-minimal .ffblock {
    animation: fadeIn 0.4s ease-out 0.4s backwards;
}

body.home-page .features-minimal .ffblock:nth-child(2) {
    animation-delay: 0.5s;
}

body.home-page .features-minimal .ffblock:nth-child(3) {
    animation-delay: 0.6s;
}

body.home-page .features-minimal .ffblock:nth-child(4) {
    animation-delay: 0.7s;
}

body.home-page .top-customer-box {
    animation: fadeIn 0.5s ease-out 0.8s backwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.navbar-default .navbar-nav>li>a {
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.navbar-default .navbar-nav>li>a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav>li.active>a {
    opacity: 1;
}

.btn {
    position: relative;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}









.theme-ad-banner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    opacity: 0.5;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.theme-ad-banner:hover {
    opacity: 0.9;
}

.theme-ad-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.04);
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.theme-ad-banner:hover .theme-ad-content {
    background: rgba(255, 255, 255, 0.08);
}

.theme-ad-content i {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.theme-ad-banner:hover .theme-ad-content i {
    color: rgba(255, 255, 255, 1);
}

.theme-ad-banner:hover .theme-ad-content i.fa-arrow-right {
    transform: translateX(3px);
}

.theme-ad-text {
    font-family: Inter;
    font-weight: 600;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget-text {
    display: none !important;
}

.header::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, var(--main-color-24) 0%, var(--main-color-18) 25%, var(--main-color-13) 50%, transparent 75%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
    opacity: 0.6;
    animation: glowTravel 6s ease-in-out infinite;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    will-change: transform, opacity;
    contain: layout style paint;
}

@media (max-width: 991px) {
    .header::before {
        width: 400px;
        height: 400px;
        filter: blur(70px);
        opacity: 0.5;
    }
}

@media (max-width: 576px) {
    .header::before {
        width: 300px;
        height: 300px;
        filter: blur(50px);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {
    @keyframes glowTravel {
        0% {
            opacity: 0.6;
            left: 20%;
            top: 20%;
            transform: translate(-50%, -50%) scale(0.8);
        }

        25% {
            opacity: 0.8;
            left: 40%;
            top: 15%;
            transform: translate(-50%, -50%) scale(0.9);
        }

        50% {
            opacity: 0.7;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%) scale(1);
        }

        75% {
            opacity: 0.8;
            left: 60%;
            top: 70%;
            transform: translate(-50%, -50%) scale(0.9);
        }

        100% {
            opacity: 0.6;
            left: 20%;
            top: 20%;
            transform: translate(-50%, -50%) scale(0.8);
        }
    }

    .header::before {
        animation: glowTravel 6s ease-in-out infinite;
    }
}



::selection {
    background: var(--main-color-30);
    color: rgba(255, 255, 255, 1);
}

::-moz-selection {
    background: var(--main-color-30);
    color: rgba(255, 255, 255, 1);
}


@media (min-width: 1201px) and (max-width: 1500px) {

    .logo {
        display: none !important;
        margin-right: 0 !important;
    }

    ul.nav.navbar-nav {
        margin-left: 0 !important;
        padding-left: 0 !important;
        max-width: calc(100% - 320px) !important;
        
        gap: 0.2em !important;
        
    }

    .navbar-default .navbar-nav>li>a {
        padding: 0 8px !important;
        
        font-size: 12px !important;
        
        height: 44px !important;
        
    }

    ul.navright {
        max-width: 300px !important;
        
        gap: 0.5em !important;
    }

    .currency .btn {
        padding: 10px !important;
        
        font-size: 10px !important;
        
        height: 44px !important;
    }

    a.login {
        padding: 0 12px !important;
        
        font-size: 11px !important;
        
        height: 44px !important;
    }
}

@media (min-width: 1501px) and (max-width: 1700px) {

    ul.nav.navbar-nav {
        max-width: calc(100% - 360px) !important;
        
        gap: 0.25em !important;
        
    }

    .navbar-default .navbar-nav>li>a {
        padding: 0 10px !important;
        
        font-size: 12.5px !important;
        
    }

    ul.navright {
        max-width: 340px !important;
        
        gap: 0.6em !important;
    }
}

@media (min-width: 2000px) {
    html {
        zoom: 1.35;
    }

    .tebex-js-lightbox {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
        zoom: 0.7407 !important;
        box-sizing: border-box !important;
    }

    .discount-popup {
        zoom: 0.7407 !important;
        bottom: 40px !important;
        right: 40px !important;
    }

    .cat-sidebar-overlay {
        zoom: 0.7407 !important;
    }

    .modal-backdrop,
    .modal.show,
    [style*="position: fixed"],
    [style*="position:fixed"] {
        zoom: 0.7407 !important;
    }
}


.redeemed,
.redeemed * {
    background: transparent !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.table.table-hover.table-striped td,
.table.table-hover.table-striped th {
    text-align: center !important;
    vertical-align: middle !important;
}





.package.subscribed {
    border: 1px solid #14a04e !important;
    box-shadow: 0 0 15px rgba(46, 204, 113, 0.15);
}

.package.subscribed .product {
    color: #1ab45a;
}

.quote-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
    min-height: 50vh;
    align-items: center;
}

.quote-card {
    width: 100%;
    max-width: 550px;
    padding: 40px !important;
    text-align: center;
    margin: 0 auto;
}

.quote-card h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.quote-card .descr {
    font-size: 15px;
    color: #a0a0a0;
    margin-bottom: 30px;
    opacity: 0.8;
}

.quote-actions {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.quote-actions .btn {
    min-width: 120px;
}

/* remove outline  */
* {
    outline: none !important;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* remove outline  final code */


@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

@font-face {
    font-family: 'Pricedown';
    src: url('assets/pricedown.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ===================================================
   SOUTH DISTRICT — Premium Dark Gaming Marketplace
   =================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
}

.hero-main-title, .section-title {
    font-family: 'Pricedown', 'Outfit', 'Plus Jakarta Sans', sans-serif !important;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--brand-bg, #080a0f);
    background-image: var(--body-bg-image, radial-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 0));
    background-size: 28px 28px;
    color: #cbd5e1;
    overflow-x: hidden;
}

/* =====================
   HEADER / NAV
   ===================== */
header {
    background-color: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    backdrop-filter: blur(0px);
}

header.scrolled {
    background-color: rgba(8, 10, 15, 0.45) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(var(--brand-accent-rgb, 16, 185, 129), 0.35) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.45), 0 1px 0 0 rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15);
}

header.scrolled::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5px;
    background: linear-gradient(90deg, transparent 10%, var(--brand-accent) 50%, transparent 90%);
    box-shadow: 0 0 15px var(--brand-accent), 0 0 25px var(--brand-accent);
    z-index: 10;
}

#header-nav-overlay {
    background-color: rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

header.scrolled #header-nav-overlay {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

/* =====================
   VIEW ROUTING
   ===================== */
.view-section {
    display: none !important;
}
.view-section.active {
    display: block !important;
    animation: fadeIn 0.35s ease-out forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.form-step { display: none !important; }
.form-step.active {
    display: block !important;
    animation: slideIn 0.3s ease-out forwards;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateX(10px); }
    to   { opacity: 1; transform: translateX(0); }
}

/* =====================
   NAV
   ===================== */
.main-nav.show { display: flex !important; }

.nav-link {
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(8px);
    color: #cbd5e1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.nav-link:hover {
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.08) !important;
    color: #ffffff !important;
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.4) !important;
    transform: translateY(-1.5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 12px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15);
}
.nav-link.active {
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.12) !important;
    border-color: var(--brand-accent) !important;
    color: var(--brand-accent) !important;
    box-shadow: 0 0 20px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.25), inset 0 0 8px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.1) !important;
    text-shadow: 0 0 10px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.3);
}

/* =====================
   HERO SECTION
   ===================== */
.hero-banner {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #0c0e17;
    border: 1px solid rgba(255,255,255,0.06);
    min-height: 290px;
    display: flex;
    align-items: stretch;
}

.hero-image-side {
    position: relative;
    width: 38%;
    flex-shrink: 0;
    overflow: hidden;
}

.hero-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Gradient fade from image to content side */
.hero-image-side::after {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to right, transparent, #0c0e17);
    pointer-events: none;
}

/* Bottom fade on image */
.hero-image-side::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 40%;
    background: linear-gradient(to top, #0c0e17, transparent);
    pointer-events: none;
    z-index: 1;
}

.hero-content-side {
    flex: 1;
    padding: 24px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brand-accent);
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.08em;
}

.hero-label::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--brand-accent);
    border-radius: 1px;
}

.hero-main-title {
    font-family: 'Pricedown', 'Outfit', sans-serif !important;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.25);
}

.hero-main-title span {
    color: var(--brand-accent);
}

.hero-subtitle {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    max-width: 380px;
}

/* Hero stat mini cards */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.hero-stat-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 8px 10px;
    transition: border-color 0.2s, background 0.2s;
}

.hero-stat-card:hover {
    background: rgba(255,255,255,0.065);
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.25);
}

.hero-stat-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.hero-stat-value {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    color: #f1f5f9;
    font-variant-numeric: tabular-nums;
}

/* Hero CTA button */
.hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: var(--brand-accent);
    color: #07090c;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    width: fit-content;
}

.hero-cta:hover {
    background: var(--brand-accent-hover, #059669);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.3);
}

/* =====================
   SECTION HEADERS
   ===================== */
.section-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.section-label::before {
    content: '';
    width: 3px;
    height: 14px;
    background: var(--brand-accent);
    border-radius: 2px;
}

.section-label span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--brand-accent);
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.08em;
}

.section-title {
    font-family: 'Pricedown', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-shadow: 0 0 10px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15);
}

/* =====================
   PREMIUM CARDS
   ===================== */
.premium-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.005) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(0px);
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.12s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.premium-card:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.45) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.18);
    transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(15px);
}

/* =====================
   ROLE CARDS
   ===================== */
.role-card-item {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.003) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(0px);
    transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.12s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    position: relative;
}

.role-card-item::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 15%, var(--brand-accent) 50%, transparent 85%);
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.role-card-item:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.008) 100%);
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.45) !important;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.65), 0 0 35px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.22);
    transform: perspective(1000px) rotateX(var(--rotate-x, 0deg)) rotateY(var(--rotate-y, 0deg)) translateZ(20px);
}

.role-card-item:hover::before { 
    opacity: 1; 
    transform: scaleX(1);
}

/* Layering 3D effect inside cards */
.premium-card > *, .role-card-item > * {
    transform: translateZ(10px);
    transition: transform 0.3s ease;
}
.premium-card h3, .role-card-item h3 {
    transform: translateZ(22px);
}
.premium-card button, .role-card-item button {
    transform: translateZ(32px);
}

/* =====================
   FORM FIELDS
   ===================== */
input, select, textarea {
    background-color: rgba(12, 14, 23, 0.45) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
    transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
}
input:focus, select:focus, textarea:focus {
    border-color: var(--brand-accent) !important;
    background-color: rgba(9, 12, 18, 0.85) !important;
    box-shadow: 0 0 15px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    border-color: #ef4444 !important;
    box-shadow: 0 0 12px rgba(239, 68, 68, 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}
.form-group.has-error .error-msg { display: block !important; }
.form-group .error-msg { display: none; }

/* =====================
   MODAL
   ===================== */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(4, 6, 10, 0.85);
    backdrop-filter: blur(12px);
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

/* =====================
   SCROLLBAR
   ===================== */
::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-track { background: #080a0f; }
::-webkit-scrollbar-thumb { background: #1e293b; border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--brand-accent); }

/* =====================
   STATUS BADGES
   ===================== */
.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 9999px;
    border-width: 1px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.status-en-attente {
    background: rgba(245, 158, 11, 0.06);
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.2);
}
.status-accepte {
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.06);
    color: var(--brand-accent);
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.2);
}
.status-refuse {
    background: rgba(239, 68, 68, 0.06);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.2);
}
.status-examinee {
    background: rgba(59, 130, 246, 0.06);
    color: #3b82f6;
    border-color: rgba(59, 130, 246, 0.2);
}

/* =====================
   SIDEBAR ADMIN
   ===================== */
.sidebar-link.active {
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.07);
    color: var(--brand-accent) !important;
    border-left: 2px solid var(--brand-accent);
}

.dashboard-tab { display: none !important; }
.dashboard-tab.active {
    display: block !important;
    animation: fadeIn 0.3s ease-out forwards;
}

/* =====================
   STEP NODES
   ===================== */
.step-node.active .step-num {
    background: var(--brand-accent) !important;
    color: var(--brand-bg, #080a0f) !important;
    border-color: var(--brand-accent) !important;
}
.step-node.completed .step-num {
    background: #1e293b !important;
    color: var(--brand-accent) !important;
    border-color: #1e293b !important;
}
.step-node.completed .step-label { color: #94a3b8 !important; }
.step-node.active .step-label { color: var(--brand-accent) !important; }

/* =====================
   PULSE
   ===================== */
@keyframes pulse-green {
    0%, 100% { transform: scale(1); opacity: 1; }
    50%       { transform: scale(1.15); opacity: 0.7; }
}
.pulse-green { animation: pulse-green 2s infinite; }

/* =====================
   HERO TITLE CLASS (kept for JS compat)
   ===================== */
.hero-title {
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.03em;
}

/* =====================
   MISC
   ===================== */
.pre-wrap {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
}

.border-dashed-slate {
    border-style: dashed;
    border-color: rgba(255,255,255,0.07);
}

.status-dot { width: 6px; height: 6px; border-radius: 50%; margin-right: 6px; display: inline-block; }
.bg-status-pending  { background: #f59e0b; }
.bg-status-accepted { background: var(--brand-accent); }
.bg-status-rejected { background: #ef4444; }
.bg-status-reviewed { background: #3b82f6; }

/* =====================
   SWITCH TOGGLE
   ===================== */
.switch { position: relative; display: inline-block; width: 36px; height: 20px; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider {
    position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0;
    background: #1e293b; transition: .2s; border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.03);
}
.slider:before {
    position: absolute; content: ""; height: 14px; width: 14px;
    left: 2px; bottom: 2px; background: #64748b; transition: .2s; border-radius: 50%;
}
input:checked + .slider {
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15);
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.25);
}
input:checked + .slider:before {
    transform: translateX(16px);
    background: var(--brand-accent);
}
input:disabled + .slider { cursor: not-allowed; opacity: 0.4; }



/* Counter pill */
#roles-counter {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    font-size: 10px;
    padding: 4px 12px;
    color: #64748b;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-variant-numeric: tabular-nums;
}

/* =====================
   RESPONSIVE HERO
   ===================== */
@media (max-width: 768px) {
    .hero-banner { flex-direction: column; }
    .hero-image-side { width: 100%; height: 200px; }
    .hero-image-side::after { display: none; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .hero-main-title { font-size: 1.9rem; }
}

/* ===================================================
   FORM REDESIGN — ULTRA PREMIUM UI
   =================================================== */

.premium-form-card {
    background: linear-gradient(135deg, rgba(14, 17, 24, 0.75) 0%, rgba(9, 11, 17, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.8), 0 0 50px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.02);
    position: relative;
    z-index: 10;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.premium-form-card:hover {
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.8), 0 0 50px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.04);
}

/* Stepper Overrides */
.progress-container {
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}

.step-node .step-num {
    box-shadow: 0 0 0 4px #0c0e17; /* Solid color matches card body to mask line */
    background: #111522 !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-node.active .step-num {
    background: var(--brand-accent) !important;
    color: var(--brand-bg, #080a0f) !important;
    border-color: var(--brand-accent) !important;
    box-shadow: 0 0 16px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.4), 0 0 0 4px #0c0e17;
}

.step-node.completed .step-num {
    background: var(--brand-accent) !important;
    color: var(--brand-bg, #080a0f) !important;
    border-color: var(--brand-accent) !important;
    box-shadow: 0 0 0 4px #0c0e17;
}

.step-node .step-label {
    font-size: 9px;
    letter-spacing: 0.08em;
    color: #64748b;
    transition: color 0.3s ease;
}

.step-node.active .step-label {
    color: var(--brand-accent) !important;
    text-shadow: 0 0 8px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15);
}

.step-node.completed .step-label {
    color: #cbd5e1 !important;
}

/* Custom radio card selection styling */
.custom-radio-card {
    position: relative;
    overflow: hidden;
}

.custom-radio-card:has(input:checked) {
    border-color: var(--brand-accent) !important;
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.04) !important;
    box-shadow: 0 0 20px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.08) !important;
}

.custom-radio-card:has(input:checked) .radio-indicator {
    border-color: var(--brand-accent) !important;
}

.custom-radio-card:has(input:checked) .radio-indicator span {
    transform: scale(1) !important;
}

.custom-radio-card:has(input:checked) span {
    color: var(--brand-accent) !important;
}

/* Error messages and shake animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-4px); }
    40%, 80% { transform: translateX(4px); }
}

.animate-shake {
    animation: shake 0.3s ease-in-out;
}

/* Input icons focus styling */
.group:focus-within i,
.group:focus-within span {
    color: var(--brand-accent) !important;
}

/* Fix standard placeholders & borders transition */
input, select, textarea {
    transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease !important;
}

/* ===================================================
   SCROLL REVEAL ANIMATIONS
   =================================================== */

.reveal-element {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.reveal-element.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ===================================================
   AMBIENT GLOWS & BACKGROUND DEPTH
   =================================================== */
.ambient-glow-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(160px);
    opacity: 0.12;
    pointer-events: none;
    z-index: 0;
    transition: all 0.8s ease;
    will-change: transform, opacity;
}
.glow-sphere-1 {
    top: 15%;
    left: 10%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, var(--brand-accent) 0%, transparent 75%);
    animation: drift-slow 22s infinite alternate ease-in-out;
}
.glow-sphere-2 {
    top: 55%;
    right: 5%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(var(--brand-accent-rgb, 16, 185, 129), 0.8) 0%, transparent 75%);
    animation: drift-slow-reverse 26s infinite alternate ease-in-out;
}
.glow-sphere-3 {
    bottom: 10%;
    left: 20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--brand-accent) 0%, transparent 75%);
    animation: drift-slow-alt 30s infinite alternate ease-in-out;
}

@keyframes drift-slow {
    0%   { transform: translate(0, 0) scale(1); }
    100% { transform: translate(60px, 40px) scale(1.15); }
}
@keyframes drift-slow-reverse {
    0%   { transform: translate(0, 0) scale(1.1); }
    100% { transform: translate(-50px, -60px) scale(0.9); }
}
@keyframes drift-slow-alt {
    0%   { transform: translate(0, 0) scale(0.95); }
    100% { transform: translate(40px, -50px) scale(1.1); }
}

/* ===================================================
   INTERACTIVE MOUSE GLOW CARDS
   =================================================== */
.glow-card {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.glow-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: radial-gradient(
        800px circle at var(--mouse-x, 0) var(--mouse-y, 0),
        rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15),
        transparent 40%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.glow-card:hover::before {
    opacity: 1;
}
.glow-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
        600px circle at var(--mouse-x, 0) var(--mouse-y, 0),
        rgba(var(--brand-accent-rgb, 16, 185, 129), 0.025),
        transparent 40%
    );
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.glow-card:hover::after {
    opacity: 1;
}

/* ===================================================
   BUTTON SHINE HOVER SWEEP EFFECT
   =================================================== */
.hero-cta, #btn-track-status, #btn-next, #btn-submit, #site-discord-btn, #site-discord-btn-mobile {
    position: relative;
    overflow: hidden;
}
.hero-cta::after, #btn-track-status::after, #btn-next::after, #btn-submit::after, #site-discord-btn::after, #site-discord-btn-mobile::after {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.25),
        transparent
    );
    transform: skewX(-20deg);
    transition: none;
}
.hero-cta:hover::after, #btn-track-status:hover::after, #btn-next:hover::after, #btn-submit:hover::after, #site-discord-btn:hover::after, #site-discord-btn-mobile:hover::after {
    left: 150%;
    transition: left 0.6s ease;
}

/* ===================================================
   CANDIDATE-RECRUITER CHAT SYSTEM
   =================================================== */

.chat-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 260px;
    overflow-y: auto;
    padding: 4px 2px;
    scroll-behavior: smooth;
}

.chat-container::-webkit-scrollbar { width: 4px; }
.chat-container::-webkit-scrollbar-track { background: transparent; }
.chat-container::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.08); border-radius: 4px; }

.chat-bubble {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 82%;
    animation: fadeIn 0.2s ease-out forwards;
}

.chat-bubble.bubble-candidate {
    align-self: flex-start;
    align-items: flex-start;
}

.chat-bubble.bubble-recruiter {
    align-self: flex-end;
    align-items: flex-end;
}

.chat-bubble .bubble-text {
    padding: 7px 11px;
    border-radius: 12px;
    font-size: 11px;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
}

.chat-bubble.bubble-candidate .bubble-text {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.07);
    color: #cbd5e1;
    border-bottom-left-radius: 3px;
}

.chat-bubble.bubble-recruiter .bubble-text {
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.12);
    border: 1px solid rgba(var(--brand-accent-rgb, 16, 185, 129), 0.25);
    color: #e2fef3;
    border-bottom-right-radius: 3px;
}

.chat-bubble .bubble-meta {
    font-size: 9px;
    color: #475569;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: 0.02em;
    padding: 0 3px;
    font-weight: 600;
}

.chat-empty {
    text-align: center;
    padding: 18px;
    color: #475569;
    font-size: 11px;
    font-style: italic;
}

.chat-input-row {
    display: flex;
    gap: 6px;
    align-items: flex-end;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 8px;
    margin-top: 4px;
}

.chat-input-row textarea {
    flex: 1;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 10px !important;
    color: #f1f5f9 !important;
    font-size: 11px;
    padding: 7px 10px !important;
    resize: none;
    min-height: 36px;
    max-height: 80px;
}

.chat-send-btn {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    background: var(--brand-accent);
    color: #07090c;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.15s;
}

.chat-send-btn:hover {
    background: var(--brand-accent-hover, #059669);
    transform: scale(1.05);
}

.chat-send-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

/* ===== Utility Classes ===== */
.dynamic-hidden {
    display: none !important;
}

/* ===================================================
   PREMIUM FORMS & STEPS DECORATION
   =================================================== */
.recruitment-form input,
.recruitment-form select,
.recruitment-form textarea {
    background-color: rgba(12, 14, 23, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(8px);
}
.recruitment-form input:focus,
.recruitment-form select:focus,
.recruitment-form textarea:focus {
    background-color: rgba(9, 12, 18, 0.85) !important;
    border-color: var(--brand-accent) !important;
    box-shadow: 0 0 15px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.15), inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

/* Custom dropdown arrow color override */
.recruitment-form select {
    background-image: none !important;
}

/* Stepper connection line dynamic pulse */
.step-node {
    position: relative;
    z-index: 10;
}
.step-node::after {
    transition: all 0.3s ease;
}

/* Rule Card Accordion custom open look */
#rules-grid .card .card-content {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    margin-top: 14px;
    animation: slideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideDown {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

#rules-grid .card .card-btn {
    transition: all 0.2s ease;
}
#rules-grid .card .card-btn:hover {
    transform: translateX(3px);
}

/* Glassmorphism styling overrides for admin panel and login card */
.premium-card input, .premium-card select, .premium-card textarea {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

/* ===================================================
   TYPEWRITER EFFECT CURSOR
   =================================================== */
/* ===================================================
   TYPEWRITER EFFECT CURSOR
   =================================================== */
.typewriter-cursor {
    display: inline-block;
    color: var(--brand-accent);
    margin-left: 2px;
    animation: blink-caret 0.75s step-end infinite;
    font-weight: 200;
}
@keyframes blink-caret {
    from, to { opacity: 0 }
    50% { opacity: 1; }
}

/* ===================================================
   DISCORD LOGIN & PREMIUM BUTTONS
   =================================================== */
.discord-login-btn {
    background: #5865F2;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(88, 101, 242, 0.25);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.discord-login-btn:hover {
    background: #4752c4;
    box-shadow: 0 6px 20px rgba(88, 101, 242, 0.4);
    transform: translateY(-1.5px);
}
.discord-login-btn:active {
    transform: translateY(0);
}

/* ===================================================
   PREREQUISITES MODAL UI
   =================================================== */
.prerequisites-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(4, 5, 8, 0.85);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: fadeIn 0.3s ease-out;
}

.prerequisites-box {
    background: linear-gradient(135deg, rgba(14, 18, 27, 0.9) 0%, rgba(8, 10, 16, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.9), 0 0 60px rgba(var(--brand-accent-rgb, 16, 185, 129), 0.03);
    border-radius: 24px;
    max-width: 480px;
    width: 100%;
    overflow: hidden;
    animation: slideUp3D 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes slideUp3D {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(30px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

.prerequisites-checkbox-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: all 0.25s ease;
}

.prerequisites-checkbox-card:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

.prerequisites-checkbox-card:has(input:checked) {
    border-color: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.3);
    background: rgba(var(--brand-accent-rgb, 16, 185, 129), 0.03);
}

.prerequisites-checkbox-card input[type="checkbox"] {
    accent-color: var(--brand-accent);
    cursor: pointer;
    width: 16px;
    height: 16px;
}

/* ===================================================
   LIVE DISCORD STATUS WIDGET
   =================================================== */
.discord-widget-card {
    background: linear-gradient(135deg, rgba(88, 101, 242, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    border: 1px solid rgba(88, 101, 242, 0.15);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.discord-widget-card:hover {
    border-color: rgba(88, 101, 242, 0.35);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5), 0 0 25px rgba(88, 101, 242, 0.1);
}

.discord-member-avatar {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #080a0f;
    background: #111420;
}
.discord-member-status-dot {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #080a0f;
}

:root {
    --main-color: #10b981;
    --bg: #080a0f;
    --img-hero: url('assets/hero_character.jpg');
}

#hero-tilt-image {
    height: auto !important;
}



